/****************************** MAIN STYLES - backgorund,deviders ******************************/

/* Main Container */
img, embed, object, video {
	max-width: 100%
}
/* Deviders */
div.line {
	height: 6px;
	background:url(../images/separator.png) 0 0 no-repeat;
	border-top:2px solid #cfa0d1;
	display: block;
	margin:0;
}
div.sepContainer {
	height: 4px;
	background:#012f67;

	display: block;
	margin: 20px 0;
}
div.sepContainer1 {
	height: 4px;


	display: block;
	margin: 10px 0 30px 0;
}
div.sepContainer2 {
	height: 4px;
	background:#e1e8ed;
	border-left:20px solid #bfd6e4;
	display: block;
	margin: 5px 0;
}
div.blankSeparator {
	height: 1px;
	margin:20px 0;
	display: block;
}
div.blankSeparator1 {
	height: 1px;
	margin:25px 0;
	display: block;
}
div.blankSeparator2 {
	height: 1px;
	margin:10px 0;
	display: block;
}

/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */

.header {

background:url(../images/banner.jpg);
width: auto;
}
#header{
	margin: 0 auto;
}
.logo {
	margin: 0 auto;
	background-repeat:no-repeat;
    background-position: top center;
    background-size: 100%
}
.mainmenu {
	width: 100%;
	background:url(../images/nav_bg.gif);
}
ul.sf-menu {
margin: 0 auto;
max-width: 1024px;
height: auto;

}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {


	list-style:		none;

}
.sf-menu {
	line-height:	1.0;


}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

}
.sf-menu ul li {
		width: 100%;
		display: inline-block;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
display: inline-block;

	position:		relative;
background-color: #012f67;
}
.sf-menu a {
	display:		block;
	position:		relative;

}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.0em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
	position: relative;

	line-height: 12px;
	margin: 0;
	z-index: 99;
	background:transparent;

}

.sf-menu li {
	background:transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: inline-block;
}
.sf-menu li:hover { /* visited pseudo selector so IE6 applies text colour*/
		background: rgba(0, 100, 480, 0.7);

}
.sf-menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding:20px 25px 29px 28px;
	text-decoration:none;
	font-family: 'PT Serif', serif;
	font-weight:bold;
	color: #fff;
	display: block;
}
li a#visited {
	background: rgba(0, 100, 480, 0.7);
	display: inline-block;

}
/*** submenu ***/
.sf-menu li ul {
	border-bottom:5px solid #c9892d;
	margin-top: 29px;
	width: 200px;
}
.sf-menu ul li { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
	width: 200px;
	margin: 0 auto;
}
.sf-menu ul li:hover { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu li ul li a {
	padding:15px 0 15px 0;
	text-decoration:none;
	color:#fff;
	background:#0c3b89;
	color: #fff;
	border: 0;
	padding:15px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-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;
}
.sf-menu li ul li a:hover {
	padding-left: 18px;
		color: #c9892d;
}
.sf-menu li li {
	border-bottom:1px solid #c9892d;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/****************************** HOME - Content Part - FlexSlider ******************************/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0 auto;
	background:#fff;

	border-bottom:5px solid #c9892d;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;

}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	 overflow: hidden;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(../images/flexslider/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	cursor: default;
}
/****************************** HOME - Content Part - Box One ******************************/
.info a {
	color:#89a2b2;
	margin-left:0;
	-webkit-transition: all 0.3s ease;
	-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;
	cursor:pointer;
}
.info a:hover {
margin-left: 4px;
}
.info ul{
	list-style: none;
    padding:0;
    margin:0;
    border: 2px solid #c9892d;
}
.info li{
	 padding-left: 1em;
    text-indent: -.7em;


}
.info li:before{
	color: #c9892d;
	content: "• ";

}
.info-2{
	border: 2px solid #c9892d;
}
span.red {
	color:#c45d69;
}
span.green {
	color:#61bd68;
}

/****************************** HOME - Content Part - Box Three ******************************/
.boxthree .one_third {
	background:#012f67;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -1px 0px #c9892d;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-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;
}
.boxthree .one_third:hover {
	border-bottom:3px solid #c9892d;
}
.boxthreeleft, .boxthreecenter, .boxthreeright {
	padding:20px 20px 15px 20px;
}
.boxthree img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.boxthree img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.boxthree h3 {
	border-bottom:1px solid #c9892d;
}
a.simple {
	color:#c9892d;
	font-size:16px;
	font-weight: bold;
}
#icons{
	margin: 0 auto;
}

#testimonials p{
	color: #000;
}
/****************************** HOME - Content Part - Footer ******************************/
#footer {
	background:#012f67;
	padding:20px 0px;
	border-top:5px solid #c9892d;
	width: auto;
	margin: 0 auto;
}
.footer p {
	color:white;

}
.footer h3 {
	color:#fff;
	font-weight: bold;

}
.footer ul li {
	color:#f1f2f2;
	border-top:1px solid #c9892d;
	border-bottom:1px solid #c9892d;
	padding:5px 0;
}
.footer ul li:last-child {
	border-bottom:none;
}
.footer ul li:first-child {
	border-top:none;
}
.footer ul li a {
	color:white;
	-webkit-transition: all 0.3s ease;
	-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;
	cursor:pointer;
}
.footer ul li a:hover {
	color:#c9892d;
	padding-left:5px;
}
/****************************** HOME - Content Part - Copyright ******************************/
#copyright {
	background:#0f0f0f;
	border-top:5px solid #c9892d;
	border-bottom:4px solid #0f0f0f;
	width: auto;
}
p.copyright {
	font-size:18px;
	color:white;

margin-top: 30px;
}

.socials{
	width: 550px;
	height: 60px;
}
ul.socials {
	margin-top:20px;
	float:right;
}
ul.socials li {
	display:inline;

}
/****************************** ABOUT - Content Part ******************************/
.aboutoneleft p.quote, .aboutonecenter p.quote , .aboutoneright p.quote{
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.aboutoneleft{
	max-width: 100%;
}
.aboutoneleft ul{
	list-style: none;
    padding:0;
    margin:0;
}

.aboutoneleft li{
	 padding-left: 1em;
    text-indent: -.7em;

}
.aboutoneleft li:before{
	color: #c9892d;
	content: "• ";

}

.aboutoneleft-2 p.quote, .aboutonecenter p.quote {
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.aboutoneleft-2{
	width: 550px;
}
.aboutoneleft-2 ul{
	margin-bottom:20px;
  overflow:hidden;
}
.aboutoneleft-2 li{
	 line-height:1.5em;

  float:left;
  display:inline;
}
.list{
	width: auto;
}
#test{

}
.testimonials{
	max-width: 955px;
	display: inline-block;
}
.testimonials ul{
	list-style: none;
    padding:0;
    margin:0;

}

.testimonials li{
	 padding-left: 1em;
    text-indent: -.7em;

}
.testimonials li:before{
	color: #c9892d;
	content: "• ";

}
#double{

}
#double li  { width:50%; margin-top:10px;}

#double li:before{
	color: #c9892d;
	content: "• ";

}
.aboutoneleft-3 p.quote, .aboutonecenter p.quote , .aboutoneright p.quote{
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.aboutoneleft-3{
	width: 530px;
}
.aboutoneleft-3 ul{
	list-style: none;
    padding:0;
    margin:0;
}
.aboutoneleft-3 ol {

      padding-left: 1.25em;
    margin:0;
    list-style: decimal;
    font-size: 16px;
    font-family: 'PT Serif', serif;
}

.aboutoneleft-3 li{
	 padding-left: 1em;
    text-indent: -.7em;
		color: #fff;
}
#image1 { margin-left: 62px; }
#words { margin-left: 62px; }
#float{
	max-width: 1000px;
}

.aboutoneleft-3 #double-2 li  { width:50%; margin-top:10px;} <span class="code-comment">

.aboutoneright{
	margin: 0 auto;
}
.aboutoneright img{
	border-bottom:5px solid #c9892d;
	height: 180px;
}

.aboutoneright ul{
	list-style: none;
    padding:0;
    margin:0;
}
.aboutoneright li{
	 padding-left: 1em;
    text-indent: -.7em;

}
.aboutoneright li:before{
	color: #c9892d;
	content: "• ";

}


#pagination ul{border:0; margin-left:35px; padding:0;list-style: none;}
#pagination li{
border:0; margin:0; padding:0;
font-size:13px;
list-style:none;
font-family: Arial, Helvetica, sans-serif;
}
#pagination li, #pagination a{
margin-right:2px;
font-family: Arial, Helvetica, sans-serif;
}
#pagination .previous-off{
	color:#c9892d;
	display:block;
	float:left;
	font-weight:bold;

}
#pagination .next-off {
color:#c9892d;
display:block;
float:right;
font-weight:bold;

}
#pagination .next a
{
font-weight:bold;
}
#pagination .previous a {
font-weight:bold;
}
#pagination .active{
color:#fff;
font-size: 15px;
float:left;
padding-left: 4px;
padding-right: 4px;
}
#pagination a:link,
#pagination a:visited {
color:#c9892d;
display:block;
float:left;
padding:0px 6px;
text-decoration:none;
}
#pagination a:hover{
text-decoration:none;
color: #fff;
}
.list-2 ul{

    padding:0;
    margin:0;
    max-width:500px;
}

.list-2 li{
	 padding-left: 1em;
    text-indent: -.7em;

}
.list-2 li:before{
	color: #c9892d;
	content: "• ";

}
.list-3 ul{

    padding:0;
    margin:0;
    max-width:550px;
}

.list-3 li{
	 padding-left: 1em;
    text-indent: -.7em;
    padding-top: 20px;

}
.list-3 li:before{
	color: #c9892d;
	content: "• ";

}

/******************************* CONTACT FORM -  for contact page  *******************************/
#contactForm{
	float: right;
	width: 270px;
	margin-top: 12px;
}
#contactForm h2 {
	margin-top:40px;
}
form#contact_form {
	background-color:#0f0f0f;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	color:#c9892d;
	width: 315px;
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style:italic;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
	width: 250px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#contact_form input#email {
	border: 1px solid #c9892d;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#contact_form textarea {
	border: 1px solid #c9892d;
	background-color: white;
	margin-bottom:20px;

}
form#contact_form label {
	margin-right: 20px;
	font-size: 14px;
	font-weight:bold;
	color: #c9892d;
	text-transform: uppercase;
}
form#contact_form label span {
	color: #fff;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#efefef;
}
form#contact_form input[type="submit"] {
	background: #0c3b89;
	border:none;
	padding:5px;
	font-size:13px;
	text-transform:uppercase;
	color:white;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-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;
}
form#contact_form input[type="submit"]:hover {
	color:#c9892d;
}
.map-container {
	position: relative;
	border-bottom:5px solid #c9892d;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.map-img{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: -10px;
}
.contact1 {
	margin-top:-35px;

}
/***************** Contact/Sidebar *****************/
.contactsidebar{
	padding-right: 60px;
}
.contactsidebar h3 {
	background:#0c3b89;
	border:1px solid #c9892d;
	padding:5px;
	width: auto;
	color: #fff;
}
ul.contactsidebarList a.about {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-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;
}

ul.contactsidebarList a.about:hover {
	padding-left:3px;

}
ul.contactsidebarList li {
	color:#fff;
	border-bottom:1px solid #c9892d;
	background: url(../images/raster.png) left no-repeat;

}
ul.contactsidebarList a:link {
	color:#c9892d;
}
.second, .third {
	margin-top:30px;

}
.third h5 {
	text-transform:uppercase;
	font-size:16px;
}
span.color {
	background:#c9892d;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 65%;
}

.one_third {
	width: 30.66%;
	display:inline-block;
	vertical-align:top;
}
.one_third ul{
	list-style: none;
	margin:0;
	padding: 0;
	max-width: 800px;
}
.one_third li:before{
	color: #c9892d;
	content: "• ";
}
.one_third li{
	 padding-left: 1em;
    text-indent: -.7em;
}
.one_fourth {
	width: 22%;
	float: left;
}

.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .one_fourth, .one_fifth {
	margin-right: 35px;
	margin-bottom: 10px;

}

.two_third{
	max-width: 600px;
	display:inline-block;
}
.two_third ul{
	list-style: none;
	margin:0;
	padding: 0;
}
.two_third li:before{
	color: #c9892d;
	content: "• ";
}
.two_third li{
	 padding-left: 1em;
    text-indent: -.7em;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;

	clear: right;
}
.lastcolumn-1 {
	margin-right: 0!important;
	clear: right;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
#contactForm { float: left; }
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.sf-menu li a {
 padding:45px 10px 45px 10px;
}
.flex-caption {
 display:none;
}
span.left {
 padding:0 5px;
}
.blog p.meta, .singleblog p.meta {
 background:#efefef;
}
form#contact_form textarea {
 width: 350px;
}
}


	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 788px) {
		#image1 { margin:0; }
		#words { margin:0; }
		#test { margin:0; }
		#double li  { margin:0;}
		#float { margin:0;}

 .mainmenu {
width: 100%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
width: 100%;
float: none;
}
play:none;
}

form#contact_form textarea {
 width: 300px;
}
}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
ul.tabs {
 margin-top:20px;
}

form#contact_form textarea {
 width: 300px;
}
}
.aboutoneright img{
	margin: 0;
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
ul.tabs {
 margin-top:20px;
}
ul.tabs li {
 padding: 0 5px 0 0px;
}
 .mainmenu {
width: 100%;

}
ul.pagination li a {
 padding:5px 8px;
}

form#contact_form textarea {
 width: 200px;
}
form#contact_form input[type="text"] {
 width: 150px;
}
form#contact_form input#email {
 width: 150px;
}
ul.tabs li {
 padding:10px 0px;
}
ul.tabs li a {
 padding:0px 10px;
 line-height: 10px;
}
}
.aboutoneright img{
	margin: 0;
}

/* Responsive Menu
================================================== */

#mainmenu {
	visibility: visible;
}
#responsive-menu {
	display: none;
}
 @media only screen and (max-width: 788px) {
 #mainmenu {
visibility: hidden;
height: 0;
}
 #responsive-menu {
display: inline-block;
width: 100%;

}

