/* Theme Name: Mightydow */
/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === icon component === */
@import url('css/icon-component.css');
/* === fontawesome === */
@import url('css/font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('css/overwrite.css');
@import url('css/animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
	color:#777;
	background: #f7f7f7;
	line-height: 1.6em;
	height: auto !important;
}
@media (min-width: 1200px) {
	body .container {
		width: 1000px; !important;
	}
}
.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif, Arial;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote.bigquote {
	border: none;
	font-size: 48px;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1em;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 112px 0 60px 0;
}

section#section-portfolio {
	margin:0;
	padding: 30px 0 60px 0;
}

section#section-portfolio ul{
	list-style: none; text-align: center;
}
section#section-portfolio ul li{ display: inline-block; }

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(img/parallax/img1.jpg);
}
#parallax2{	
	background-image: url(img/parallax/img2.jpg);
}
#testimonials{	
	background-image: url(img/parallax/img3.jpg);
}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height: 100px;
	height: 107px;
	background:url(img/headerbg.png) repeat-x;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
	padding-right:0;
	padding-left:0;
	margin-top:0px
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;	
}
.nav>li:last-child>a{ padding-right:0}
.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}
.navbar-header{ margin-top:-45px}
.navbar-brand {
	margin-left:0 !important;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 52px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}

.social{ float:right; list-style:none; line-height:0; margin:5px 0}
.social li{ display:inline-block; margin-left:5px; float:left }
.social li a{ font-size:20px;color:#fff;}
.social li.fb{ background:#4463b1;padding:10px; width:40px; height:40px;}
.social li.fb:hover{ background:#324e96}
.social li.tw{ background:#4e9edc;padding:10px; width:40px; height:40px;}
.social li.tw:hover{ background:#3f89c3}
.social li.gp{ background:#da4935;padding:10px; width:40px; height:40px;}
.social li.gp:hover{ background:#c1331f}
.social li.it{ background:#49709b;padding:10px; width:40px; height:40px; cursor:pointer}
.social li.it:hover{ background:url(img/sound.png) no-repeat center center / 100% #813905;}
.social li.ln{ background:#005a87;padding:10px; width:40px; height:40px; cursor:pointer}
.social li.ln:hover{ background:url(img/cdbaby.png) no-repeat center center / 50% #a46e05;}

/*===========================
  --- Featured section ----
=========================== */


section.featured {
	background: #eee;
	margin-top:107px
}
  
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 107px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	left: 70px !important;
	background: url(img/arrow_large_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	right: 70px !important;
	background: url(img/arrow_large_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:50px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, .5)
}
.tp-caption.small_thin_white {
	font-size:30px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.small_thin_white3 {
	padding:5px 20px;
	background:#a7a7a7;
	font-size:30px;
	line-height:42px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white2 {
	font-size:18px !important;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white2 a{ color:#fff !important; font-weight:bold}
.tp-caption p, .tp-caption h1, .tp-caption a{ color:#fff !important}
.tp-caption a, .tp-caption p{ font-size:20px !important}


.fullwidthbanner a.btn {
	color: #fff;
}
.subtext{ background:url(img/opacity.png); padding:20px !important; border:1px solid #5d5d5d !important; color:#141414 !important}

/*==========================
About
=========================== */
#section-about{ background:url(img/collage.jpg) center 0; background-size:100%; padding-top:153px; min-height:1110px}
.withbg{ background:url(img/aboutbg.png); padding-top:30px;padding-bottom:30px; 
    -webkit-box-shadow: 0 0 10px #444645;
       -moz-box-shadow: 0 0 10px #444645;
            box-shadow: 0 0 10px #444645;			
}
@media (min-width: 1200px) {
	.withbg {
		width:970px !important;
	}
}
.lhover{ display:block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.lhover:hover{
    -webkit-box-shadow: 0 0 10px #444645;
       -moz-box-shadow: 0 0 10px #444645;
            box-shadow: 0 0 10px #444645;
}
.abouttext{ height:350px; overflow-y:scroll; padding-right:10px;color:#000000}
.abouttext p{ color:#000000}
.aboutme{ text-transform:uppercase}
.aboutline1{ color:#323232; font-size:30px;text-shadow: 1px 1px 0 rgba(0,0,0,0.5);}
.aboutline2{ color:#ed1c24; font-size:50px;text-shadow: 1px 1px 0 rgba(0,0,0,0.5);}
.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.team-detail h4 {
	font-weight: 700;
}


/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #44BCDD;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-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;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}
#section-music{ padding:0 0 60px}
.rowbg{ background: url("img/maron.png") #4169e1; margin-bottom:15px;}
.rowbg h2{ margin:105px 0 85px; color:#ffffff; font-size:50px}
.mindset{ background: url("img/mindset.jpg") no-repeat; margin-bottom:15px; height: 205px}
.ourteam{ background: url("img/ourteam.jpg") no-repeat; margin-bottom:15px; height: 205px}
.team-image img{ width: 100%; height: auto; }

/* Media */
#section-media{ background: #fff; position:relative}
.mediah{ color:#fff}
.well{ background:#d5d5d5; border:1px solid #8f8f8f}
.media-heading{ color:#ed1c24}
.bx-prev{ position:absolute; left:10%; font-size:20px; top:297px; color:#989898}
.bx-next{  position:absolute; right:10%; font-size:20px; top:297px; color:#989898}
.album-img img{ max-width:100%; height:auto;
   opacity: 0.5;
   transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -webkit-transition: .25s ease-in-out;
}
.album-img img:hover{ opacity:1}
.playlist.active img{ opacity:1; border:10px inset red}

/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}	

/* Tours */
.toursh{ color:#ed1c24}

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* google map */
#map {
	height: 500px;
}


/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


/*=========================
  Footer
 ================= */
.copy1{ font-weight:bold}
section#footer {
	background: #242424;
	margin: 0;
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
	section.featured {
		padding-top: 80px;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
}
.social li.it{ background:url(img/sound.png) no-repeat center center / 100% #AD4900; float:right}
.social li.ln{ background:url(img/cdbaby.png) no-repeat center center / 50% #ec9c01; float:right}

/* Video Area */
#video-area{ position:relative}
.main-carousel2{
	overflow: hidden;
	margin:auto;
	width: 990px;
	position: relative;
	height:376px;
}
.f-image2{
	color: #fff;
}
.f-image2 a{
	color: #fff;
	text-decoration: none;
}
.f-single2 .portfolio-meta2,.t-element .portfolio-meta2 {
	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-meta2 div:last-child{font-weight: 400; opacity: 0.5; font-size: 13px;}
.team-box .portfolio-meta2 div:last-child {font-weight: 400; opacity: 1; font-size: 16px;}
.f-single2:hover .portfolio-meta2,.t-element:hover .portfolio-meta2{
	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-single2:hover .f-category2,.t-element:hover .f-category2{
	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-category2 {top: 65px;}
.f-image2 .f-category2{
	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 -176px 0;
	
	-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-category2 {
	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-single2 a{text-decoration: none;}
.image-hover-overlay2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background:#000
}
.f-image2 .image-hover-overlay2,.t-photo .image-hover-overlay2 {
	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-single2:hover .image-hover-overlay2,.t-element:hover .image-hover-overlay2 {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: .5;
	
	-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-info2 {opacity: 1;}

.ca-container2 {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.ca-wrapper2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
}
.ca-item2 {
	position: relative;
	float: left;
	width: auto;
	text-align: center;
}


/*.menu-top{margin-top: 75px;}*/
.f-single2{
	width: 990px;
	float: left;
	margin: 0 15px;
	position: relative;
}
.f-single2 img{ width:100%}
.f-single2:hover .f-image2{
	opacity: 1;
}

.f-single2:hover .f-info2{
	cursor: pointer;
	opacity: 1;
	background: #ED1C24;
	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-single2: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;
}

.prev-featured2{
	position:absolute;
	background: url("img/f-prev.png") no-repeat #e1e1e1;
	width: 30px;
	height: 57px;
	cursor:pointer;
	left:10%;
	top:40%
}
.prev-featured2:hover{background-color: #ED1C24;}
.next-featured2{
	position:absolute;
	background: url("img/f-next.png") no-repeat #e1e1e1;
	width: 30px;
	height: 57px;
	cursor:pointer;
	right:10%;
	top:40%	
}
.next-featured2:hover{background-color: #ED1C24;}
.f-info2{
	font-weight: 400;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #ffffff;
	background: #dc3a2b;
	line-height: 30px;
	padding: 20px 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-info2 span{color: #aeaeae; font-size: 18px; font-family: 'Open Sans', sans-serif;}
.f-image2{
	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;
}






/* Featured Works Caroussel*/
.tour-area{ width:95%; margin:auto}
.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 -176px 0;
	
	-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;
	background:#000
}
.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: .5;
	
	-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;
	left: 50%;
}
.ca-item {
	position: relative;
	float: left;
	width: auto;
	text-align: center;
}

.content{position: relative;}
.dark{background: #f7f7f7; padding-bottom: 85px;}
/*.menu-top{margin-top: 75px;}*/
.f-single{
	width: 400px;
	float: left;
	margin: 0 15px;
	position: relative;
}
.f-single img{ width:100%}
.f-single:hover .f-image{
	opacity: 1;
}
/*.f-single.active .f-image{
	opacity: 1;
}*/
.f-single:hover .f-info{
	cursor: pointer;
	opacity: 1;
	background: #ED1C24;
	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: #4cddf3;
	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: auto;
	height: 57px;
	width: 512px;
}
.nav-featured .title.one.page-title{ float:left}
.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;
	float:left; margin-top:-74px; margin-bottom:15px; margin-left:20px; cursor:pointer
}.prev-featured:hover{background-color: #ED1C24;}
.next-featured{
	background: url("img/f-next.png") no-repeat #e1e1e1;
	width: 30px;
	height: 57px;
	margin-left: 110px; float:right; margin-top:-74px; margin-bottom:15px; margin-right:20px; cursor:pointer
}.next-featured:hover{background-color: #ED1C24;}
.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: #4cddf3;
	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;}
.title{
	font-weight: 300;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.title.one{color: #404141; font-size: 37px; letter-spacing: 5px; padding: 120px 0 30px; text-transform: uppercase;}
.title.one.page-title{color: #404141; font-size: 37px; letter-spacing: 5px; padding: 20px 0 30px; text-transform: uppercase;}
.title.two{color: #757575; font-size: 17px; font-family: 'Open Sans', sans-serif; width: 680px; margin: 50px auto;}
.f-info{
	font-weight: 400;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #ffffff;
	background: #dc3a2b;
	line-height: 30px;
	padding: 20px 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;
}
.slidecaption{ position:absolute; z-index:999; color:#fff; padding:10px; right:20px; bottom:50px; padding:10px 20px;}
.text1{ position:relative; z-index:2; font-weight:bold;font-family: 'Open Sans'; color:#fff200; text-transform:uppercase; font-size:50px; display:block !important; line-height:auto !important; height:auto !important}
.text2{ color:#fff;position:relative; z-index:2; font-weight:bold;font-family: 'Open Sans';}
.slidecaption-hover-overlay{
	z-index:1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: .5;
	background:#000
}
.slidecaption2{ position:absolute; z-index:999; color:#fff; padding:10px; right:241px; bottom:50px; padding:10px 20px;}
.slidecaption3{ position:absolute; z-index:999; color:#fff; padding:10px; left:70px; bottom:50px; padding:10px 20px;}

.viewcontent{ position:fixed; top:120px; left:25%; z-index:999; width:760px; background:#fff; height:500px;
    -webkit-box-shadow: 0 0 10px #444645;
       -moz-box-shadow: 0 0 10px #444645;
            box-shadow: 0 0 10px #444645;	
			display:none;
			
}
.scrollcon{overflow-y:auto; height:450px;padding:20px}
.closethis{ position:absolute; right:-10px; top:-10px; color:#000; font-weight:bold; cursor:pointer; display:block; background:url(img/close.png) no-repeat; text-indent:9999px; width:30px; height:30px}
.viewcontent .gallery { width:100%;}
.viewcontent .gallery-item{ float:left; display:inline-block; width:222px !important; margin:5px}

#steps{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#steps .arrow1{ position: absolute; top: -36px; left: 193px}
#steps .arrow2{ position: absolute; top: -36px; left: 438px}
#steps .arrow3{ position: absolute; top: -36px; right: 178px}
#step1{ background: url(img/step1.png); width: 230px; height: 274px; display: block; padding: 136px 27px 0;font-weight: bold; color: #fff}
#step2{ background: url(img/step2.png); width: 230px; height: 274px; display: block; padding: 136px 27px 0;font-weight: bold; color: #fff}
#step3{ background: url(img/step3.png); width: 230px; height: 274px; display: block; padding: 136px 27px 0;font-weight: bold; color: #fff}
#step4{ background: url(img/step4.png); width: 230px; height: 274px; display: block; padding: 136px 27px 0;font-weight: bold; color: #fff}
.stepPopup{ position: absolute; padding: 10px; background: #fff; border: 2px solid #ccc; left: 15px; width: 100%; height: 450px; z-index: 99; top: -163px; display: none;}
.closeSteps{ position: absolute; top: 0; right: 0; cursor: pointer;}

.client{ display: block; width: 100%; height: 141px;}
.client1{ background: url(img/client-1-bw.jpg) no-repeat; background-size: 100%}
.client2{ background: url(img/client-2-bw.jpg) no-repeat; background-size: 100%}
.client3{ background: url(img/client-3-bw.jpg) no-repeat; background-size: 100%}
.client4{ background: url(img/client-4-bw.jpg) no-repeat; background-size: 100%}

.client1:hover{ background: url(img/client-1.jpg) no-repeat; background-size: 100%}
.client2:hover{ background: url(img/client-2.jpg) no-repeat; background-size: 100%}
.client3:hover{ background: url(img/client-3.jpg) no-repeat; background-size: 100%}
.client4:hover{ background: url(img/client-4.jpg) no-repeat; background-size: 100%}




