/*
Theme Name: ActionVisas
Theme URI: http://theme-az.com
Description: The 2017 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. 
Author: the ArrowCoder
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */ 
@font-face {
    font-family: 'cormorant_garamondmedium';
    src: url('fonts/CormorantGaramond-Medium-webfont.html');
    src: url('fonts/CormorantGaramond-Medium-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/CormorantGaramond-Medium-webfont.woff') format('woff'),
         url('fonts/CormorantGaramond-Medium-webfont-2.html') format('truetype'),
         url('fonts/CormorantGaramond-Medium-webfont-3.html#cormorant_garamondmedium') format('svg');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('fonts/OpenSans-Semiboldd41d.html?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Semibold.html') format('woff'), url('fonts/OpenSans-Semibold-2.html')  format('truetype'), url('fonts/OpenSans-Semibold-3.html#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('fonts/OpenSans-Lightd41d.html?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf')  format('truetype'), url('fonts/OpenSans-Light.html#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/OpenSans-Boldd41d.html?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Bold.html') format('woff'), url('fonts/OpenSans-Bold-2.html')  format('truetype'), url('fonts/OpenSans-Bold-3.html#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSansd41d.html?#iefix') format('embedded-opentype'),  url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.html')  format('truetype'), url('fonts/OpenSans-2.html#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helveticad41d.html?#iefix') format('embedded-opentype'),  url('fonts/Helvetica.html') format('woff'), url('fonts/Helvetica-2.html')  format('truetype'), url('fonts/Helvetica-3.html#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Regular';
  src: url('fonts/DINPro-Regulard41d.html?#iefix') format('embedded-opentype'),  url('fonts/DINPro-Regular.html')  format('opentype'),
	     url('fonts/DINPro-Regular-2.html') format('woff'), url('fonts/DINPro-Regular-3.html')  format('truetype'), url('fonts/DINPro-Regular-4.html#DINPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Bold';
  src: url('fonts/DINPro-Boldd41d.html?#iefix') format('embedded-opentype'),  url('fonts/DINPro-Bold.html')  format('opentype'),
	     url('fonts/DINPro-Bold-2.html') format('woff'), url('fonts/DINPro-Bold-3.html')  format('truetype'), url('fonts/DINPro-Bold-4.html#DINPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
	
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('fonts/OpenSans-Semiboldd41d.html?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Semibold.html') format('woff'), url('fonts/OpenSans-Semibold-2.html')  format('truetype'), url('fonts/OpenSans-Semibold-3.html#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
  background-color: #fff;
  float: left;
  margin: 0 0 20px; 
  width: 100%;
}
.home #container {  
}
#content {
	margin: 0;
}
#primary, #secondary {
	float: right;
	margin-top: -16px;
	max-width: 21%;
	overflow: hidden;
}
#secondary {
	clear: right;
}
 
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: 'OpenSans';
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
  
  font-family: 'OpenSans';
}
input[type=submit] {
  
  font-family: 'OpenSans';
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
 
#wrapper {
	margin: 0 auto;
	width: 960px;
	max-width: 100%;
}
 

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
  background-color: #fff; 
}
body,
input,
textarea {
	color: #5a5a5a;
	font-size: 15px;
	line-height: 24px;
}
hr {
  background-color: #d1cac7;
  border: 0 none;
  clear: both;
  height: 1px;
  margin-bottom: 0!important;
  margin-top: 29px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="tel"],
input[type="email"],
input[type="text"],
textarea { 
	background-color: transparent;
	border: 2px solid #c5c5c5;
	border-radius: 5px;
	color: #ccc;
	padding: 12px 10px;
	text-indent: 15px;
	width: 95%;
}
.wpcf7-form input[type="submit"]:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
 
.wpcf7-form textarea {
	height: 309px;
}
a {
	color: #569cd2;    outline: none;
}
a:hover {
	color: #376b96;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

 
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */
#main {
  clear: both;  
}
 
#content, #content input, #content textarea {
	color: #013148;
	font-size: 16px;
	line-height: 1.6;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #021e35;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #021e35;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-family: 'cormorant_garamondmedium';
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
 
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font-size: 43px;
	line-height: 1.3;
	text-align: left;
	font-weight: 300;
	font-family: 'Helvetica'; 
	margin:0 0 36px 0!important;
}
.page-title span {  
	font-family: 'Helvetica'; ;
}
.page-title a:active,
.page-title a:hover {
	color: #a74616;
}
 
.entry-title a:link, .entry-title a:visited {
  color: #462d1e;
  text-decoration: none;
  font-size: 28px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #462d1e;
}
.entry-meta {
  color: #6f6f6f;
  font-size: 14px;
  margin-bottom: 4px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding:  0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
} 
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
 
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #a74616;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.entry-meta a,
.entry-utility a {
	color: #333;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #a74616;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 14px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 14px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
  color: #888;
  float: left;
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px !important;
  margin-bottom: 20px !important;
  width: 100%;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #a74616;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
} 


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 14px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #a74616;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 14px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #a74616;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #a74616;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 14px;
}
#respond input {
	margin: 0 0 9px;
	width: 96%;
}
#respond textarea {
	width: 96%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 14px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}

 
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #a74616;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul { 
  padding: 0 !important;
  margin: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.html) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/********************************/
.right-header {
    float: left;
    text-align: center;
    width: 68%;
    padding-top: 16px;
}
.logo {
  float: left;
  /*width: 50%;*/
}
#header .top-header {
  padding: 16px 12px 16px 25px;
  overflow: hidden;
}
#searchform #searchbnt {
  float: right;
  left: -4px;
  margin-left: -29px;
  position: relative;
  top: 4px;
}
#searchform #search {
  border-radius: 7px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0 8px;
  text-indent: 16px;
  width: 390px;
}
.infor-header {
  color: #3e3e3e;
  font-size: 14px;
  margin-bottom: 14px;
}
#main_menu {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}
/***********
	MAIN MENU
*********************************/
#main_menu ul {
  float: right;
  margin: 0 !important;
  position: relative;
  text-align:  ;
  width: 100% ;
}
#main_menu ul.sub-menu li  a{
	background-image: none!important;
}
#main_menu ul li#menu-item-19 {
  position: static !important;
}
#main_menu ul li {
	float: none; 
	display: inline-block;
	list-style: outside none none;
	position: relative;
} 
/********/ 
#main_menu ul li .sub-menu li#menu-item-1990 {
	
	border-bottom: 0px solid #fff;
}
#main_menu ul li .sub-menu li {
	padding: 0 19px;
	display: block;
	list-style: outside none none;
	text-align: left;
	overflow: hidden;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #fff;
}
#main_menu ul li .sub-menu  .sub-menu{
  background: #00397b none repeat scroll 0 0;
  display: block;
  left: 0;
  position: inherit;
  top: 0;
  width: 100%; 
  display: block;
  left: 0;
  padding: 0!important;
  border: 0 solid;
}    
#main_menu ul li .sub-menu a {
	float: left;
	font-size: 14px;
	padding: 15px 0;
	text-transform: inherit;
	width: 100%;
	color: #fff;
	white-space: nowrap;
    font-family: 'OpenSans';

}
/**************/  
#main_menu ul li:hover .sub-menu{ 
	display:block;
	-moz-animation: fadeInDown .3s ease-in ;
    -webkit-animation: fadeInDown .3s ease-in ;
    animation:fadeInDown .3s ease-in ;
}
#main_menu ul li .sub-menu { 
	
	display:none;
	z-index:9999; 
	background-color: #007dc5; 
	left: 0;
	position: absolute;
	top: 40px;
	min-width: 141%; 
	padding: 0 0;
	overflow: hidden;
}  
#main_menu ul li a {
  color: #021e35;
  font-size: 16px;
  overflow: hidden;
  padding: 30px 25px;
  text-decoration: none; 
  font-family: 'OpenSans';
}
#main_menu ul li.current-menu-parent  a{ 
	color:#007dc5;
}
#main_menu ul li.current-menu-parent .sub-menu li a ,
#main_menu ul li.current-menu-item .sub-menu li a {
	color:#fff; 
}    
#main_menu ul li.current-menu-parent ul li.current_page_item  a,
#main_menu ul li.current-menu-parent ul li:hover > a,
#main_menu ul ul li:hover > a,
#main_menu ul ul li a:hover,
#main_menu ul ul li.current-page-ancestor a,
#main_menu ul ul li.current-menu-item a,
#main_menu ul ul li.page_item a,
#main_menu ul ul li.current_page_item a{ 
	color:#ccc; 
}  
#main_menu ul li:hover > a,
#main_menu ul li a:hover,
#main_menu ul li.current-page-ancestor a,
#main_menu ul li.current-menu-item a,
#main_menu ul li.page_item a,
#main_menu ul li.current_page_item a{ 
	color:#007dc5;
}   
/********************************/
#front-slider {
  width: 100%;
  float: left;
  clear: both;
}  
.homepage #container{
	width: 100%;
}
.list-box2 {
  margin: 0 3%;
}
.list-box img{
	width: 100%;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}
.list-box{
	float: left;
	width: 31.33%;
	position: relative;
	
} 
.list-boxbg{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(images/bg-box.html);
	background-repeat: repeat;
}
#content .list-box.list-box1 h4 {
  padding: 18px 4%;
}
#content .list-box h4 a{
	text-decoration: none;
	color: #fff;
}
.list-box:hover .list-boxbg,
#content .list-box:hover h4 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#content .list-box h4 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	
  background-image: url("images/bgtext-box.html");
  background-repeat: repeat;
  bottom: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  min-height:  ;
  padding: 8px 4%;
  position: absolute;
  width: 92%;
}

a.more-home {
  color: #00397b; 
  font-family: 'Lato-Italic';
  text-decoration: underline;
}

#content .entry-title {
	color: #462d1e;
	font-size: 29px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	text-decoration: none;
    font-family: 'cormorant_garamondmedium';
}
.note {
  background-color: #fffde4;
  background-image: url("images/note.html");
  background-position: 18px center;
  background-repeat: no-repeat; 
  font-size: 16px;
  line-height: 2;
  padding-bottom: 23px;
  padding-left: 90px;
  padding-top: 20px;
}
/********************************/
.contact-2grid p.last {
	float: right;
	margin-right: 9px;
}
.contact-2grid p{
	float: left;
	width: 47%;
}
.contact-2grid{
	float: left;
	width: 100%;
}
#content .wpcf7 textarea, 
#content .wpcf7 input[type="number"], 
#content .wpcf7 input[type="tel"], 
#content .wpcf7 input[type="text"], 
#content .wpcf7 select ,
#content .wpcf7 input[type="email"] { 
	background-color: #fff;
	border: 0px solid #c5c5c5;
	border-radius: 0;
	color: #013148;
	padding: 16px 10px;
	text-indent: 7px;
	width: 97%;
	font-size: 16px;
} 
#content .wpcf7 select[name="Demandede"],
#content .wpcf7 select[name="Typede"],
#content .wpcf7 select[name="Horairedurendez-vous"]{
	width: 261px;
	max-width: 96%;
}
#content .wpcf7 input[type="submit"]:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
 
#content .wpcf7 p {
  margin-bottom: 30px;
}
.entry-content .wpcf7 label {
  color: #3e3e3e;
  float: left; 
  font-size: 18px;
  max-width: 40%;
  width: 276px;
  padding-top: 6px;
}
.wpcf7-form-control-wrap.Recevoirune {
  display: inline-block;
  margin-top: 10px;
}
.entry-content span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 4.5em;
}
#main .widget-area ul li#text-3.widget-container {
  background-color: #0074b7;
  background-image: url("images/bg-sidebar2.html");
}
#main .widget-area ul li#text-4.widget-container {
  background-color: #254b95;
  background-image: url("images/bg-sidebar3.html");
}
#main .widget-area ul li.widget-container {
  background-color: #fff;
  color: #4b4b4b;
  font-size: 15px;
  margin-bottom: 38px;
  padding-bottom: 4px;
  width: 100%;
  float: left;
}
.widget-title { 
	color: #462d1e;
	font-family: s;
	font-size: 26px;
	margin-bottom: 18px;
	padding: 13px 0;
	text-indent: 0;
}
.widget-container .textwidget {
  padding: 0;
}
img{max-width:100%;}
/********************************/
 
.content-col3 label,
.content-col2 label,
.content-col1 label{
	font-size: 20px;
	color:#4d4d4d; 
}
.content-col3,
.content-col2,
.content-col1{
	width: 31.33%;
	float: left;
	margin-right: 2%;
	font-size: 18px; 
}
.bigger-size{
	line-height: 1.5;
	font-size: 18px;
}

.tab {
  padding-left: 5%;
  margin-bottom: 24px;
}
.dr-infor {
  clear: both;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.dr-infor-left {
  float: left;
  margin-right: 4%;
  max-width: 42%;
  width: 307px;
}
.dr-infor-right label {
  border-bottom: 1px solid #c7c8c9;
  clear: both;
  float: left;
  font-size: 18px;
  padding: 16px 0;
  width: 100%;
}
.dr-infor-right {
  float: left;
  width: 54%;
}

strong{ 
}

div.wpcf7-response-output {
  float: left;
  width: 95%;
}
.page-id-14 textarea {
  width: 90%;
  height: 162px;
}
.page-id-14 #content .wpcf7 input[type="submit"] {
  background-image: url("images/submit_bg.html");
  background-repeat: no-repeat;
  border: medium none;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 64px;
  margin-left: 0;
  text-align: center;
  width: 263px;
  text-indent: 0;
}
.tp-rightarrow:hover,
.tp-leftarrow:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.tp-leftarrow {
  background-image: url("images/arrow-left.html") !important;
  background-repeat: no-repeat !important;
  height: 57px !important;
  width: 57px !important;
}
.tp-rightarrow {
  background-image: url("images/arrow-right.html") !important;
  background-repeat: no-repeat !important;
  height: 57px !important;
  width: 57px !important;
} 
#site-main {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1000;
}
 #header {
  float: left;
  width: 100%;  
}
.fr-header {
  background-color: #021e35;
  float: left;
  width: 100%;
  padding: 12px 0 13px ;
}
.main-header {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 25px 0;
}
.fr-header ul {
  float: left;
  margin: 0;
  position: relative;
}
.fr-header ul li.hphone {
  background-image: url("images/phone-icon.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  padding-left: 16px;
  line-height: 16px;
}
.fr-header ul li.hemail {
  background-image: url("images/email-icon.png");
  background-repeat: no-repeat;
  background-size: 19px auto;
  margin-left: 34px;
  padding-left: 26px;
  line-height: 16px;
  background-position: 0px 3px;
}
.fr-header ul li {
  float: left;
  list-style: outside none none;
  position: relative;
}
.fr-header li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden; 
  text-decoration: none; 
}
.clear{
	width: 100%;
	float: left;
	height: 1px;
}
.wrap-width {
  margin: 0 auto;
  max-width: 96%;
  width: 1170px;
}
#header .wrap-width {
  margin: 0 auto;
  max-width: 96%; 
  width: 960px;
}
.page-template-page-contact #footer { 
  margin-top: 40px;
}
#footer {
  background-color: #021e35;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 116px 0;
  width: 100%; 
}
#footer p{
	color:#343434; 
	font-size: 13px;
}
p.footer-left{
	float: left;
	font-family: 'Lato-Bold';
}
p.footer-right{
	float: right; 
}
.blog  #banner h1{
	content:'asdasdasd';
}
#banner h1 {
  color: #fff;
  font-size: 38px;
  margin-top: 97px;
  text-align: center;
  width: 100%;
}
#banner{
	background-size: cover;
	background-position: center center;
	width: 100%;
	float: left;
	height: 278px;
}

.entry-featured{
	width: 100%;
	float: left;
}
.read-full > a:hover{
  border: 1px solid #9abb2b;
  color:#9abb2b;
}
.read-full > a {
  border: 1px solid #abc652;
  color: #abc652;
  padding: 11px 25px;
  text-decoration: none;
}
.read-full {
	clear: both;
	float: left;
	margin-top: 22px;
	min-height: 65px;
	width: 100%;
	display: none;
}
.navigation .wp-pagenavi a:hover,
.navigation .wp-pagenavi span.current{ 
	border: 1px solid #889e40!important;  
	margin: 0 0 0 10px;
	padding: 13px 18px;
}
.navigation .wp-pagenavi span.pages{
	border: 0 solid #abc652!important; 
  font-family: 'Lato-Italic';
	color:#abc652; 
	margin: 0 0 0 10px;
	padding: 13px 18px;
}
.navigation .wp-pagenavi a {
  border: 1px solid #abc652 !important;
  color: #abc652 !important;
  margin: 0 0 0 10px;
	padding: 13px 18px;
  text-decoration: none;
}
.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  text-align: right;
}
#main .widget-area ul li.widget-container.widget_sp_image {
  background-color: transparent; 
  color: #4b4b4b;
  font-size: 15px;
  margin-bottom: 38px;
  padding-bottom: 18px;
}
.news_recent li .thumn_news {
  float: left;
  margin-right: 7px;
  margin-top: 2px;
}
.title_post_recent {
  color: #4b4b4b;
  font-family: "Lato-Bold";
  font-size: 16px;
  margin-bottom: 2px;
}
.news_recent li {
  clear: both;
  list-style: outside none none;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 1px 2px 0 12px;
}
.events-show-com{
  clear: both; 
  overflow: hidden;
  padding: 1px 2px 0 12px;
}
#main .widget-area ul.news_recent{
	float: left;
	margin: 0;
	width: 100%;
	clear: both;
}
.widget-area  .content_post_recent a{
	color:#abc652;
	text-decoration: underline;
}
.content_post_recent {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1.3;
}
.title_post_recent > span {
  font-family: "Lato-Regular";
  font-size: 11px;
  margin-left: 5px;
}
.event-coming-date {
  color: #4b4b4b;
  font-family: "Lato-Bold";
  font-size: 16px;
  margin-bottom: 3px;
}
.events-show-com h3 a{
  color: #6c6c6c;
}
.events-show-com h3{
  color: #6c6c6c;
  font-family: "Lato-Bold";
  font-size: 14px;
}
.event-coming-description {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1.3;
}
.gallery-coming-list {
  float: left;
  margin-bottom: 14px;
  width: 100%;
}
.widget-area a.view-coming-event {
  color: #abc652;
  float: right;
  font-size: 13px;
  margin-right: 12px;
  text-decoration: underline;
  margin-top: -6px;
  margin-bottom: 1px;
}

/*********************************/
.event-list {
  border-bottom: 1px solid #d8d8d8;
  float: left;
  margin-bottom: 38px;
  padding-bottom: 31px;
  width: 100%;
}
.event-list-featured {
  float: left;
  margin-right: 3%;
  max-width: 21%;
  width: 151px;
}
.event-list-right {
  float: left;
  width: 76%;
}
.event-list-right a:hover{
	text-decoration: underline;
}
.event-list-right a {
  text-decoration: none;
  color: #933c12;
}
#content .event-list-right > h3 {
  color: #933c12;
  font-size: 20px;
  margin: -5px 0 10px;
}
.event-past {
  float: left;
  margin-top: -10px;
  width: 100%;
}
.event-upcomming {
  float: left; 
  width: 100%;
}
.event-list-description {
  color: #535353;
  font-size: 14px;
  line-height: 1.5;
}
/*********************************/
.page-template-page-gallery #container {
  max-width: 100%;
  padding-right: 0;
  width: 97%; 
  margin-right:0;
}
.gallery-list {
  border: 1px solid #e1e1e1;
  float: left;
  margin-bottom: 28px;
  margin-right: 1%;
  padding: 16px;
  width: 20.2%;
}
#content .gallery-list h3 {
  color: #915942;
  font-size: 18px;
  margin: -6px 0 10px;
}
.entry-date {
	color: #013148;
	font-size: 15px;
	font-family: inherit;
}
.page-template-page-gallery .navigation {
  color: #888;
  float: right;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 23px !important;
  margin-right: 33px;
  margin-top: 16px !important;
  width: auto;
}
.gallery-list-view > a {
  border: 1px solid #abc652;
  color: #abc652;
  float: right;
  font-size: 12px;
  margin-top: 11px;
  padding: 5px 20px;
  text-decoration: none;
}
.home.page #content h2 { 
	clear: none;
  font-size: 22px;
  margin: 0 0 16px;
}
.gallery-list-description {
  line-height: 1.4;
}
.ngg-gallery-thumbnail-box {
  border: 1px solid #e1e1e1;
  float: left;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 4px;
  width: 17.5%;
}
.single-gallery-system .ngg-gallery-thumbnail img {
  background-color: #fff;
  border: 0px solid #e1e1e1;
  display: block;
  height: auto !important;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.gallery-sl-header > p {
  font-family: "Lato-Bold";
  font-size: 18px;
  margin-left: 16px;
  margin-bottom: 0;
  float: left;
}
.gallery-sl-header > a {
  color: #fff;
  text-decoration: underline;
  margin-right: 16px;
  float: right;
}
.gallery-sl-header {
  background-color: #657d19;
  color: #fff;
  float: left;
  padding: 5px 0;
  width: 100%;
} 
 
.gallery-slider {
  float: left;
  width: 100%;
  margin-top: 28px;
} 
/***********************/
.top-infors {
  border-bottom: 1px solid #6e848c;
  color: #fff;
  float: left;
  font-size: 13px;
  margin-bottom: 19px;
  padding-bottom: 2px;
  width: 100%;
}
.top-infor1{
	float: left;
	
}
.top-infor2{
	float: left;
	margin-left: 48px; 
}
.top-infor3 span{
	color:#bb9988;
}
.top-infor3{
	float: right; 
	font-size: 16px;
}
.logo img {
  float: left;
  width: 195px;
}
.logo-ft{
	float: left;
}

/***********
	MAIN MENU
*********************************/
#main_footer ul {
  float: right;
  margin: 0 !important;
  position: relative;
  width: 100%;
  text-align: center;
}
#main_footer ul.sub-menu li  a{
	background-image: none!important;
}
#main_footer ul li#menu-item-19 {
  position: static !important;
}
#main_footer ul li { 
  list-style: outside none none;
  position: relative;
  display: inline-flex;
}
#main_footer ul li:hover .sub-menu{
	display: block;
}
/********/ 
#main_footer ul li .sub-menu li {
  display: block;
  list-style: outside none none;
  text-align: left;
  overflow: hidden;
}  
#main_footer ul li .sub-menu  .sub-menu{
  background: #00397b none repeat scroll 0 0;
  display: block;
  left: 0;
  position: inherit;
  top: 0;
  width: 100%; 
  display: block;
  left: 0;
  padding: 0!important;
  border: 0 solid;
}    
#main_footer ul li .sub-menu a {
  float: left;
  font-size: 20px;
  padding: 15px 19px;
  text-transform: inherit;
  width: 100%; 
}  
/**************/  
#main_footer ul li .sub-menu {
  background: #657d19;
  border:  ;
  display: none;
  left: 0; 
  position: absolute;
  top: 54px;
  min-width: 125%;
  z-index: 9995;
} 
#main_footer ul li a {
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding: 5px 13px;
  text-decoration: none;
  text-transform: uppercase;
}
#main_footer ul li.current-menu-parent  a{ 
	background-color:#91ab3c; 
}
#main_footer ul li.current-menu-item .sub-menu li a {
	color:#fff;
	background-color: transparent;
} 
#main_footer ul li.current-menu-item .sub-menu li a:hover,
#main_footer ul li.current-menu-parent .sub-menu li a.current-menu-item {
	color:#fff;
	background-color: #91ab3c;
} 
#main_footer ul li:hover > a,
#main_footer ul li a:hover,
#main_footer ul li.current-page-ancestor a,
#main_footer ul li.current-menu-item a,
#main_footer ul li.page_item a,
#main_footer ul li.current_page_item a{ 
	color:#ccc;
}   
.right-footer {
  float: right;
  width: 80%;
  margin-top: 58px;
}

div.pp_default .pp_social { 
  display: none;
}
#contact-footer .wrap-width { 
  max-width: 100%;
  width: 1076px;
}
#contact-footer {
  background-color: #5a2846;
  background-image: url("images/brock-logooverlay.html");
  background-position: 3% bottom;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  padding: 62px 0 50px;
  width: 100%;
  margin-top: 40px;
}
.contact-ft-left .contact-ft-leftbt p{
	color:#d4cdd1;
}
.contact-ft-left p {
  font-size: 20px;
  line-height: 1.5;
}
.contact-ft-left h3 {
  color: #d4cdd1;
  font-size: 31px;
  line-height: 1.5;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.contact-ft-left{
	float: left;
	width: 50%;
}
.contact-ft-right{
	float: right;
	width: 48%;
}
.contact-ft-leftbt > img {
  float: left;
  margin-right: 22px;
}

.contact-ft-leftbt {
  float: left;
  margin-top: 44px;
  width: 100%;
}
.entry-content #contact-footer {
  background-color: #fbf9f8;
  background-image: url("images/brock-logooverlay.html");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  color: #666666;
  float: left;
  padding: 62px 0 50px;
  margin-top: 0;
  width: 100%;
}

.entry-content .contact-ft-left .contact-ft-leftbt p {
  color: #666;
} 

#content .wpcf7-form input[type="submit"] {
	color: #fff;
	border: none;
	background-color: #021e35;
	cursor: pointer;
	padding: 8px 28px;
}
#main_menu ul li#menu-item-289 a {
  padding-right: 0;
}
.home-boxleft label {
  color: #5a2846;
  float: left;
  font-size: 20px;
  width: 100%;
  margin: 8px 0 15px;
}
.home-boxleft {
  background-color: #e8e1e5;
  float: left;
  width: 52%;
  text-align: center;
}
.home-boxright {
  background-color: #5a2846;
  background-image: url("images/brock-logooverlay.html");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  font-family: "Lato-Light";
  font-size: 15px;
  line-height: 1.6;
  width: 48%;
}
.home-video {
  float: left;
  margin: 16px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.home-video a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.home-video a {
  background-image: url("images/play.html");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: 2;
}
.home-box{
	float: left;
	width: 100%;
  background-color: #e8e1e5;
}
.home-boxright-space {
  padding: 31px 8%;
  overflow: hidden;
}
#content .home-boxright h3 label {
  float: left;
  font-family: "Lato-Light";
  font-size: 22px;
  width: 100%;
  padding-top: 6px;
}
#content .home-boxright ul li {
  float: left;
  list-style-type: disc;
  padding-left: 5%;
  float: left;
  width: 95%;
}
#content .home-boxright ul {
  margin: 8px 0 0 57px;
  width: 100%;
  float: left;
}
#content .home-boxright h3 {
  color: #fff;
  font-family: "Lato-Light";
  font-size: 29px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 22px;
  float:  left;
  width: 100%;
}

.maps-footer {
  float: left;
  width: 100%;
  background-color: #c9afa2;
}
.maps-footer-left {
  border-right: 11px solid #fff;
  float: left;
  min-height: 451px;
  width: 33%;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.maps-footer-right img {
  float: right;
  width: 100%;
}
.maps-footer-right {
  float: right;
  width: 66%;
}
.maps-footer-space {
  padding: 19px 35px 8px;
}
.maps-footer-left  h3 {
  font-size: 20px; 
  margin-bottom: 25px;
  margin-top: 7px;
} 
#content h2.title-bg,
h2.title-bg {
  border-top: 1px solid #f4f4f4;
  text-align: center;
  margin: 50px 0 32px;
  float: left;
  width: 100%;    
  line-height: 24px;
}
#content  h2.title-bg span,
h2.title-bg span { 
  background-color: #fff;
  color: #a1a1a1;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 2px 24px;
  position: relative;
  text-transform: uppercase;
  top: -14px;
  font-size: 20px;
}

.the-building ul li  h2 a span {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
}
.the-building ul li  h2 a {
  clear: both;
  color: #fff;
  font-weight: 800;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.amazingcarousel-image a:hover {
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
} 
.the-building ul li h2 a:hover .overlay { 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.the-building ul li h2 a .overlay { 
  background-image: url(images/hover.png);
  background-repeat: repeat;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	float: left;
    height: 100%; 
    position: absolute;
    width: 100%;
  transform: translate(0px, 0);
  top:0;
}
.the-building ul li h2 { 
  color: #fff;
  font-size: 32px;
  height: 100%;
  left: 0;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.the-building ul li img {
  float: left;
  width: 100%;
}
.the-building ul li{
	float: left;
	width: 50%;
	list-style: none;
	position: relative;
}
.the-building ul{
	float: left;
	width: 100%;
	margin: 0;
}
.the-building{
	float: left;
	width: 100%;
}
.intro1 {
  float: left;
  text-align: center;
  width: 30%;
  padding-top: 18px;
}
#content .intro2 p{
	color:#634638;
	font-size: 14px;
}
#content .intro2 p.intro-exp {
  color: #333;
  font-size: 18px;
  margin-bottom: 31px;
}
#content .intro2 h2 {
  color: #333333;
  font-family: "Lato-Light";
  font-size: 34px;
  padding-top: 5px;
  margin-bottom: 23px;
}
.intro2{
	float: left;
	width: 34%;
	padding-top: 18px;
}
.intro3 a{
	color:#e8e1e5;
	text-decoration: none;
	font-size: 16px;
}
.intro3 {
  background-color: #5a2846;
  background-image: url("images/overlay-intro.html");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  line-height: 1.6;
  text-align: center;
  width: 36%;
  padding-top: 36px;
}
.intro {
  background-color: #e8e1e5;
  float: left;
  width: 100%; 
}
.wonderplugincarousel-container {
  float: left;
  width: 100%;
  margin-top: -23px;
}
span.text-slider{
	font-family: 'Lato-Light'!important;
	letter-spacing: 1px !important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
  margin-right: -68px!important;
  margin-top: -3px!important; 
}
#wonderplugincarousel-1 .amazingcarousel-prev { 
  margin-left: -68px!important;
  margin-top: -3px!important; 
}
.page-template-default #content .entry-content h3 {
  color: #3b3b3b;
  font-size: 20px;
  display: inline;
  margin-bottom: 10px;
}
.page-template-default .entry-content p{
	margin-bottom: 30px;
}
#content .entry-content { 
  padding: 60px 0;  
}
/**********************/
.homepage #content h1 {
	font-size: 38px;
	line-height: 1.3;
	text-align: center;
	font-family: 'cormorant_garamondmedium';
}
.headlight {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 60px;
}
#container.homepage {
  padding: 50px 0 50px;
}
/*********Brand*********/
.brand-home ul li  h2 a span {
   
}
.brand-home ul li h2 a:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.brand-home ul li h2 a {
  clear: both;
  color: #fff;
  float: left;
  font-weight: 300;
  width: 100%;
  text-decoration: none;
  padding: 26px 0;
} 
.brand-home ul li .brand-img a:hover .overlay { 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.brand-home ul li .brand-img a .overlay { 
  background-image: url(images/hover.png);
  background-repeat: repeat;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	float: left;
    height: 100%; 
    position: absolute;
    width: 100%;
  transform: translate(0px, 0);
  top:0;
  left:0;
}
.brand-img > a {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.brand-home ul li.brand-blue h2 {
  background-color: #007dc5;
}
.brand-home ul li h2 {
  color: #fff;
  font-size: 28px;
  height: 100%; 
  line-height: 1.2; 
  text-align: center;
  top: 0;
  width: 100%;
  float: left;
  background-color: #021e35;
	font-family: 'cormorant_garamondmedium';
}
.brand-home ul li img {
  float: left;
  width: 100%;
}
.brand-home ul li{
	float: left;
	width: 25%;
	list-style: none;
	position: relative;
}
.brand-home ul{
	float: left;
	width: 100%;
	margin: 0;
}
.brand-home{
	float: left;
	width: 100%;
}
.brand-img {
  float: left;
  width: 100%;
}
.brand-home-wrap{
	width: 83%;
	margin: 0 auto;
}
/****************/
.footer-grid3{
	float:left;
}
.footer-grid31{
	width: 37%;
}
.footer-grid31 .textwidget a{
	color:#007dc5;
	text-decoration: none;
}
.footer-grid31 .textwidget {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.footer-grid32 ul li a:hover{
	text-decoration: underline;
}

.footer-grid32 ul li a {
	color: #dde1e4;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	font-family: 'OpenSans-Light';
}
.footer-grid32 ul li#menu-item-413{ 
  margin-top: 38px;
}
.footer-grid32 ul{
	margin: 0;
	padding: 0;
}
 
.footer-grid31 .textwidget label,
.footer-grid32 .terms-item a{
	color: #dde1e4;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	font-family: 'OpenSans-Light';
}
.footer-grid32{
	width: 26%;
}
.footer-grid33 .widget-container.widget_text {
  margin-top: 28px;
}
.footer-grid33 .widget_sp_image img{
	width: 248px;
	height:  auto;
}
.footer-grid33 .textwidget{
	font-family: 'OpenSans-Light';
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
}
.footer-grid33{
	width: 37%;
}
#footer li{
	list-style: none;
}

/*********Find*********/
.find-home ul li  h2 a span {
   
}
.find-home  li:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.find-home ul li h2 a {
  clear: both;
  color: #fff;
  float: left;
  font-weight: 300;
  padding: 20px 0;
  text-decoration: none;
  width: 100%;
} 
.find-img > a {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.find-home ul li.find-blue h2 {
  background-color: #007dc5;
}
.find-home ul li h2 {
  background-color: #021e35;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  top: 0;
  width: 100%;
  font-weight: 300;
    font-family: 'cormorant_garamondmedium';
}
.find-home ul li.find-4 img {
	float: left;
}
.find-home ul li.find-1 img {
  width: 98px;
}
.find-home ul li.find-2 img {
  width: 116px;
}
.find-home ul li.find-3 img {
  width: 76px;
}
.find-home ul li.find-4 img {
  width: 64px;
}
.find-home ul li {
  float: left;
  list-style: outside none none;
  position: relative;
  width: 22%;
  margin: 0 1.5%;
}
.find-home ul{
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}
.find-home {
  background-color: #fff;
  background-image: url("images/find-bg.png");
  background-repeat: repeat-x;
  float: left;
  width: 100%;
  padding: 60px 0 92px;
} 
.find-home ul li.find-4 .find-img img {
	/*left: 0; 
	right: auto;*/
}
.find-img {
  float: left;
  height: 100px;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 38px 0;
}
.find-home-wrap{
	width: 74%;
	margin: 0 auto;
} 
.find-home ul li .find-img img {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  margin: 0 auto;
}
.find-home ul li .find-img a {
  clear: both;
  color: #fff;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
}

#rev_slider_2_1_wrapper{
	float: left;
}
.section-contact-wrap{
	width: 960px;
	margin: 0 auto;
	max-width: 96%;
}
.section-contact h2 {
	color: #fff;
	float: left;
	font-size: 35px;
	text-align: center;
	width: 100%;
	line-height: 1.5;
	font-weight: 300 !important;
	font-family: 'cormorant_garamondmedium';
}
.section-contact {
	float: left;
	width: 100%;
	background-color: #021e35;
	padding: 45px 0 56px; 
}
.button-contact a:hover{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.button-contact a {
  background-color: #fff;
  color: #001f2d;
  font-size: 20px;
  padding: 12px 35px 12px;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
}
.button-contact {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 21px;
}


.section-services-wrap{
	width: 960px;
	margin: 0 auto;
	max-width: 96%;
}
.section-services h2 {
	color: #fff;
	float: left;
	font-size: 42px;
	text-align: center;
	width: 100%;
	line-height: 1.5;
	font-weight: 300 !important;
	font-family: 'cormorant_garamondmedium';
}
.section-services {
	float: left;
	width: 100%;
	background-color: #2e4cb7;
	background-image: url("images/our-service-bg.png");
	background-repeat: repeat-x;
	padding: 79px 0;
	margin-top: 132px;
}
.our-services ul {
	float: left;
	width: 100%;
	margin: 0;
}
.our-services ul li.last-service{
	border-bottom: 0 solid #6da0cb;
}
.our-services ul li {
	float: left;
	width: 100%;
	list-style: none;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #6da0cb;
	line-height: 1.5;
	padding: 27px 0; 
}
/********NEWS********/
.section-news {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 45px 0 56px;
}
.section-contact-wrap {
	width: 90%;
	margin: 0 auto;
} 
.section-news ul li h2 a:hover{
	color:#333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.section-news ul li h2 a{
	color:#001f2d;
	text-decoration: none;
}
.section-news ul li h2 {
	color: #fff;
	font-size: 30px;
	height: 100%;
	line-height: 1.2;
	text-align: left;
	top: 0;
	font-weight: 300;
	width: 100%;
	float: left;
	border-bottom: 1px solid #bebdbd;
	margin-bottom: 38px;
	padding-bottom: 25px;
	padding-top: 25px;
	line-height: 1.5;
	font-family: 'cormorant_garamondmedium';
}
.section-news ul li img {
  float: left;
  width: 100%;
}
.section-news ul li .news-pdd{
	padding: 9%;
}
.section-news ul li{
	float: left;
	width: 31.33%;
	margin: 0 1%;
	list-style: none;
	position: relative;
	background-color:#f2f2f2;
}
.section-news ul{
	float: left;
	width: 100%;
	margin: 0;
}
.short-details {
	color: #013148;
	font-size: 16px;
	line-height: 1.5; 
	width: 100%;
	display: inline-block;
}
.entry-content h2{ 
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
	font-weight: 300;
	font-family: 'cormorant_garamondmedium';
}  
.notes-content h3{ 
	font-size: 28px;
	line-height: 1.3;
	text-align: left;
	font-weight: 300;
	font-family: 'cormorant_garamondmedium';
}  
.notes-content ul li {
	padding-left: 12px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left 15px;
	color: #013148; 
	font-size: 16px;
/* 
	line-height: 1.6;
 */
}
.notes-content ul {
	margin: 0 !important;
	float: left;
	padding: 0;
}
#content .notes-content a:hover{
	text-decoration: underline;
}
#content .notes-content a{
	color:#007dc5;
	text-decoration: none;
}
#content .notes-content p{
	margin-bottom:58px;
	color:#013148;
}
.notes-content {
	background-color: #f9f9f9;
	padding: 40px 45px;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 50px;
}
.countries-list ul li a:hover{
	text-decoration: underline;
}
.countries-list ul li a label:hover{cursor: pointer;}
.countries-list ul li a label {
	margin-top: 15px;
	float: left;
	width: 100%;
}
.countries-list ul li a {
	color: #013148;
	text-decoration: none;
	font-size: 18px;
}
.countries-list ul li a:hover img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.countries-list ul li {
	float: left;
	width: 17%;
	list-style: none;
	text-align: center;
	margin: 0 4% 41px;
    min-height: 216px; 
}
.countries-list ul{
	margin: 0;
	float: left;
	width: 100%;
}
.countries-list {
	float: left;
	width: 100%;
	margin-top: 30px;
}


/***********/

.section-lookup-wrap{
	width: 960px;
	margin: 0 auto;
	max-width: 96%;
}
.section-lookup h2 {
  color: #fff;
  float: left;
  font-size: 35px;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 300!important;
}
.section-lookup input {
	width: 50%;
	margin-right: 40px;
	background-color: #fff;
	border-radius: 0;
	border: none;
	font-size: 16px;
	line-height: 1;
	color: #000;
	padding: 18px 0;
	display: inline-block;
	border: 1px solid #2b4fb6;
}
.section-lookup {
	float: left;
	width: 100%;
	background-color: #2b4fb6;
	padding: 45px 0 56px;
	margin-bottom: 110px;
}
.news-pdd a:hover img,
.button-lookup a:hover{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.button-lookup a {
	background-color: #fff;
	color: #001f2d;
	font-size: 20px;
	padding: 8px 35px 13px;
	text-decoration: none;
	line-height: 1.5;
	display: inline-block; 
	position: relative;
	top: -2px;
}
.button-lookup {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 21px;

}

/************/
.category #content .entry-content,
.archive #content .entry-content,
.search #content .entry-content,
.single #content .entry-content,
.blog #content .entry-content {
	padding: 0 0;
}

.entry-single-head {
	margin: 0 0 35px;
	float: left;
	width: 100%;
}
.single .entry-featured { 
	margin-bottom: 30px;
}
.entry-head {
	margin: 35px 0 16px;
	float: left;
	width: 100%;
}
#content .entry-head .entry-title{
	text-align: left;
}
#content .post.type-post {
	margin: 0 0 60px;
}
#container.sidebar_active{
	width: 68%;
}

.category  #main,
.archive  #main,
.search  #main, 
.single  #main,
.blog  #main {
	clear: both;
	padding: 75px 0;
}

#main .widget-area  .xoxo ul {
	margin: 0;
}
.xoxo ul li{
	list-style: none;
}

.single #primary,.single #secondary { 
	margin-top: -7px; 
}
#content .post.type-post .entry-hr {
	width: 100%;
	float: inherit;
	display: inline-block;
	margin-top: 21px;
}

/***************/

.section-notesct-wrap {
	width: 960px;
	margin: 0 auto;
	max-width: 96%;
	background-color: #021e35;
	margin: 124px auto;
	padding: 45px 0 56px;
	overflow: hidden;
}
.section-notesct h2 {
  color: #fff;
  float: left;
  font-size: 36px;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 300!important;
    font-family: 'cormorant_garamondmedium';
}
.section-notesct {
	float: left;
	width: 100%;
	background-color: #021e35;
	background-image: url("images/note-visa-bg.html");
	background-repeat: no-repeat;
	background-size: cover;
}
/***************/
.section-ppcheck-wrap {
	width: 960px;
	margin: 0 auto;
	max-width: 96%;
	padding: 112px 0;
	overflow: hidden;
}
.section-ppcheck h6 {
  color: #013148;
  float: left;
  font-size: 16px;
  text-align: left;
  width: 100%;
  line-height: 1.5;
  font-weight: 900!important;
}
.section-ppcheck h2 {
  color: #021e35;
  float: left;
  font-size: 35px;
  text-align: left;
  width: 100%;
  line-height: 1.5;
  font-weight: 300!important;
    font-family: 'cormorant_garamondmedium';
}
.section-ppcheck {
	float: left;
	width: 100%;
	background-color: #f9f9f9; 
}
.passport-ph-checklist {
	width: 100%;
	float: left;
	margin-top: 36px;
}
.passport-ph-photo span {
	background-image: url("images/check.html");
	background-repeat: no-repeat;
	background-position: left 15px;
	width: 100px;
	height: 139px;
	position: absolute;
	right: -47px;
	bottom: -57px;
	background-size: 100% auto;
}
.passport-ph-photo {
	width: 24%;
	float: left;
	margin-right: 4.5%;
	position: relative;
}
.passport-ph-list {
	float: left;
	width: 71.5%;
}
.passport-ph-list ul li {
	padding-left: 12px;
	list-style: none;
	background-image: url("images/dot.html");
	background-repeat: no-repeat;
	background-position: left 15px;
	color: #013148; 
	font-size: 16px;
	line-height: 1.6;
}
.passport-ph-list ul {
	margin: 0 !important;
	float: left;
}
/**********************/
.contact-right ul li p a:hover{text-decoration: underline;}
.contact-right ul li p a{
	text-decoration: none;
}
.contact-right ul li p {
	background-color: #f4f4f4;
	padding: 13px 16px;
	margin-bottom: 6px;
	color: #013148;
	font-size: 16px;
	line-height: 1.6;
}
.contact-right ul li{list-style: none;}
.contact-right ul{
	margin: 0!important;
	
}
.contact-right {
	float: right;
	width: 32%;
	margin-top: 138px;
}
#container.contact-left {
	width: 66.4%;
} 
.page-template-page-contact #content .entry-content  { 
	 
}
.page-template-page-contact .content-contact {
	padding: 30px 33px;
	background-color: #f4f4f4;
	margin: 31px 0;
} 
/***********/
#banner-site img{
	float: left;
	width: 100%;
}
#banner-site {
	width: 100%;
	float: left;
	clear: both;
	height: auto;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	background-position: center;
}


.page-id-380 #content h2 {
	font-size: 36px;
	line-height: 1.3;
	text-align: left;
	font-weight: 300;
	font-family: 'cormorant_garamondmedium';
	margin-bottom: 0;
}
.blog #content h1 {
	font-size: 38px;
	line-height: 1.3;
	text-align: left;
	font-weight: 300;
	font-family: 'cormorant_garamondmedium';
	margin-bottom: 50px;
}
.category #primary,
.search #primary,
.single #primary,
.blog #primary { 
	margin-top: 86px; 
}


/************/
.section-countries-wrap {
	width: 960px;
	margin: 0 auto;
	max-width: 96%;
	text-align: center;
}
.section-countries h2 {
	color: #fff;
	float: left;
	font-size: 36px;
	text-align: center;
	width: 100%;
	line-height: 1.5;
	font-weight: 300 !important;
	font-family: 'cormorant_garamondmedium';
}
.section-countries {
	float: left;
	width: 100%;
	background-color: #2a51b5;
	padding: 56px 0 56px; 
}
.section-countries select { 
	/*width: 320px;*/
	padding: 8px 15px;
	margin: 0 auto;
	color: #001f2d;
	font-size: 16px;
	font-family: 'OpenSans-Light'; 
}

#search-details {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1000;
}
#search-wrap {
	margin: 0 auto;
	width: 960px;
	max-width: 96%;
}
#search-container {
	background-color: #fff;
	float: left;
	margin: 0 0 20px;
	width: 100%;
	color: #001f2d;
	padding: 70px 0;
	line-height: 1.8;
	font-size: 16px;
}
#search-main {
	clear: both;
}
.sea-left .sea-infor-last,
.sea-right .sea-infor-last{ 
	border-bottom: 0 solid #a7a9ac;
}
.sea-note{ 
	border-top: 1px solid #a7a9ac;
	float: left;
	width: 100%;
	margin-top:-1px;
}
.sea-left{
	width: 50%;
	float: left;
}
.sea-right .sea-infor {
	width: 98.5%;
	padding-left: 3%;
}
.sea-right {
	width: 47%;
	float: left; 
	border-left: 1px solid #a7a9ac;
}
.sea-infor p{
	margin-bottom: 0!important;
}
.sea-infor {
	float: left;
	width: 100%;
	min-height: 61px;
	border-bottom: 1px solid #a7a9ac;
	padding: 10px 0;
}

.visa-info #search-container{
	padding-top: 0;
}
.visa-info .sea-left {
    width: 50%;
    float: left;
    border-right: 1px solid #a7a9ac;
}
.visa-info .sea-right {
    width: 47%;
    float: left;
    border-left: 0 solid #a7a9ac;
}
.visa-info h4 {
    font-size: 25px;
    padding-bottom: 14px;
}
.home .section-contact { 
    border-bottom: 1px solid #fff;
}