/****************** GENERAL STYLES & PSEUDO CLASSES ******************/

input{
	-webkit-appearance: none;
}

span{
	color: #112941;
	font-size: 13px;
}

i{
	font-style: normal;
}

.h-font{
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
}

#main-container{
	width: 100%;
	overflow: hidden;
}

.error-box{
	background-color:#cc6633;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 11px;
}

.success{
	background-color: #009ad6;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 11px;
}


.inner-section{
    padding-top: 22px;
    padding-bottom: 6px;
    background: rgba(255,255,255,0.02)
}

.pad-top{
	padding-top: 22px;
	margin-bottom: 22px;
}


.text-white{
	color: #fff;	
}

.slider{
	position: relative;
}


.slide-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	max-width: 300%;
	min-height: 100%;
	max-height: 300%;
}

#home-slider .slides li{
	height: 800px;
	overflow: hidden;
	position: relative;
}

.slides .row{
	padding-top: 200px;
	position: relative;
	z-index: 2;
}


.hr{
	margin: 0px auto;
	border: 1px solid #fff;
	margin-top: 12px;
	margin-bottom: 12px;
}


.btn{
	padding: 20px;
	border: 2px solid #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	margin: 0px auto;
	margin-top: 44px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-family: 'GFS Didot';
}

.btn:hover{
	background-color: #fff;
	color: #666;
}

.page-header{
	background: url(../images/t1.jpg) no-repeat;
	padding-top: 121px;
}


.page-preamble{
	background-color: #f3f0eb;
	opacity: .5;
}

.page-preamble h3{
	color: #112941;
	margin-top: 22px;
}


.page-subtitle{
	color: #112941;
	font-family: 'Montserrat','Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}



/****************** MAIN NAV ******************/

#main-nav{
	min-height: 80px;
	max-height: 80px;
	background-color: rgba(255,255,255,0.80);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.menu-open{
	max-height: 800px !important;
}

#mobile-toggle{
	font-size: 60px;
	position: absolute;
	top: 0px;
	right: 22px;
	cursor: pointer;
}

#logo{
	padding-top: 20px;
	display: inline-block;
}


#nav-holder ul{
	list-style: none;
	margin: 0px;
	padding-top: 30px;
	overflow: hidden;
}

#nav-holder li{
	float: left;
	list-style: none;
	width: 130px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#nav-holder li a{
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	color: #112941;
	
}

#nav-holder li:first-child{
	margin-left: 0px;
}



/*********************** HOME PAGE *********************/

#front-quote{
	background-color: #e9e6e1;
}


#home-slider .flexslider, .work-slider .flexslider{
	margin: 0px;
}

#home-slider .flex-control-nav, .work-slider .flex-control-nav{
	bottom: 22px;
}

#home-slider .flex-control-paging li a.flex-active, .work-slider .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,0.5);
}

#home-slider .flex-control-paging li a:hover, .work-slider .flex-control-paging li a:hover  {
	background: rgba(255,255,255,0.4);	
}

#home-slider .flex-control-paging li a, .work-slider .flex-control-paging li a {
	background: rgba(255,255,255,0.3);	
}

/************* SERVICES PAGE ************/

.service{
	padding: 16px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.odd-tri-up {
	width: 0;
	height: 0;
	border-left: 240px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 11px solid #eeeedd;
	position: absolute;
	top: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-down {
	width: 0;
	height: 0;
	border-right: 240px solid transparent;
	border-left: 0px solid transparent;
	border-top: 11px solid #eeeedd;
	position: absolute;
	bottom: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-up {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 240px solid transparent;
	border-bottom: 11px solid #eeeedd;
	position: absolute;
	top: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.odd-tri-down {
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 240px solid transparent;
	border-top: 11px solid #eeeedd;
	position: absolute;
	bottom:-11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.odd-tri-up-second {
	width: 0;
	height: 0;
	border-left: 240px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 11px solid #eeeedd;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-down-second {
	width: 0;
	height: 0;
	border-right: 240px solid transparent;
	border-left: 0px solid transparent;
	border-top: 11px solid #eeeedd;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-up-second {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 240px solid transparent;
	border-bottom: 11px solid #eeeedd;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.odd-tri-down-second {
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 240px solid transparent;
	border-top: 11px solid #eeeedd;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.service:nth-child(even){
	background-color: #eeeedd;
}

.service:nth-child(odd){
	background-color: #eeeedd;
}


.service h5{
	color: #112941;
	font-family: 'Open Sans', 'MS Trebuchet', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 3px;
}

/************** CALLOUT ******************/

.callout-wrapper{
	background-color: #bcc9d5;
	padding: 12px 15px 12px;
}
.callout{
	background-color: #d6d0c8;
	padding: 25px;
	border: 2px solid #fff;
	overflow: hidden;
	color: #28578e;
}
.callout h5{
	margin-bottom: 11px;
	overflow: hidden;
	color: #28578e;
}
.callout p{ margin-bottom: 0px; }

.callout .icon{ font-size: 72px; }


/************* HOME SOCIAL ***************/

#home-social{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	background-image: url(../images/t1.jpg);
}

.twitter-bg{
	background-color: #00abed !important; 
}

.facebook-bg{
	background-color: #4862a2 !important;
}

.dribbble-bg{
	background-color: #e44d87 !important;
}

.behance-bg{
	background-color: #000 !important;
}

#home-social .inner-section{
	padding-bottom: 77px;
}

#home-social h3{
	margin-bottom: 22px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social p{
	margin-bottom: 29px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	font-size: 1em;
}

#home-social span{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social i{
	font-size: 70px;
	display: inline-block;
	margin-right: 22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#home-social i:hover{
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
}
/************* ABOUT PAGE ******************/

	margin-left: 0 auto;
	margin-right: 0 auto;

.callout{
	padding: 12px;
	border: 12px solid #bcc9d5;
	overflow: hidden;

}
.callout h5{
	margin-bottom: 6px;
	overflow: hidden;
	color: #28578e;
}
.callout p{
	margin-bottom: 0px;
	text-align:center;
	color: #112941
}
/************ TESTIMONIALS **************/


.active-filter{
	background-color: #f3f0eb;
}

.work-item .work-img-holder{
	overflow: hidden;
	cursor: pointer;
}

.work-item .work-img-holder img{
	height: 100%;
	max-width: 150%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}


#twocol-container .work-item .work-img-holder{
	height: 300px;
}

#twocol-container h5{
	margin-bottom: 11px;
}

#twocol-container .work-item{
	margin-bottom: 22px;
}

#threecol-container .work-item .work-img-holder{
	height: 250px;
}

#threecol-container h5{
	margin-bottom: 0px;
}

#threecol-container .work-item{
	margin-bottom: 22px;
}
/*************** WORK SINGLE PAGE *************/



/************** CONTACT PAGE *************/

#contact-details p{
	font-size: 16px;
}

#contact-details .hr{
	border-color: #eee;
}

#contact-details ul{
	list-style: none;
}

#contact-details i{
	font-size: 36px;
}

#contact-details li{
	margin-top: -22px;
}

#contact-details li:last-child{
	margin-top: -5px;
}

.form-button{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 80px;
	background-color: #fff;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	
}

.form-button:hover{
	background-color: #f3f0eb;
	color: #666;
}



/********* FOOTER *****************/

#footer{
	background-color: rgba(243,240,235,0.5);
	color: #e9e6e1;
}

#footer .inner-section{
	padding-bottom: 43px;
}

#footer .btn h6{
	margin-left: 11px;
}

#footer .btn{
	padding: 10px;
	margin-top: 0px;
	position: relative;
	bottom: 11px;
	
}

#footer .btn i{
	position: absolute;
	font-size: 40px;
	left: 5px;
	top: -4px;
}

#footer .btn:hover h6{
	color: #222;
}

#footer .btn:hover i{
	color: #222;
}

/************* ISOTOPE STYLES ************/

.work-item {
  z-index: 2;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .work-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}


.isotope .work-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .work-item,
.isotope .work-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.work-item {
  z-index: 2;
}

.specialimg       {
    width: 100%;
	display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
    float: left;
    text-align: left;
}
