/* ==========================================================================
   TABLE OF CONTENTS
   --------------------------------------------------------------------------

   + Miscellaneous
   + About
   + Works
   + Team
   + Facts
   + News
   + Contact
   + Testimonials
   + Clients
   + Footer
   + News-Single
   + Responsive Styles

/* MISCELLANEOUS */

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

blockquote { margin: 50px 0; }

h2 {
	color: #009989;
}
p, a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #7c8087;
	line-height: 1.7em;
}

input:focus, textarea:focus { outline: none; }
a:hover, a:focus { text-decoration: none !important; }

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 0.0625em;
	margin:0; padding:0;
}

.row { text-align: center; margin-top: 60px; }

.col-centered {
	float: none !important;
	margin: 0 auto;
}

.remove-left { margin-left: 0 !important; }
.remove-right { margin-right: 0 !important; }
.container { text-align: center; }

/* INTRO */

html, body { height: 100%; }

#home, #bgndVideo {
	z-index: 99;
	width: 100%;
	height: 100%;
	position: relative !important;
}
	/* Sliding Image */
	#holder { overflow: hidden; }
	#maximage { background-color: #3c3547; position: relative !important;}

	#arrow_left, #arrow_right {
		top: 50%;
		height:33px;
		position:absolute;
		margin-top: -16px;
		right:30px;
		width:20px;
		z-index:1000;
		opacity: 0.2;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}

	#arrow_left { left:30px; }
	#arrow_left:hover, #arrow_right:hover { opacity: 1; }

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:99999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background:url('../img/loader.gif') no-repeat center center;
	margin:-100px 0 0 -100px;
}

/*---- HEADER ----*/
.logo {
	background: url('../img/logo.png') no-repeat 0 0;
	width: 110px;
	height: 30px;
	-webkit-transition: background-position 0.4s;
	-moz-transition: background-position 0.4s;
	transition: background-position 0.4s;
}

.home .navbar-fixed-top {
	padding: 35px 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar-fixed-top.shrink, .blog-single .navbar-fixed-top {
	padding: 18px 0;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.15);
	-webkit-font-smoothing: antialiased !important;
	-webkit-backface-visibility: hidden;
}

.navbar-fixed-top.shrink .logo, .blog-single  .navbar-fixed-top .logo { background-position: 0 -31px; }
.navbar-fixed-top.shrink .nav > li > a, .navbar-fixed-top.shrink i,
.blog-single .navbar-fixed-top .nav > li > a, .blog-single .navbar-fixed-top i { color: #3c3547; }

.navbar-fixed-top.shrink .cl-effect-3 a::after { background: rgba(60,50,71,1); }

.navbar-fixed-top.shrink #current_menu_item a, #blog-single .navbar-fixed-top #current_menu_item a {
	border-bottom: 2px solid #3c3247;
	padding-bottom: 2px;
}

.banner { position: relative; overflow: auto; }
.banner ul li { float: left; }
.navbar-default .container { position: relative; }

.nav > li > a {
	display: inline-block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	/*padding-bottom: 2px;*/
	outline: none;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#blog-single .cl-effect-3 a::after {
	background: rgba(60, 53, 71, 1);
}

.cl-effect-3 #current_menu_item a:hover::after,
.cl-effect-3 #current_menu_item a:focus::after { opacity: 0 !important; }

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(24px);
	-moz-transform: translateY(24px);
	transform: translateY(24px);
}

.navbar-fixed-top #current_menu_item a {
	border-bottom: 2px solid #ffffff;
	padding-bottom: 2px;
}

header.header nav i {
	color: #fff;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 5px;
}

header.header nav i:hover { color: #2CB7DA; }

	/*---- SEARCH ---- */
	#small-dialog span { display: block; }

	#small-dialog li {
		margin: 0 auto;
		position: relative;
		top: 150px;
	}

	#small-dialog li span {
		font-size: 38px;
		color: #fff;
	}

	#small-dialog li #search {
		border: none;
		padding: 15px;
		outline: none;
		font-size: 48px;
		color: #fff;
		text-align: center;
		background: transparent;
		width: 50%;
	}

	/*---- TAGLINE ----*/
	.player {
	padding-top: 25%;
	}

	.intro {
		color: #fff;
		position: absolute;
		width: 656px;
		height: 334px;
		margin-left: -328px;
		margin-top: -167px;
		left: 50%;
		top: 50%;
		text-align: center;
		z-index: 100;
	}

	.intro h1 {
		font-size: 52px;
		font-weight: bold;
		margin-bottom: 20px;
		color: #fff;
		-webkit-backface-visibility: hidden;
	}

	.intro p {
		font-size: 17px;
		margin-bottom: 60px;
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		color: #eee;
		font-weight: 300;
	}

/* ABOUT */

#about { padding-bottom: 90px; }

#about .col-centered > p {
	font-size: 16px;
	margin: 40px 0;
}

#about .col-centered i {
	font-size: 64px;
	color: #009989;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#about .col-centered i:hover {
	font-size: 64px;
	color: #CE1836;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#about .fadeInDown { margin-bottom: 55px; }
#about .col-centered > div { margin-top: 20px; }


/* WORKS */

    #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    }

#works { background-color: #ededed; }
#works .flexslider .item { margin-bottom: 30px; }
#works .flexslider { margin: 40px 0 125px; }
#works .colio-link:hover, #works .colio-link:focus { cursor: pointer; }

.grid li {
    text-align: left;
    position: relative;
}

.grid li  .item-wrap {
	position: relative;
	border: 10px solid #fff;
	overflow: hidden;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    background: #009989;
	color: #fff;
	overflow: hidden;
	text-align: center;
}

.grid figcaption h3 {
    padding: 0;
	color: #fff;
	margin-bottom: 2px;
	line-height: 2em;
	font-size: 17px;
}

.grid figcaption span {
	text-transform: uppercase;
	color: #eee;
}

.cs-style-3 figure { overflow: hidden; }

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: auto;
	padding-bottom: 20px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.1s 0.3s;
	transition: transform 0.3s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
	-moz-transition: -moz-transform 0.3s, opacity 0.1s;
	transition: transform 0.3s, opacity 0.1s;
}

#small-dialog {
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	margin: auto;
	position: fixed;
	text-align: center;
}


/* TEAM */

.team .row h2 { margin-bottom: 40px; }

.t-box img {
	max-width: 216px;
	max-height: 216px;
	margin: 30px auto 0;
	padding: 0 20px;
}

.t-box {
	position: relative;
	text-align: center;
	border: 1px solid #e1e1e1;
	width: 93%;
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.t-box:hover {
	position: relative;
	text-align: center;
	border: 1px solid #e1e1e1;
	width: 93%;
	margin: 0 auto;
	background: #009989;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.t-box:hover h4,
.t-box:hover p {
	color: white;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.t-box p {
	margin-top: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.t-box h4 {
	margin: 20px 0 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.t-box .team-social {
	background: #eee;
	border-top: 1px solid #e1e1e1;
	padding: 15px 0;
	margin-top: 25px;
}

.t-box .team-social i {
	color: #888;
	font-size: 22px;
	margin-right: 40px;
}

.team-social a i.fa-facebook-square:hover { color: #3b559f; }
.team-social a i.fa-twitter:hover { color: #5ea9dd; }
.team-social a i.fa-linkedin:hover { color: #0274b3; }
.team-social a i.fa-dribbble:hover { color: #f26798; }

.slides .desc { text-align: left; }
.slides .desc h4 { margin-top: 0; }

.team .flex-control-nav li.flex-active {
	position: relative;
	background: #009afe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.team .flex-control-nav li.flex-active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #009afe;
	border-width: 8px;
	margin-top: -8px;
}


/* STATS */

#stats {
	margin-top: 35px;
	padding-bottom: 110px;
	background-color: #009989;
}

#stats .container > .row { margin-top: 0; }
#stats .row > div { margin-top: 45px; }
#stats .row h2 { color: #fff; }

#stats .row > div i {
	color: #fff;
	font-size: 84px;
}

#stats .row > div p {
	font-size: 36px;
	color: #ffe641;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	margin: 45px 0 0;
}

#stats .row > div span {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}


/* NEWS */

#blog  .date {
	line-height: 22px;
	padding-top: 20px;
	border-right: 1px solid #d5d5d5;
	width: 80px;
	height: 80px;
	margin-bottom: 25px;
}

#blog  .date strong {
	color: #009989;
	display: block;
	font-size: 34px;
}

#blog .date, #blog .entry .row .comments a { color: #8c9199; font-weight: bold; }

#blog .entry .row .comments {
	position: absolute;
	right: 0;
	top: 0;
}

#blog .entry .row {
	border-bottom: 2px dotted #e1e1e1;
	position: relative;
	padding-bottom: 50px;
}

#blog .entry .row:last-child { border-bottom: none; }

#blog .entry .row .comments i { color: #2c2636; }
#blog .entry .row > div { text-align: left; }

#blog .entry .row > div h5 {
	margin: 0 0 30px 0;
	width: 85%;
}

#blog .entry .row > div h5 a { color: #3c3547; }
#blog .entry .row > div .btn { margin-top: 30px; }


/* ==========================================================================
   CONTACT
   ========================================================================== */

.contact-bg {
	margin-top: 60px;
	padding: 35px 0 110px 0;
	background-color: #333;
}

#contact .row .row { margin-top: 20px !important; }
#contact .row h2 { margin-top: 0; color: #fff; }
#contact .row .col-md-5 h4 { padding-top: 30px; color: #fff; }
#contact #contact-form ul { margin-top: 45px; }
#contact #contact-form  a.btn { margin-top: 15px; }
#contact #contact-form  ul li { margin-bottom: 15px; }


#contact #contact-form  ul li input, #contact #contact-form ul li textarea {
	width: 100%;
	border: 2px solid transparent;
	padding: 14px 16px;
	border-radius: 0px;
}

#contact .map {
	position: relative;
	padding-top: 45px;
	max-width: 382px;
}

.error {
	border: 2px solid #ff6666 !important;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
	color: #ff6666;
}

#success {
	display: none;
	background-color: #ffe641;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#success p { color: #fff; }

.PinPulse {
    border: 4px dotted #428bca;
    -webkit-border-radius: 30px;
    height: 60px;
    width: 60px;
    position: absolute;
    left:225px;
    top:181px;
    -webkit-animation: pulsate 01s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}


/* TESTIMONIALS */

#quotes { margin-bottom: 65px; }

.quotes blockquote {
	margin-bottom: 50px;
	border: none;
}

.quotes p {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: 30px 0 45px;
	line-height: 1.5em;
}

.quotes p i {
	font-size: 44px !important;
	color: #333;
}

.quotes footer cite {
	text-transform: uppercase;
	letter-spacing: .5em;
	font-weight: bold;
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
}


/* CLIENTS */

#clients {
	background-color: #009989;
	padding: 15px 0 90px 0;
}

#clients  p.col-centered  {
	color: #fff;
}
#clients .row h2 {
	color: #fff;
	margin-bottom: 30px;
}

#clients .row h4 {
	color: white;
}

#clients .bx-wrapper { top: 50px; }
.testimonials { margin-top: 110px; }


.comments {
	position: relative;
}

.comments li { margin: 40px 0; }

.comment {
	position: relative;
	background: #fff;
	padding: 35px 30px;
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 35px;
}

.comment p{ margin: 0; }

.comments h5 { color: #fff; margin: 20px 0 0 0; }
.comments span {
	font-size: 12px;
	color: #8c9199;
	font-weight: bold;
}

.comment:after, .comment:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comment:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.comment:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}


/* FOOTER */

#footer { padding: 70px 0; }

#footer .social li {
	margin: 0 30px 30px;
	display: inline-block;
}

#footer .social li:hover { cursor: pointer; }
#footer .social li a { color: #8c9199; }

#footer .social li a i {
	font-size: 45px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footer .social li:hover a i.fa-twitter { color: #3ab6e9; }
#footer .social li:hover a i.fa-facebook { color: #3b589a; }
#footer .social li:hover a i.fa-dribbble { color: #f26899; }
#footer .social li:hover a i.fa-linkedin { color: #017eb4; }
#footer .social li:hover a i.fa-google-plus { color: #d43934; }
#footer .social li:hover a i.fa-instagram { color: #4e7ca0; }

#footer .social li small {
	display: block;
	text-transform: uppercase;
	margin-top: 15px;
	color: #8b8b8b;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footer .social li:hover small { color: #3c3547; }
#footer .copyright { margin-top: 50px; }

#footer .copyright p {
	font-size: 11px;
	color: #a6acb5;
}

/* NEWS SINGLE */

#blog-title {
	background-color: #f3f3f3;
	padding: 90px;
}

.blog-single blockquote p {
	font-style: italic;
	color: #3c3247;
	font-weight: bold;
}

.blog-single .img-responsive { margin: 50px 0; }

.user-comments {
	background-color: #f3f3f3;
	margin-top: 80px;
	padding-bottom: 80px;
}

.user-comments h2 { margin-bottom: 40px; }
.user-comments .col-centered .row { margin-top: 0; }
.user-comments .col-centered ul li { margin-bottom: 60px; }
.user-comments .col-centered ul li ul li { margin-top: 60px; }
.user-comments .col-centered ul li div { text-align: left; }
.user-comments .col-centered  ul li div h4 { margin: 0; }
.user-comment { width: 80%; float: right; }

.comment-form-wrap {
	background-color: #333;
	padding-bottom: 80px;
}
.comment-form-wrap p {
	color: #fff;
}

.comment-form-wrap h2 { color: #fff; }
#comment-form ul { margin-top: 45px; }
#comment-form  a.btn { margin-top: 15px; }
#comment-form  ul li { margin-bottom: 15px; }

#comment-form  ul li input, #comment-form ul li textarea {
	width: 100%;
	border: none;
	padding: 14px 16px;
}


/* RESPONSIVE */

@media (max-width: 1199px) {
  .contact-wrap { width: 52% !important; }
  .player {
	padding-top: 30%;
  }
}

@media (max-width: 767px) {

  .navbar-collapse { background-color: #009989; }

  .navbar-collapse  > ul {
	width: 100%;
	float: left;
	padding-bottom: 10px;
  }

  .navbar-collapse  > ul > li  {
	padding: 14px 0 9px 0;
	border-top: 1px solid #009d8d;
  }

  .navbar-collapse  > ul > li:first-child { border-top: 0; }
  .player {
	padding-top: 60%;
  }
  .intro {
	width: 550px;
	height: 300px;
	margin-left: -275px;
	margin-top: -150px;
  }

  .intro h1 { font-size: 32px; }
  .intro p { margin-bottom: 52px; }

  .navbar-collapse  > ul > li > a {
	color: #ccc !important;
	text-align: left !important;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }

  .navbar-toggle { top: -8px; }
  .navbar-collapse  > ul > li > a:hover, .navbar-collapse  > ul > li > a:focus, #current_menu_item a { color: #fff !important; }

  .cl-effect-3 #current_menu_item a:hover::after,
  .cl-effect-3 #current_menu_item a:focus::after,
  .cl-effect-3 a:hover::after,
  .cl-effect-3 a:focus::after  { opacity: 0 !important; }

  .cl-effect-3 #current_menu_item a { border-top: transparent;  }

  header.header nav i  {
	right: 70px;
	top: 7px;
  }

  .navbar-fixed-top.shrink { padding-bottom: 0; }

  .slides .desc {
		text-align: center;
		margin-top: 30px;
	}

	.view .mask h2 {
		margin-top: 20%;
		font-size: 18px;
	}

	#contact .map {
		display: none !important;
		visibility: hidden;
	}

	.navbar-fixed-top {
		padding: 35px 0;
		background: #009989;
		padding-bottom: 0 !important;
		padding-top: 20px !important
	}

  #contact .contact-wrap { width: 100% !important; }
  #blog-title h2 { font-size: 24px; }

}

@media (max-width: 991px) {

	#team .team .flex-control-nav {
		margin-bottom: 35px;
		text-align: center !important;
	}

	#team.team .flex-control-nav li {
		display: inline;
		padding: 10px 18px;
	}

	.team .flex-control-nav li.flex-active:before { border: none; }

	.view .mask h2 {
		margin-top: 25px;
		font-size: 14px;
	}

	.view .mask p { padding: 0; }
	.contact-wrap { width: 49% !important; }

}

@media (min-width: 480px) and (max-width: 767px) {

	.slides li .item { width: 50%; }

}

@media (max-height: 320px) {
	.intro { margin-top:-50px;}
    .intro h1 { font-size: 20px; }
    .intro p { font-size: 12px; margin-bottom:5px;}
    .intro .btn-lg {font-size:14px; padding: 7px 18px;}
}

@media (max-width: 480px) {

	.intro h1 { font-size: 20px; }
	.item-wrap figcaption h3 { font-size: 14px !important; }
	.item-wrap figcaption span { font-size: 12px !important; }
	#blog .entry .row > div { text-align: center; }
	#blog .entry .row > div h5 { width: 100%; }
	#blog .entry .row .comments { top: 28px; }
	.quotes p { font-size: 18px; }
	.quotes .flex-direction-nav a:before { font-size: 18px !important; }

	.intro {
	width: 300px;
	height: 280px;
	margin-left: -150px;
	margin-top: -140px;
  }

  .intro p { font-size: 12px; margin-bottom: 42px; }
  #blog-title { padding: 40px; }
  #blog-title h2 { font-size: 18px; }

  .user-comments .col-centered ul li img { margin-bottom: 20px; }

  .user-comments .user-comment {
	width: 100%;
	float: none;
	clear: both;
  }

}

@media (max-width: 320px) {

	.mask h2 { margin-top: 10px; }
	.t-box .team-social i { margin-right: 15px; }

	.intro {
		width: 260px;
		height: 280px;
		margin-left: -130px;
		margin-top: -140px;
  }

  .intro h1 { font-size: 11px; }
  .intro p { font-size: 12px; }

}

@media (max-width: 1199px) {

	.mask h2 { margin-top: 40px; }

}

/*-----------------------------------------------------------------------------------*/
/*	MAIN NAV
/*-----------------------------------------------------------------------------------*/
#nav ul {
	position: relative;
	z-index: 789;
}
#nav ul li {
	display: inline-block;
	font-size: 17px;
	padding: 0 20px;
}
#nav ul li a {
	padding: 0;
}
#nav ul li a:hover,#nav ul li a:focus {
	background: none;
}
#nav ul li.active a{
	border-bottom: 2px solid #fff;
}
#nav .menu-left {
	float: left;
}
#nav .menu-left li:first-child {
	padding-left: 0;
}
#nav .menu-right {
	float: right;
}
#nav .menu-right li:last-child {
	padding-right: 0;
}

#header #nav {
	margin-top: -120px;
	-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;
}
#header #nav ul {
	margin-top: 45px;
	-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;
}
#header #nav ul li {
	line-height: 35px;
	-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;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER FIXED
/*-----------------------------------------------------------------------------------*/
#header.fixed {
	height: 90px;
	background: rgba(0,0,0,0.9);
}
#header.fixed .site {
	line-height: 84px;
	font-size: 37px;
}
#header.fixed #nav {
	margin-top: -90px;
}
#header.fixed #nav ul {
	margin-top: 30px;
}
#header #nav ul li {
	line-height: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	VERTICAL NAV
/*-----------------------------------------------------------------------------------*/
#vnav {
	height: 100%;
	background: #000;
	color: #ccc;
	width: 64px;
	z-index: 1111;
	position: fixed;
	left: 0;
	top: 0;
}
#vnav a{
	color: #ccc;
}
#vnav ul{
	margin: 0;
	padding: 0;
}
#vnav ul li{
	line-height: 64px;
	text-align: center;
	font-size: 24px;
}
#vnav ul li a {
	display: block;
	border-bottom: 1px solid #1a1a1a;
}
#vnav ul li.active a, #vnav ul.nav li.active a,#vnav ul.nav li.active a:hover {
	background: #ff9600;
	color: #fff;
}
#vnav ul.nav li a{
	padding: 0;
}
#vnav ul.nav li a:hover {
	background: #1a1a1a;
}
