/*
* Top bar
* Header
* Page Title
* Blog
* Blog Single
* sidebar
* Pagination
* Page-callout
* Mail Chimp
* Widget footer
* Footer
* Bottom
* GoTop Button
* Blog Grid
* Grid Page Template
* Portfolio
* Portfolio-pagination
* Portfolio Single
* Portfolio Related
* Services Single
* Page About
* Sidebar Page Single
* Preloader
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #78b942; 
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #78b942; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #000; 
}

a {
	color: #2e5797;
	text-decoration: none;
	-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;
}

a:hover {
	color: rgba(46,87,151,0.8);
	text-decoration: none;
	-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;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* Typography */
body,
button,
input,
select,
textarea {
	font: 13px/24px "Poppins", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #656565;
}	

strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

article p {
	margin-bottom: 25px;
}

article p:last-of-type {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

th,td {
	border: 1px solid #dbdbdb;
	padding: 7px;
	text-align: center;
}	

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 600;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

abbr[title] {
	border-bottom: 1px dotted #c0c0c0;
	cursor: help;
}

mark,
ins {
	background-color: #2e5797;
	text-decoration: none;
	color: #fff;
	padding: 7px;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 0;
    font-family: Consolas, monospace;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}

h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 { font-weight: 600; }
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 { font-weight: 400; }

.padr-45 { padding-right: 45px; }

.text-color.bold.italic { font-weight: bold; font-style: italic; font-size: 14px;}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 7px 30px 25px 0 !important;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 7px 0 25px 30px !important;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 10px;
}

/* Content */
.bypostauthor {

}

.sticky {
	display: block;
}

.page-header {
	margin: 0;
	border: 0;
}

.page-header .nothing {
	padding: 0;
	background-color: transparent;
	font-size: 40px;
	line-height: 40px;
	color: #fde428;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;  
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Galleries */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Elements */
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 30px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dd, dt {
	line-height: 30px;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333;
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333; 
}

/* Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	padding: 15px 30px 12px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	background-color: #2e5797;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #133974;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	width: 100%;
	color: #727272;
	background-color: #fff;
	height: 53px;
	padding: 15px 20px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #2e5797;
	outline: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  	color: #9c9b9b;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  	color: #9c9b9b;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: #9c9b9b;
	opacity: 1;
}

/* Bootstrap Resetting Elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	color: #9c9b9b;	
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;	
}

input[type="submit"] {
	border-width: 0;
	color: #fff;
}

h3 { font-size: 20px; margin-bottom: 15px; }
h5 { font-size: 16px; }

/* Top bar
---------------------------------------------------------------*/
.top {	
	background-color: #f0f0f0;
	font-size: 12px;
}

.top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.flat-information li {
	display: inline-block;
    margin-right: 20px;
    padding-top: 4px;
    line-height: 47px;
    font-size: 12px;	
}

.flat-information li.welcome {
	font-weight: 600;
    color: #222222;
    margin-right: 27px;
}

.flat-information li a {
	color: #535353;
}

.flat-information li a:hover {
	color: #070707; 
}

.flat-socials {
	text-align: right;
}

.flat-socials li {
	display: inline-block;
	margin-right: 18px;
	line-height: 51px;
}

.flat-socials li a {
	font-size: 16px;
	color: #535353;
}

.page-none-topbar .top {
	display: none;
}

/* Site Cover
-------------------------------------------------------------- */
#site-cover p {
	margin-bottom: 0;	
}

#site-cover {	
	padding: 8px 0;
	position: relative;
}

#site-cover .close-site-cover {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 99;
}

/* Wpml language
-------------------------------------------------------------- */
.top #lang_sel {
	width: auto !important;
	padding: 9px 0 0 21px !important;
	position: relative;
}

.top #lang_sel:before {
	position: absolute;
    top: 16px;
    left: 0;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #c0c0c0;
}

.top ul.flat-socials,
.top #lang_sel {
	display: inline-block;
	float: right;
}

.top #lang_sel li {
	width: 100px;
}

.top #lang_sel a.lang_sel_sel {
	border: 0;
	padding-left: 20px !important;
}

.top #lang_sel img.iclflag {
	padding-left: 0 !important;
}

.top #lang_sel a.lang_sel_sel {
	font-family: "Poppins",sans-serif !important;
	background: url('../images/en-flag.gif') no-repeat left 5px !important;
	color: #727272 !important;;
	font-size: 12px !important;;
	line-height: 24px;
	position: relative;
	top: 2px;
}

.top #lang_sel a.lang_sel_sel > img {
	display: none;
}

.top #lang_sel a.lang_sel_sel:after {
    content: "\f35f";
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "Ionicons";
    font-size: 16px;
    color: #757575;
}

.top #lang_sel li.icl a.lang_sel_sel:after {
	right: 5px !important; 
}

.top #lang_sel img.iclflag {
	top: -1px !important;
}

.top #lang_sel ul ul {
	border-top: 0 !important;
	width: auto;
	top: 40px !important;
	background-color: #f0f0f0 !important;
	-webkit-transition: all 0.3s ease 0s !important;
	   -moz-transition: all 0.3s ease 0s !important;
		-ms-transition: all 0.3s ease 0s !important;
		 -o-transition: all 0.3s ease 0s !important;
			transition: all 0.3s ease 0s !important;
}

.top #lang_sel li li {
	width: 120px !important;
}



/*.top #lang_sel {
	width: 11%;
}

.top ul {
	width: 89%;
}*/

/*.top > ul {
	text-align: right;
}*/

/* Header
-------------------------------------------------------------- */
.header {
	background: #fff;
}

.header .open-hours,
.header .address {	
	float: right;
        margin-right: 6px;
}

.header .address {
    margin-right: 70px;
}

.header .widget.widget_text {
	margin-top: 45px;
	overflow: hidden;
	width: 50%;
	float: left;
}

.header .address .icon, 
.header .address .text, 
.header .open-hours .icon, 
.header .open-hours .text {
    display: inline-block;
    vertical-align: middle;
}

.header .widget.widget_text .icon {
    margin-right: 10px;
    font-size: 21px;
    text-align: center;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    border: 2px solid #363636;
    border-radius: 50%;
}

.header .widget.widget_text .text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
}

.header .widget.widget_text .text span {
    font-size: 12px;
    font-weight: normal;
    color: #535353;
}

/* Header fix */
.nav.header-sticky {
	background-color: rgba(46, 87, 151, 0.9);
	position: fixed;
    width: 100%;
    z-index: 9999; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.nav.header-sticky #mainnav > ul > li > a,
.nav.header-sticky .get-appointment,
.nav.header-sticky .get-appointment a {
	height: 50px;
	line-height: 50px;
}

/* Header style2 */
.header.header-v2 {
	position: relative;
}

.header.header-v2 .header-wrap {
	background: rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 35px;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header.header-v2 .header-wrap .logo {
	display: inline-block;
    width: 20%;
    margin-top: 35px !important;
    margin-bottom: 0 !important;
}

.header.header-v2 .header-wrap .wrap-widget-header {
	float: right;
	padding-top: 25px;
    width: 80%;
}

.header.header-v2 #text-12 {
	margin-right: 30px;
}

.header.header-v2 .address {
	margin-right: 0;
}
 
.header.header-v2 .widget.widget_text {	
	margin-top: 0;	
	margin-right: 0;
	float: right;
	width: auto;
}

.header.header-v2 .get-appointment {
	position: relative;
	top: 0;
	position: relative;
    right: 0;
	float: right;	
}

.header.header-v2 #text-11 {
	display: none;
}

.header.header-v2 .get-appointment a {
    height: 100%;
    line-height: 40px;
    height: 40px;
    letter-spacing: 0.2px;
    text-transform: lowercase;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #224171;
    padding: 0 25px;
    border-radius: 3px;
}

.header.header-v2 #mainnav ul {
	text-align: right;
}

.header.header-v2 #mainnav > ul > li > a {
	color: #2e363a;	
	padding: 0 15px;
}

.header.header-v2 #mainnav ul.sub-menu > li > a {
	text-align: left;
}

/* Header style3 */
.header.header-v3 .header-wrap {
	position: relative;
}

.header.header-v3 #mainnav ul {
	left: 0;
	display: inline-block;
}

.header.header-v3 .search-icon {
	position: absolute;
	right: 0;
	top: 108px;
	z-index: 9999;
	display: inline-block;
	width: 100px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	float: right;
	cursor: pointer;		
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

.header.header-v3 .search-icon:before {
	position: absolute;
    left: 50%;
    top: 0;
    font-family: "FontAwesome";
    content: "\f002";
    color: #fff;
    margin-left: -10px;
}

.header.header-v3 + .nav {
	background: transparent;
}

.header.header-v3 .search-icon:hover {
	background-color: #224171;
}

.header-search .search-form {
	text-align: right;
	padding-right: 30px;
}

.header-search .search-form input[type="submit"]  {
	border-radius: 0;
	line-height: 31px;
	background-color: #224171;
	padding: 11px 30px 12px;
}

.header-search .search-form input[type="search"] {
	margin-right: -4px;
	width: 250px;
	border: 1px solid #224171;
}

.header-search {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 22px;
	width: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.header-search.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;    
}

.header.header-v3 .header-wrap .logo {
	display: inline-block;
    width: 20%;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

.header.header-v3 .header-wrap .wrap-widget-header {
	float: right;
	padding-top: 25px;
    width: 80%;
}

.header.header-v3 #text-12 {
	margin-right: 15px;
}

.header.header-v3 .address {
	margin-right: 0;
}
 
.header.header-v3 .widget.widget_text {	
	margin-top: 0;	
	margin-right: 0;
	float: right;
	width: auto;
}

.header.header-v3 .get-appointment {
	position: relative;
	top: 0;
	position: relative;
    right: 0;
	float: right;
	margin-left: 15px;	
}

/*.header.header-v3 #text-11 {
	display: none;
}*/

.header.header-v3 .get-appointment a {
    height: 100%;
    line-height: 50px;
    height: 50px;
    letter-spacing: 0.2px;
    text-transform: lowercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #224171;
    padding: 0 30px;
    border-radius: 3px;
}

.header.header-v3 .widget.widget_text .icon {
	font-size: 18px;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.header.header-v3 .site-header {
	padding-bottom: 50px;
}

.header.header-v3 .mainnav {
	background-color: #2e5797;
	position: absolute;
	left: 0;
	top: 108px;
	z-index: 9999;
	width: 100%;
}

.header.header-v3 #mainnav > ul > li > a {
	height: 55px;
	line-height: 55px;
}

/* Responsive header 3 */
.header.header-v3 .btn-menu {
	color: #224171;
}

/* Header 3 fixed */
.header.header-v3 .mainnav.header-sticky {
	background-color: rgba(46, 87, 151, 0.9) !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 9999 !important;    
    margin: 0 auto;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/* Cart Button
-------------------------------------------------------------- */
.cart-button {
	position: relative;
	top: 45px;
}

.cart-button:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	content: "\f07a";
	font-size: 14px;
}

.cart-button span.cart-count {
	position: absolute;
    right: -29px;
    top: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #23527c;
    background-color: #23527c;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    font-size: 12px;
}

/* Nav
-------------------------------------------------------------- */
.nav {
    background-color: #2e5797;
}

.nav .alert-widget {
	color: #fff;
}

.nav .alert-widget a {
	color: #333;
}

/* navigation */
#mainnav {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

#mainnav ul {
	/*position: relative;*/
	left: -10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li {
	position: relative;
}

#mainnav > ul > li {
	display: inline-block;	
}

#mainnav > ul > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	height: 65px;
	line-height: 66px;
	padding: 0 22px;
	outline: none;
	font-weight: 300;
	letter-spacing: 0.2px;
}

#mainnav > ul > li:after {
	width: 0;
	height: 3px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 9px;
	background-color: #fde428;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#mainnav > ul > li:hover:after,
#mainnav > ul > li.current_page_item:after {
	width: 80%;
}

.get-appointment {
	margin: 0;
	height: 65px;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 0;
	-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;
}

.get-appointment a {
	height: 100%;
	line-height: 65px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #224171;
	padding: 0 25px;
	-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;
}

.header03 .get-appointment a {
	padding: 0 20px;
}

.get-appointment a:hover {
	color: #fde428;
}

/* submenu */
#mainnav ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 240px;
	background-color: #2e5797;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
			transform: scale(0.9);
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

#mainnav ul li:hover > ul.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1); 
}

#mainnav ul > li:hover > ul.sub-menu li ul.sub-menu:before {
	border: none;
	content: none;
}

#mainnav ul li ul li {
	margin-left: 0;
}

#mainnav ul.sub-menu li ul {
	position: absolute;
	left: 225px;
	top: 0;
}

#mainnav ul.sub-menu li:first-child {
	border-top: none;
}

#mainnav ul.sub-menu > li > a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #3f71c0;
	padding: 10px 15px;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

#mainnav ul.sub-menu > li > a:hover,
#mainnav > ul > li > ul > li.active > a {
	color: #fde428;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #1d3f73;
	z-index: 1000;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #37527c;
	cursor: pointer;
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #17335f;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #2e456a;
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 30px;
	border-top-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

#mainnav-mobi ul.sub-menu > li > ul > li > a {
	padding: 0 40px;
}

#mainnav-mobi ul.sub-menu > li > ul > li ul li > a {
	padding: 0 60px;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	float: left;
	font-size: 28px;
	font-family: "FontAwesome";
	color: #fff;
	text-align:center;
	padding-top: 20px;
	width: 28px;
	height: 65px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

.btn-menu:before{
	content: "\f0c9";
}

.btn-submenu {
	position: absolute;
	right: 0;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 45px;
	height: 45px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106"
}

.btn-menu {
	display: none 
}

.btn-left-menu {
	position: fixed;
	left: 20px;
	top: 17px;
    z-index: 10000;
}

.btn-left-menu a {
	display: inline-block;
    height: 33px;
    background: rgba(0,0,0,0.7);
    padding: 0 7px;
}

.btn-left-menu i {
	color: #fff;
	font-size: 32px;
}

.btn-close-menu {
	display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
}

.btn-close-menu i {
	font-size: 32px;
	color:#FFF;
}

.left-side-menu #header {
	display: none;
}

/* MegaMenu */
#mainnav ul li.has-mega-menu {
	position: static;
}

.mainnav .mega-menu {
	padding: 20px 0 30px !important;
	position: absolute !important;
	width: 100%;
	left: 0;	
	z-index: 99999;
	margin: 0 -0 !important;
	background: #224171;
	border-top: 1px solid #2c5088;
	color: #fff;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -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;
}

#mainnav ul li.has-mega-menu:hover > .mega-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1); 
}

#mainnav ul.mega-menu  {
	text-align: left !important;
}

#mainnav ul .mega-menu {
	left: 0;
}

.mainnav .mega-menu > li {
	float: left;
	padding: 0 15px;
	text-align: left;
}

.mainnav .mega-menu.two-columns > li {
	width: 50% !important;	
}

.mainnav .mega-menu.three-columns > li {
	width: 33.33% !important;	
}

.mainnav .mega-menu.four-columns > li {
	width: 25% !important;	
}

.mainnav .mega-menu.five-columns > li {
	width: 20% !important;	
}

.mainnav .mega-menu li a {
	color: #fff !important;
}

.mainnav .mega-menu li a:hover {
	color: #fde428 !important;
}

.mainnav .mega-menu .widget.widget_categories ul li::before {
	border-left: 5px solid #fff !important;
}

#mainnav > ul > li.has-mega-menu:after {
	background-color: transparent;
}

#mainnav .mega-menu ul {
	left: 0;
}

/* wiget megamenu */
.mega-menu .widgettitle {
	padding-bottom: 14px;
    margin-bottom: 28px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
}

.mega-menu .widgettitle::after {
    width: 35px;
    height: 3px;
    bottom: -2px;
    left: -1px;
}

.mega-menu .widgettitle::after {
    width: 40px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    background-color: rgb(253, 228, 40);
    border-radius: 2px;
}

/* Widget flat recent news */
.mega-menu .widget.widget-recent-news ul li .thumb {
	width: 60px;
	padding-top: 6px;
} 

.mega-menu .widget.widget-recent-news ul li .text h4 a {
	color: #868686;
}

.mega-menu .widget.widget-recent-news ul li {
	border-bottom: 1px solid #3b5378;
	margin-bottom: 15px;    
}

.mega-menu .widget.widget-recent-news ul li:last-child {
	border-bottom: 0;
}

.mega-menu .widget.widget-recent-news ul li h4 {
	padding-bottom: 0;
    margin-bottom: 10px;
}

.mega-menu .widget.widget-recent-news ul li .text p {
    margin-bottom: 12px;
}

#mainnav ul .mega-menu {
    left: 10px;
}

.mega-menu .widget.widget-recent-news ul li .date {
	font-size: 10px;
	color: #fff;
}

.mega-menu .widget.widget-recent-news ul li {
	padding-bottom: 0;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	position: relative;
	padding: 126px 0 0;
}

.page-title-heading h1 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin: -70px 0 56px;
}

.breadcrumb-trail.breadcrumbs {
	padding: 14px 27px 7px 16px;
	list-style: none;
	background-color: #f0f0f0;
	margin: 0;
	font-size: 12px;
	color: #656565;
	display: inline-block;
	-webkit-border-radius: 12px 0 0 12px;
	   -moz-border-radius: 12px 0 0 12px;
			  border-radius: 5px 5px 0 0;
}

.breadcrumb .img-home {
	position: relative;
	top: -3px;
	margin-right: 8px;
}

.breadcrumb-trail.breadcrumbs a {
	color: #656565;
}

.breadcrumb-trail.breadcrumbs a:hover {
	color: #000;
}

.breadcrumb-trail.breadcrumbs .trail-browse i {
	font-size: 16px;
	color: #2e5797;
}

.breadcrumb-trail.breadcrumbs span,
.breadcrumb-trail.breadcrumbs > a {
	margin-right: 8px;
}

.breadcrumb-trail.breadcrumbs span.trail-browse {
	margin-right: 5px;
}

.breadcrumb-trail.breadcrumbs .sep {
	font-size: 16px;
	top: 1px;
	position: relative;
}

.page-title .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(54, 54, 54, 0.9);
}

/* Blog
-------------------------------------------------------------- */
article {
	margin-bottom: 35px;
}

article .blog-slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

article .featured-post {
	position: relative;
    max-width: 370px;
    float: left;    
    margin-right: 30px;    
}

article .main-post {
	overflow: hidden;
}

article .entry-title {
	font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 5px;
}

article .entry-title a {	
	color: #333333;    
}

article .entry-title a:hover {
	color: #2e5797;
}

article .entry-meta ul {
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 20px;
	list-style: none;
}

article .entry-meta ul li {
	position: relative;
	display: inline-block;
	font-size: 12px;   
    padding-left: 22px;
    margin-right: 45px;	
}

article .entry-meta ul li,
article .entry-meta ul li a {
	color: #535353;
}

article .entry-meta ul li a:hover {
	color: #2e5797;
}

article .entry-meta ul li:before {
	font-size: 16px;
	color: #333333;
	position: absolute;
	left: 1px;
	top: 0;
	font-family: "Ionicons";
	content: "\f3b3";
	font-style: normal;
}

article .entry-meta ul li.post-author:before {
	content: "\f47f";
}

article .entry-meta ul li.post-categories:before {
	content: "\f39c";
}

article .entry-meta ul li.post-comments:before {
	content: "\f48e";
}

article .entry-meta ul li a:hover {
	color: #2e5797;
}

article .entry-content .more-link {
    display: inline-block;
    margin-top: -3px;
    letter-spacing: 0.2px;
    padding-right: 26px;
    font-size: 14px;
    font-weight: 600;
}

article .entry-content .more-link i {
	font-size: 18px;
	color: #2e5797;
	top: 3px;
	position: relative;
	left: 10px;
}

article:before, 
article:after, 
.entry-content:before, 
.entry-content:after {
    content: "";
    display: table;
    clear: both;
}

/* list-large */
.list-large article .featured-post,
.grid article .featured-post,
.grid-masonry .featured-post {
	max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}

.page-template-blog article .featured-post img {
	width: 100%;
}

/* Grid */
.grid .post-wrap,
.grid-masonry .post-wrap {
	margin: 0 -15px;
	overflow: hidden;
}

.grid article,
.grid-masonry article {
	padding: 0 15px;
	margin-bottom: 50px;
	float: left;
}

/* 2 columns */
.grid .two-columns article,
.grid-masonry .two-columns article {
	width: 50%;
}

/* 3 columns */
.grid .three-columns article,
.grid-masonry .three-columns article {
	width: 33.33%;
}

/* 4 columns */
.grid .four-columns article,
.grid-masonry .four-columns article {
	width: 25%;
}

/* Blog Single
-------------------------------------------------------------- */
article.blog-single .featured-post {
	max-width: 100%;
	float: none;
	margin-bottom: 30px;
}

article.blog-single .entry-title {
	margin-bottom: 15px;
}

article.blog-single .entry-content ul {
	padding-left: 45px;
}

article.blog-single .entry-content ul li {
	margin-bottom: 16px;
}

/* Share Link */
.social-share-article {
	overflow: hidden;
	padding: 35px 0 49px;
}

.social-share-article .category-post-single,
.social-share-article .social-share {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.social-share-article .category-post-single li,
.social-share-article .social-share li {
	display: inline-block;
}

.social-share-article .social-share {
	float: right;
}

.social-share-article .social-share li {
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;   
    margin-right: 5px;
}

.social-share-article .social-share li a {
	color: #656565;
    display: inline-block;
    width: 100%;
    height: 100%;   
    line-height: 30px; 
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
}

.social-share-article .social-share li a:hover {
	background: #2e5797;
	color: #fff;
}

.social-share-article .social-share li.share-title,
ul.category-post-single  {
    margin-right: 25px;
    font-weight: bold;
    color: #333;
}

ul.category-post-single a {
	margin-left: 5px;
	font-weight: 400;
}

/* Author Post */
.author-post {
	margin-bottom: 50px;
}

.author-post .author-avatar {
	max-width: 150px;
	float: left;
}

.author-post .info {
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 35px;
	min-height: 150px;
}

.author-post .info .name h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

.author-post .info .name a {
	font-size: 18px;
	font-weight: 600;	
	color: #2e5797;
}

/* Navigation Post */
.navigation.posts-navigation {
	overflow: hidden;
	margin-bottom: 50px;	
}

.navigation.posts-navigation .nav-previous,
.navigation.posts-navigation .nav-next {
	width: 50%;
	float: left;	
}

.navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
	background-color: #2e5797;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}

.navigation.posts-navigation .nav-previous a:hover,
.navigation.posts-navigation .nav-next a:hover {
	background-color: #333;
}

.navigation.posts-navigation .nav-next {
	text-align: right !important;
	float: right;
}
.single-post .navigation.posts-navigation .nav-next {
	text-align: right !important;
}
.navigation.posts-navigation .nav-next a {
	text-align: left !important;
}

/* Comment List */
.comments-area .comment-title {
	font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 34px;
    margin-top: 70px;
}

.comments-area .comment-title:after {
    width: 40px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fde428;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.comments-area ul.children {
	list-style: none;
}

.comments-area ul.children li {
	margin-bottom: 50px;
}

.comments-area article {
	margin-bottom: 0;
}

.comments-area ol.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area ol.comment-list article {
	border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.comments-area ol.comment-list article .gravatar {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
}

.comments-area ol.comment-list article .comment_content .comment_meta {
	margin-bottom: 20px;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
	font-family: "Montserrat",sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    text-transform: uppercase;
    padding-top: 5px;
}

.comments-area ol.comment-list article .comment_content .comment_text {
	padding-bottom: 37px;
	overflow: hidden;
}

.comments-area ol.comment-list article {
	position: relative;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time {	
    font-size: 14px;
    line-height: 23px;
    font-style: italic;
    color: #a8a8a8;
    margin-left: 10px;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a {
	color: #a8a8a8;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a:hover {
	color: #2e5797;
}

.comments-area ol.comment-list article .comment_content .comement_reply {
	position: absolute;
    left: 100px;
    bottom: 20px; 
}

.comments-area ol.comment-list article .comment_content .comement_reply a {
	background-color: #2e5797;
    font-size: 12px;
    width: 71px;
    height: 37px;
    line-height: 37px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0px 1px 1px rgba(000000, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comments-area ol.comment-list article .comment_content .comement_reply a:hover {
	background-color: #333;
	color: #fff;
}

.comments-area ol.comment-list article .comment_content .comement_reply a {
	color: #fff;
}

.comments-area ol.comment-list article .unapproved {
	float: right;
}
	
.comments-area ol.comment-list article .gravatar img {
	border-radius: 50%;
}

/* Comment Form */
.comment-respond {
	margin-top: 50px;
}

.comment-respond .comment-reply-title {
	font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 34px;
    margin-top: 0;
}

.comment-respond .comment-reply-title:after {
    width: 40px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fde428;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.comment-respond .name-container {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.comment-respond .email-container {
	width: 50%;
	float: right;
	padding-left: 10px;
}

.comment-respond .message {
	width: 100%;
}

.comment-respond textarea {
	min-height: 180px;
	width: 100%;
	margin-bottom: 10px;
}

.comment-respond input[type="submit"] {
	color: #fff;
	border: 0;
	font-weight: 600;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

/* Related Post */
.related-post .box-title {
	font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 34px;
    margin-top: 0;
}

.related-post .box-title:after {
	width: 40px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fde428;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.blog-shortcode.blog-simple_list .featured-post {
	position: relative;
    max-width: 370px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
}

.blog-shortcode.blog-simple_list .content-post {
	overflow: hidden;
}

.blog-shortcode .content-post h2 {
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
    margin-top: 2px;
}

.blog-shortcode .content-post h2 a {	
    color: #333333;
}

.blog-shortcode .content-post h2 a:hover {
	color: #2e5797;
}

.related-post .blog-shortcode.blog-grid {
	margin: 0 -15px;
}

.related-post .blog-shortcode .entry-meta {
	font-size: 14px;
}

.related-post .article .featured-post,
.related-post .blog-shortcode article .featured-post {
	margin-right: 0;
}

/* Grid */
.blog-shortcode.blog-grid.blog-three-columns article {
	width: 33.33%;
	float: left;
}

.blog-shortcode.blog-grid.blog-two-columns article {
	width: 50%;
	float: left;
}

.blog-shortcode.blog-grid.blog-four-columns article {
	width: 25%;
	float: left;
}

.blog-shortcode.blog-grid article .entry-meta ul li {
	margin-right: 20px;
}

.blog-shortcode.blog-grid article .entry-meta ul li.post-date {
	padding-left: 0;
	position: absolute;
	left: 14px;
	top: 0;
	background-color: #2e5797;
	color: #fff;
	padding: 10px;
}

.blog-shortcode.blog-grid article .entry-meta ul li.post-date:before {
	content: "";
}

.blog-shortcode.blog-grid article .entry-meta ul {
	margin-bottom: 0;
}

/* sidebar
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 64px;
}

.widget ul  {
	padding: 0;
	margin: 0;
}

.widget ul li {
	list-style: none;	
}

.widget ul li a {
	color: #1e5051;
}

.widget ul li a:hover {
	color: #2e5797;
}

.widget .widget-title {
	font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 19px;
    margin-top: 0;
}

.widget .widget-title::after {
    width: 40px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    background-color: rgb(253, 228, 40);
    border-radius: 2px;
}

/* widget search */
.widget.widget_search .widget-title {
	margin-bottom: 37px;
}

.widget.widget_search .search-form {
    width: 100%;
	height: 50px;
	position: relative;
	margin: 0;
}

.widget.widget_search .search-form label {
	display: block;
}

.widget.widget_search .search-form input[type="search"] {
	border-color: #f7f7f7;
	background: #f7f7f7;
	width: 100%;
}

.widget.widget_search .search-form input[type="search"]:focus {
	border-color: #2e5797;
}

.widget.widget_search .search-form .search-submit {
    background-image: url( ../images/search.svg );
    background-color: transparent;
    background-size: 13px 13px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;    
    padding: 5px 0 5px 10px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 13px;    
}

/* Widget categories */
.sidebar .widget.widget_categories {
	margin-bottom: 60px;
}

.widget.widget_categories ul li {	    
    padding-left: 18px;
    position: relative;
}

.widget.widget_categories > ul > li {
	border-bottom: 1px solid #e1e1e1;
}

.widget.widget_categories ul li a {
	font-size: 14px;
	font-weight: 600;
}

.widget.widget_categories ul li::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	height:0;
	width: 0;
	border-bottom: 5px solid transparent;
  	border-top: 5px solid transparent;
  	border-left: 5px solid #666666; 
}

.widget.widget_categories ul li:last-child {
	border-bottom: none;
}

.widget.widget_categories ul.children li {
	border-top: 1px solid #e1e1e1;
}

.widget.widget_categories ul li a {
	color: #333333;
	line-height: 50px;
}

.widget.widget_categories ul li a:hover {
	color: #2e5797;
}

/* Widget recentpost */
.sidebar .widget-recent-news {
	margin-bottom: 68px;
}

.widget.widget-recent-news .widget-title {
	margin-bottom: 37px;
}

.widget.widget-recent-news ul li {	
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.widget.widget-recent-news ul li:last-child {
	margin-bottom: 0;
}

.widget.widget-recent-news ul li .thumb {
	float: left;
	margin-right: 15px;	
}

.widget.widget-recent-news ul li .text {
	overflow: hidden;		
}

.widget.widget-recent-news ul li .text h4 {
	margin-top: 0;
}

.widget.widget-recent-news ul li .text h4 a {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.widget.widget-recent-news ul li .text h4 a:hover {
	color: #2e5797;
}

/* widget tag */
.widget.widget_tag_cloud .widget-title {
	margin-bottom: 32px;
}

.widget.widget_tag_cloud .tagcloud a {
	font-size: 14px !important;
	line-height: 27px;
	color: #656565;
	margin-right: 7px;
	position: relative;
}

.widget.widget_tag_cloud .tagcloud a:after {
	position: absolute;
	right: -7px;
    top: -4px;
	content: ",";
}

.widget.widget_tag_cloud .tagcloud a:hover {
	color: #2e5797;
}

/* testimonials-sidebar */
.testimonials-sidebar {
	position: relative;
	padding: 28px 24px 24px 24px;
	border: 1px solid #ccc;
}

.testimonials-sidebar:after {
	position: absolute;
	bottom: 16px;
	right: 6px;
	content: '\f11d';
	font-family: 'Ionicons';
	color: #e5e5e5;
	font-size: 60px;
}

.testimonials-sidebar h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.testimonial03 .text {
	font-size: 13px;
}

.testimonial03 .media {
	position: relative;
	margin-top: 22px;
}

.testimonial03 .media img {
	position: absolute;
	left: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.testimonial03 .media span {
	display: inline-block;
	min-height: 50px;
	padding-left: 65px;
	font-weight: 600;
	color: #2e5797;
}

.testimonial03 .media span em {
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	color: #b3b3b3;
	display: block;
	position: relative;
	top: -3px;
}

/* Pagination
-------------------------------------------------------------- */
.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
	margin: 0 0;
	text-align: left;
}

.navigation.paging-navigation a,
.navigation.paging-navigation span {
	display: inline-block;
    text-align: center;
    box-sizing: border-box;
    line-height: 38px;
    height: 40px;
    width: 40px;
    border: 2px solid #dfdfdf;
    color: #333;	
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.navigation.paging-navigation.pager a {
	display: inline;
}

.navigation.paging-navigation .current {
	color: #fde428;	
	border: 2px solid #fde428;
}

.navigation.paging-navigation a:hover {
	color: #fde428;	
	border: 2px solid #fde428;
}

.navigation.paging-navigation a.next:hover {
	color: #fde428;
}

/* Page-callout
-------------------------------------------------------------- */
.page-callout {
	padding: 49px 0 14px;
    background-color: #2e5797;
    overflow: hidden;
}	

.page-callout .flat-contact-us h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}

.page-callout .flat-contact-us p {
    font-size: 16px;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin-bottom: 0;
}

/* Mail Chimp
-------------------------------------------------------------- */
.widget.widget_mc4wp_form_widget {
	margin-top: 4px;
}

.mc4wp-form-fields {
	position: relative;
}

.mc4wp-form input[type="email"] {
	border: 1px solid #dfdfdf;
	background-color: #fff;
    width: 342px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 132px;
    -webkit-border-radius: 3px 0 0 2px;
    -moz-border-radius: 3px 0 0 2px;
    border-radius: 3px 0 0 2px;
}

.mc4wp-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 17px 25px 12px 29px;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    background-color: #fde428;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

/* Widget footer
-------------------------------------------------------------- */
.footer-widgets .widget-title {	
    margin-bottom: 34px;
    padding-bottom: 14px;
   	margin-bottom: 28px;	
	color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
}

.footer-widgets .widget .widget-title::after {
	width: 35px;
	height: 3px;
	bottom: -2px;
	left: -1px;
}
	
.footer-widgets ul li a {
	color: #868686;
	line-height: 35px;
	font-size: 14px;
}

.footer-widgets ul li a:hover {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 0;
}

/* Widget Logo */
.footer-widgets .widget.widget_text img {
	margin-bottom: 32px;	
}

.footer-widgets .widget.widget_text .desc {
	font-size: 14px;
	line-height: 24px;
	color: #757575;
	padding-right: 10px;
	margin-bottom: 32px;
}

.footer-widgets .widget.widget_text p.phone {    
    font-size: 20px;
    font-weight: 500;
    left: 24px;
    color: #2e5797;    
}

.footer-widgets .widget.widget_text p.phone i {
	margin-right: 17px;
	font-size: 25px;
}

.footer-widgets .widget.widget_text p.phone span {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #757575;
    padding-left: 35px;
}

/* Widget Flowus */
.footer-widgets .followus li {
	margin-bottom: 0;
    letter-spacing: 0;
}

.footer-widgets .followus li i {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 10px;
    margin-right: 22px;
    font-size: 19px;
}

/* Widget Services */
.footer-widgets .widget.widget_nav_menu {
	padding-left: 50px;
}

.footer-widgets .widget.widget_nav_menu ul li {
	position: relative;
    padding-left: 18px;
}

.footer-widgets .widget.widget_nav_menu ul li:before {
	content: "\f363";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "Ionicons";
    font-size: 19px;
}	

/* Widget open-house */
.footer-widgets .widget .open-house {
	padding-top: 10px;
}

.footer-widgets .widget .open-house span {	
	margin-bottom: 23px;
	display: block;
	font-size: 14px;
    line-height: 24px;
}

.footer-widgets .widget .open-house p {
    font-weight: 600;
    margin-bottom: 12px;
}

/* Widget infomation */
.footer-widgets .widget .widget-infomation p {
	margin-bottom: 8px;
}

/* Widget flat recent news */
.footer-widgets .widget.widget-recent-news ul li .thumb {
	width: 70px;
	padding-top: 6px;
} 

.footer-widgets .widget.widget-recent-news ul li .text h4 a {
	color: #868686;
}

.footer-widgets .widget.widget-recent-news ul li {
	border-bottom: 1px solid #2d2d2d;
	margin-bottom: 15px;
    padding-bottom: 15px;
}

.footer-widgets .widget.widget-recent-news ul li:last-child {
	border-bottom: 0;
}

.footer-widgets .widget.widget-recent-news ul li h4 {
	margin-bottom: 0;
}

.footer-widgets .widget.widget-recent-news ul li .date {
	font-size: 10px;
	color: #2e5797;
}

/* Widget tags */
.footer-widgets .widget.widget_tag_cloud .tagcloud a {
	display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px 7px;
    border: 2px solid #2e5797;
    margin: 0 6px 10px 0;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #2e5797;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a:after {
    content: "";
}

/* Widget Mail Chimp */
.footer-widgets .mc4wp-form input[type="email"] {
	width: 100%;
	background-color: transparent;
	border: 2px solid #2e5797;
	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.footer-widgets .mc4wp-form input[type="submit"] {
	right: 0;
	padding: 17px 9px 12px 9px;
	background-color: #2e5797;
	color: #fff;		
	overflow: hidden;
}

/* widget widget_flicker */
flickr-photos {
	margin: 0 -5px;
}

.widget.widget_flicker .flickr_badge_image {
	width: 75px;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
    padding: 90px 0 67px;
    background-color: #222;
    color: #757575;
    overflow: hidden;
}

#text-4 {
	margin-top: -26px;
}

.footer a,
.footer {
	color: #757575;	
}

.footer a:hover {
	color: #2e5797;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {   
    padding: 30px 0 26px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #757575;
    font-size: 14px;
    background-color: #181818;
}

.bottom p {
	margin-bottom: 0;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	text-transform: uppercase;
    float: right;
    font-weight: 600;
    color: #757575;
    cursor: pointer;
}

.go-top i {
	position: relative;    
    margin-left: 10px;
    font-size: 21px;
    color: #2e5797;
    top: 3px;
    -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;

}

.go-top:hover {
	color: #fff;
}

.go-top:hover i {
	top: 0;
}   

/* Blog Grid Some Css Global 
-------------------------------------------------------------- */
.page-wrap {
	padding: 70px 0 100px;
	background-color: #fff;	
}

.page-template-front-page .page-wrap,
.page-template-page_fullwidth .page-wrap,
.page-template-one-page .page-wrap {
	padding: 0;
}

.page-template-front-page .page-wrap .content-area,
.page-template-page_fullwidth .page-wrap .content-area,
.error404 .page-wrap .content-area,
.page-template-portfolio .page-wrap .content-area,
.page-template-one-page .page-wrap .content-area {
	width: 100%;
	margin: 0;
}

.page-template-front-page .page-wrap .content-area:after {
	background-color: transparent;
	width: 0;
	height: 0;
}

.page-template-front-page .page-wrap .content-area {
	padding-right: 0;
}

.page-wrap .content-area {
	float: left;
	width: 72.64957264957265%;
	padding-right: 4.273504273504274%;
	position: relative;
}

.page-template-page_fullwidth .page-wrap .content-area {
	padding-right: 0;
}

.blog .page-wrap .content-area:after,
.single .page-wrap .content-area:after,
.archive .page-wrap .content-area:after {
	position: absolute;
	right: 0;
	top: -70px;
	bottom: -70px;
	background-color: #dfdfdf;
	width: 1px;
	height: 100%;
	content: ""; 
}

.blog .page-wrap .widget-area:before,
.single .page-wrap .widget-area:before,
.archive .page-wrap .widget-area:before {
	position: absolute;
	left: -1px;
	top: -70px;
	bottom: -70px;
	background-color: #dfdfdf;
	width: 1px;
	height: 100%;
	content: ""; 
}

.page-wrap.sidebar-left .widget-area:after {
	position: absolute;
	right: -1px;
	top: -70px;
	bottom: -70px;
	background-color: #dfdfdf;
	width: 1px;
	height: 120%;
	content: ""; 
}

.page-wrap.sidebar-left .widget-area:before {
	content: none; 
}

.page-wrap .widget-area {
	float: left;
	width: 27.35042735042735%;
	padding-left: 4.273504273504274%;
	z-index: 2;
	position: relative;
}

a.menu-fallback {	
	line-height: 66px;
	color: #fff;
}

/* Blog Sidebar Left */
.page-wrap.sidebar-left .content-area {
	float: right;
	padding-right: 0;
	padding-left: 4.273504273504274%;
}

.page-wrap.sidebar-left .widget-area {
	padding-right: 4.273504273504274%;	
	padding-left: 0;
}

.page-wrap.sidebar-left .content-area:after {
	left: 0;
}

.page-wrap.sidebar-left .pagination {
	text-align: center;
	margin-right: 0;
}

/* Blog Full Width */
.page-wrap.fullwidth .content-area {
	width: 100%;
	margin: 0;
	float: none;
	padding-right: 0;
}

.page-wrap.fullwidth .post-wrap {
	padding: 0;
}

.page-wrap.fullwidth .content-area:after {
	width: 0;
}

/* Services Single */
.page-wrap .single-page .content-area {
	float: right;
	padding-right: 0;
	width: 76.92307692307692%;
	padding-left: 30px;
}

.page-wrap .single-page .widget-area {
	padding-left: 0;
	width: 23.07692307692308%;
}

.page-template-page_single .page-wrap {
	padding: 70px 0 87px;
}

/* Page 404
-------------------------------------------------------------- */
.error404 .error-404 {
	text-align: center;
}

.error404 .error-404 .page-header .nothing {
	font-size: 200px;
	line-height: 200px;
	font-weight: 700;
}

.error404 .error-404 .sub-title-404 {
	font-size: 30px;
	color: #fde428;
	margin-bottom: 30px;
}

/* Page None Content
-------------------------------------------------------------- */
.search-no-results .search-form label {
	display: block;
}

/* Grid Page Template
-------------------------------------------------------------- */
.page.page-template-default .page-wrap .widget-area {
	float: left;
	width: 23.07692307692308%;
	padding-left: 0;
}

.page.page-template-default .page-wrap .content-area {
	width: 76.92307692307692%;
	float: right;
	padding-left: 30px;
}

/* Template blog */
.page-wrap .content-area.blog-page {
	width: 100%;
	margin-right: 0;
}

/* Portfolio
-------------------------------------------------------------- */
.page-template-portfolio .page-wrap {
	padding: 66px 0 70px;
}

ul.portfolio-filter {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
}

ul.portfolio-filter li {
	display: inline-block;
	margin-right: 26px;
}

ul.portfolio-filter a {
	font-size: 14px;
	color: #656565;
	font-weight: 700;
}

ul.portfolio-filter li.active a,
ul.portfolio-filter a:hover {
	color: #2e5797;
}

/* Filter style-4 */
.portfolio-filter.style-4 {
	text-align: center;
}

.portfolio-filter.style-4 li {
	margin-right: 6px;
}

.portfolio-filter.style-4 li a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #656565;
    font-weight: 700;
    background: #f6f6f6;
    padding: 5px 15px;
}

.portfolio-filter.style-4 li a:hover {
    background: #e5e5e5;
}

/* Item */
.flat-portfolio .item {
	margin-bottom: 51px;
}

.flat-portfolio .item .title-post {
	font-size: 18px;
	font-weight: 600;
	margin-top: 31px;
	line-height: 24px;
	margin-bottom: 16px;
}

.flat-portfolio .item .title-post a {
	color: #333;
}

.flat-portfolio .item .title-post a:hover {
	color: #2e5797;
}

.flat-portfolio .item .category-post a {
	font-size: 13px;
	color: #656565;
}

.flat-portfolio .item .category-post a:hover {
	color: #2e5797;
}

/* Columns item Default 3 */
.flat-portfolio .portfolio-container {
	margin: 0 -15px;
}

.flat-portfolio .item {
	padding: 0 15px;
}

.flat-portfolio .item {
	float: left;
	width: 33.33%;
}

/* 2 columns */
.portfolio-container.one-half .item {
	width: 50%;
}

.flat-portfolio .featured-post img {
	width: 100%;
}

/* 4 columns */
.portfolio-container.one-four .item {
	width: 25%;
}

/* 5 columns */
.portfolio-container.one-five .item {
	width: 20%;
}

/* No margin */
.flat-portfolio .portfolio-container.no-margin {
	margin: 0 0;
}

.portfolio-container.no-margin .item {
	padding: 0 0;
	margin-bottom: 0;
}

/* style-3 */
.portfolio-container.style-3 .item {
	position: relative;
}

.flat-portfolio .style-3 .item .title-post {
	position: absolute;
	left: 15px;
	bottom: 0;
}

.flat-portfolio .style-3 .item .overlay,
.flat-portfolio .style-4 .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flat-portfolio .style-3 .item .title-post {
	visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flat-portfolio .style-3 .item .title-post a {
	color: #e6e6e6;
}

.flat-portfolio .style-3 .item:hover .overlay,
.flat-portfolio .style-4 .item:hover .overlay,
.flat-portfolio .style-3 .item:hover .title-post {
	opacity: 1;
	visibility: visible;
}

/* style-4 */
.flat-portfolio .style-4 .item {
	position: relative;
}

.flat-portfolio .style-4 .item .title-post {
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;	
    margin-top: -25px;
    margin-left: 5px;
}

.flat-portfolio .style-4 .item .icon-zoom {
	left: 50%;
	top: 50%;
	position: absolute;
}

.flat-portfolio .style-4 .item .title-post a,
.flat-portfolio .style-4 .item .icon-zoom {
	display: inline-block;
    width: 50px;
    height: 50px;   
    line-height: 50px;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 40px;
    position: absolute;
    z-index: 99;
    font-size: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flat-portfolio .style-4 .item .title-post {
	opacity: 0;
	visibility: hidden;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flat-portfolio .style-4 .item:hover .title-post {
	opacity: 1;
	visibility: visible;
}

.flat-portfolio .style-4 .item .icon-zoom {
	margin-left: -65px;
	margin-top: -25px;
}

.flat-portfolio .style-4 .item .title-post a:hover,
.flat-portfolio .style-4 .item .icon-zoom:hover {
	background-color: #fff;
	color: #333;
}

.flat-portfolio .style-4 .item .title-post a:hover:after,
.flat-portfolio .style-4 .item .icon-zoom:hover:after {
	color: #333;
}

.flat-portfolio .style-4 .item .title-post a:after,
.flat-portfolio .style-4 .item .icon-zoom:after {
	content: "\f498";
    position: absolute;
    left: 14px;
    top: 0px;
    font-family: "Ionicons";
    font-size: 30px;    
    color: #e6e6e6;	
}

.flat-portfolio .style-4 .item .icon-zoom:after {
	content: "\f264";
}

/* Portfolio list */
.flat-portfolio .portfolio-container.portpolio-list {
	margin: 0 0;
}

.portfolio-container.portpolio-list .item {
	width: 100%;
}

.portfolio-container.portpolio-list .item:last-child {
	margin-bottom: 0;
}

.flat-portfolio .portpolio-list .item .title-post {
	margin-top: 0;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

.flat-portfolio .portpolio-list .item .title-post a {
	font-weight: 400;
	color: #333;
}

.flat-portfolio .portpolio-list .item .title-post a:hover {
	color: #2e5797;
}

.flat-portfolio .portpolio-list .item .entry-content {
	overflow: hidden;
}

.flat-portfolio .portpolio-list .item .category-post {
	margin-bottom: 10px;
}

.page-template-default article {
	margin-bottom: 0;
}

/* Portfolio-pagination
-------------------------------------------------------------- */
.portfolio-pagination a,
.portfolio-pagination span {
	display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    height: 40px;
    width: 40px;
    border: 2px solid #dfdfdf;
    color: #333;	
    margin-right: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.portfolio-pagination a:hover,
.portfolio-pagination span.current {
	color: #fde428;	
	border: 2px solid #fde428;
}

/* Load More */ 
.page-loading.portfolio-loadmore {
	text-align: center;
}

.page-loading.portfolio-loadmore a {
	position: relative;
    display: inline-block;
    padding: 13px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #2e5797;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-loading.portfolio-loadmore a:hover {
    background-color: #133974;
    color: #fff;
}

.infscr-loading { 
    background: #000 url("../images/loading.gif") no-repeat scroll center 15px;
    bottom: 40px;
    color: #ccc;
    left: 50%;
    margin-left: -90px;
    opacity: 0.8;
    padding: 80px 0 10px;
    position: fixed;
    text-align: center;
    width: 180px;
    z-index: 100;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.infscr-loading.no-ajax {
    background: #000;
    padding: 10px;
}

.page-loading {
    text-align: center;
}

.page-loading a:focus {
    color: #fff;
}

.post-autoscroll .post-loadmore,
.port-autoscroll .port-loadmore {
    display: none;
}

/* Portfolio Single
-------------------------------------------------------------- */
.single-portfolios .page-wrap {
	padding: 70px 0 80px;
}

.portfolio-single .content-portfolio-detail .single-portfolio-title {
	margin-top: 0;
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 600;
}

.portfolio-single .content-portfolio-detail p {
	margin-bottom: 15px;
}

.portfolio-single ul.entry-portfolio-details {
	padding: 0;
	margin: 45px 0 0;
	list-style: none;
}

.portfolio-single ul.entry-portfolio-details > li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 17px;
    font-size: 14px;
    margin-bottom: 18px;
}

.portfolio-single ul.entry-portfolio-details li span {
    color: #333;
    font-weight: 700;
}

.portfolio-single .social-share-article {
	padding: 0 0 16px;
	margin-top: -5px;
} 

.portfolio-single .social-share-article .social-share {
	float: left;
}

.portfolio-single .category-post-single {
	display: none;
}

.portfolio-single .social-share-article .social-share li {
	width: 35px;
	height: 35px;	
}

.portfolio-single .social-share-article .social-share li a i {
	font-size: 14px;
	color: #656565;
	line-height: 35px;
}

.portfolio-single .social-share-article .social-share li:hover a i {
	color: #fff;
}

/* Gallery Slider Single */
#flat-portfolio-flexslider {
	margin-bottom: 20px;
}

.flat-portfolio-single-slider li img {
	border-radius: 3px;
}

#flat-portfolio-carousel ul li {
	cursor: pointer;
}

#flat-portfolio-flexslider ul.flex-direction-nav li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2e5797;
	position: absolute;
	top: 140px;	
	z-index: 100;
}

#flat-portfolio-flexslider ul.flex-direction-nav li a:hover {
	background-color: #fde428;
}

#flat-portfolio-flexslider ul.flex-direction-nav li a {
	color: #fff;
}

#flat-portfolio-flexslider ul.flex-direction-nav li.flex-nav-next a {
	right: 15px;
}

/* Nav Carosuel*/
#flat-portfolio-carousel ul.flex-direction-nav li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2e5797;
	position: absolute;
	bottom: 58px;	
	z-index: 100;
}

#flat-portfolio-carousel ul.flex-direction-nav li a:hover {
	background-color: #fde428;
}

#flat-portfolio-carousel ul.flex-direction-nav li a {
	color: #fff;
}

#flat-portfolio-carousel ul.flex-direction-nav li.flex-nav-next a {
	right: 15px;
}

/* Portfolio Related
-------------------------------------------------------------- */
.title-related {
	position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 60px;
}

.title-related:after {
	width: 50px;
    height: 5px;
    position: absolute;
    content: "";
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    background-color: #fde428;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Define grid use for shortcode portfolio default 3 columns */
.portfolio-container.grid.grid portfolio-one-columns .item {
	width: 100%;
}

/* No margin */
.flat-portfolio .portfolio-container.grid_nomargin {
	margin: 0 0;
}

.portfolio-container.grid_nomargin .item {
	padding: 0 0;
}

/* Carosuel */
.portfolio-container.carosuel .item {
	width: 100%;
}

/* Services Single
-------------------------------------------------------------- */
.box-download {
	background-color: #2e5796;
	border-radius: 3px;
	margin-top: 35px;
	margin-bottom: 57px;
	padding: 15px 40px 25px;
	letter-spacing: 0.2px;
}

.box-download h5 {
	margin-bottom: 42px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.box-download p.btn-download a {
	position: relative;
	display: block;
	width: 100%;
	color: #333;
	background-color: #fff;
	padding: 15px 25px 11px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	letter-spacing: -0.8px;
}

.box-download p.btn-download.pdf a:after,
.box-download p.btn-download.doc a:after {
	background: url( ../images/icon_pdf.png ) no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 17px;
	right: 8px;
}

.box-download p.btn-download.doc a:after {
	background: url( ../images/icon_word.png ) no-repeat;
}

/* Flat List
-------------------------------------------------------------- */
.flat-list-year ul {
	list-style: none;
	margin-top: 57px;
	margin-bottom: 0;
}

.flat-list-year ul li {
	margin-bottom: 10px;
}

.flat-list-year ul li span {
	float: left;
	width: 11%;
	font-size: 20px;
	font-weight: 700;
	margin-top: 1px;
	color: #333;
}

.flat-list-year ul li div {
	position: relative;
	float: right;
	width: 89%;
	padding-left: 44px;
	padding-bottom: 57px;
}

.flat-list-year ul li div:before {
	content: "";
	position: absolute;
	left: -6px;
	top: 18px;
	width: 1px;
	height: 95%;
	background-color: #e3e3e3;
}

.flat-list-year ul li div:after {
	content: "";
	position: absolute;
	left: -11px;
	top: 3px;
	width: 11px;
	height: 11px;
	background-color: #2e5797;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.flat-list-year ul li div h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 11px;
	color: #333;
}

.flat-list-year p {
	margin-bottom: 0;
}

.flat-list-year ul li:last-child div:before {
	width: 0;
}

.flat-list-year ul li:last-child div {
	padding-bottom: 0;
}

/* Sidebar Page Single
-------------------------------------------------------------- */
.sidebar .menu-about-container {
	margin-bottom: 40px;
}

.sidebar .menu-about-container ul {
	padding: 0;
	list-style: none;
}

.sidebar .menu-about-container ul li a {
	display: block;
	padding: 15px 20px 11px 20px;
	margin-bottom: 2px;
	color: #333;
	font-weight: 700;
	background-color: #f0f0f0;
}

.sidebar .menu-about-container ul li.active {	
	border-left: 4px solid #2e5797;
}

.sidebar .menu-about-container ul li a:hover {
	background-color: #f9f9f9;
}

/* Wodget brochure */
.brochure {
	margin-bottom: 42px;
	padding: 28px 18px 14px 24px;
	border: 1px solid #ccc;
	font-size: 13px;
}

.brochure h3 {
	margin-top: 0;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 600;
}

.brochure p {
	margin-bottom: 18px;
}

.page-service .brochure p {
	margin-bottom: 18px;
}

.brochure .btn-brochure {
	margin-bottom: 20px;
}

.brochure .btn-download a {
	position: relative;
	width: 97%;
	margin-bottom: 0;
	padding: 12px 19px 9px;
	font-weight: 300;
	letter-spacing: 0.2px;
}

.brochure .btn-download a:after {
	background: url(../images/icon_pdf_white.png) no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 3px;
}

/* Preloader
-------------------------------------------------------------- */
.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #2e5797;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}

.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes effect-2 {
  from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.padl-px116 { padding-left: 116px !important; }

/* Home Boxed
-------------------------------------------------------------- */
.layout-boxed .boxed {
	max-width: 1220px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #7f7f7f;
    overflow: hidden;
}

/*language*/
#lang_sel {
	width: 93%;
    padding: 8px 0;
    height: auto;
}
#lang_sel ul {
	float: right;
    position: relative;
    top: 3px;
}
#lang_sel a.lang_sel_sel {
	transition:none;
}
.cart-button {
    position: relative;
    float: right;
    top: 13px;
    display: inline-block;
    margin-right: 19px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    width: 150px;
    bottom: -40px;
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
}
.flat-animation {
	opacity: 0;
}
.page-fullwidth .content-area:after,
.page-fullwidth .content-area:before {
	content: none;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
}
