
html,
button,
input,
select,
textarea {
    color: #fff;
}

body {
    font-size: 0.8em;
    line-height: 1.4;
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
 
/* ==========================================================================
   BODY
   ========================================================================== */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    background: #fff url(../img/bg_head-01.png) center 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section {
    position: relative;
    z-index: 2;
}

body.fx {
    padding-top: 75px;
}

a,
a:focus,
a:active {
    color: #fff;
}

a:hover {
    color: #fff;
	opacity: 0.7;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;   
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

h2,h3,h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
	letter-spacing: 0.2em;	
    text-transform: uppercase;
}

h2 {
    margin: 0 0 19px;
    font-size: 38px;
}

h3 {
    margin: 0;
    font-size: 22px;
}

h4 {
    margin: 0;
    font-size: 18px;
}

p {
    margin: 0 0 21px 0;
}

.diviz_white {
	width:100px;
	height:20px;
	float:left;
	border-top: dotted;
	border-top-width:thin;
	border-color:#fff;
	clear:both;
}

.diviz_brown {
	width:50px;
	height:20px;
	float:left;
	border-top: solid;
	border-top-width: thick;
	border-color:#3C3338;
	clear:both;
}




.btn {
    height: 57px;
    padding: 0 29px;
    border: 2px solid #fff;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    color: #fff;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;   
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    border-color: #3C3338;
    color: #fff;
    background: #3C3338;
    background-position: 0 0;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;  
}

.link {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

section p {
    color: #fff;
}

/* ==========================================================================
   HOME
   ========================================================================== */

#parallaxBox {
    width: 100%;
    min-height: 800px;
    float: left;
    position:fixed;
    top: 0;
    left: 0;
    background: #fff;
}

#port {
    background: #fffvv;
    overflow: hidden;
    position: relative;
    min-height: 750px;
	z-index: 1;
}

#head {
    min-height: 808px;
    position: relative;
	color: #3C3338;
	z-index: 10;
}

#head .logo {
	padding-top: 18%;
}


.social-media {
    float: right;
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.social-media li {
    float: right;
    margin-top: 0px;
}
.social-media li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.h-text {
    position: fixed;
    top: 50%;
    margin-top: -60px;
    z-index: 1;
}

h1 {
    font-family: 'Oswald', serif;
    font-size: 65px;
    line-height: 63px;
    font-weight: 900;
}

#head p {
    margin-bottom: 52px;
    font-family: 'Merriweather', serif;
    font-size: 34px;
    font-weight: 400;
}

#head .btn {
    float: left;
    margin-right: 25px;
}

#head .link {
    padding-right: 17px;
    line-height: 61px;
    
}

#head .link:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-left: 4px;
    background: url(../img/ico_arrow_down.png) 0 0 no-repeat;
}

/* ==========================================================================
   NAV
   ========================================================================== */

.fx #navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#navigation {
    position: relative;
    min-height: 75px;
    margin: 0;
    background: #3C3338;
    z-index: 999;
}

.navbar .brand {
    margin: 0;
    padding: 0;
}

.navbar .brand img {
    margin-top: 24px;
}

.nav li {
    float: left;
}

.navbar .nav > li > a,
.navbar .nav > li > a:visited {
    padding: 28px 13px 27px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-shadow: 0 none;
    box-shadow: 0 none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    color: #D8D13E !important;
    text-decoration: none;
    background: none !important;
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .btn-navbar {
    width: 43px;
    height: 43px;
    border-color: #fff;
    background: none;
    box-shadow: none;
    border-radius: 43px;
}

/* ==========================================================================
   RÓLUNK
   ========================================================================== */

#about-us {
    padding-top: 86px;
    background: #D2CD46 url(../img/bg_slider-01.png) center 100% no-repeat;
}

#about-us .container {
    padding-bottom: 80px;
}

#about-us .slider {
    margin-top: 86px;
}

#about-us .span3 {
    text-align: center;
    padding: 78px 0 20px;
}

#about-us .span3 h3 {
    margin-bottom: 13px;
}

#about-us .span3 p {
    margin: 0 12%;
}

.banner-outer {
    background-color: #D8D13E;
    position: relative;
    height: 425px;
}

.banner-outer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
    z-index: 19;
}

.banner_container {
    width:940px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
 
.banner{
    width:940px;
    height:425px;
    position:relative;
    overflow:hidden;
    margin: 0 auto;
}

.banner img {
    max-width: 100%;
}

.banner .title {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.banner .text {
    width: 385px !important;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.67);
    white-space: normal !important;
}

.banner .links a {
    display: inline-block;
    margin-left: 14px;
    padding-left: 16px;
    background: url("../img/misc_sep.png") no-repeat scroll 0 3px transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner .links a:first-child {
    background: none;
    margin-left: 0;
    padding-left: 0;
}

.banner .links a:hover {
    text-decoration: underline;
}

#about-us .tp-leftarrow,
#about-us .tp-rightarrow {
    width: 103px;
    height: 103px;
    top: 160px !important;
    margin-top: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#about-us .tp-leftarrow:hover,
#about-us .tp-rightarrow:hover {
    opacity: 0.6;
}

#about-us .tp-leftarrow {
    left: 0px !important;
    background: url(../img/arrow_left.png) 0 0  no-repeat;
}

#about-us .tp-rightarrow {
    right: -50px;
    background: url(../img/arrow_right.png) 0 0  no-repeat;
}

@media (min-width: 1200px) {
    #about-us .tp-leftarrow {
        left: -103px !important;
    }

    #about-us .tp-rightarrow {
        right: -103px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .banner_container{  width:750px; height:440px; text-align: center; margin: 0 auto;}
   #about-us .tp-leftarrow.round,
    #about-us .tp-rightarrow.round {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow.round {
        left: -20px;
        background-position: 100% 0;
        padding-left:100px;
    }

    #about-us .tp-rightarrow.round {
        right: -20px;
    }

    .banner-outer:after {
        background-size: auto 230px;
        background-position: center 0;
    }
    .banner {
        height: 440px !important;
    }
    .banner li,
    .slotholder,
    .caption,
    .banner .text {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    .banner .title,
    .banner .text,
    .banner .links {
        position: static !important;
        text-align: center;
    }
    .banner .title {
        margin-bottom: 10px;
        padding-top: 20px !important;
    }
    .banner .text {
        margin-bottom: 20px;
    }
    .banner img {
        float: none;
        width: auto !important;
        height: 230px !important;
        display: inline;
    }
     #about-us .tp-leftarrow {
        top: 95px !important;
    }

    #about-us .tp-rightarrow {
        top: 95px !important;
    }
}

@media only screen and (max-width: 767px) {
  .banner, .banner_container{width:470px; height:440px; text-align: center; margin: 0 auto;}
   #about-us .tp-leftarrow.round,
    #about-us .tp-rightarrow.round {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow.round {
        left: -20px;
        background-position: 100% 0;
    }

    #about-us .tp-rightarrow.round {
        right: -20px;
    }

    .banner-outer:after {
        background-size: auto 230px;
        background-position: 0 0;
    }
    .banner {
        height: 440px !important;
    }
    .banner li,
    .slotholder,
    .caption,
    .banner .text {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    .banner .title,
    .banner .text,
    .banner .links {
        position: static !important;
        text-align: center;
    }
    .banner .title {
        margin-bottom: 10px;
        padding-top: 20px !important;
    }
    .banner .text {
        margin-bottom: 20px;
    }
    .banner img {
        float: none;
        width: auto !important;
        height: 230px !important;
        display: inline;
    }
     #about-us .tp-leftarrow {
        top: 95px !important;
    }

    #about-us .tp-rightarrow {
        top: 95px !important;
    }

   #ginopimg {
	 width:100% ;
   }
}
 
@media only screen and (max-width: 480px) {
   .banner, .banner_container{width:auto;height:440px;}
   #about-us .tp-leftarrow,
    #about-us .tp-rightarrow {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow {
        left: 0 !important;
        background-position: 100% 0;
    }

    #about-us .tp-rightarrow {
        right: 0 !important;
    }
    #ginopimg {
		width:100% ;
		content:url("../img/ginop450.jpg");
    }
}

/* ==========================================================================
   TEVÉKENYSÉGEINK
   ========================================================================== */


#services header {       
    height: 1380px;
    padding-top: 86px;
    background: #3C3338;	 
    
}

#services header .parallax_services_back{height: 1380px;padding:0px; margin-top:-86px;padding-top: 86px;
    background: url(../img/bg_services-01.png) right 0 no-repeat;
    
}
#services header .parallax_services_middle{height: 1380px;padding:0px; margin-top:-86px;padding-top: 86px;
    background: url(../img/bg_services-02.png) right 0 no-repeat;
        
}
#services header .parallax_services_front{height: 1380px;padding:0px; margin-top:-86px;padding-top: 86px;
    background: url(../img/bg_services-03.png) right 0 no-repeat;
    
}

/* ==========================================================================
   GINOP
   ========================================================================== */


#ginop header {       
    /*height: 610px;*/
    padding-top: 0px;
    background: #FFFFFF;	 
    
}


/* ==========================================================================
   REFERENCIÁK
   ========================================================================== */

#references {
	color: #3C3338;
}

#references p{
	color: #3C3338;
}

#references header {       
    padding-top: 86px;
}

#references .container {
    padding-bottom: 80px;
}



/* ==========================================================================
   KAPCSOLAT
   ========================================================================== */

#contact {
    background: #D8D03E url(../img/bg_contact-01.png) center 100% no-repeat;
	
}

#contact .details {margin-top:10px; text-align:center;}

#contact .contact-wrap {
    padding: 73px 0 40px;
    margin-top: -3px;
}


#contact .g-map iframe {
    width:100%;
    height:350px;
    margin:0px;
    border:0px;
    }


/* ==========================================================================
   FOOTER
   ========================================================================== */
 
#foot {
    line-height: 85px;
    background-color: #3C3338;
    position: relative;
    z-index: 1;
}

#foot .copyrights {
    float: left;
}

#foot a {
    float: right;
    margin-right: 31px;
    color: rgba( 255, 255, 255, 0.27);
}

#foot .arrow-up {
    display: block;
    float: right;
    width: 89px;
    height: 90px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../img/ico_arrow_up.png) center 29px no-repeat #3C3338;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
}

#foot .arrow-up:hover {
    background: url(../img/ico_arrow_up.png) center 29px no-repeat #D2CD46;
}

#foot p {
    margin: 0;
    color: rgba( 255, 255, 255, 0.27);
}

    
    
/* ==========================================================================
   RESZPONZÍV
   ========================================================================== */

@media (min-width: 1200px) {
     #head {
        min-height: 808px;
    }
    /*.bannercontainer {
        width: 1200px;
    }
     
    .banner{
        width: 1200px; 
    }*/
    #pricing .span3 {
        width: 299px;
    }
    #contact form input[type="text"],
    #contact form input[type="email"] {
        margin-bottom: 30px;
    }
    /*.banner .span5 {
        left: 530px;
    }*/

}

@media (min-width: 980px) and (max-width: 1024px) {
    #head {
        /*background: url(../img/bg_head.jpg) center 0 no-repeat;*/
        background-size: cover;
    }
    .h-text {
        position: absolute;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }
    #head {
        /*background: url(../img/bg_head.jpg) center 0 no-repeat;*/
        background-size: cover;
    }
    #head .container {
        text-align: center;
    }
    .social-media {
        float: right;
        margin: 0px 0 0;
    }
    #head .logo {
        margin: 34px 0 69px;
    }

    #head h1 {
        font-size: 55px;
    }

    #head p {
        margin-bottom: 32px;
    }
    #head .btn {
        float: none;
        margin: 0 auto;
    }
    #head .link {
        clear: both;
        display: block;
        width: 156px;
        height: 59px;
        margin: 0 auto;
        padding: 0;
        line-height: 59px;
    }
    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .btn-navbar {
        margin: 15px 30px 0 0;
    }

    .nav-collapse.pull-right {
        float: none;
    }

    .navbar .nav > li {
        float: none;
        text-align: center;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > a:visited {
        padding: 0;
        font-size: 18px;
        line-height: 29px;
        color: #FFFFFF !important;
    }

    #pricing header,
    #services header,
	#components header {
        background-size: cover;
    }
    /*.banner, .bannercontainer{  width:750px; height:425px !important;}
    .bannershadow {width:750px;}*/
    .item {
         /* Firefox */
        width: 33.3%;
        /* WebKit */
        width: 33.3%;
        /* Opera */
        width: 33.3%;
        /* Standard */
        width: 33.3%;
    }

    #pricing .span3 .price strong {
        font-size: 45px;
    }

    /*.banner h3 {
        margin-top: 60px;
    }*/

    #pricing .row {
        display: block;
        margin: 0 auto;
    }

    #pricing .span3 {
        width: 180px;
    }

    #services header,
    #pricing header,
	#components header {
        background-size: auto;
    }

    .h-text {
        position: absolute;
        z-index: 1;
    }

    .dark-grey h3 {
        float: none;
        text-align: center;
    }

    .dark-grey ul {
        float: none;
        text-align: center;
    }
    .dark-grey li {
        display: inline-block;
        float: none;
        margin-right: 10px;
        margin-left: 10px;
    }

    #foot p,
    #foot a {
        font-size: 13px;
    }

    /*.banner img {
        margin-left: 0;
    }*/
    
    #pricing .pink {
        background: #3C3338;
    }

}

@media (max-width: 767px) {

    #services header .parallax_services_back {background:none;}
    #services header .parallax_services_middle {background:none;}
    #services header .parallax_services_front {background:none;}
    #pricing header .parallax_pricing_back {background:none;}
    #pricing header .parallax_pricing_middle {background:none;}
    #pricing header .parallax_pricing_front {background:none;}
	#components header .parallax_pricing_front {background:none;}
    body {
        background-size: auto auto;
        background-attachment: scroll;
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }

    .h-text {
        position: absolute;
    }
    #head,
    #navigation,
    #about-us,
    #services header,
    #services .light-violet,
    #services .dark-violet,
    #portfolio header,
    #portfolio #isotope,
    #portfolio .dark-grey,
    #pricing header,
	#components header,
    #contact,
    #pricing .pink,    
    .banner-outer,    
    #foot {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;    
    }
    #services header,
    #portfolio header,
    #pricing header,
	#components header {
        height: auto;
    }
    #contact,
    #navigation,
    #portfolio #isotope,
    .banner-outer {
        padding-left: 0;
        padding-right: 0;
    }
    #contact .contact-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .fx #navigation {
        margin-left: 0;
        margin-right: 0;
    }
    #head {
        position: relative;
        min-height: 544px;
    }

    #head .container {
        text-align: center;
    }

    #head .logo {
        margin: 25px 0 30px;
    }

    .social-media {
        float: right;
        margin: 0px 0 0 0;
    }
    .logo {
        margin: 24px 0 28px 0;
    }
    h1 {
        font-size: 23px;
        line-height: 25px;
    }

    #head p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #head .btn {
        float: none;
        margin: 0;
    }
    #head .link {
        clear: both;
        display: block;
        width: 156px;
        height: 59px;
        margin: 0 auto;
        padding: 0;
        line-height: 59px;
        background-position: 100% center;
    }

    .h-text {
        width: 100%;
        left: 0;
        margin-top: 0;

    }

    .navbar .brand {
        margin-left: 30px;
        margin-top: 10px;
    }

    .navbar .brand img {
        margin-top: 14px;
    }

    .navbar .btn-navbar {
        margin: 15px 30px 0 0;
    }

    .nav-collapse.pull-right {
        float: none;
    }

    .navbar .nav > li {
        float: none;
        text-align: center;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > a:visited {
        padding: 0;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #fff !important;
    }

    .navbar .nav > li.active a,
    .navbar .nav > li > a:hover {
        color: #A87878 !important;
    }

    #about-us {
        padding-top: 60px;
    }

    #about-us .span3 {
        text-align: center;
        padding: 25px 0;
    }

    #about-us .span6:last-child {
        text-align: center;
    }

    #contact form .btn {
        display: block;
        float: none;
        margin: 0 auto 40px;
    }

    #pricing header,
    #services header {
        background-size: cover;
    }

    #foot {
        position: relative;
        padding-bottom: 136px;
        text-align: center;
        color: #605f60;
        font-size: 13px;
        line-height: normal;
    }

    #foot a {
        display: inline-block;
        float: none;
        margin: 0 10px;
        color: #605f60;
    }

    #foot .arrow-up {
        float: none;
        margin: 0 auto 35px;
    }

    #foot .copyrights {
        position: absolute;
        bottom: 55px;
        left: 0;
        width: 100%;
        line-height: normal;
    }

    .item {
         /* Firefox */
        width: -moz-calc(50% - 0.5px);
        /* WebKit */
        width: -webkit-calc(50% - 0.5px);
        /* Opera */
        width: -o-calc(50% - 0.5px);
        /* Standard */
        width: calc(50% - 0.5px);
    }

    #pricing .span3 .price strong {
        font-size: 45px;
    }

    #pricing .span3 {
        width: auto;
        margin: 0 0 10px;
    }

    #head,
    #services header,
    #pricing header,
	#components header {
        background-size: cover;
    }

    #pricing .pink {
        background: none;
        border-top: 0;
    }

    #contact .span3 {
        clear: both;
        text-align: center;
    }

    .dark-grey h3 {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .dark-grey li {
        margin-bottom: 5px;
    }

    #contact form textarea {
        width: 80%;
        padding: 5% 10%;
    }

    .dark-grey ul {
        float: none;
        text-align: center;
    }

    .dark-grey li {
        float: none;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #pricing .pink {
        background: #3C3338;
    }    
}

@media (max-width: 480px) {
    body {
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }   
    body.fx {
        padding-top: 55px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }
    #navigation {
        min-height: 55px;
    }
    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .btn-navbar {
        margin-top: 6px;
    }

    .navbar .brand {
        margin-top: 0;
    }

    #about-us {
        padding-bottom: 40px;
    }

    #about-us .span6 {
        margin-bottom: 40px;
    }

    #services header,
	#components header {
        background-position: 0 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .light-violet {
        padding-top: 50px;
    }

    .light-violet .span4 p {
        margin-bottom: 50px;
    }

    .dark-violet {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dark-violet h3 {
        margin-top: 16px;
    }

    #portfolio header {
        padding-top: 36px;
    }

    .item {
        width: 100%;
    }

    .dark-grey {
        padding: 40px 0;
    }

    #pricing .pink {
        padding: 60px 20px;
        background: none;
    }

    #pricing header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #contact .contact-wrap {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    

    #foot {
        padding-bottom: 100px;
    }

    #about-us .tp-leftarrow.round,
    #about-us .tp-rightarrow.round {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow.round {
        left: -20px;
        background-position: 100% 0;
    }

    #about-us .tp-rightarrow.round {
        right: -20px;
    }
      #pricing .pink {
        background: #3C3338;
    }

}

    

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.clearfix {
    *zoom: 1;
}

@media all and  (max-width: 960px){
    #parallaxBox{
        display: none;
    }
}

@media only screen and (min-width: 35em) {
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



