/*!
 * LEGEND - Free Responsive One Page Template
 *
 * Copyright 2013
 * Created by: Inbetwin Network
 * URL: http://inbetw.in
 * Designed and built based on Twitter Bootstrap. */

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
08 Buttons
09 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div,
article,
section,
header,
footer,
nav,
li {
	position: relative;
}

.group:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
	/* For clearing */
}

body {
	color: #312A1E;
	font-family: 'Lato';
	font-size: 22px;
	color: #C60;
}

::-moz-selection {
	background: #d8d013;
	color: #333;
}

::selection {
	background: #d8d013;
	color: #333;
}

/*---------- FORMS ----------*/

input[type=text],
input[type=submit],
textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input,
button,
select,
textarea {
	font-family: 'Lato';
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/



p {
	font-size: 1em;
	/* 16px */
	line-height: 1.5;
	/* 24px */
	margin: 0 0 1.5em 0;
	color: #ffffff;
	font-family: Helvetica, Arial;
}

ul,
ol {
	font-size: 1em;
	/* 16px */
	line-height: 1.5;
	/* 24px */
	margin: 0 0 1.5em 0;
}

body,
input,
textarea {}

a:link,
a:visited {
	color: #F1505A;
}

a:hover,
a:active {
	color: #F1505A;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	/* reset default browser weight for our webfonts */
	font-family: 'Lato';
}

h1 {
	font-size: 1.5em;
	/* 24px */
	line-height: 1;
	/* 24px */
	margin-top: 1.42em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.3125em;
	/* 21px */
	line-height: 1.1429;
	/* 24px */
	margin-top: 1.1429em;
	margin-bottom: 0em;
}

h3 {
	font-size: 1.125em;
	/* 18px */
	line-height: 1.3333;
	/* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
}

h4 {
	font-size: 1em;
	/* 16px */
	line-height: 1.5;
	/* 24px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}

h5 {
	font-size: 0.875em;
	/* 14px */
	line-height: 1.7143;
	/* 24px */
	margin-top: 1.7143em;
	margin-bottom: 0em;
}

strong {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

small {
	font-size: 0.75em;
	/* 12px */
	line-height: 2;
	/* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
}

em {
	font-style: normal;
	font-family: 'Open Sans';
}

.muted {
	color: #A5A5A2;
	font-family: 'Quattrocento', serif;
}

.impressed {
	text-shadow:
		-1px -1px 0 rgba(0, 0, 0, 0.5),
		/* shadow */
		1px 1px 0 rgba(255, 255, 255, 0.9);
	/* highlight */
}

.more-link {
	font-size: medium;
	font-style: italic;
	float: right;
	color: yellow;
	font-weight: bold;
}

.more-link:link,
.more-link:hover,
.more-link:visited {
	color: yellow;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.medium {
	font-weight: normal;
	font-family: 'Quattrocento', serif;
}

/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
	/* Uncomment to make nav expand full width */
	/*	width: auto; */
}

.navbar .brand {
	margin-left: 0;
	padding: 0;
	height: 5em;
}

.navbar .brand a {
	padding: 0;
	color: #fff;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: normal;
	font-family: 'Patua One';
}

.navbar .brand a:hover {
	text-decoration: none;
	color: #f0bf00;
	transition: color .15s linear;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
}

.navbar .brand a:focus {
	outline: none;
}

.navbar-inner {
	min-height: 4.75em;
}

.navbar-inner img {
	opacity: 1;
	z-index: 1000;
}

.navbar-inverse .navbar-inner {
	background-repeat: repeat;
	background-color: #edca28;
	opacity: .98;
	z-index: 100;
	/* box-shadow: #333 7px 1px 8px; */
}

.navbar-wrapper {
	overflow: hidden;
	/* No fixed height, will break collapsible nav */
	margin: 0 auto;
}

#menu-main {
	margin-top: 1em;
}

ul#menu-main>li {
	margin: 0;
}

ul#menu-main>li>a {
	font-family: open sans;
	font-weight: normal;
	font-size: 1em;
	color: antiquewhite;
	margin: 4px;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
	padding: 9px;
	text-decoration: none;
}

/* ul#menu-main>li>a:hover {
	background-color: antiquewhite;
	border-radius: 10%;
	color: #fff;
} */

/* ul#menu-main>li.active a {
	background-color: antiquewhite;
	border-radius: 10%;
	color: #000 !important;
} */


.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
	text-shadow: none;
}

/* SN------------*/
.tooltip {
	display: inline;
	position: relative;
}

.tooltip:hover {
	color: #c00;
	text-decoration: none;
}

.tooltip:hover:after {
	background: #111;
	background: rgba(0, 0, 0, .8);
	border-radius: .5em;
	top: 1.35em;
	color: #fff;
	content: attr(title);
	display: block;
	top: 1em;
	padding: .3em 1em;
	position: absolute;
	text-shadow: 0 1px 0 #000;
	white-space: nowrap;
	z-index: 2000;
}

.tooltip:hover:before {
	border: solid;
	border-color: #111 transparent;
	border-color: rgba(0, 0, 0, .8) transparent;
	border-width: .4em .4em 0 .4em;
	top: 1em;
	content: "";
	display: block;
	left: 2em;
	position: absolute;
	z-index: 99;
}

/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 100%;
	background: url(../img/top-bg.jpg) #0b333f no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	;
	min-height: 600px;
	margin-top: -60px;
	padding-top: 160px;
	text-align: center;
}

#headerwrap h1 {
	color: #FFFFFF;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}

#headerwrap h2 {
	color: #FFFFFF;
	font-family: 'Open Sans', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}

#headerwrap h1 span {
	color: #f0bf00;
}

#headerwrap input[type=text] {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	font-size: 1.3125em;
	border: 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0 !important;
}

#headerwrap input[type=text]:focus {
	background: #43413e;
	color: #eff1ef;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}

#headerwrap input[type=text] {
	height: 2.9em;
	width: 50%;
}

#headerwrap input[type=submit] {
	font-family: 'Patua One';
	color: #fff;
	width: 185px;
	height: 2.9em;
	font-size: 1.3125em;
	/* 21px */
	padding: 0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#headerwrap input[type=submit]:hover,
#headerwrap input[type=submit]:active {
	background: #43413e !important;
}


section.single-page {
	padding: 2em 3em;
	/* 76px */
	background: #fff;
	text-align: center;

}

section.single-page h1 {
	text-align: center;
	font-family: 'Patua One';
	margin-bottom: 2em;
	/* 72px */
	font-size: 2.25em;
	/* 36px */
}

#feature {
	background: url("../img/yellow.png") repeat-x 0 0;
	height: 406px;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}

#feature article {
	text-align: center;
	margin-top: 120px;
	max-width: 1170px;

}

#feature-headline {
	font-family: 'Patua One';
	text-transform: uppercase;
	color: rgba(228, 229, 229, 1);
	margin-bottom: 3%;
	/* 39px */
	margin-top: -.25em;
	height: 109px;
	background-size: 100% auto;
}

#feature-headline span {
	font-family: 'Patua One';
	text-transform: lowercase;
}

#feature article p {
	font-family: 'Patua One';
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}

/* Portfolio */

/* section#portfolio {
	padding-bottom: 0;
} */

/* section#portfolio h1 {
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 0.5em;
} */

/* section#portfolio hgroup h2 {
	margin-top: 1em;
	font-family: Open Sans;
	color: #183277;
	font-size: 2em;
	font-weight: SemiBold;
} */

/* section#portfolio hgroup h3 {
	margin-top: 1em;
	font-family: 'Open Sans';
	text-align: left;
	color: #183277;
	font-size: 2.3em;
	font-weight: SemiBold;
} */

/* section#portfolio .entry-content p {
	margin: 1em 0 2.5em;
	font-family: Open Sans, Helvetica;
	font-size: 1em;
	color: #000;
	text-align: justify;

} */

.new-entry-content {
	background-color: #eeeeee;
	text-align: left;
	border: solid 1px #dfdfdf;
	min-height: 12em;
	margin: 1em 0;

}

/* News Ticker  	
.newtic_top
{
	background-color:#2cadeb;
	border-bottom:#fff 1px solid;
	border-top: #fff 1px solid;
	border-right:#fff 1px solid;
	border-left: #fff 1px solid;
	margin: 3px 0;
	text-align:right;
	float: right;
	
}
.newtic_btm
{
	background-color:#2cadeb;
	border-bottom:#fff 1px solid;
	border-top: #fff 1px solid;
	border-right:#fff 1px solid;
	border-left: #fff 1px solid;
	text-align:right;
	float: right;
	display: inline;
}
	*/

#nt-example1-container {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #2cadeb;
	height: 100px;
}

#nt-example1-container i {
	font-size: 18px;
	padding: 4px;
	color: #fff;
	margin: 4px;
	cursor: pointer;
	float: right;
	display: inline;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #b9e4f9;
}

#nt-example1 li {
	margin: 1em;
	font-family: Open Sans, Helvetica;
	font-size: 15px;
	color: #000;
	line-height: 1.5em;
}

#nt-example1 li:hover {
	color: #0f243f;
}

/*my News*/

#ticker {
	text-align: justify;
	font-family: open Sans, Helvetica, Arial;
	font-size: 1.5em;
	background-color: #eeeeee;
	text-align: left;
	overflow: auto;
	margin: 10px;

}

#ticker ul {
	position: relative;
}

#ticker li {
	margin-left: 0;
	position: relative;
}

.news {
	padding: 0;
	margin: 0;
	/*height: 7em;*/
}

.news li {
	font-family: Open Sans, Helvetica;
	font-size: 15px;
	color: honeydew;
	line-height: 1.5em;
	margin-bottom: 15px;
	text-align: justify;
	padding: 0 1em;
}

.news li label {
	font-family: Open Sans, Helvetica;
	/* font-weight: bold; */
	color: aquamarine;
	font-size: large;
}

.news li a {
	color: yellow;
	font-size: 15px;
	margin-left: 5px;

}

.news li a:hover {
	color: #043078;
}


/* section#portfolio .align {
	text-align: center;
	margin-top: 10px;
	font-size: 6em;
} */

/* Portfolio Image Hover */
.mask2 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	height: 6rem;
	/*	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}

.mask2 img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}

/* section#testi_m {
	margin-top: 2em;
	padding-bottom: 3.5em;
	background-image: url(../images/black_mamba.png);
	background-repeat: repeat;
} */

/* Product */

/* section#Product {
	padding-bottom: 3.5em;
	background: #ffffff;
	background-attachment: fixed;
} */

#Product h1 {
	margin-bottom: 1em;
	margin-top: 1em;
	font-family: 'Open Sans';
	color: #353535;
	font-size: 45px;
	font-weight: normal;
}

 /* section#Product h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
} */

/* section#Product p {
	margin: 10px;
} */

/* section#Product .align {
	text-align: center;
	margin-top: 10px;
	font-size: 6em;
} */

/* section#Product .align .sev_icon {
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 0.6em;
	color: #F0BF00;
} */

/* section#Product .span3 {
	background: #dce4e7;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} */

/* section#Product .span3:hover {
	background: #e3e3e3;

} */

.toggle h3 {
	padding: 0;
	cursor: pointer;
	font-family: 'Open Sans';
	font-size: 20px;
	background: #e5eaf5;
	background-image: url(../images/plus_icon.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	line-height: 60px;
	border-bottom: 1px solid #dce4e7;
	border-top: 1px solid #dce4e7;
	text-align: left;
	color: #0063B2;
	transition: color 0.8s ease;
}

.toggle h3:hover {
	color: #fff;
}

.toggle h3 img {
	line-height: 60px;
	vertical-align: middle;
	margin-left: 10px;

}

.toggle h3.a {
	/* background: #fff; */
	background-image: url(../images/minus_icon.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #fff;
}

.toggle ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.toggle div {
	display: none;
	background: #fafafb;
	margin: 0;
	height: 20em;
	overflow: scroll;
	overflow-x: hidden;

}

.toggle ul li li {
	padding: 15px;
	line-height: 25px;
	display: block;
	text-align: left;
	color: #113A5A;
	font-family: Helvetica, Arial;
	font-size: 14px;
}

.toggle ul li {
	margin-bottom: 1px;
}

.toggle ul li a:hover {
	text-decoration: none;
	background: #DBDBDB;
}

.toggle article h4 {
	margin: .3em;
	color: #043d74;
	font-size: 22px;
	text-align: left;
}

.toggle article h5 {
	margin: .2em 1em;
	color: #092856;
	font-size: 20px;
	text-align: left;
}

.toggle article ul {
	margin-left: 20px;
	padding: 0px;
}

.toggle article ul li {
	color: darkblue;
	line-height: 25px;
	list-style: none;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 2px 18px;
}


.toggle article p {
	color: darkblue;
	text-align: justify;
	padding: 10px 20px;
}

/* CSR */
/* section#csr {
	padding-bottom: 3.5em;
	background: #fff;
	color: #999;
	background-image: url(../images/gradient_squares.png);
	background-repeat: repeat;
	background-attachment: fixed;
} */

#csr h1 {
	margin-bottom: .6em;
	margin-top: 1.7em;
	font-family: Open Sans;
	color: #353535;
	font-size: 45px;
	font-weight: normal;
}

#csr h3 {
	margin-top: .6em;
	margin-bottom: .6em;
	font-family: Open Sans;
	color: #183277;
	font-size: 26px;
	text-align: left;
}

#csr h4 {
	margin-bottom: .8em;
	margin-top: .8em;
	font-family: Open Sans;
	color: #001d34;
	font-size: 18px;
	text-align: left;
}

#csr p {
	text-align: left;
	line-height: 22px;
	font-family: Open Sans, Helvetica, Arial;
	font-size: 15px;
	text-align: justify;
	margin: 10px;
	color: #000;
}

/* client */
/* section#client {
	padding-bottom: 4.5em;
	background-color: #fff;
	border-bottom: 5px solid #6485c1;
} */

#client h1 {
	margin-bottom: 1em;
	margin-top: 1.7em;
	font-family: 'Open Sans';
	color: #353535;
	font-size: 45px;
	font-weight: normal;
}

#client p {
	text-align: left;
	line-height: 22px;
	font-family: cabin, Arial;
	font-size: 16px;
	color: #FFF;
}

/* careers */
/* section#careers {
	padding-bottom: 3.5em;
	background-color: #f9f9f9;
	border-bottom: 5px solid #6485c1;
} */

.toggle2 {
	width: 95%;
	text-align: center;
}

.toggle2 h3 {
	padding: 0;
	margin: 0px 0;
	cursor: pointer;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #139dd8;
	/*background-image:url(../images/career_opn_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;*/
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #dde1e6;
	text-align: left;
	transition: color 0.8s ease;

}

.toggle2 h3:hover {
	color: #0d2742;
}

.toggle2 h3.a {
	/*background-image:url(../images/career_opn_arrowup.png);
	background-repeat: no-repeat;
	background-position:100% 50%;*/
	color: #139dd8;
	line-height: 50px;
}

.toggle2 h3 img {
	vertical-align: middle;
	margin-right: 10px;
}

#careers h1 {
	margin-bottom: 1em;
	margin-top: 1.7em;
	font-family: 'Open Sans';
	color: #353535;
	font-size: 45px;
	font-weight: normal;
}

.career_content h4 {
	color: #ff9900;
	font-size: 22px;
}

.career_content h5 {
	color: #0d2742;
	text-align: left;
	padding: 5px;
	font-size: 20px;
}

#careers .career_content {
	background-color: #eeeeee;
	border: solid #dfdfdf 1px;
	border-radius: 6px;
	padding: 10px;
}

#careers .career_content p {
	text-align: left;
	line-height: 22px;
	font-family: Open Sans, Arial;
	font-size: 15px;
	color: #000;
}

.opn_list {
	height: 40px;
	background-color: #f1f5f8;
	line-height: 40px;
}

#careers .career_content div ul {
	margin: 0;
	padding: 0;
}

#careers .career_content div ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

#careers .career_content div ul li span {
	text-align: left;
	line-height: 22px;
	font-family: Open Sans, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

/* About us */
/* section#about_us {
	padding-bottom: 3.5em;
	background: #fff;
} */

#about_us h1 {
	margin-bottom: 1em;
	margin-top: 1.7em;
	font-family: 'Open Sans';
	color: #353535;
	font-size: 45px;
	font-weight: normal;
}

.toggle1 h3 {
	padding: 0;
	margin: 0px 0;
	cursor: pointer;
	font-family: 'Open Sans';
	font-size: 22px;
	background: #0d2742;
	background-image: url(../images/plus_icon.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	line-height: 60px;
	padding-left: 10px;
	border-bottom: 3px solid #ff;
	border-top: 3px solid #fff;
	text-align: left;
	color: #fff;
	transition: color 0.8s ease;
}

.toggle1 h3:hover {
	color: #139dd8;
}

.toggle1 h3.a {
	background: #0d2742;
	background-image: url(../images/minus_icon.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #139dd8;
}

.toggle1 article h4 {
	margin: .3em;
	color: #000;
	font-size: 22px;
	text-align: left;
}

.toggle1 article h5 {
	margin: .2em;
	color: #000;
	font-size: 20px;
	text-align: left;
}

.toggle1 article ul {
	margin-left: 10px;
	padding: 0px;
}

.toggle1 article ul li {
	color: antiquewhite;
	line-height: 25px;
	list-style: none;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 2px 18px;
}


.toggle1 article p {
	color: antiquewhite;
	text-align: justify;
	padding: 10px 20px;
}

.toggle1 ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.toggle1 div {
	display: none;
	background: #AF69EF;
	margin: 0;
	height: 20em;
	overflow: scroll;
	overflow-x: hidden;

}

.toggle1 div h5 {
	font-size: 18px;
	margin-left: 10px;
}

.toggle1 ul li ul,
li {
	padding: 15px;
	line-height: 25px;
	display: block;
	text-align: left;
	color: black;
	font-family: Helvetica, Arial;
	font-size: 14px;
}

.toggle1 ul li {
	margin-bottom: 1px;
}

.toggle1 ul li span {
	padding: 15px;
	line-height: 25px;
	display: block;
	text-align: left;
	color: #000;
	font-family: Helvetica, Arial;
	font-size: 14px;
}

.toggle1 ul li a:hover {
	text-decoration: none;
	background: #DBDBDB;
}

/* Contact us */
/* section#contacts {
	padding-bottom: 3.5em;
	background-color: rgba(25, 51, 120, .5);
	background: url(../images/contact_background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
} */

#contacts h1 {
	margin-bottom: 1em;
	margin-top: 1.7em;
	font-family: 'Open Sans';
	color: #fff;
	font-size: 45px;
	font-weight: normal;
	text-decoration: none;
}

/* section#contacts h2 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	color: #d6d6d6;
	padding: 10px;

} */

/* section#contacts .align {
	text-align: center;
	margin-top: 10px;
	font-size: 6em;
} */

/* section#contacts .align .sev_icon {
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 0.6em;
	color: #F0BF00;
} */

/* section#contacts .span3 {
	background-color: rgba(245, 245, 245, 0.5);
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 9px;
	border: solid 1px #ecf0f1;
	margin-top: 5px;
} */

/* section#contacts .span31 {
	background-color: rgba(245, 245, 245, 0.5);
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 9px;
	border: solid 1px #000;
	margin-top: 5px;
	width: 100%;
} */

/* section#contacts .span31 h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #27304D;
	padding: 10px;
	text-align: center;
} */

/* section#contacts .span31 address {
	color: #27304D;
	text-align: center;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
} */

/* section#contacts .span3 h2 {
	color: #27304D;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	padding: 10px;
} */

/* section#contacts .span3 address {
	color: #27304D;
	text-align: left;
	padding: 10px;
	line-height: 18px;
	min-height: 150px;
} */

/* section#contacts .span3 .address1 {
	color: #f0f0f0;
	text-align: left;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
} */

/* section#contacts .span3 .address2 {} */

/* section#contacts .span3 .address3 {
	color: #f0f0f0;
	text-align: left;
	padding: 10px;
	line-height: 18px;
} */

/* section#contacts .span3:hover {
	background: #ECF0F1;
	color: #27304D;
} */

/* section#contacts .span31:hover {
	background: #ECF0F1;
	color: #27304D
} */

/* Banner Section    */
/* #gallery {
	position:relative;
	height:600px;
} */
#gallery a {
	float: left;
	position: absolute;
}

#gallery a img {
	border: none;
}

#gallery a.show {
	z-index: 500
}

#gallery .caption {
	z-index: 600;
	color: #fff;
	height: 200px !important;
	position: absolute;
	top: 200px;
	line-height: 50px;
}

#gallery .caption .content {
	margin: 5px
}

#gallery .caption .content h3 {
	margin: 10px;
	padding: 20px;
	color: #fff;
	font-size: 25px;
	background-color: #0366af;
	width: 400px;
	opacity: 1em;
	font-family: 'Open Sans';
	font-weight: 300;
	border-radius: 5px;
}



/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#map-wrapper {
	margin-top: 20px;
}

footer {
	text-align: center;
	color: #a2acb3;
	font-weight: bold;
	line-height: 30px;
}

footer p {
	margin: 30px;
}

/* ---------------------------------------------------------------------------------------------------------- 
07 Bootstrap Carousel ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-top: 200px;
	position: absolute;
}

.carousel-caption h1,
.carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel-caption .btn {
	margin-top: 10px;
}

.carousel-control {
	height: 50px;
	top: 46%;
	margin-top: 0;
	font-size: 6.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.4;
	border-radius: 0;
}

.carousel-control:link,
.carousel-control:visited {
	color: #262626;
}

/* Banner Carousel  */
#banner.carousel {
	margin-top: 4.75em;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 642px;
}

.banner-caption {
	/*	width: 18%; */
	position: absolute;
	left: 20%;
	top: 10%;
	color: #007ac3;
}

#intro-caption {
	margin-top: 150px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 80px;
	line-height: 90px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#intro-caption span {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.65em;
}

#banner.carousel .item {}

#banner.carousel img {}

#banner.carousel .carousel-control {}

/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.btn {
	font-family: 'Patua One';
	color: #fff;
	width: 185px;
	height: 20px;
	text-shadow: none;
	font-size: 1.3125em;
	/* 21px */
	padding: 1em 0.5em;
	letter-spacing: 0.05em;
	margin: 4.5em auto 0;
	display: block;
	border: 0;
	text-transform: none;
	background: none !important;
	box-shadow: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn:link,
.btn:visited {
	color: rgb(10, 10, 10);
}

.btn:hover {
	background: #000 !important;
}

.navbar-inverse .btn-navbar {
	width: auto;
	height: auto;
}

/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* RESPONSIVE 
-------------------------------------------------- */

@media (max-width: 1186px) {
	.banner-caption {
		/*	width: 18%; */
		position: absolute;
		left: 20%;
		top: 6%;
		color: #007ac3;
	}

	#intro-caption {
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-size: 60px;
		line-height: 70px;
	}

	.banner-caption p {
		font-size: 1em;
	}
}

@media (max-width: 979px) {
	.navbar-fixed-top {
		margin-bottom: 0;
	}

	.navbar .container {
		width: 100%;
	}

	.navbar .brand {
		margin-top: 0;
	}

	.navbar .btn-navbar {
		margin-top: 0;
		margin-bottom: 10px;
		margin-right: 15px;
	}

	.navbar-fixed-top .navbar-inner {
		padding: 0px;
	}

	.featurette {
		height: auto;
		padding: 0;
	}

	.featurette-image.pull-left,
	.featurette-image.pull-right {
		display: block;
		float: none;
		max-width: 40%;
		margin: 0 auto 20px;
		background-color: #fafafb;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#headerwrap {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.container {
		padding-right: 5px;
		padding-left: 5px;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.navbar-inner {
		margin: 0;
	}

	.carousel {
		margin-left: -20px;
		margin-right: -20px;
	}

	.carousel .container {}

	.carousel-caption {
		width: 65%;
		padding: 0 70px;
		margin-top: 100px;
	}

	.carousel-caption h1 {
		font-size: 30px;
	}

	.carousel-caption .lead,
	.carousel-caption .btn {
		font-size: 18px;
	}

	.featurette-heading {
		font-size: 30px;
	}

	.featurette .lead {
		font-size: 18px;
		line-height: 1.5;
	}
}


/* Banner Section  Responsive   */
/* Smaller screens ----------- */
@media (max-width : 480px) {
	#gallery {
		position: relative;
		height: 300px;
	}

	#gallery a {
		float: left;
		position: absolute;
	}

	#gallery a img {
		border: none;
	}

	#gallery a.show {
		z-index: 500
	}

	#gallery .caption {
		/* z-index:100;  */
		background-color: #fff;
		color: #AD593D;
		height: 80px;
		width: 100%;
		position: absolute;
		bottom: 0;
		opacity: .9em;
		line-height: 18px;

	}

	#gallery .caption .content {
		margin: 5px
	}

	#gallery .caption .content h3 {
		margin: 10px;
		padding: 0;
		color: #AD593D;
		font-size: 10px;
		opacity: 1em;
	}
}

/* Smaller screens ----------- */
@media (max-width : 480px) {
	#headerwrap {
		padding-top: 0;
	}

	#headerwrap h1 {
		font-size: 2em;
	}

	#headerwrap h2 {
		font-size: 1em;
	}

	#headerwrap input[type="text"] {
		width: 100%;
	}

	#headerwrap input[type="submit"] {
		margin-top: 1em;
		width: 135px;
	}

	.container {
		1px solid yellow;
	}

	#team .team-thumb {
		margin-right: auto;
		margin-left: auto;
		width: 150px;
		display: block;
		text-align: center
	}

	#feature article p {
		font-family: 'Open Sans', sans-serif;
		font-size: 26px;
		/* font-size: 26px; */
		margin-bottom: 0;
		line-height: 30px;
		color: #fff;

	}
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#feature-headline {
		background: transparent;
		text-indent: 0;
		overflow: visible;
		margin-top: 1.5em;
	}

	#navbar-inner {
		margin: 0;
	}

	#banner {
		/*display: none;*/
	}

	section.single-page {
		padding: 1em 0;
	}

	/* Feature */
	#feature-badge {
		/*	display: none; */
	}

	/* Portfolio & News */

	#news h1 {
		background: transparent;
	}

	#news h1 span {
		background: transparent;
		padding: 0;
	}

	#portfolio .container {
		top: 0 !important;

	}

	#feature article p {
		font-family: 'Open Sans', sans-serif;
		font-size: 26px;
		/* font-size: 26px; */
		margin-bottom: 0;
		line-height: 30px;
		color: #fff;

	}

	.img-news {
		width: 100%;
	}

	.img-news {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}

	/* section#portfolio hgroup h2 {
		margin-top: 1.5em;
	} */

	/* Services */

	#services h1 {
		background: transparent;
	}

	#services h1 span {
		background: transparent;
		padding: 0;
	}

	/* section#services h2 {
		margin-bottom: 0.25em;
	} */

	/* section#services h2,
	section#services ul {
		text-align: center;
	} */


	/* Testimonials */

	/* section#testimonials {
	} */

	/* team */

	#team .team-thumb {
		margin-right: auto;
		margin-left: auto;
		width: 150px;
		display: block;
		text-align: center
	}

	.job-position {
		margin-bottom: 1.5em;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: auto;
		margin-right: auto;
	}

	/* Contact Form */

	#theme-form {
		overflow: hidden;
	}

	#theme-form input[type=submit] {
		width: 100%;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	#feature-headline {
		font-size: 32px;
		/* 34px */
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	#feature-headline {
		font-size: 1.1875em;
		/* 19px */
	}

	#feature article p {
		font-family: 'Open Sans', sans-serif;
		font-size: 26px;
		/* font-size: 26px; */
		margin-bottom: 0;
		line-height: 30px;
		color: #fff;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.banner-caption p {
		font-size: 0.6em;
	}

	#intro-caption {
		font-size: 4em;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	/* Styles */
}

/* //========================================================================= */


/* section#testi_n {
	margin-top: 2em;
	padding-bottom: 3.5em;
	background-color: #AF69EF;
	background-repeat: repeat;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 84%), 0 0 40px rgb(0 0 0 / 7%) inset;
} */