*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	max-width: 100%;
}

#mobnavlist {
    display: none;
}

.right{
	float:right;
	padding-bottom:0;
	margin-bottom:0;
}

a, p{
	
	font-size:1.5em;
	text-align:center;
}

a{
	color:#424242;
	text-decoration:none;
}

.tagline{
	font-size:2em;
	color:#fff;
	text-align:center;
}

span{
	color:#ff9900;
	font-weight:bold;
}

/* Default Media Queries */
.mob, .dskmob, .mobtab { display: block; }
.dsk, .dsktab { display: none; } 
@media screen and (min-width: 768px) { 
    .tab, .dsktab, .mobtab { display: block; }
    .mob, .dskmob { display: none; }
    .column { padding-left: 1.5em; padding-right: 1.5em; }
}
@media screen and (min-width: 1024px) {
    .dsk, .dsktab, .dskmob { display: block; }
    .mob, .tab, .mobtab { display: none; }
}

body {
    background:#fff;
}

input, textarea, button {
    border: solid 1px #777777;
}

#pagewrapper {
    width: 100%;
    margin: 0 auto;
	padding:0;
	background:#fff;
	}

.width_control{
	margin: 0 auto;
	max-width:1600px;
	background:#e9e9e9;
	-webkit-box-shadow: 3px 0 5px 10px #999;
        box-shadow: 0px 0 30px 10px #666;
	
}

@media only screen and (min-width: 320px){
#headerwrapper {
	max-width:1600px;
	margin:0 auto;
	padding-bottom:4%;
    width: 100%;
	background-color:#fff;
	background-image: url(/images/trans.png);
	background-repeat:repeat;
	position:fixed;
	z-index:10;
	top:0;
	-webkit-box-shadow: 0 3px 3px 3px #424242;
	box-shadow: 0 3px 3px 3px #424242;
}

iframe{
	height:200px;
}
#headerwrappe_ex {
	max-width:1600px;
	margin:0 auto;
	padding-bottom:4%;
    width: 100%;
	background-color:#fff;
	z-index:10;
	position:relative;
	top:0;
	-webkit-box-shadow: 0 3px 3px 3px #424242;
	box-shadow: 0 3px 3px 3px #424242;
}
}

@media only screen and (min-width: 768px){
#headerwrapper {
	max-width:1600px;
	margin:0 auto;
    width: 100%;
	padding-bottom:0;
	background-color:#fff;
	background-image: url(/images/trans.png);
	background-repeat:repeat;
	position:fixed;
	z-index:10;
	top:0;
	-webkit-box-shadow: 0 3px 3px 3px #424242;
	box-shadow: 0 3px 3px 3px #424242;
}
iframe{
	height:350px;
}
#headerwrapper_ex {
	max-width:1600px;
	margin:0 auto;
    width: 100%;
	padding-bottom:0;
	background-color:#fff;
	z-index:10;
	position:relative;
	top:0;
	-webkit-box-shadow: 0 3px 3px 3px #424242;
	box-shadow: 0 3px 3px 3px #424242;
}
}


@media only screen and (min-width: 1024px){
#headerwrapper {
	max-width:1600px;
	margin:0 auto;
    width: 100%;
	padding-bottom:0;
	background-color:#fff;
	background-image: url(/images/trans.png);
	background-repeat:repeat;
	position:fixed;
	z-index:10;
	top:0;
	-webkit-box-shadow: 0 3px 3px 3px #424242;
	box-shadow: 0 3px 3px 3px #424242;
}
#headerwrapper_ex {
	max-width:1600px;
	margin:0 auto;
    width: 100%;
	padding-bottom:0;
	background-color:#fff;
	z-index:10;
	position:relative;
	top:0;
	-webkit-box-shadow: 0 3px 3px 3px #424242;
	box-shadow: 0 3px 3px 3px #424242;
}
iframe{
	height:500px;
}
}



#contentwrapper {
    width: 100%;
}




#footerwrapper {
    width: 100%;
}

.mainwrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}



/*-----HEADER-----------*/

header{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	overflow: auto;
}

@media screen and (min-width: 320px){
	.logo img{
	float:left;
	padding-top:2%;
	display:block;
	width:100%;
	height:auto;
	padding-bottom:2%;
}
}


@media screen and (min-width: 768px){
	.logo{
	float:left;
	display:block;
	padding-bottom:2%;
}
}


@media screen and (min-width: 1024px){
.logo{
	float:left;
	padding-top:7%;
	display:block;
	padding-bottom:2%;
}

}
.social{
	float:right;
	margin-top:20%;
	}


.pad{
	padding-right:20px;
}

.bot{
	padding-bottom:4%;
}

/*---------NAV-----------*/


nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #424242;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
	
}

nav a:hover,
nav a:focus {
	outline: none;
}

nav a:hover{
	color:#ff9900;
	font-weight:bold;
}

nav{
	padding-top:12%;
	padding-bottom:16%;
}

nav ul{
	overflow: auto;
    float: left;
	list-style-type: none;
}

nav li{
	float: left;
	padding-right:30px;
	list-style-type: none;
	font-size:1.3em;
}


@media screen and (min-width: 768px){
	nav li{
	float: left;
	padding-right:10px;
}
}


@media screen and (min-width: 1024px){
	nav li{
	float: left;
	padding-right:30px;
}
}

#mobnavwrapper { background-color: #424242; }
#mobnavwrapper a { color: #cec6bb; display:block; width:250px; float:left;}
#mobnavwrapper ul { padding: 0; }
#mobnavwrapper li li { padding-left:20px; }


.mmenubtn {
   	width: 39px;
	height: 39px;
	margin-top:10px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#3299ba;
	border:none;
}

/*NAV EFFECT*/
/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

/*---------------HOME SECTION--------------*/

.home{
	width:100%;
	background-image: url(/images/darktrans.png);
	background-repeat:repeat;
	margin-top:3%;
	padding-top:2%;
	padding-bottom:4%;
}

/*------ABOUT & SERVICE & CONTACT------------*/

.about, .service, .contact, .example, .call, .work, .pricing{
	width:100%;
	background:#fff;
}
.about_details p{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.about_details img{
	
   background-color:#3299ba;
   border: 5px solid #fff;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}

.center img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.about_desc{
	width:100%;
	text-align:center;
	float:left;
	
}
.contact_header{
	margin-top:10%;
}

.hover img{
	background-color:#3299bb;
	opacity:0.4;
	filter:alpha(opacity=40);
}
 .hover img:hover{
	opacity:1;
	filter:alpha(opacity=100);
 }

.featured_service{
	background-color:#fff;
	
}

.glow{
	display:block;
}

.glow:hover{
	-webkit-box-shadow: inset 0 0 8px 2px #ff9900;
box-shadow: inset 0 0 8px 2px #ff9900;
}

.pricing_tagline{
	font-size:2em;
}

.pricing_bg{
	background:#fff;
}


.pricing_bg ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

.pricing_bg ul li
{
background-image: url(/images/tick.png);
background-repeat: no-repeat;
background-position: 50px 0px; 
}

.pricing_bg li{
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px solid #cecccc;
}
.price_btn{
	text-align:center;
	width:40%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ff9900;
	color:#fff;
	text-transform:uppercase;
	display:block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.price_btn a{
	color:#fff;
	font-size:1.5em;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
@media only screen and (min-width: 320px){

.read_more{
	text-align:center;
	width:40%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ff9900;
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	display:block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
}


@media only screen and (min-width: 768px){

.read_more{
	text-align:center;
	width:20%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ff9900;
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	display:block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
}

@media only screen and (min-width: 1024px){

.read_more{
	text-align:center;
	width:20%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ff9900;
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	display:block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
}
.read_more a{
	color:#fff;
	font-size:1.5em;
	text-transform:uppercase;
	text-decoration:none;
}

.works .column{
	padding:0;
}


/*---------CONTACT FORM----------*/

	.dlgwrapper {
	width: 500px;
	margin-top: 25px;
}
.dlgwrapper input, .dlgwrapper textarea, .dlgfield {
	padding: 4%;
	width: 471px;
	margin: 0px 0px 10px 0px;
	background:#2e2e2e;
	border:none;
}

label {
	float: left;
	width: 400px;
	padding-top: 4%;
	padding-bottom:2%;
	font-size: 1.5em;
	color:#cec6bb;
	font-family:'Francois One', sans-serif;
	text-transform:uppercase;
	text-align: left;
}


.dlgwrapper input, .dlgwrapper input {
	float:left;
}

.dlgwrapper textarea {
	height: 90px;
}

.dlgwrapper textarea:focus, .dlgwrapper input:focus {
	border:none;

}



.dlgwrapper input, .dlgwrapper textarea {
	color:#cec6bb;
	font-size:1.3em;
}

.dlgwrapper input.std {
	font-size:1.3em;
	font-family:'Francois One', sans-serif;
	text-transform:uppercase;
	width: auto;
	float: left;
	background:#3c3c3c;
	border: 2px solid #cec6bb;
}

.contact_header {
	font-size:2.5em;
	font-family:'Francois One', sans-serif;
	text-transform:uppercase;
	color:#c1333f;
	text-shadow: 0 2px 2px #050505;
	text-align:center;
}

/*-----------MISC----------*/

.mar{
	margin-top:4%;
}

.mar_home{
	margin-top:8%;
}
.pad{
	padding-bottom:4%;
}

.res img{
	width:100%;
	height:100%;
}


/*FOOTER*/

footer{
	width:100%;
	background:#3299ba;
	color:#fff;
	float:left;
	height:auto;
	position:relative;
	
}

footer p a{
	color:#fff;
	font-size:1em;
}

.fade {
        opacity: 0;
	display:block;
	float:left;
}



.fading {
	display:none;
}
@media only screen and (min-width: 1024px){

.fading {
	display:block;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fading:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

}

/* PARALLEAX STYLESHEET - BEGIN */

section {
    max-width:1600px;
    min-height: 1000px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	background:#e9e9e9;
}


section:nth-of-type(1){background-color:whitesmoke;height:1300px;}
section:nth-of-type(2){height:1800px;}

section>div:nth-of-type(1) {
    margin: 0;
    height: 1300px;
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

section>div:nth-of-type(2) {
    margin: 0;
    height: 1600px;
    position:absolute;
    top:300px;left:100px;
    width:100%;
}






section h1{width:100%;font-size:65px;margin-bottom:14px;}
section p{width:100%;}

section article{ position:absolute;top:10%;
/*left:40px;*/
width:100%;
z-index:4; 
background: url(/images/__od/911/whitetrans.png);  
 }

.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}


#section2 article, #section3 article, #section5 article{
	top:0;
	background:#e9e9e9;
}

#section4 article, #section6 article, #section7 article{
	top:0;
}

@media only screen and (min-width: 320px){
	#section2{
		height:2970px;
	}
	#section3{
		height:1600px;
	}
	#section4{
		height:1050px;
	}

	#section5{
		height:1650px;
	}
}
@media only screen and (min-width: 640px){
	#section2{
		height:1500px;
	}
}



@media only screen and (min-width: 768px){
#section2{
		height:1600px;
	}
	
	#section3{
		height:1300px;
	}
	#section4{
		min-height: auto;
		height:900px !important;
	}
	#section5 {
		height: 1000px;
	}
	#section7{
		height:1200px;
	}
}



@media only screen and (min-width: 1024px){

	#section2{
		height:1700px;
	}
	
	#section3{
		height:1300px;
	}
	
	#section4{
		height:1050px;
	}
   
   #section5 { height: 1000px;}
   #section7{
	   height:1110px;
   }
}

#video_background { min-width: 100%; min-height: 100%;  }

/* PARALLEAX STYLESHEET - END */


