/* ==========================================================================
   TABLE OF CONTENTS
   --------------------------------------------------------------------------
   
   + Miscellaneous
   + About
   + Works
   + Team
   + Facts
   + News
   + Contact
   + Testimonials
   + Clients
   + Footer
   + News-Single
   + Responsive Styles

red: #ff4952;
red darker: #f4313a;
/* MISCELLANEOUS */


.indexTopImage {
	width:250px;
	margin:5px 10px !important;	
}


/* @font-face {
    font-family: Vag;
    src: url('fonts/VAGRoundedStd-Black.otf');
}

@font-face {
    font-family: VagBold;
    src: url('fonts/VAGRoundedBold.ttf');
} */


.logoText {
	display:inline;
	font-size:20px;	
	font-weight:900;
	/* font-family: "VagBold", Helvetica, Arial, sans-serif; */
}

.menuText {
	float:right;
	font-size:12px;
}


.theMenu {
	background-color:transparent; /* #f9f9f9; */
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:45px;
	padding:11px 5% 0px 5%;
}

.infoText {
	font-size: 1.8em;
	color: #3c3547; /* #7c8087; */
	line-height: 1.7em;

}


/* @import url(http://fonts.googleapis.com/css?family=Poiret+One); */

.fsSubmit, .fsForm, .fsPage {
	background-color:transparent !important;
	border:none !important;
}

.fsLabel {
	color:black !important;
	font-size:18px !important;
	margin:8px !important;
}

.fsRequiredMarker {
	display:none;
}

.fsForm {
	width:50%;
	border:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.fsField {
	  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  border:1px solid grey;
}


.fsSubmitButton {
	color:#f4313a !important;
  max-width:280px !important;
  -webkit-border-radius: 13 !important;
  -moz-border-radius: 13 !important;
  border-radius: 13px !important;
  color: #ffffff !important;
  font-size: 26px !important;
  background: #fa961b !important;
  padding: 10px 20px 10px 20px !important;
  margin-top:50px !important;
  text-decoration: none !important;
  margin:auto !important;
  border:none !important;
}

.container h1 {
	margin-top:50px;
}

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

h1,
.h1 {
	font-weight: 800; 
	line-height:48px;
	font-size:40px;
	/* text-transform: uppercase; */
}


h2,
.h2 {
	font-weight: 600; 
	font-size:2.3em !important;	
}

blockquote { margin: 50px 0; }

h2 {
	color: #ffc600;
}

h4 {
	color: #555555;
	font-weight: 800; 
}


.h2white {
	color: white !important; /* #ffc600; */
}

.h3white {
	font-size:1.8em;
	color: white !important; /* #ffc600; */
}

p, a { 
	font-size: 1.2em !important;
	line-height: 1.7em !important;
}

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

body { 
	/* -webkit-font-smoothing: antialiased !important; 
	letter-spacing: 0.0625em; 
	margin:0px; padding:0px; */
}

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

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

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

.half_left {
	float:left;
	width:45%;
}

.half_right {
	float:right;
	width:45%;
}
/* Btn1 */

.btn1 {
  max-width:300px;
  width:300px;
  -webkit-border-radius: 13; -moz-border-radius: 13; border-radius: 13px;
  -webkit-box-shadow: 3px 3px 0px #d68a17; -moz-box-shadow: 3px 3px 0px #d68a17; box-shadow: 3px 3px 0px #d68a17;
  color: #ffffff;
  font-size: 24px;
  background: #fa961b;
  padding: 10px 20px 10px 20px;
  margin-top:50px;
  text-decoration: none;
  margin:auto;
}

.btn1:hover {
  background: #ffa826;
  text-decoration: none;
}

/* Btn2 */

.btn2 {
  max-width:130px;
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  -webkit-box-shadow: 3px 3px 0px #d68a17;
  -moz-box-shadow: 3px 3px 0px #d68a17;
  box-shadow: 3px 3px 0px #d68a17;
  color: #ffffff;
  font-size: 16px;
  line-height:16px;
  background: #fa961b;
  padding: 10px 20px 10px 20px;
  margin-top:50px;
  text-decoration: none;
  margin:auto;
}

.btn2:hover {
  background: #ffa826;
  text-decoration: none;
}



/* 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: #fff; 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.5;
		-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: 131px;
	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-weight: 800;
	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 #fff;
	padding-bottom: 2px;
}

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

header.header nav i:hover { color: #f80040; }

	/*---- 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;
		color: #ffc600;
		font-weight: 300;
	}

/* Section A */

#sectionA { 
  color:#3c3547;
  padding-bottom: 0px; 
  background-color: #f5f2f2;
  width: 100%;
  margin-top: 0px;
  padding-bottom:60px;
}

#sectionA h2 {
	color:#3c3547;
}

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

#sectionA .col-centered i {
	font-size: 64px;
	color: #f4313a; /* #ff4952; #f80040; */
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

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

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



/* ABOUT */

#about { 
  padding-bottom: 0px; 
  background-color: transparent; /* white; */
  width: 100%;
  margin-top: 40px;
  padding-bottom:20px;
}

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

#about .col-centered i {
	font-size: 64px;
	color: #f4313a; /* #ff4952; #f80040; */
	-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: #1d2127;
	-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: 10px; }


/* WORKS */
   
#works { background-color: #ff4952; /* #f80040; */ }
#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: #f80040;
	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;
}

.portfolio-title h4 {
	color: #fff;
}

.portfolio-title span {
	color: #ffc600;
}

#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;
    border-radius: 50%;
}

.t-box { 
	position: relative;
	text-align: center;
	border: 0px 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;	
	cursor:pointer;	
}
.t-box:hover { 
	position: relative;
	text-align: center;
	border: 0px 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 h4,
.t-box:hover p { 
	color:#3d60b3; /* color: #f80040; */
	-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 { 
	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: #f80040; 
	background-image: url('../img/techperson.png');	
	background-size:100%;
}

#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 !important;
	color: #f4313a; /* #f80040; */
	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: #f80040;
	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; 
	color: #f80040;
	border-color: #f80040;
	border-radius: 5px;
}

#blog .entry .row > div .btn:hover {
	color: #f80040;
	border-color: #f80040;
}

.user-comment > .btn {
	color: #f80040;
	border-radius: 15px;
	border-color: #f80040;
}

.user-comment > .btn:hover {
	color: #f80040;
	border-color: #f80040;
}

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

.contact-bg {
	margin-top: 60px; 
	padding: 35px 0 110px 0; 
	background-color: #d5d5d5; 
	background-image: url('../img/contactBg.jpg');	

}

#contact .row .row { margin-top: 20px !important; }
#contact .row h2 { margin-top: 0; color: #ffc600; }
#contact .row p { color: #fff; }
#contact .row .col-md-5 h4 { padding-top: 30px; color: #ffc600; }
#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: 1px solid #fff;
	padding: 14px 16px;
	border-radius: 5px;
	color: #555555;
}

#contact #contact-form .btn {
	border: 1px solid #fff;
	font-weight: 300;
}

#contact #contact-form .btn:hover {
	border: 1px solid #ffc600;
}
#mapdiv {
    width: 100%;
    height: 450px;
    margin-top: 0px;
}

.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-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: .2em;
	font-weight: bold;
}


/* CLIENTS */

#clients {
	background-color: #ff4952; /* #f80040; */
	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: 20px 0; }

#footer .social li { 
	margin: 0 10px 20px;
	display: inline-block; 
	color:white;
}

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

#footer .social li a i { 
	font-size: 24px;
	-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: 30px; }

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

/* 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;
	background-image: url('../img/contactBg.jpg');	
}
.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;
	border: 1px solid #fff;
	border-radius: 5px;	
	padding: 14px 16px;
	background: transparent;
}

#comment-form .btn {
	border: 1px solid #fff;
}

#comment-form .btn:hover {
	border: 1px solid #fff;
	color: #fff;
}


/* RESPONSIVE */

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

@media (max-width: 767px) {

  .navbar-collapse { background-color: #f80040; }
  
  .navbar-collapse  > ul { 
	width: 100%; 
	float: left; 
	padding-bottom: 10px; 
  }
  
  .navbar-collapse  > ul > li  { 
	padding: 14px 0 9px 0; 
	border-top: 1px solid #f80040; 
  }
  
  .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: #f80040;
		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;
}

.mapdiv {
width: 100%;
height: 400px;
}