
/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Arrowz - Flat One Page Parallax Theme

Version:	1.0

Author profile : http://themeforest.net/user/2AA 

Primary use : Magazine,Corporate,creative
-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Layout Content]

* body
	+ Header / #header
		-nav / #nav
	+ Content / #content
		- Left column / #leftcolumn
	+ Article / .content
		- Boxes / .box
	+ Footer / #footer

Navigation	  #nav
Content header	  .title.one / .title
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
# [Color codes]

* color HEX Type

# Light Red (headings , links , icons , href): #F8434A
# light Black (content, paragraph ) #888888

-------------------------------------------------------------------*/



/*----------------------- Included google fonts apis ------------------------ */
@charset "UTF-8";

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Playball);
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/*-------------------------------------------------------------------*/




::selection {
	background-color: #F8434A;
	color: #fff;
}

/*----------------------- General body styling ------------------------ */

html, body {
	background: #fff;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    font-family:'fontawesome-webfont2';
	-webkit-font-smoothing: antialiased!important;
	
}
p,h1,h2,h3,h4,h5,h6 {

	-webkit-font-smoothing: antialiased!important;

}
/*----------------------- styling slider text ------------------------*/

.intro-text{

    text-shadow: 0px 5px 0 rgba(0,0,0,.15);
	font-family: 'Playball', cursive;
	/*font-family: 'Varela Round', sans-serif;*/
	font-size: 60px;
}

.main-title ul{
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
	position:relative;
	height: 100px;
	font-size: 90px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family: 'fontawesome-webfont2', sans-serif!important;
	letter-spacing: 5px;
	z-index: 100;
}
.main-title ul li{
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: 40px;
	line-height: 100px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 5px 5px 0 rgba(0,0,0,.15);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}
.main-title li.t-current{
	opacity: 1;
	top: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}

.main-title{
	color: #fff;
	height: 385px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top:-176px;
	width: 100%;
	pointer-events: none;
	text-align: center;
	z-index:10;
}

.color{
	color: #e74c3c;
	font-weight: 300;
}

.explore_btn{
   
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    background-color: #F8434A;
    font-family:'fontawesome-webfont2',sans-serif;
    height: auto;
    letter-spacing: 1px;
    margin: 40px auto 0;
    padding: 11px 25px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    width: 146px;
    border:2px solid transparent;
    z-index: 10;
    outline: none;

}

.explore_btn:hover{

	border:2px solid #fff;
}

/* General main styles */
.title{

	font-weight: 300;
	text-align: center;
	font-family: 'fontawesome-webfont2',sans-serif;

}
.title.one{
	color: #F8434A;
	font-size: 37px;
	font-weight: 600;
	letter-spacing: 5px;
	padding:27px 0 30px;
	text-transform: uppercase;
}

.title.two{
	color: #757575;
	 font-size: 19px;
	font-family: 'fontawesome-webfont2', sans-serif!important;
	 line-height:28px;
	 width: 680px;
	 margin: 11px auto;
	 padding-bottom:30px;
}

/* Big cap First Letter style Effect*/

.cap{
	background:#F8434A;
    border: 1px solid #ededed;
    float: left;
    color:#fff;
    font-family: 'fontawesome-webfont2',sans-serif !important;
    font-size: 30px;
    line-height: 25px;
    margin: 5px 9px -19px 0;
    padding: 8px 10px;
}


/* styling header section */

.logo{
	float: left;
	color: #000;
	font-family: 'fontawesome-webfont2', sans-serif;
	font-size: 23px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 90px;
	margin-left: 68px;
	text-indent: -9999px;
	background: url(../img/logo.png)no-repeat;
	display: block;
	width:129px;
	height:38px;
	margin-top:19px;

}
#nav .current a {color: #F8434A !important;}
.header .menu a{

    font-family:'fontawesome-webfont2',sans-serif;
    color: #414141;
    font-weight: 300!important;
    outline: medium none;
    text-decoration: none;
    transition: all 0.21s ease-in-out 0s;

}
.hideme{opacity: 0;}
.hideme-slide, .hideme-slide2{opacity: 0; bottom: -100% !important;}
.dontHide{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.dontHide.delay{
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

/* Loading */
#mask {
    background-color: #dee6ea;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
}
.loader {
  position: absolute;
  width: 40px;
  height:40px;
  /*margin: -20px 0 0 -20px;*/
  margin:-60px 0 0 -100px;
  top:50%;
  left:50%;
}


/* JumpMenu Styles */
.jump-menu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.jump-selector{
	border-radius: 0;
	background: url("../img/menu-icon-blk.png") no-repeat;
	position: absolute;
	width: 50px;
	height: 75px;
	top: 0;
	right: 0;
	border: none;
	-webkit-appearance: none;
	padding-right: 50px;
	cursor: pointer;
}

/* Home Slider */
#video-volume {
	bottom: 30px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 24px;
	margin-left: -12px;
	left: 50%;
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 10;
	background: url("../img/audio.png") no-repeat;
	opacity: 0.5;
}
.welcome{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	letter-spacing: 3px;
	text-transform: none;
}
#home-fullWidth div,#home div{
	position: relative;
	width: 100%;
	height: 100%;
}
#home-fullWidth{
	height: 700px;
}
.slider-controls{
	opacity: 0;
	padding: 0;
	margin: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-controls li{list-style: none;}
#home-fullWidth div:hover .slider-controls,#home div:hover .slider-controls{
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-controls li a{
		position: absolute;
		z-index: 25;
		top: 44%;
		width: 81px;
		height: 80px;
		cursor: pointer;
}
.s-next{
	background: url("../img/s-next.png");
	margin-right: 70px;
	right: 0;
	opacity: 0.3;
}
.s-prev{
	background: url("../img/s-prev.png");
	margin-left: 70px;
	left: 0;
	opacity: 0.3;
}
.s-next:hover, .s-prev:hover{opacity: 1;}

/* Pre-load */
#home{ height:100%;}
#bannerscollection_zoominout_opportune{height:100%; width:100%;}
.wrapperSlider #bannerscollection_zoominout_opportune{ height:auto; width:auto;}

#homer:hover .bannerControls{opacity: 1;}
.banner-info{
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
}
.header{
	width: 100%;
	height: 75px;
	border-bottom:1px solid rgba(0,0,0,.07);
	background: #fff;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	z-index: 75;


}
.clear{clear: both;}
.menu{
	float: right;
	margin-right: 68px;
}
.menu ul{list-style: none; padding: 0; height: 75px; margin: 0;}
.menu ul li{
	float: left;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 75px;
    padding: 0 22px;
    text-transform: uppercase;
}
.menu a{
	color: #414141;
    font-weight: 600;
    outline: medium none;
    text-decoration: none;
    transition: all 0.21s ease-in-out 0s;
}.menu a:hover{
	color: #F8434A;
	-webkit-transition: all 0.21s ease-in-out;
	-moz-transition: all 0.21s ease-in-out;
	-o-transition: all 0.21s ease-in-out;
	transition: all 0.21s ease-in-out;
}
#nav .current a {color: #F8434A !important;}
.logo{
	float: left;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 75px;
	margin-left: 68px;
}

#main-mockp{
    left: 0;
    margin-top: -34px;
    position: relative;
    width: 560px;
}
.main-title .second-title{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
	width: 680px;
	text-transform: none;
	margin: auto;
	font-weight: 400;
}
.second-title span{color: #F8434A; font-weight: 600;}

/*We We Do Section icons*/
.d-element{

	border: 1px solid #EDEDED;
    float: left;
    height: 200px;
    line-height: 90px;
    margin-right: -1px;

    width: 288px;
    margin-bottom:50px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    
}

#Big-ico .d-element .icons {

    background-image: url("../img/ss_icons2.png");
    bottom: -27px;
    display: block;
    height: 71px;
    left: 27px;
    margin: 0 auto 30px;
    position: relative;
    text-indent: -9000px;
    width: 177px;
     -webkit-transition: all .26s ease-in;
    -moz-transition: all .26s ease-in;
    -ms-transition: all .26s ease-in;
    -o-transition: all .26s ease-in;
    transition: all .26s ease-in;
   
}
.d-element h3{
	font-family: 'fontawesome-webfont2',sans-serif !important;
    margin-bottom: 70px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
     -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.d-element:hover h3 { color: #fff; }
.d-element #icon-1{

    background-position: 0 0;
    background-repeat: no-repeat;
}
.d-element:hover #icon-1 { background-position:0 -90px;}
.d-element:hover #icon-2 { background-position:-160px -90px !important;}
.d-element:hover #icon-3 { background-position: -316px -90px!important;}
.d-element:hover #icon-4 { background-position: -457px -90px!important;}

.d-element #icon-2{
	background-position: -160px 0;
    background-repeat: no-repeat;
}
.d-element #icon-3{
	background-position: -316px 0;
    background-repeat: no-repeat;
}
.d-element #icon-4{
	background-position: -457px 0;
    background-repeat: no-repeat;
}

.d-element:hover{

	background: #F8434A;
}


/* Our Achievements Milestone Counter */
.m-element{
	width: 295px;
	height: auto;
	float: left;
	text-align: center;
}

.bold{
	
	font-size: 60px!important;
	font-family: 'Montserrat', sans-serif!important;
	color:#F8434A!important;
	line-height: 50px!important;
	font-weight: 600!important;

}
.milestone-details{
	font-weight: 300!important;
	font-family: 'Varela Round', sans-serif!important;
	font-size: 16px!important;
	color: #7f7f7f!important;
	text-transform: uppercase!important;
	padding: 21px 0 100px!important;
	letter-spacing: 1px!important;
}


.p-title-one.ttr {padding-top:115px!important;}
.p-title-two{
	font-weight: 300!important;
	text-align: center!important;
	
	font-size: 35px!important;
	color: #fff!important;
	padding: 10px 0 30px!important;
}

.p-image-first{margin-left: -91px!important;}
.p-image-second{margin-left: 101px!important;}
.parallax.p-two{height: 630px!important;}
.parallax.p-one{height: 685px!important;}
.parallax.p-three{height: 611px!important;}

.main-title{
	color: #fff;
	height: 385px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top:-176px;
	width: 100%;
	pointer-events: none;
	text-align: center;
	z-index:10;
}
.main-title.title-fullWidth{top: 174px; margin-top: 0;}
.main-title a{text-decoration: none;}
.main-title .divider{width: 60px; margin: 30px auto 40px;}
.title-container{
	width: 75%;
	margin: 0 auto;
}


.main-title ul{
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
	position:relative;
	height: 100px;
	font-size: 70px;
	font-weight: 300;
	text-align: center;
	font-family:  "Brandon Grot W01 Bold",'Montserrat', sans-serif; ,"Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	z-index: 100;
}
.main-title ul li{
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: 40px;
	line-height: 100px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}
.main-title li.t-current{
	opacity: 1;
	top: 0;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}

/* Featured Works Caroussel*/
.main-carousel{
	overflow: hidden;
	width: 100%;
	position: relative;
	height:376px;
}
.f-image{
	color: #fff;
}
.f-image a{
	color: #fff;
	text-decoration: none;
}
.f-single .portfolio-meta,.t-element .portfolio-meta {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.portfolio-meta div:last-child{font-weight: 400; opacity: 0.5; font-size: 13px;}
.team-box .portfolio-meta div:last-child {font-weight: 400; opacity: 1; font-size: 16px;}
.f-single:hover .portfolio-meta,.t-element:hover .portfolio-meta{
	bottom: 75px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.f-single:hover .f-category,.t-element:hover .f-category{
	top: 85px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.team-box .t-element:hover .f-category {top: 65px;}
.f-image .f-category{
	text-decoration: none;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 20;
	display: block;
	margin-left: -22px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url("color/img/color-icons.png") no-repeat;
	
	-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;
}
.t-photo .f-category {
	text-decoration: none;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 20;
	display: block;
	margin-left: -22px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url("color/img/color-icons.png") no-repeat 0 -44px;
	
	-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;
}
.f-single a{text-decoration: none;}
.image-hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.f-image .image-hover-overlay,.t-photo .image-hover-overlay {
	z-index: 11;
	background-color: #000!important;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.f-single:hover .image-hover-overlay,.t-element:hover .image-hover-overlay {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: .85;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.active .f-info {opacity: 1;}
.roll-info{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.roll-info:hover{
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ca-container {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ca-nav span {
	width: 25px;
	height: 38px;
	background: transparent url(../img/f-next.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: -40px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}
.ca-nav span.ca-nav-next {
	background-position: top right;
	left: auto;
	right: -40px;
}
.ca-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	
}
.ca-item {
	position: relative;
	float: left;
	width: auto;
	text-align: center;
}

.content{position: relative;}
.shape{background: #fff; padding-bottom: 85px;}
/*.menu-top{margin-top: 75px;}*/
.f-single{
	width: 467px;
	float: left;
	margin: 0 15px;
	position: relative;
}
.f-single:hover .f-image{
	opacity: 1;
}
/*.f-single.active .f-image{
	opacity: 1;
}*/
.f-single:hover .f-info{
	cursor: pointer;
	opacity: 1;
	background: #F8434A;
	color: #fff;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*.f-single.active .f-info{
	cursor: pointer;
	opacity: 1;
	background: #F8434A;
	color: #fff;
}*/
.f-single:hover .roll-info{
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.featured-carousel{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.featured-list{overflow: auto;}
.nav-featured{
	margin: 80px auto;
	height: 57px;
	width: 455px;
}
.nav-featured div{float: left; cursor: pointer;}
.prev-featured{
	background: url("../img/f-prev.png") no-repeat #e1e1e1;
	width: 30px;
	height: 57px;
	margin-right: 110px;
}.prev-featured:hover{background-color: #F8434A;}
.next-featured{
	background: url("../img/f-next.png") no-repeat #e1e1e1;
	width: 30px;
	height: 57px;
	margin-left: 110px;
}.next-featured:hover{background-color: #F8434A;}
.nav-featured .btn-featured{
	color: #fff;
	margin-top: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background: #F8434A;
	border-radius: 25px;
	padding: 13px 25px 13px;
	letter-spacing: 1px;
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}.nav-featured .btn-featured:hover{background: #e1e1e1;}
.btn-featured a{text-decoration: none; color: #fff;}

.f-info{
	font-weight: 400;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #404141;
	background: #fff;
	line-height: 30px;
	padding: 40px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.f-info span{color: #aeaeae; font-size: 18px; font-family: 'Open Sans', sans-serif;}
.f-image{
	cursor: pointer;
	position: relative;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.light{background: #fff; position: relative;}
.shape:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 30px solid #fff;
	border-bottom: 0px solid transparent !important;
	border-right: 30px solid transparent !important;
	border-left: 30px solid transparent !important;
	left: 50%;
	bottom: -28px;
	margin-left: -29px;
	z-index: 20;
}
.full{
	width: 1180px;
	position: relative;
	margin: auto;
}
.half{
	width: 500px;
	float: left;
	padding: 80px 55px 70px 35px;
}
.half:last-child{padding: 80px 35px 120px 55px;}
.half.car-show-2 {
	padding-bottom: 25px;
}
.title-one, .title-full-one{
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #d7d9da;
	text-transform: uppercase;
}
.title-two, .title-full-two{
	font-weight: 300;
	text-align: center;
	font-size: 28px;
	color: #434343;
	padding-bottom: 50px;
	margin-top: 10px;
}
.title-full-one{padding-top: 80px;}
.half-content{
	color: #888888;
	font-size: 15px;
	line-height: 26px;
	font-family: 'fontawesome-webfont2', sans-serif!important;
}
.half-content a{color: #F8434A; text-decoration: none; font-weight: 400;  }


/* Parallax */
.parallax .p-dark{color: #fafafa; font-size:3.5em;}
.parallax{
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
}

.left-desc{

    color: #FFFFFF;
    width: 490px;
    font-family:  'fontawesome-webfont2', sans-serif;

}

.left-desc h3 {  font-size: 7em; line-height: 100px; margin-bottom: 40px; text-shadow:0 3px 0 rgba(0, 0, 0, 0.15); }
.left-desc p {  font-size: 20px; }

.p-image-first{margin-left: -91px!important;}
.p-image-second{margin-left: 101px!important;}

.p-image-second img { width:100%; margin-left: 36px;}
.parallax.p-two{height: 630px!important;}
.parallax.p-one{height: 685px!important;}
.parallax.p-three{height: 611px!important;}

.p-one{background: url("../img/parallax/polygon-pattern.jpg") repeat; }
.p-two{background: url("../img/parallax/polygon-pattern.jpg") repeat;}
.p-three{background: url("../img/parallax/polygon-pattern.jpg") repeat;}
.p-title-one{

	font-weight: 400!important;
	text-align: center!important;
	font-family: 'fontawesome-webfont2', sans-serif!important;
	font-size: 15px!important;
	color: #fff!important;
	text-transform: uppercase!important;
	padding-top: 140px!important;
    text-shadow: 0px 2px 0 rgba(0,0,0,.17);

}

.parallax .p-dark {
    color: #FAFAFA!important;
    font-size: 3.5em!important;
}
/* Our team section*/

.t-element{
	width: 242px!important;
	float: left!important;
	margin-right: 53px!important;
}
.t-element:nth-child(4){margin-right: 0;}
.t-element:nth-child(8){margin-right: 0;}
.t-element:nth-child(12){margin-right: 0;}
.t-data{
	background: #fff!important;
	text-align: center!important;
	text-transform: uppercase!important;
	padding: 20px 31px!important;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-data{
	background: #F8434A!important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.t-element:hover .t-name{
	color: #fff!important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.in-social .soi:hover{
	opacity: 1!important;

}

.t-name{
	color: #F8434A!important;
	font-size: 18px!important;
	font-family: 'fontawesome-webfont2', sans-serif!important;
}

.p-title-two{
	font-weight: 300;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	color: #fff;
	padding: 10px 0 30px;
}
.p-info{
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	width: 650px;
	margin: 50px auto 0;
	font-weight: 300;
}
.divider{

	background: none repeat scroll 0 0 #F8434A;
    height: 1px;
    margin-bottom: 50px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    top: 50px;
    width: 100px;
}
.p-image-01{position: absolute; bottom: -3px; left: 50%; margin-left: -595px;}
.p-image-02 div{position: absolute; bottom: -28%; left: 50%;}
.p-image-03 div{position: absolute; top:65%; }


.parallax-info{
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
}
#video_background {
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
.container-video{
	position: relative;
	overflow: hidden;
	height: 700px;
}
#full_slide{ display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    heigth: auto;           /* don't want it to expand beyond padding */
    position: absolute;
	top: 0;
	z-index: 5;
}

.p-video {                /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    heigth: auto;           /* don't want it to expand beyond padding */
    position: absolute;
	top: 0;
	z-index: 5;
}
.p-video > iframe {
    position: absolute;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	z-index: -100;
}
.mk-video-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(../img/skill-sprite.png) center center repeat;
}

.p-video-title{
	height: auto;
	margin: auto;
	text-align: center;
	opacity: 0.4;
	font-size: 59px;
	font-weight: 300;
	letter-spacing: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 333px;
	 font-family:'Montserrat',sans-serif;

}

/* Team */
.t-spacer{
	width: 40px;
	height: 2px;
	background: #4cd8ed;
	margin: auto;
	margin-top: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-spacer{
	background: #fff;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-roll{
	background: #fff;
	background: rgba(255,255,255,0.8);
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-photo{
	position: relative;
	width: 242px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.t-element:nth-child(4){margin-right: 0;}
.t-element:nth-child(8){margin-right: 0;}
.t-element:nth-child(12){margin-right: 0;}

.t-element:hover .t-data{
	background: #F8434A;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-name { color:#fff; }
.t-element:hover .t-info{
	color: #fff;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

.in-social .soi:hover{
	opacity: 1!important;

}

.t-name{
	color: #F8434A;
	font-size: 18px;
	font-family: 'fontawesome-webfont2', sans-serif;
}
.soi{
	width: 40px;
	height: 29px;
	overflow: hidden;
	background: url("../img/social.png")!important;
	float: left;
	opacity:.4!important;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	
}

.soi.facebook{background-position: 0 0;}
.soi.twitter{background-position:-37px 0!important;}
.soi.instgram{background-position:-76px 0 !important;}
.soi.goplus{background-position:-117px 0 !important;}

.t-info{
	color: #7f7f7f;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 10px;
	font-family: 'fontawesome-webfont2', sans-serif;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.t-social{
	float: left;
	right: 31px;
	position: relative;
}
.in-social{
	/*height: 58px;*/
	top:-10px;
	position: relative;
	width:256px;
	left:46px;
}



 /*Buy Section style*/

#buy-section{

	padding:50px 0;
	background: #F8434A;
}
#seen-enough { float:left; max-width:480px;}

#seen-enough h3 {

 	color: #FFFFFF;
    font-family: 'fontawesome-webfont2',sans-serif;
    font-size: 2em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.11);
    text-transform: uppercase;
    margin-bottom: 0;
}
#seen-enough p {

	color:#fff;
    font-family: 'fontawesome-webfont2',sans-serif;
	font-weight:200!important;
	font-size: 20px;


}

    
#buy-section a { 
 	background-color: #FFFFFF;
    border-radius: 4px;
    color: #F8434A;
    display: block;
    float: right;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-top: 40px;
    padding: 26px;
    text-decoration: none;
	border:1px solid transparent;
    width: 100px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    
}
#buy-section a:hover{
	background: #da2027;
	color:#fff;
}


/* Caroussel */
.show{position: relative; width:520px;}
.caroussel{
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.caroussel-list{overflow: auto;}
.car-img{
	float: left;
	width: auto;
}
.controller{
	float: right;
	right: 50%;
	position: relative;
	
}
.controller ul{
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
	margin: 35px 0 0 15px;
}
.controller ul li{
	list-style: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	background: #fff;
	float: left;
	margin: 0 7px;
	cursor: pointer;
}.controller ul li:hover{border: 2px solid #4ad8ed; background: #4ad8ed;}
.controller ul li:first-child{margin-left: 0px;}
.controller ul li:last-child{margin-right: 0px;}
.selected{border: 2px solid #4ad8ed !important; background: #4ad8ed !important;}
.car-prev,.car-next{
	position: absolute;
	width: 47px;
	height: 85px;
	background-image:url('../img/c-arrows.png');
	background-color: #4ad8ed;
	top: 125px;
	cursor: pointer;
}
.car-prev{left: 0; background-position: -16px 0;}
.car-next{right: 0; background-position: 0px -85px;}

/* Testimonials */
.caroussel-2{
	width: 500px;
	height: 265px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.caroussel-list-2{overflow: auto;}
.car-quote{
	float: left;
	width: 500px;
}
.tag-project{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #929292;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
}
.controller-2,.controller-3{
	float: right;
	right: 50%;
	position: relative;
	margin: 30px 0 60px;
	
}
.controller-3{margin-top: 0;}
.controller-2 ul,.controller-3 ul{
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
}
.controller-2 ul li,.controller-3 ul li{
	list-style: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	background: #fff;
	float: left;
	margin: 0 7px;
	cursor: pointer;
	margin: 35px 0 0 15px;
}
.controller-3 ul li{border: 2px solid #fff;}
.controller-2 ul li:hover,.controller-3 ul li:hover{border: 2px solid #4ad8ed; background: #4ad8ed;}
.controller-2 ul li:first-child,.controller-3 ul li:first-child{margin-left: 0px;}
.controller-2 ul li:last-child,.controller-3 ul li:last-child{margin-right: 0px;}
.car-prev-2,.car-next-2{
	position: absolute;
	width: 47px;
	height: 85px;
	background-image:url('../img/c-arrows.png');
	background-color: #4ad8ed;
	top: 88px;
	cursor: pointer;
}
.car-prev-2{left: 0; background-position: -16px 0;}
.car-next-2{right: 0; background-position: 0px -85px;}
.avatar{
	width: 100px;
	float: left;
	margin-right: 20px;
}
.avatar img{border-radius: 50%;}
.q-spacer{
	width: 100%;
	height: 1px;
	background: #f4f4f4;
	margin: 35px 0;
}
.comment{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #acacac;
}
.comment span{color: #474747; font-weight: 600;}

/* Services */

.s-container{position: relative; width: 1180px; margin: auto;}

.services,.testimonials{
	position: relative;
	overflow: visible;
	padding-bottom:90px;
}
.s-element{
	width: 393px;
	height: auto;
	float: left;
	text-align: center;
}
.s-info{padding: 0 45px;}
.s-ico{
	width: 140px;
	height: 140px;
	border:2px solid #F8434A;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px auto 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../img/ss_icons.png");
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.s-ico:hover{
	background-color: #F8434A;
	border:2px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.s-ico.s-ico-1{background-position: -6px 34px;}
.s-ico.s-ico-2{background-position: -150px 39px;}
.s-ico.s-ico-3{background-position: -870px 35px;}




 .s-ico-1:hover {  background-position: -6px -55px; } 
 .s-ico-2:hover {  background-position: -150px -55px; } 
 .s-ico-3:hover {  background-position: -870px -55px; } 

.s-info{
	
	font-size: 15px;
	color: #b4b4b4;
	font-weight: 400;
	line-height: 25px;
}
.s-info span{
	font-family: 'fontawesome-webfont2', sans-serif;
	color: #434242;
	font-size: 22px;
}
.s-info p {

	font-family: 'fontawesome-webfont2',sans-serif !important;
	color:#757575;

}
.sl-element {
	width: 236px;
	height: auto;
	float: left;
	text-align: center;
	position: relative;
	overflow: visible;
}
.sl-title{
	
	color: #434242;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.chart-element{
    float: left;
    height: 200px;
    margin-right: 95px;
    width: 200px;

}
.chartbg .p-title-one{
	margin-top: -40px;
    padding-bottom: 64px !important;

}

.chart {
    display: inline-block;
    font-size: 1.65em;
    font-weight: 600;
    height: 110px;
    left: -6px;
    margin-bottom: 42px;
    position: relative;
    text-align: center;
    top: -7px;
    width: 110px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart-desc h5 { 
  color:#fff;
  font-size: 1.18em;
  margin: 0!important;
  text-transform: uppercase;
  font-family:'Montserrat',sans-serif;

}
.chart-desc {

    font-weight: 300;
    line-height: 28px;
    text-align: center;
    position: relative;
    top:-26px;
}
.percentage {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
 font-size: 1.25em;
 color:#fff;
}

.percentage-num { color:#fff!important;}

.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
input {
  display: block;
  margin: auto;
  margin-bottom: 3em;
}


/* Portfolio */
.p-category{
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	z-index: 20;
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url("../img/plus.png") 0 0 no-repeat;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ch-grid:hover .p-category{opacity: 1;}

/* Testeomnail section */

 .t-container{
 	padding:10px 0 100px;
 }

 .clientblock img{

 	float:left;
 	border-radius: 100%;
 	margin-right: 12px;

 }
 .clientblock{
 	margin-left: 10px;
    margin-top: 37px;
    font-family: 'Varela Round',sans-serif;

 }
 .clientblock p strong{ color:#F8434A;}
 .testblock:after{
 	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 9.5px 0 9.5px;
	border-color: #F4F4F4 transparent transparent transparent;
    content: " ";
    left: 14%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: 100%;
}
 .testblock{

 	background:#F4F4F4;
 	border:1px solid #EDEDED;
    border-radius: 5px;
    font-family: 'Varela Round',sans-serif;
    font-size: 15px;
    height: auto;
    line-height: 28px;
    padding: 20px;
    color:#444;
    position: relative;
 }
 .st-element{

 	float: left;
    height: auto;
    margin-right: 32px;
    width: 361px;
 }
.nav-wrapper{position: relative;}
.nav-wrapper:hover .nav-work{opacity: 1}
.nav-work{
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-work div{
	position: absolute;
	top: 47%;
	width: 30px;
	height: 60px;
	cursor:pointer;
	background: url("../img/work-arrows.png") no-repeat;
}
.nav-work .w-prev{left: 15px; background-position: bottom left;}
.nav-work .w-next{right: 15px; background-position: top left;}
.w-arrows .close{
	background-position: -264px bottom;
	border: none;
	borde-radius: none;
}
.w-arrows .btn-next{background-position: right bottom; }
.w-arrows .btn-prev{background-position: -218px bottom;}
.w-arrows div{
	cursor: pointer;
	display: block;
	height: 44px;
	width: 44px;
	line-height: 32px;
	border: 2px solid #ddd;
	border-radius: 50%;
	text-transform: uppercase;
	float: left;
	margin: 0 10px;
	text-align: center;
	background: url("color/img/color-icons.png") no-repeat bottom right;
}
.w-arrows{
	overflow: auto;
	width: 205px;
	margin: 20px auto 20px;
}

.w-arrows.last{ margin: 120px auto 150px;}

.ch-item{float: left; width: 100%; cursor: pointer;}
.ch-item img{width: 100%;}
.ch-grid img{
    opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid:hover img{
    opacity: 0.1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid:hover div{
	opacity: 1;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ch-grid {
    overflow: hidden;
	background-color: #000;
}
.ch-grid div {
	cursor: pointer;
    position: absolute;
	/*background: #F8434A;
    background: rgba(76,221,243,0.8);*/
    width: 100%;
    height: 100%;
	left: 100%;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ch-grid div span {
	display: block;
	padding: 0 0;
	margin: 20% 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.ch-grid div span span {
	margin: auto;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: 400;
}

.ch-grid div span span.p-category { margin-bottom:15px;}

.ch-grid div span span.cat2{ color:#555; padding:0; font-size:13px; text-transform:uppercase;}

#options {
	float: right;
	right: 50%;
	position: relative;
	margin-bottom: 70px;
}
#filters{
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
}
.folio-btn{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EDEDED;
    color: #C1C1C1;
    cursor: pointer;
    float: left;
    font-family: 'fontawesome-webfont2',sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    list-style: none outside none;
    margin: 0 5px 10px;
    padding: 8px 22px;
    text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.folio-btn:hover{
	background: #F8434A;
	color: #fff;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.folio-btn:firt-child{margin-left: 0;}
.folio-btn:last-child{margin-right: 0;}
.folio-btn.selected {border: none !important; background: #F8434A!important; color: #fff !important;}
.p-selected{ color: #C1C1C1 !important; }
.p-roll{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #F8434A;
	color: #fff;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.p-roll:hover{
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid{position: relative; list-style: none;}
.bottom-line{
	border-bottom: solid 1px #f7f7f7;
	width: 1180px;
	margin: 85px auto 0;
}

.f-title-one{
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #d7d9da;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.title-one, .title-full-one{
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #d7d9da;
	text-transform: uppercase;
}


.f-title-two{
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #434343;
	margin-bottom: 45px;
}

.f-data img{margin-right: 10px;}
.no-top{padding-top:0 !important;}
.f-bottom{margin-bottom: 115px !important;}

/* Form */

.error{ font-size:13px;}

.formSent, .formError {
	display: none;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.bay {
	overflow: hidden;
	background-color: transparent;
}




/* Facts */
.f-element{
	width: 295px;
	height: auto;
	float: left;
	text-align: center;
}
.f-ico{
	
	width: 73px;
	height: 71px;
	margin: 0 auto 20px;
}
.highlight{
	font-weight: 300;
	font-size: 100px;
	color: #000000;
	line-height: 75px;
}
.milestone-details{
	font-weight: 300;
	font-size: 20px;
	color: #7f7f7f;
	text-transform: uppercase;
	padding: 20px 0 100px;
	letter-spacing: 1px;
}


/* contact us area*/

.footer-container{
	width: 1180px;
	margin: auto;
	overflow: auto;
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 40px;
}
.foot-ico { 
	
	color:#f2f2f2!important;
}
.footer-container span{font-size: 13px;}
#footer-info li:nth-child(3) { margin-bottom:70px;}
.form-horizontal .control-group {margin-bottom: 5px;}
.f-data{
	color: #3f3f3f;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
}

.form-horizontal .control-group {margin-bottom: 5px;}
.ContactForm .required{
	border:1px solid #ededed;
    border-radius: 5px;
    color: #757575;
    font-family: 'Varela Round',sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    outline: medium none;
    padding: 20px;
}
#left-input { float: left; }
#left-input .required { width:460px!important; margin-right: 40px;}
#right-input .required { width:594px!important; height:126px;}


.controls.send-btn{
	background: none;
}
.f-bottom  { margin-bottom: 10px!important;}
.controls textarea{height: 145px; margin-bottom: 7px;}
.send-btn {
	width: 168px;
	line-height: 26px;
	font-weight: 300;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 11px 0;
	border-radius: 3px;
	background: #F8434A;
	border: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin-top: 20px;
}
.ContactForm input,.ContactForm textarea{
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;

}
.ContactForm input:focus, .ContactForm textarea:focus, select:focus { 
	border:1px solid #444; color:#333;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.send-btn:hover {
	color: #F8434A;
	background: #f7f7f7 !important;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}


/* Social Footer */


/* Jump Menu */
#nav2
	{
		display:none;
		width: 60em; /* 1000 */
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		position: absolute;
		top: 25%;
		left: 50%;
		margin-left: -30em; /* 30 480 */
	}

	#nav2 > a
	{
		display: none;
	}

	#nav2 li
	{
		position: relative;
	}
		#nav2 li a
		{
			color: #777;
			display: block;
			font-weight: 600;
			text-decoration:none;
			text-transform:uppercase;
		}
		

	#nav2 span:after
	{
		width: 0;
		height: 0;
		border: 0.313em solid transparent; /* 5 */
		border-bottom: none;
		border-top-color: #efa585;
		content: '';
		vertical-align: middle;
		display: inline-block;
		position: relative;
		right: -0.313em; /* 5 */
	}

	/* first level */

	#nav2 > ul
	{
		height: 3.75em; /* 60 */
		background-color: #f5f5f5;
		padding:0;
	}
		#nav2 > ul > li
		{
			width: 25%;
			height: 100%;
			float: left;
		}
			#nav2 > ul > li > a
			{
				height: 100%;
				font-size: 1.7em;
				line-height: 2.5em; 
				text-align: center;
			}
				#nav2 > ul > li:not( :last-child ) > a
				{
					border-right: 1px solid #cc470d;
				}
				#nav2 > ul > li:hover > a,
				#nav2 > ul:not( :hover ) > li.active > a
				{
					color:#333;
				}


		/* second level */

		#nav2 li ul
		{
			background-color: #cc470d;
			display: none;
			position: absolute;
			top: 100%;
		}
			#nav2 li:hover ul
			{
				display: block;
				left: 0;
				right: 0;
			}
				#nav2 li:not( :first-child ):hover ul
				{
					left: -1px;
				}
				#nav2 li ul a
				{
					font-size: 1.25em; /* 20 */
					border-top: 1px solid #e15a1f;
					padding: 0.75em; /* 15 (20) */
				}


@media only screen and ( max-width: 62.5em ) /* 1000 */
{
	#nav2
	{
		display:none;
		width: 100%;
		position: static;
		margin: 0;
	}
}

@media only screen and ( max-width: 974px ) /* 640 */
{
	html
	{
		font-size: 75%; /* 12 */
	}

	#nav2
	{
		display:block;
		position: relative;
		top: auto;
		left: auto;
		font-size: 75%;
	}
		#nav2 > a
		{
			width: 50px; /* 50 */
			height: 75px; /* 50 */
			text-align: left;
			text-indent: -9999px;
			position: relative;
			background:url("../img/menu-bullets.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
			float:right;
			cursor:pointer;
		}


		#nav2:not( :target ) > a:first-of-type,
		#nav2:target > a:last-of-type
		{
			display: block;
		}


	/* first level */
	#nav2.active > ul{ display:block;}

	#nav2 > ul
	{
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		margin-top:75px;
	}
		#nav2:target > ul
		{
			display: block;
		}
		#nav2 > ul > li
		{
			width: 100%;
			float: none;
		}
			#nav2 > ul > li > a
			{
				height: auto;
				text-align: left;
				padding: 0.5em 1em;
			}
				#nav2 > ul > li:not( :last-child ) > a
				{
					border-right: none;
					border-bottom: 1px solid #ccc;
				}


		/* second level */

		#nav2 li ul
		{
			position: static;
			padding: 1.25em; /* 20 */
			padding-top: 0;
		}
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/ height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.xRJhxXBs.dpuf*/


.pattern{ 
	background-image:url("../img/pattern-small.jpg"); 
	position: relative; 
	height: 100%; 
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
}
#home-slider { 

	position: relative;
	height: 100%;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	
}

.overlay{
	background: transparent url("../img/skill-sprite.png");
	opacity: 0.5;
	z-index: 0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:3;
	
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;		
}

.slides-navigation .next{background: transparent url("../img/s-next.png"); width:81px; height:80px; margin-right:70px; opacity:0.3}
.slides-navigation .prev{background: transparent url("../img/s-prev.png"); width:81px; height:80px; margin-left:70px; opacity:0.3}

.slides-navigation .next:hover{opacity:1}
.slides-navigation .prev:hover{opacity:1}

body .bx-wrapper{ margin-bottom:0;}
.bxslider{ margin-top:0px;}
body .bx-wrapper .bx-viewport{ border:0px; left:0;}

.bx-wrapper .bx-controls-direction a.bx-next{background: transparent url("../img/s-next.png"); width:81px; height:80px; margin-right:70px; opacity:0.3}

/*------------------------------------------ Social Footer --------------------------------------------------------*/
.socialFooter{
	 position:relative;
	 background:#444;
	 width:100%;

}
.social-icons{
	width:445px;
	margin: 0 auto;
	padding: 50px 0;
}

div.social { padding-bottom: 70px!important;}
.section-title {
	color: #dedede;
    font-family:'Montserrat',sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.07692;
    padding: 25px 0;
    top:-10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;

}

.section-title:after {

	background:#BFBFBD;
    bottom: 60px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 34px;
    bottom:22px;
}

.socialFooter .social-icons .social div{
	background-image: url("../img/footer_icons.png");
    float: left;
    height: 69px;
    margin: 0 24px;
    width: 47px;
    text-indent: -9999px;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    
}
.socialFooter .social-icons .social div:hover{opacity: 0.5;}

.face{ background-position: 3px 0;}
.twitt{ background-position: -47px 0;}
.instgram{ background-position:-96px 0;}
.message{ background-position: -152px 0;}

.face:hover{ background-position: 3px 0;}
.twitt:hover{ background-position: -47px 0;}
.instgram:hover{ background-position:-96px 0;}
.message:hover{ background-position: -152px 0;}

.social { margin-left:30px;}

div#subfooter { background-color: #393939; padding: 65px 0px 50px 0px;}

.socialFooter .copyright{
    color: #AAAAAA;
    font-family: 'Varela Round',sans-serif !important;
    font-size: 13px;
    margin-top: 15px;
    padding-top: 74px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.copyright ul {
    list-style: none;
    margin:0 auto;
    width: 520px;
	
 }
.copyright ul li {

	font-size: 22px;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 0 0 0.1em .2em;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin-bottom: 7px;
    font-family: 'fontawesome-webfont2', sans-serif;

	
}
.copyright ul li#cp { font-size: 16px; color:#f1f1f1;}
.copyright ul li#cp span { color:#fff; font-family:'fontawesome-webfont2',sans-serif!important;}


.copyright ul li.address span { font-weight: 600!important; color:#F4F4F4;}


/* rev Slider */


.bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.banner {

	width:100%;
	position:relative;
}
.bannercontainer {
		width:100%;
		position:relative;
		padding:0;
}
