/*
* Repeatable Patterns
* flat-top
* flat-socials
* *Header
* Mobile navigation
* Blog Grid Some Css Global 
* Page Title
* Blog
* Blog Single
* sidebar
* Pagination
* Page-callout
* Flat-before-footer
* Widget footer
* Mail Chimp
* Footer
* Bottom
* Bottom menu
* Portfolio Single
* Sidebar Menu
* Gallery Slide VC
* flat-text-block-timeline
* flat-your-contact
* Page contact 
* Overwrite Accordion
* Page 404
* Flat List
* GoTop Button
* boxed
* Template Portfolio
* Preload
*/

/* 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: #333;
	text-decoration: none;
	-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;
}

a:hover {
	color: #00abc9;
	text-decoration: none;
	-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;
}

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

a:hover, a:focus {
    color: #0f3661;
    text-decoration: none;
    outline: 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;
}

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

/* Typography */
body,
button,
input,
select,
textarea {
	font: 14px/24px "Open Sans", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #42435d;
}	

strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 0px;
}

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: #0f3661;
	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; }

h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #222; }
h1,h2,h3,h4,h5,h6 { font-family: "Open Sans",sans-serif; }

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

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

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

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

.blockcenter {
	left: 50%;
        transform: translatex(-50%);
   -moz-transform: translatex(-50%);
   - ms-transform: translatex(-50%);
-webkit-transform: translatex(-50%);
     -o-transform: translatex(-50%);

}

.float-right {
	float: right;
}

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 article .gravatar {
    float: left;
    display: inline-block;
}

.sticky,.tag-sticky-2 {
	display: block;
    background: #f7f7f7;
    border: 1px solid rgba(54, 70, 115, 0.08); 
    padding: 30px;
}

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

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

.site-main {
	position: relative;
}

/* 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;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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"] {
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffc30c;
    color: #fff;
    padding: 16px 30px;
    display: inline-block;
    border: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

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

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"] {
    color: #777;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    letter-spacing: 0px;
    background-color: #fff;
    line-height: inherit;
    width: 100%;
    margin-bottom: 14px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}

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 #0f3661;
	outline: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 180px;
    padding: 22px 0 0 15px;
}

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

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

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: #999;
	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 {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;	
}

.container {
	width: 1200px;
	max-width: 100%;
}

/* Visual Composer
-------------------------------------------------------------- */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li,
.vc_toggle:last-of-type {
	margin-bottom: 0 !important;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
.vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0 !important;
}

body {
	overflow-x: hidden;
}

.flat-pad-015, .vc_column_container.flat-pad-015 {
	padding:0 15px;
}

.align-left {
	text-align: left;
}

p.style-v1{
	font-size: 18px;
    line-height: 30px;
}   

.flat-center {
	position: relative;
    transform: translateX(-50%);
    left: 50%;
}  

.center {
	text-align: center;
}

.left {
	text-align: left;
}  

.right {
	text-align: right;
}

.color-white {
	color: #ffffff;
}

.pdr-30 {
	padding-right: 30px !important;
}

.mgl-7-5 {
	margin-left: -7.5px !important;
}

.mgr-7-5 {
	margin-right: -7.5px !important;
}

/* flat-top
-------------------------------------------------------------- */
.themesflat-top {
	background-color: #f2f2f5;    
    font-size: 14px;  
}

.themesflat-top .container-inside {
    display: table;
    width: 100%;
}

/* Top Bar Content */
.themesflat-top .content-left span { 
	position: relative; 
	display: inline-block; 
	padding: 0px 17px 0px 21px;
	margin: 0px 6px; 
}

.themesflat-top .content-left span:first-child { 
	margin-left: 0px;
}

.themesflat-top .content-left span:last-child { 
	margin-right: 0px;
}

.themesflat-top .content-left span:before { 
	content: ""; 
	position: absolute; 
	font-family: "FontAwesome"; 
	top: 0; 
	left: 0; 
}

.themesflat-top .content-left span.address:before { 
	content: "\f015"; 
}

.themesflat-top .content-left span.phone:before { 
	content: "\f098"; 
}

.themesflat-top .content-left span.time:before { 
	content: "\f017"; 
}

.themesflat-top .content-left span:after { 
	content: ""; 
	position: absolute; 
	top: 50%; 
	right: 0; 
	width: 2px; 
	height: 10px; 
	background-color: rgba(167, 164, 164, 0.5); 
	transform: translateY(-50%);  
}

.themesflat-top .content-left span:last-child:after { 
	width: 0px; 
	height: 0px; 
	background-color: transparent; 
}

.themesflat-top .content-left,
.themesflat-top .content-right {
    display: table-cell;
    vertical-align: middle;
}

.themesflat-top .content-left {
	padding: 12px 0px 13px;
}

/* header-sticky */
.header.header-sticky {
	z-index: 999; 
	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);
	background-color: #fff;
	  -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 0.8s;
	 
}

.header.header-style2.header-sticky  {
    background-color: rgba(34, 34, 34, 0.8);
}

.header-sticky .sticky_hide {
	display: none;
}

.themesflat-top .show-search,
.themesflat-top .wrap-cart-count {
	display: inline-block;
	position: relative;
}

.themesflat-top .wrap-cart-count {
	margin-left: 23px;
}

.themesflat-top .show-search a {
	margin-left: 21px;
    padding-left: 31px;
}

.themesflat-top .show-search a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 1px;
	height: 20px;
}

.themesflat-top .button-topbar {
    padding: 13px 29px 13px 27px;
    font-weight: 700;
    font-size: 14px;
    margin-left: 22px;
    color: #ffffff !important;
    display: inline-flex;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

/* flat-socials
-------------------------------------------------------------- */
.flat-social-header {
	padding-top: 6px;
	overflow: hidden;
}

.themesflat-socials {
	padding: 0;
	margin: 0;
	text-align: right;
}

.themesflat-socials li {
	display: inline-block;	
}

.themesflat-socials li a {	
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #888888;
    text-align: center;
    background: transparent;
    margin-left: 2px;
}

.themesflat-socials li a:hover {
	color: #fff;
}

.themesflat-top .container-inside .content-right .text {
	padding-right: 18px;
}

.themesflat-top ul.themesflat-socials {
	display: inline-block;
}

.themesflat-top ul.themesflat-socials li {
    margin-right: 0px;
}

.themesflat-top ul.themesflat-socials li a {
	display: inline-block;
    text-align: center;
    position: relative;
    padding: 0px 15.8px;
    width: auto;
    height: auto;
}

.themesflat-top ul.themesflat-socials li:last-child a {
	padding-right: 0;
}

.themesflat-top ul.themesflat-socials li a:before {
	    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: rgba(167, 164, 164, 0.5);
    transform: translateY(-50%);
}

.themesflat-top ul.themesflat-socials li a:hover {
	color: #f2c21a;
}

.themesflat-top .content-left ul > li {
	margin-right: 24px;
}

.themesflat-top ul.flat-information > li i {
	padding-right: 10px;
}

.topbar-absolute .themesflat-top {
	position: absolute;
    width: 100%;
    z-index: 3;
}

/* Header
-------------------------------------------------------------- */
.header-wrap .wrap-header-content {
    margin: 34px 0px 38px;
}

.header-style4 .header-wrap .wrap-header-content {
    margin: 34px 0px 65px;
}

.wrap-header-content > ul {	
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.wrap-header-content > ul li {
	float: left;
	padding-right: 49px;
}

.wrap-header-content > ul li:last-child {
	padding-right: 0px;
}

.wrap-header-content .button-header {
	margin-left: 49px;
}

.wrap-header-content .button-header:hover {
	color: #ffffff;
}

.wrap-header-content > ul > li .border-icon {
	float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid;
    border-color: #e4e4e6;
    text-align: center;
    margin-right: 18px; 
    margin-top: 6px; 
    border-radius: 50%;
}

.wrap-header-content > ul > li .border-icon i {
	font-size: 18px;	
	line-height: 40px;
	color: #f2c21a;
}

.wrap-header-content > ul > li > .text {
	overflow: hidden;
}

.wrap-header-content > ul > li > .text strong {
    font-size: 16px;
    font-weight: 700;
    color: #0f3661;
    line-height: 22px;
}

.wrap-header-content > ul > li > .text > p {
	margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #42435d;
}

.wrap-header-content .button-header {
	float: right;
	padding: 0px 35px 0px 35px;
	font-weight: 700;
	margin-top: 3px;
	font-size: 14px;
	line-height: 45px;
	color: #ffffff;
}

/* navigation */
.nav-wrap {
	float: left;	
}

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

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   	float: left;   
}

#mainnav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    padding: 0 25.3px 0 29px;
    letter-spacing: 0.2px;
    display: block;
}


#mainnav > ul > li.current-menu-item > a,
#mainnav > ul > li > a:hover {
	color: #3f3e43;
}

#mainnav > ul > li > a i {
	font-size: 14px;
    margin-left: 5px;
}

/* Submenu */
#mainnav ul.sub-menu {
	text-align: left;
   	position: absolute;
   	left: 0px;
   	top: 120%;
   	width: 220px;
   	z-index: 9999;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
     opacity: 0;
   visibility: hidden;
   box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.15);
  	-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;
}

#mainnav ul li:last-child ul.sub-menu {
	left: auto;
	right: 0;
}

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

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

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

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu {   
   left: 0;
   top: 100%;
}

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
	left: -100%;
   	top: 0;
}

#mainnav ul.sub-menu > li {
   border-top: 1px solid rgba(0, 0, 0, .1);
   background-color: #fff;
   -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;
}

#mainnav ul.sub-menu > li > a {
    display: block;
    color: #979797;    
    text-decoration: none;
    padding: 12px 12px 12px 22px;
    font-weight: 400;
    line-height: 20px;
    -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;
}

#mainnav ul.sub-menu > li > a:hover {
	padding-left: 27px;
}

#mainnav .sub-menu .sub-menu > li > a {
	padding: 10px 0 10px 39px;
}

#mainnav ul.sub-menu > li > a:hover {
	background: #0f3661;
	color: #fff;
}

#mainnav ul.sub-menu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav > ul > li.home > a:before {
	opacity: 1;
	content: "";
    position: absolute;
    left: 20px;
    bottom: -15px;
    width: 15px;
    height: 5px;
    background-color: #0f3661;
}

#mainnav > ul > li.home > a:after {
	opacity: 1;
	position: absolute;
    left: 36px;
    bottom: -15px;
    width: 15px;
    height: 5px;
    background-color: #000;
    content: "";
}

/* Show search */
#header .show-search {
    float: right;  
}

.show-search { 
    position: relative;       
}

.show-search a {
	font-size: 15px;
    padding: 0px;    
    position: relative;
}

.show-search a i {
	width: 16px;
}

.show-search a:hover,
.show-search a i:hover,
.show-search.active .fa-search:hover:before {
	color: #222;
}

.show-search.active .fa-search:before {
    content: "\f00d";
    color: #fff;
}

.top-search {
    position: absolute;
    right: 0px;
    top: 110%;
    width: 270px;
    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;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 100%;
}

/*card count*/
.header .wrap-cart-count {
    float: right;      
}

.header.header-style1 .wrap-cart-count {
	 margin:  0 3px 0 27px;
}

.header.header-style2 .wrap-cart-count,
.header.header-style3 .wrap-cart-count {
	 margin:  0 0px 0 31px;
}

.wrap-cart-count {
	font-size: 16px;
	position: relative;
}

.wrap-cart-count .cart-contents .cart-contents-count {
	font-size: 10px;
	vertical-align: top;
}

/* Header Style2 */
.header.header-style2 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header-style2 #mainnav > ul > li > a {
	padding: 0 17.3px 0 17.3px;
}

.header-style2 .wrap-header-content > ul li {
	float: left;
	padding-right: 0px;
}

.header-style2 .wrap-header-content {
	float: right;
}

.header-style2 .header-wrap .wrap-header-content {
    overflow: visible;
    margin: 0;
}

.header-style2 .header-wrap .wrap-header-content ul {
	margin: 30px -23px 0px 118px
}

.header-style2 .header-wrap .logo,
.header-style3 .header-wrap .logo,
.header-style5 .header-wrap .logo {
	float: left;
}

.header-style2 #mainnav > ul > li > a,
#header.header-style2 .show-search a,
#header.header-style2 .wrap-cart-count {
    line-height: 100px;
}

.header-style2 .nav-wrap,
.header-style3 .nav-wrap {
	float: right;
}

.header-style2 .wrap-header-content > ul > li > i {
    font-size: 40px;
    float: left;
    margin-top: 7px;
    margin-right: 22px;
    color: #0f3661;
}

.header-style2 .wrap-header-content > ul > li > .text > p {
    color: #777777;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #888888;
    display: inline-block;
}

.header-style2 .wrap-header-content > ul > li > .text > span {
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    display: inline-block;
    margin-top: 0px;
    padding-left: 0px;
    line-height: 20px;
    overflow: hidden;
    letter-spacing: 0.4px;
}

.header-style2 .show-search a {
	 line-height: 110px;
}

.header-style2 .show-search,
.header-style3 .show-search {
	margin-left: 12px;
}

.header-style2 .show-search a i,
.header-style2 .show-search a,
.header-style2 .show-search.active .fa-search:before {
	color: #0f3661;
}

/* Header Style3 */
.header-style3 .nav-wrap { 
	padding-left: 40px;
}

.header-style3 #mainnav > ul > li > a {
    padding: 0 14px 0 14px;
}

.header-style3 #mainnav > ul > li > a,
#header.header-style3 .show-search a,
#header.header-style3 .wrap-cart-count,
.header-style3 .button-menu {
    line-height: 101px;
}

.header-style3 .button-menu {
	float: right;
	color: #fff;
	font-weight: 700;
	padding: 0 28px 0 28px;
	margin-left: 7px;
}

.header-absolute .themesflat_header_wrap {
	position: absolute;
	width: 100%;
	z-index: 999; 
}

.header-absolute .themesflat_header_wrap .header .header-wrap {
	border-top: 1px solid rgba(255,255,255,0.15);
}

.header.header-style3.header-sticky {
    background-color: transparent;
    box-shadow: none;
}

.header.header-style3.header-sticky .nav {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header.header-style3 .flat-info {
	float: right;
	padding-top: 28px;
	position: relative;
	padding-left: 30px;
}

.header.header-style3 .flat-info:before {
	position: absolute;
	left: 15px;
	top: 25px;
	width: 1px;
	height: 50px;
	background-color: rgba(2, 6, 32, 0.1);
	content: "";
}

.header.header-style3 .flat-info .desc {
	color: #999;
}

.header.header-style3 .flat-info a {
	font-size: 1.25rem;
	color: #222;
}

.header.header-style3 .flat-info a:hover {
	color: #ffc30c;
}

/* Header Style4 */
.header.header-sticky.header-style4 {
	background: transparent;
}

#header.header-style4 .show-search {
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #ffc30c;
}

#header.header-style4 .show-search:hover a i,
#header.header-style4 .show-search a i:hover { 
	color: #222 !important;
}

.header-style4 .show-search a i:hover {
	color: #222 !important;
}

#header.header-style4 .widget_search .search-form .search-submit {
	top: 4px;
}

.header.header-style4 .nav {
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-right: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header.header-sticky.header-style4 .nav {
	bottom: auto;
}

.header.header-style4 .wrap-cart-count {
    margin: 0 15px 0 29px;
}

.header.header-style4 .wrap-header-content > ul li {
    padding-right: 40px;
}

.header.header-style4 .wrap-header-content > ul li:last-child {
	padding-right: 0px;
}

/* Header Style5 */
.header.widget-header.header-style5 {
	position: relative;
}

#header.header-style5 .wrap-cart-count {
    margin-right: 52px;
    margin-left: 28px;
}

.header.widget-header.header-style5 .nav {
	float: right;
	position: relative;
	padding-left: 10px;
}

.header.widget-header.header-style5 .nav:before {
	position: absolute;
	left: -60px;
	top: 0;
	width: 0;
	height: 0;
	z-index: -1;
	border-bottom: 30px solid #ffc30c;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid #ffc30c;
    content: "";
}

.header.widget-header.header-style5:after {
	position: absolute;
    right: 0;
    top: 0;
    width: 22%;
    z-index: -1;
    height: 60px;
    background-color: #ffc30c;
    content: "";
}

.header-style5 #mainnav > ul > li > a,
#header.header-style5 .show-search a,
#header.header-style5 .wrap-cart-count {
	line-height: 60px; 
}

#header.header-style5 .button-header {
	float: right;
	padding: 0px 28px 0px 28px;
	font-weight: 700;
	margin-top: 27px;
	margin-left: 68px;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
}

#header.header-style5 .show-search {
	margin-left: 49px;
	padding-right: 25px;
}

 #header.header-style5 .show-search a:hover i,
 #header.header-style5 .show-search.active a:hover i,
  #header.header-style5 .show-search.active a i:hover {
 	color: #222 !important;
 }

#header.header-style5 .wrap-header-content-header-styte5 ul li {
    display: inline-block;
    padding-right: 20px;
}

#header.header-style5 .wrap-header-content-header-styte5 ul li:last-child {
    padding-right: 0px;
}

#header.header-style5 .wrap-header-content-header-styte5 {
	display: inline-block;
}

#header.header-style5 .wrap-header-content-header-styte5 > ul > li .border-icon {
    float: left;
    margin-right: 7px;
    margin-top: 0px;
    font-size: 16px;
}

#header.header-style5 .wrap-header-content-header-styte5 > ul > li > .text {
    overflow: hidden;
}

#header.header-style5 .wrap-header-content-header-styte5 > ul > li > .text strong {
    font-size: 18px;
    font-weight: 700;
    color: #0f3661;
    line-height: 22px;
}

#header.header-style5 .wrap-header-content-header-styte5 > ul {
	margin: 0;
}

#header.header-style5 .wrap-header-content-header-styte5 {
	margin-top: 37px;
    margin-left: 50px;
	float: right;
}

#header.header-style5 .nav-wrap {
	float: right;
}

#header.header-style5 #mainnav > ul > li > a {
    padding: 0 21.3px 0 20px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	left: 0;
   	background-color: #0f3661;
   	z-index: 1000;
   	position: absolute;
   	height: 69vh;
   	overflow: auto;
}

#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 #4c4c4c;
   	cursor: pointer;
}

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

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

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    border-top: 1px solid #4c4c4c;
    background-color: #1d2738;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 30px;
   	border-top-color: rgba(255,255,255,.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 li ul li ul li a {
   	padding-left: 45px !important;
}

#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 {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 22px 0px 22px 0px;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #0f3661;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

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

.btn-menu,
.btn-submenu {
   display: none; 
}

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

.content-area {
	width: 100%;
}

.post-type-archive-gallery .page-wrap {
	padding: 120px 0 98px;
}

.single .page-wrap {
	padding-bottom: 81px;
}

.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.sidebar-left .content-area, 
.page-wrap.sidebar-right .content-area {
	float: left;
	width: 71.9%;
	position: relative;
}

.page-wrap.sidebar-left .widget-area, 
.page-wrap.sidebar-right .widget-area {
	float: left;
	width: 23.1%;
	position: relative;
}

.page-wrap.sidebar-right .widget-area {
	float: right;
}

.page-title h1 {
	margin: 0px;
    font-size: 18px;
    line-height: 24px;
	float: right;
}

.page-title-absolute .page-title {
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Services sidebar */
.page-wrap.sidebar-left .single-page .content-area, 
.page-wrap.sidebar-right .single-page .content-area {	
	width: 76.92307692307692%;
	padding-right: 2.564102564102564%;	
}

.page-wrap.sidebar-left .single-page .widget-area, 
.page-wrap.sidebar-right .single-page .widget-area {	
	width: 23.07692307692308%;	
}

a.menu-fallback {	
	line-height: 92px;
	color: #222;
}

a.menu-fallback:hover {
	color: #0f3661;
}

/* Blog Sidebar Left */
.page-wrap.sidebar-left .content-area {
	float: right;
	padding-left: 2.564102564102564%;
	padding-right: 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;
}

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

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

.page-wrap.fullwidth .widget-area {
	display: none;
}

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

.services-version-1 .page-title {
	padding: 33px 0 30px;
}

/* Blog List Small */
.blog-list-small .featured-post {
    float: left;
    margin: -1px 50px -1px 0px;
}

.single .related-post .blog-list-small .featured-post {
    max-width: 370px;
}

.blog-list-small .themesflat-button-container {
    padding-top: 24px;
}

.blog-shortcode.has-carousel article:before,
.blog-shortcode.has-carousel article:after {
    content: '';
    display: table;
    clear: both;
}

.blog-shortcode.blog-list-small .content-post {
    overflow: hidden;
    padding: 65px 30px 65px 0px;    
    border-left: none;
}

.blog-shortcode.blog-list-small .entry-border {
	border: 1px solid #ebebeb;
	border-left: none;
	display: inline-block;
}

.blog-shortcode.blog-list-small .sticky .entry-border,
.blog-shortcode.blog-list-small .tag-sticky-2 .entry-border,
.blog-shortcode.blog-grid .sticky .entry-border,
.blog-shortcode.blog-grid .tag-sticky-2 .entry-border {
	border: none;
}

.blog-shortcode.blog-list-small .sticky .entry-border:hover,
.blog-shortcode.blog-list-small .tag-sticky-2 .entry-border:hover,
.blog-shortcode.blog-grid .sticky .entry-border:hover,
.blog-shortcode.blog-grid .tag-sticky-2 .entry-border:hover {
	box-shadow: none;
}

.blog-shortcode.blog-list .entry-border:hover {
	box-shadow: none;
}

.blog-shortcode.blog-list-small .content-post p {
    padding-right: 20px;
}

.blog-shortcode.blog-list-small .read-more {
    margin-top: 18px;
}

/* Blog List Full Width */
.blog-list-full-width article {
    margin-bottom: 70px;
}

.blog-list-full-width article .featured-post {
    margin-bottom: 24px;
}

.blog-list-full-width article .content-post .entry-content p,
.blog-list-full-width article .content-post p {
    margin-bottom: 28px;
}

.blog-list-full-width article .content-post .entry-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.blog-shortcode.blog-list-full-width article {
    margin-bottom: 40px;
}

.blog-shortcode.blog-list-full-width article:last-of-type {
    margin-bottom: 50px;
}

.blog-shortcode.blog-grid.blog-two-columns article .content-post {
    padding: 24px 30px 60px 30px;
    border-top: none;
}

.blog-shortcode.blog-grid article .content-post {
    padding: 24px 30px 30px 30px;
}

.blog-shortcode.blog-grid article .entry-border,
.blog-shortcode article .entry-border {
    -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;
}

.blog-shortcode article:hover .entry-border {
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15); 
}

.blog-shortcode.blog-list-full-width article:hover .entry-border {
    box-shadow: none; 
}

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

/* Blog Mansory */
.blog-shortcode.blog-masonry {
    margin: 0 -25px 0 -25px;
}

.blog-shortcode.blog-masonry article {
    margin-bottom: 50px;
}

.blog-masonry.blog-two-columns article:last-of-type {
    margin-bottom: 62px;
}

.blog-masonry article {
    float: left;
    padding: 0 25px 0px 25px;  
}

.blog-shortcode.blog-masonry article .content-post {
    padding: 24px 31px 10px 31px;
    border: 1px solid #ebebeb;
    border-top: 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;
}

.blog-shortcode.blog-masonry article:hover .content-post {
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15); 
    text-shadow: 0px 25px 45px rgba(0, 0, 0, 0.15); 
}

/* Blog Grid */
.blog-shortcode.blog-grid,
.blog-shortcode.blog-grid  .entry-border,
.blog-shortcode.blog-grid  .content-post {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-shortcode.blog-grid  .entry-border {
 -webkit-align-content: space-between;
 align-content: space-between;
 height: 100%;
}

.blog-shortcode.blog-grid:after,.blog-shortcode.blog-grid:before {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: transparent;
}

.blog-shortcode.blog-grid:before {
    left: auto;
    right: 0px;
}

.blog-shortcode.blog-grid article {
    float: left;
    padding: 0 15px 0px;
    position: relative;
    margin-bottom: 50px;
}

.blog-shortcode.blog-grid .content-post .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.blog-shortcode.blog-grid .content-post .entry-content {
	line-height: 28px;
}

.blog-shortcode.blog-grid article .content-post .themesflat-button {
	background: #ff5e14;
    height: 50px;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 1px;
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    margin-bottom: -25px;
}

.blog-shortcode.blog-grid article .entry-meta.meta-below .post-date,
.blog-shortcode.blog-grid-image-left article .entry-meta.meta-below .post-date {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.blog-shortcode.blog-grid.center .content-post {
    text-align: center;
}

.blog-shortcode.blog-grid.right .content-post {
    text-align: right;
}

.blog-shortcode.blog-grid.center .content-post .entry-meta,
.blog-shortcode.blog-grid.right .content-post .entry-meta {
    width: 100%;
}

.blog-shortcode article .entry-meta ul li {
    text-transform: none;
    font-size: 14px;
    font-style: italic;
}

.blog-shortcode.blog-grid {
    overflow: hidden;
    margin: 0 -15px;
    border-bottom: none;
    position: relative;
}

.blog-grid.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 15px;
}

.blog-grid.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 15px;
}

/* 1 columns */
.blog-grid.blog-one-column article {
    width: 100%;
}

.blog-grid.blog-one-column article img {
    width: 100%;
}

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

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

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

/* Blog list */
.blog-list .themesflat-button-container {
    padding-top: 21px;
}

.blog-list article {
    padding-bottom: 61px;
}

.blog-shortcode.blog-list .featured-post {
    margin-bottom: 23px;    
}

/* Single */
.single article .featured-post {
	margin-bottom: 34px;
}

.single .entry-footer .social-share-article .themesflat-socials {
	text-align: left;
	display: inline-block;
}

.single .entry-footer .tags-links {
	display: inline-block;
}

.single .entry-footer .wrap-social-share-article {
	float: right;
	margin-top: 2px;
}

.single .entry-footer .wrap-social-share-article .themesflat-socials li {
	margin-left: 3px;
}

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

.page-title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
}

.breadcrumbs {
	float: left;
}

.breadcrumbs span {
	color: #999999;
}

.breadcrumbs span.trail-browse {
	position: relative;
	color: #f2c21a;
}

.breadcrumbs span.sep {
	padding: 0 10px;
	color: #e0e0e0;
}

.breadcrumbs .trail-end {
	color: #999;
}

.breadcrumbs span a,
.breadcrumbs a,
.breadcrumbs span {
	color: #fff;
	position: relative;	
	font-size: 14px;
}

.breadcrumbs span a:hover,
.breadcrumbs a:hover {
	color: #222 ;
}

/* Style2 */
.page-title-container {
	display: table;
    overflow: hidden;
    width: 100%;
}

.page-title.pagetitle_style_2 .page-title-heading {
	display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}

.page-title.pagetitle_style_2 .breadcrumbs {	
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 35%;
}

/* Style 3 */
.page-title.pagetitle_style_3 .page-title-heading {
	display: table;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.page-title.pagetitle_style_3 .breadcrumbs {	
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

/* Blog
-------------------------------------------------------------- */
article h4.entry-time {
	text-transform: uppercase;
    margin: 0;
    float: left;
    width: 85px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    line-height: 1;    
}

article h4.entry-time a {
	color: #0f3661;
}

article h4.entry-time span.entry-day {
	font-size: 64px;  
	line-height: 45px;
	display: block;
}

article h4.entry-time span.entry-month {
	font-size: 14px;
    line-height: 0.7px;
    font-weight: 700;
    padding-left: 5px;
}

.archive-services article .wrap-entry-title {
	overflow: visible;
}

.archive-services .featured-post {
    float: none;
    margin-bottom: 15px;
}

article .wrap-entry-title {
	overflow: hidden;
}

article.post,
article.blog-post {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
    position: relative; 
}

article.page.type-page {
	margin-bottom: 40px;
}

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

article .entry-title {
    font-size: 30px;
    margin: 0 0 11px 0;    
}

.blog article .entry-title {
	line-height: 36px;
}

article .entry-title a,
article .entry-title {
	color: #0f3661;
}

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

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

article .entry-meta ul li {
	position: relative;
	display: inline-block; 	
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    padding-left: 14px;  
}

article .entry-meta ul li:first-child {
	padding-left: 0;
}

article .entry-meta ul li:before {
	content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #e5e5e5;
    width: 2px;
    height: 10px;
}

article .entry-meta ul li:first-child:before {
	width: 0;
}

article .entry-meta .dot {
	font-size: 16px;
}

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

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

article  .entry-meta .meta-left {
    display: inline-block;
}

article .entry-meta .meta-right {
    float: right;
}

article .entry-meta .meta-right li {
	padding-left: 31px;
}

article .entry-meta .meta-right li i {
	padding-right: 10px;
}

article .content-post .themesflat-button.have_background {
	margin-top: 20px;
   	font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 21px 12px 21px;
    display: inline-block;
    line-height: normal;
    background-color: #0f3661;
    -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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

article .content-post .themesflat-button {
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #ffc30c;
    text-align: center;
    padding: 11px 31px;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

article .content-post .themesflat-button:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    z-index: -1;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

article .content-post .themesflat-button:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
    background-color: #262626;
}

article .content-post .themesflat-button.have_background:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    background-color: #3f3e43;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    opacity: 0;
}
    

article .content-post .themesflat-button i {
	margin-left: 5px;
}

article .content-post .themesflat-button.have_background:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

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

.blog .blog-archive.blog-list .featured-post,
.blog .blog-archive.blog-list-full-width .featured-post {
    margin-bottom: 30px;
}

.blog .blog-archive.blog-list article .entry-meta ul li {
	font-size: 14px;
}

.blog .blog-archive.blog-list article .entry-meta ul {
    margin: 0 0 11px 0;
}

.blog .blog-archive.blog-list .themesflat-button-container {
	padding-top: 5px;
}

.blog-archive.blog-list article {
	margin-bottom: 61px;
}

.blog-archive.blog-list article {
    padding-bottom: 0px;
}

.blog article:last-of-type {
	margin-bottom: 50px;
}

.blog .blog-grid article .featured-post {
	margin-bottom: 10px;
}

.blog .blog-grid article .entry-meta .meta-left {
	margin-bottom: 0px
}

.blog .blog-grid article .themesflat-button-container {
	margin-top: 15px;
}

.blog .blog-shortcode.blog-grid .content-post .entry-title {
    font-size: 18px;
    line-height: 27px;
    color: #222222;
    text-transform: none;
    margin-bottom: 10px;
}

/* Blog Single
-------------------------------------------------------------- */
article.blog-single {
	border-bottom: 0;
	margin-bottom: 37px;
	padding-bottom: 0;
}

.single article .entry-title {
    margin: 0 0 5px 0;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
}

.single article .entry-meta .meta-left .author {
    text-transform: capitalize;
}

.single article .entry-meta .dot {
    padding: 0 9px 0 3px;
}

.single article .entry-meta .meta-left {
    margin: 0 0 15px 0;
    line-height: 27px;
}

.single article .entry-content {
	font-size: 14px;
	line-height: 27px;
	letter-spacing: -0.05px;
}

.single article .entry-content .box-excerpt {
	margin: 27px 0;
}

.single article .entry-content .box-excerpt .thumb {
    float: left;
    margin: 4px 31px 0 0;
}

.single article .entry-content .box-excerpt .box-excerpt .text {
    overflow: hidden;
}

.single article .entry-content h4 {
    margin-top: 15px;
    margin-bottom: 14px;
    display: inline-block;
}

.clearboth {
	clear: both;
}

.blog-single .entry-footer {
    margin-top: 43px;
    margin-bottom: 13px;
}

.blog-single .entry-footer .tags-links strong {
	font-weight: 600;
    color: #222;
    font-style: italic;
    padding-right: 6px;
    font-family: 'Open Sans', sans-serif;
}

.blog-single .entry-footer .themesflat-socials li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background-color: transparent;
    text-align: center;
    color: #fff;
}

.blog-single .entry-footer .themesflat-socials li.facebook a {
	background-color: #2d55a1;
}

.blog-single .entry-footer .themesflat-socials li.twitter a {
	background-color: #1bbcf2;
}

.blog-single .entry-footer .themesflat-socials li.pinterest a {
	background-color: #ec4b2e;
}

.blog-single .entry-footer .themesflat-socials li.rss a {
	background-color: #0690c9;
}

.blog-single .entry-footer .themesflat-socials li:last-child a {
	margin-right: 0;
    padding-right: 0;
}

.blog-single .entry-footer .themesflat-socials li a:hover {
	color: #fff;
}

.blog-single .entry-footer .tags-links a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #a1a1a1;
    z-index: 1;
    padding: 3px 15px 3px 18px;
   	margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    letter-spacing: 0.7px;
    position: relative;
}

.blog-single .entry-footer .tags-links a:hover {
	color: #fff;
}

.blog-single .entry-footer .tags-links a:before {
	content: '';
    position: absolute;
    top: 4px;
    right: -12px;
    height: 23px;
    width: 22px;
    border-radius: 4px;
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    transform: rotate(45deg) skew(7deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    overflow: hidden;
}

.nav-links {	
	width: 100%;
    border: 1px solid #e7e7e7;
    margin: 0;
}

.nav-links .previous-post {
	width: 49.7%;
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    margin: 0px;
    padding: 13px 15px 11px 15px;
}

.nav-links .next-post {
	width: 49.7%;
    display: inline-block;
    margin: 0px;
    padding: 13px 15px 11px 15px;
}

.navigation.posts-navigation .nav-links li.previous-post a .meta-nav {
	padding-left: 36px;
}

.navigation.posts-navigation .nav-links li a .meta-nav {
	display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    position: relative;
    z-index: 1;
}

.navigation.posts-navigation .nav-links li a {
   display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    position: relative;
    z-index: 1;
}

.navigation.posts-navigation .nav-links li a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: 0%;
    text-align: center;
    color: #999;
    width: 22px;
    border-radius: 50%;
    background-color: #e9e9e9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation.posts-navigation .nav-links li.previous-post a:after {
	content: "\f104";
}

.navigation.posts-navigation .nav-links li a:hover:after {
	background-color: #222;
}

.navigation.posts-navigation .nav-links li.next-post a {
    text-align: right;
    padding-right: 36px;
}

.navigation.posts-navigation .nav-links li.next-post a:after {
	content: "\f105";
    right: 0;
    left: auto;
}

/* Author Post */
.blog-single .author-post {
	margin-top: 40px;
}

.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: #0f3661;
}

/* Comment List */
.comments-area {
	overflow: hidden;	
}

.comment-list-wrap {
	padding: 58px 0 0px 0;
}

.comment-reply-title,
.comment-title {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 31px;
}

.comment-list-wrap .comment-title {
	font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.comments-area ul.children {
	list-style: none;
	margin-left: 68px;
}

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

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

.comments-area ol.comment-list article {
    position: relative;
    padding: 26px 0px 35px 0px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 6px;
}

.comments-area ol.comment-list article .gravatar {
	float: left;
	margin-right: 22px;
    margin-top: 5px;
}

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

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    padding-right: 16px;
    margin: 0px;
}

.comments-area ol.comment-list article .comment_content .comement_reply {
	display: inline-block;
	position: absolute;
    top: 23px;
    right: 0px;
}

.comments-area ol.comment-list article .comment_content .comment_text {
	padding-bottom: 0px;
	overflow: hidden;
    letter-spacing: -0.08px;
}

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

.comment-post .comment-detail .comment-author a {
    font-size: 16px;
    line-height: 36px;
    color: #222;
    font-weight: 700;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time {
	line-height: 23px;
    color: #999;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time:before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.comments-area ol.comment-list article .comment_content .comement_reply a {
	color: #ffc30c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-right: 16px;
    position: relative;
}

.comments-area ol.comment-list article .comment_content .comement_reply a:before {
	content: "\f13a";
    font-family: "Ionicons";
	position: absolute;
	right: 0;
	top: 0;
}

.comments-area ol.comment-list article .unapproved {
	float: right;
}

.logged-in-as + .comment-right {
	width: 100%;
}

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

.comment-respond textarea {	
	width: 100%;
	height: 150px;
	margin-bottom: 8px;
	background-color: #fafafa;
    padding: 13px 20px;
}

.comment-respond .comment-left .name-container,
.comment-respond .comment-left .email-container,
.comment-respond .comment-left .email-container {
	width: 50%;
	float: left;
	padding: 0 7px;
}

.comment-respond .comment-left {
	margin: 0 -7px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 50%;
	float: left;
	margin-bottom: 0;	
}

.comment-respond p,
.comment-respond .comment-form-rating {
	padding: 0 7px;
}

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

.comment-respond .comment-form {
	margin: 0 -7px;
}

.comment-respond {
	padding: 49px 0 0 0;
}

.comment-respond p.comment-notes {
	margin-bottom: 25px;
}

.comment-respond p.comment-form-comment {
	margin-bottom: 12px;
}

.comment-respond label {
	font-weight: 400;
	color: #222222;
}

.comment-respond input {
	height: 52px;
	margin-bottom: 14px;
 	background-color: #fafafb;
 	width: 100%;
}

.comment-respond textarea::placeholder,
.comment-respond input::placeholder {
	color: #999;
}

.comment-respond input[type="submit"] {
	font-size: 14px;
	font-weight: 700;
    padding: 0px 30px 0 30px;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;   
    color: #ffffff;
    width: auto;
    margin-bottom: 0;
}

/* Related Post */
.related-post.related-posts-box {
	padding-top: 40px;
}

.related-post .box-title {
	font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.related-post .box-title:after {
	width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #0f3661;
}

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

/* sidebar
-------------------------------------------------------------- */
.widget ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .widget ul#menu-menu li,
.footer .widget ul#menu-why-us li,
.footer .widget ul#menu-about li,
.footer .widget ul#menu-more-infor li {
	padding: 0;
}

.footer .widget ul.flat-information li {
	padding-top: 0;
	padding-bottom: 0;
}

.widget ul li ul.children {
	padding: 5px 0px 5px 10px;
}

.sidebar .widget > ul > li {
	position: relative;
	display: block;  
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .widget ul li {
	position: relative;
}

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

.sidebar .widget.widget_categories > ul > li:after,
.sidebar .widget.widget_product_categories > ul > li:after
 {    
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 14px;
    color: #222222;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -13px; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .widget > ul > li {
	z-index: 1;
	font-size: 15px;
	font-weight: 600;
	color: #3c3a42;
}

.sidebar .widget > ul > li:before {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    z-index: -1;
    height: 100%;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 0%;
    background: #0f3661;
}

.sidebar .widget.widget_categories ul li:hover:before,
.sidebar .widget.widget_product_categories ul li:hover:before {
    width: 100%;
    opacity: 100;
}

.sidebar .widget.widget_categories > ul > li:hover a,
.sidebar .widget.widget_categories > ul > li:hover:after,
.sidebar .widget.widget_categories > ul > li:hover,
.sidebar .widget.widget_product_categories > ul > li:hover a,
.sidebar .widget.widget_product_categories > ul > li:hover:after,
.sidebar .widget.widget_product_categories > ul > li:hover {
	color: #ffffff;
}

.sidebar .widget.widget_nav_menu ul#menu-menu-page-sidebar li {
	padding: 0 0 0;
	line-height: 35px;
}

.wpb_widgetised_column .widget,
.sidebar .widget {
	margin-bottom: 59px;
	overflow: hidden;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-size: 16px;
    margin-bottom: 22px;
    margin-top: 0;
    padding: 0px 0px 20px 0px;
    position: relative;
    z-index: 1;
}

.widget .widget-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #ffc30c;
}

.widget.widget-themesflat-contact-us .widget-title {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: #0f3661;
    margin-bottom: 8px;
    margin-top: 0;
}

/* Widget Help */

.widget_help {
	border: 1px solid #f2f2f2;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.03);
}

.widget_help .inner {
    padding: 42px 20px 33px 20px;
    text-align: center;
}

.widget_help .widget-title {
    font-size: 16px;
    margin-bottom: 18px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.widget_help .widget-title:after {
	display: none;
}

.widget_help .text {
	line-height: 26px;
}

.widget_help .themesflat-button {
	padding: 11px 30px;
	margin-top: 23px;
}

.sidebar .widget.widget_text.widget_custom_html {
	border: none;
	padding: 0 0 0 0;
}

.sidebar .widget.widget_text .widget-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: none;
}

.sidebar .widget.widget_text .textwidget {
	font-size: 13px;
	line-height: 24px;
	color: #777777;
}

.sidebar .widget.widget_text .textwidget p {
	margin-bottom: 27px;
}

/* Widget Menu About */
.wpb_widgetised_column #nav_menu-3 {
	margin-bottom: 51px;
}

.menu-menu-about-container,
.menu-menu-services-container {
	background-color: #414141;
}

#menu-menu-services,
#menu-menu-about {
	padding: 18px 30px;
}

#menu-menu-services li,
#menu-menu-about li {
    border-top: 1px solid rgba(255,255, 255, 0.1);
    padding: 12px 0px;
}

#menu-menu-services li:first-child,
#menu-menu-about li:first-child {
	border-top: none;
}

#menu-menu-services li a,
#menu-menu-about li a {
    position: relative;
    padding-left: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
}

#menu-menu-services li a:before,
#menu-menu-about li a:before {
	content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #b3b3b3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-menu-services li a:hover:before,
#menu-menu-about li a:hover:before {
	background-color: #ffc30c;
}

/* Widget Social Share */
.apsc-icons-wrapper {
	margin: 0 -4px;
}

.apsc-icons-wrapper .apsc-each-profile {
	padding: 0 4px;
	margin: 0;
	width: 33.333%;
}

.apsc-icons-wrapper .apsc-each-profile a {
	border-radius: 0;
	box-shadow: none;
	color: #fff;
    display: block;
    text-align: center;
    padding: 18px 7px 14px 7px;
}

.apsc-icons-wrapper .apsc-each-profile a:hover {
	transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}

.apsc-icons-wrapper .apsc-each-profile a:hover .apsc-inner-block .social-icon i {
	background-color: #ffc30c;
}

.apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .social-icon {
	margin-bottom: 13px;
}

.apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .social-icon i {
	display: inline-block;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 46px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    -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;
}

.apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .apsc-count,
.apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .apsc-media-type {
	display: block;
	padding: 0;
    line-height: 18px;
    font-size: 14px;
}

/* Title widget for footer */
.footer-widgets {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-widgets .widget .widget-title {
	color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 0;
    letter-spacing: 1.3px;
    padding-bottom: 8px;
    line-height: 21px;
}

.footer-widgets .widget.widget-recent-news .widget-title {
	margin-bottom: 24px;
}

/* when widget set footer */
.footer-widgets .widget.widget_media_image {
	margin-bottom: 18px;
}

.footer-widgets .widget.widget_text .logo-ft {
	margin-bottom: 18px;
}

.footer-widgets .widget.widget_text {
	padding-left: 2px;
}

.footer-widgets .widget.widget_text .textwidget p {
	margin-bottom: 16px;
	color: #999;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.footer-widgets .widget.widget_text .textwidget .contact-list li:first-child {
	margin-top: 0;
}

.footer-widgets .widget.widget_text .textwidget .contact-list li {
	margin-top: 7px;
	padding: 0.1em 0;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    overflow: hidden;
}

.footer-widgets .widget.widget_text .textwidget .contact-list li i {
	display: inline-block;
    text-align: center;
    background-color: #1d1d1d;
    color: #ffc30c;
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 0px 14px 0px 0px;
}

/*widget Recent News*/
.footer-widgets .widget.widget_recent_entries .widget-title {
	margin-bottom: 22px;
}

.footer-widgets .widget.widget_recent_entries ul li {	
	padding: 0;
	margin-bottom: 16px;
}

.footer-widgets .widget.widget_recent_entries ul li > a {	
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 6px;
}

.footer-widgets .widget.widget_recent_entries ul li > .post-date {
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	color: #6c6d83;
}

.footer-widgets .widget.widget_recent_entries ul li > .post-date:before {
    position: absolute;
    left: 0px;
    top: 7px;
    content: "\f017";
    font-family: 'FontAwesome';
    line-height: 0;
}

/* Display for home page */
.page-template-front-page .wpb_widgetised_column .widget.widget-recent-news li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
 
.page-template-front-page .wpb_widgetised_column .widget.widget-recent-news li .text h4 {
	font-size: 15px;
	line-height: 21px;
    margin: 0 0 10px 0;
    text-transform: none;
    font-weight: 600;
}

.page-template-front-page .wpb_widgetised_column .widget.widget-recent-news .thumb {
    width: 105px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
}

.page-template-front-page .wpb_widgetised_column .widget.widget-recent-news li {
	padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(2, 6, 32, 0.1);
    position: relative; 
    overflow: hidden;
}

.page-template-front-page .wpb_widgetised_column .widget.widget-recent-news li:before {
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: -31px;
    position: absolute;
    top: 0;
    height: 0;
    width: 1px;
    background: #020620;
    content: "";
}

.page-template-front-page .wpb_widgetised_column .widget.widget-recent-news li:hover:before {
	height: 100%;
}

.page-template-front-page .wpb_widgetised_column .widget.widget-recent-news {
	border-left: 1px solid rgba(2, 6, 32, 0.1);
    padding: 0 0 0 30px;
    overflow: visible;
}
	
/*widget Newsletter*/
.footer-widgets .widget.widget_mc4wp_form_widget .widget-title {
    padding-left: 2px;
    margin-bottom: 20px;
}

.footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form-fields p {
	margin-bottom: 0px;
}

.footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form-fields input {
	margin-bottom: 10px;
}

/* widget tags */
.widget ul li a {
	color: #3c3a42;
}

.widget.widget_categories ul.children li:first-child > a:before {
	display: none;
}

.widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 12px !important;
    color: #a1a1a1;
    z-index: 1;
    padding: 4px 15px 4px 20px;
    margin: 0px 18px 10px 0px;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    letter-spacing: 0.7px;
}

.widget.widget_tag_cloud .tagcloud a:before {
    content: '';
    position: absolute;
    top: 4px;
    right: -12px;
    height: 24px;
    width: 23px;
    border-radius: 4px;
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    transform: rotate(45deg) skew(7deg);
    -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;
    z-index: -1;
    overflow: hidden;
}

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

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

.widget_search .search-form {
    width: 100%;
	height: 52px;
	position: relative;
	margin: 0;
	z-index: 9;
}

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

.widget_search .search-form .search-submit {
    background-image: url(../images/search.svg);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #999;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 52px;
    text-align: center;
    text-indent: 9999px;
    padding: 0;
    overflow: hidden;
}

.widget_search .search-form input[type="search"] {
	margin-bottom: 0;
	height: 52px;
    font-size: 13px;
    color: #999999;
    width: 100%;
}

/* widget recent post */
.widget.widget-recent-news .thumb {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 19px;
    margin-top: 0;
}

.widget.widget-recent-news .thumb a {		
    display: block;
    background: #0000;   
}

.widget.widget-recent-news .thumb a img {
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    position: relative;
}

.widget.widget-recent-news .thumb a:hover img {
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
     opacity: 0.4; 
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.widget.widget-recent-news .thumb a:after, 
.widget.widget-recent-news .thumb a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 9999;   
    margin-top: -15px;
    margin-left: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.widget.widget-recent-news .thumb a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}

.widget.widget-recent-news .thumb:hover a:before,
.widget.widget-recent-news .thumb:hover a:after {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
     opacity: 1; 
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.widget.widget-recent-news li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

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

.widget.widget-recent-news li .text h4 {
	font-size: 12px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-transform: uppercase;
}

.widget.widget-recent-news li .text p {
	margin-bottom: 0;
	line-height: 23px;
}

.widget.widget-recent-news li .text p .date:before {
	content: "\f017";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 10px;
    left: 0px;
    top: -2px;
    font-style: normal;
    padding-left: 2px;
    position: absolute;
}

.widget.widget-recent-news li .text .date {
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}


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

.navigation.paging-navigation .pagination .page-numbers,
.navigation.paging-navigation.pager .page-numbers {
	display: inline-block;
    font-size: 14px;
    color: #777;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    line-height: 40px;
}

.navigation.paging-navigation .pagination .page-numbers.current,
.navigation.paging-navigation.pager .page-numbers.current,
.navigation.paging-navigation .pagination .page-numbers:hover,
.navigation.paging-navigation.pager .page-numbers:hover {
	color: #fff;
}

.navigation.paging-navigation.pager .pagination {
	width: 100%;
}

.navigation.paging-navigation.pager a:last-child {
	float: right;
}

.page-links {
	margin-top: 50px;
	clear: both;
}

.navigation.paging-navigation.pager a {
	display: inline-block;
	text-transform: uppercase;    
    background-color: transparent;
	color: #2d2d2d;
	padding: 7px 17px 6px 17px;
}

.navigation.paging-navigation.pager a:hover {
	background-color: transparent;
}

.navigation.paging-navigation .current {
	color: #fff;
}

.page-links a:hover, .page-links a:focus, 
.page-links > span {	
	color: #2d2d2d;	
	border: 1px solid #2d2d2d;
	background-color: transparent;
}

.navigation.paging-navigation:not(.loadmore) a:hover,
.navigation.paging-navigation span:hover {
	color: #fff;
}

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

/* Navigation page */
.navigation.pager a,
.navigation.loadmore a {
	width: auto;
	height: auto;
	padding: 0 20px;
}

/* Navigation Loadmore */
.post-wrap {
	-webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.navigation.loadmore {
	text-align: center;

}

.navigation.loadmore a {
	position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 0;
    padding: 11px 47px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    -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;
    z-index: 1;
    overflow: hidden;
}

.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;
}

.wrap-counter-post {
	text-align: right;
	line-height: normal;
	font-size: 12px;
	font-family: "Montserrat";
}

.wrap-counter-post .counter-post span {

}

/* Flat-before-footer
-------------------------------------------------------------- */
.flat-before-footer {
	border-bottom: 1px solid #394348;
    padding-top: 30px;
    padding-bottom: 25px;
    overflow: hidden;
}

.flat-before-footer .custom-info > div {
	margin-right: 100px;
	float: left;
	font-size: 14px;
	color: #757575;
}

.flat-before-footer .custom-info .icon {
	float: left;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #fff;
    background: #0f3661;
    text-align: center;
    margin-top: -7px;
}	

/* Widget footer
-------------------------------------------------------------- */
.footer .widget ul.flat-information li {
	position: relative;
    padding-left: 30px;
    line-height: 22px;
    padding-bottom: 9px;
}

.footer-widgets .gallery-columns-3 .gallery-item {
    padding: 0 5px;
    margin-bottom: 10px;
}

.footer-widgets .gallery {
	margin: 0 -5px;
}

/* Bottom socials
-------------------------------------------------------------- */
.bottom .themesflat-socials li a {
	width: 46px;
    height: 46px;
    line-height: 46px;
    color: #3FCDFD;
    border-radius: 0;
    background-color: #233343;
    margin: 2px 0px 2px 1px;
}

.bottom .themesflat-socials li:last-child a {
	margin: 2px 3px 2px 1px;
}

.bottom .themesflat-socials li a:hover {
	color: #ffffff !important;
	background-color: #0f3661;
}

.bottom .themesflat-socials li.facebook a {
	color: #aeb0ca;
}

.bottom .themesflat-socials li.rss a {
	color: #aeb0ca;
}

.bottom .themesflat-socials li.instagram a {
	color: #aeb0ca;
}

.bottom .themesflat-socials li.facebook a {
	color: #aeb0ca;
}

.bottom .themesflat-socials li a {
	color: #aeb0ca;
}

/* Widget footer default
-------------------------------------------------------------- */
.footer-widgets ul li a {
	color: #fff;	
}

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

/* Tags Cloud
-------------------------------------------------------------- */
.footer-widgets .widget.widget_tag_cloud .tagcloud {
	overflow: hidden;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a {
	color: rgba(255,255,255,0.6);
    border: 0px;
    background-color: #1d1d1d;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a:before {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

/* Footer
-------------------------------------------------------------- */
.footer {        
    overflow: hidden;
    background-size: cover !important;
}

.footer a,
.footer,
.flat-before-footer .custom-info > div,
.bottom p {
	color: #828185;
}

.footer a:hover {
	color: #0f3661;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	padding: 27px 0 28px;
	font-size: 13px;
	line-height: 26px;
}

.bottom ul li {
	padding: 0 0;
}

.bottom .copyright {
	color: #8c8c8c;
}

.bottom .copyright a {
	color: #f2c21a;
	padding-right: 2px;
    display: inline-block;
}

.bottom .copyright a:hover {
	color: #0f3661;
}

.bottom p {
	padding-left: 0px;
    letter-spacing: 0.75px;
    color: #8c8c8c;
    margin-bottom: 0;
}

/* Bottom menu
-------------------------------------------------------------- */
#menu-menu-footer {
	margin: 0;
	text-align: right;
}

#menu-menu-footer li {
	display: inline-block;
	line-height: 26px;
	padding: 0 14px;
}

#menu-menu-footer li:last-child {
	padding-right: 0;
}

#menu-menu-footer li:first-child {
	padding-left: 0;
}

#menu-menu-footer li a {
	padding: 0;
    line-height: 26px;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

#menu-menu-footer li a:hover {
	color: #ffc30c;
}

/* Portfolio Single
-------------------------------------------------------------- */
.single-cause-area {
	width: 100%;
}

.single-portfolios .page-wrap {
	padding-bottom: 80px;
}

.single-portfolios .page-title {
	margin-bottom: 58px !important;
}

.detail-inner-wrap {
	margin-bottom: 58px;
}

.detail-inner-wrap .detail-info {
    float: left;
    margin-right: 35.5px;
    width: 28.7%;
}

.detail-inner-wrap .infomation-project {
    margin: 15px 0px 46px 0px;
    list-style-type: none;
}

.detail-inner-wrap .infomation-project li {
	padding: 12.5px 0px;
    position: relative;
    color: #777;
    border-top: 1px solid #f2f2f2;
}

.detail-inner-wrap .infomation-project li:first-child {
	border-top: none;
}

.detail-inner-wrap .infomation-project li .icon {
	width: 50%;
	display: inline-block;
	color: #222;
	position: relative;
	padding-left: 30px;
}

.detail-inner-wrap .infomation-project li .icon i {
	position: absolute;
	top: 5px;
	left: 2px;
	color: #777;
}

.detail-inner-wrap .info-brochures .document-brochure {
	margin-top: 34px;
}

.detail-inner-wrap .info-brochures .document-brochure .themesflat-button {
	margin-top: 0;
	width: 100%;
	background-color: #f2f2f2;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 25px;
    letter-spacing: 0px;
}

.detail-inner-wrap .info-brochures .document-brochure .themesflat-button:hover {
	color: #fff;
}

.detail-inner-wrap .info-brochures .document-brochure .themesflat-button .icon {
	padding-right: 9px;
}

.detail-inner-wrap .detail-gallery {
    overflow: hidden;
}

.detail-inner-wrap .themesflat-portfolio-single-carousel {
	margin-bottom: 24px;
	margin-top: 23px;
}

.gallery-slide {
	position: relative;
}

.gallery-slide .owl-dots {
	display: none !important;
}

.gallery-slide .owl-thumbs {
	margin: 0 -10px;
}

.gallery-slide .owl-thumbs .owl-thumb-item {
	background-color: transparent;
	width: 25%;
    display: inline-block;
    padding: 0px;
    padding: 20px 10px 0px;
    outline: none;
    cursor: pointer;
}

.gallery-slide .owl-thumbs .owl-thumb-item img {
	border: 1px solid transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	   	filter: alpha(opacity=60);
	  	opacity: 0.6;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-slide .owl-thumbs .owl-thumb-item img:hover,
.gallery-slide .owl-thumbs .owl-thumb-item.active img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	   	filter: alpha(opacity=100);
	  	opacity: 1 ;
}

.gallery-slide .owl-thumbs .owl-thumb-item:first-child {
    margin-left: 0px;
}

.gallery-slide .owl-thumbs .owl-thumb-item.active img {
    border-color: transparent;
}

.gallery-slide .owl-controls .owl-nav div {
	margin-top: -80px !important;
}

/*.gallery-slide .owl-thumbs .owl-thumb-item*/

.detail-inner-wrap .title-project {
	font-size: 22px;
	line-height: 62px;
	margin-bottom: 0;
	padding-bottom: 3px;
	position: relative;
}

.detail-inner-wrap .title-project:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
    height: 2px;
    background-color: #ffc30c;
}

.detail-inner-wrap .detail-gallery .content-portfolio-detail p {
	color: #777;
    margin-top: 26px;
}

/* Related portfolio */
.related-portfolios {
	padding-top: 46px;
	border-top: 1px solid #f2f2f2;
}

.title_related_portfolio {
	font-size: 22px;
    line-height: 58px;
    margin: 0;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 4px;
}

.title_related_portfolio:after {
    width: 80px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #ffc30c;
}

.related-portfolios .portfolio-container.grid2 .item {
	margin-bottom: 0;
}

.related-portfolios .portfolio-container {
	margin: 0;
}

/* 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: #0f3661;
	position: absolute;
	top: 50%;
	margin-top: -20px;	
	z-index: 100;
}

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

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

#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: #0f3661;
	position: absolute;
	bottom: 74px;	
	z-index: 100;
}

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

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

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

/* Style portfolio navigation home */
.page-template-front-page .flat-portfolio.yes .owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    left: auto;
    right: 65px;
    top: -57px;
}

.page-template-front-page .flat-portfolio.yes .owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    right: 15px;
    top: -57px;
}

.page-template-front-page .flat-portfolio.yes .owl-dots {
    display: none !important;
}

/* overwrite widget home news */
.page-template-front-page .widget.widget-recent-news .text h4 {
	margin-top: 0;
}

/* text-block-callback */
.text-block-callback {
	text-align: right;
	color: #fff;
}

.text-block-callback h2 {
	margin-top: 0;
	margin-bottom: 28px;
	color: #fff;
}

/* style for call back form */
.flat-one-half {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.flat-wrap-field {
	margin: 0 -10px;
	margin-bottom: 30px;
}

.call-back-form {
	padding-left: 30px !important;
	padding-right: 75px !important;
}

.call-back-form label {
	color: #ccc;
	font-weight: 400;
	margin-bottom: 10px;
}

.call-back-form select {
	margin-bottom: 0;
	background: #d8e7ef;
    border: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/icon-arrow-select.png);
    background-position: 96% 49%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.call-back-form input[type="email"],
.call-back-form input[type="text"] {
	background: #d8e7ef;	
	 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.call-back-form .flat-email input[type="email"] {
	margin-bottom: 0;
    margin-top: 34px;
}

.call-back-form .flat-button-form {	
	height: 50px;
	line-height: 50px;	
	position: relative;
    display: inline-block;    
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #0f3661;
    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;
}

.call-back-form .flat-button-form:hover {
	background-color: #2e363a;
}

/* Sidebar Menu
-------------------------------------------------------------- */
.page-template-page_single .sidebar .widget.widget_nav_menu ul li {
	display: block;
    padding: 0 0 0 25px;
    margin-bottom: 2px;
    color: #222222;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    background-color: #f1f1f1;
    -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-template-page_single .sidebar .widget.widget_nav_menu ul li.active,
.page-template-page_single .sidebar .widget.widget_nav_menu ul li:hover {
	background-color: #3a526a;
	color: #fff;
}

.page-template-page_single .sidebar .widget.widget_nav_menu ul li.active a,
.page-template-page_single .sidebar .widget.widget_nav_menu ul li:hover a {
	color: #fff;
}

.page-template-page_single .sidebar .widget.widget_nav_menu ul li a {
	line-height: 58px;
}

.page-template-page_single .sidebar .widget.widget_nav_menu ul.sub-menu li {
	padding: 0 10px 0 10px;
}

/* Gallery Slide VC
-------------------------------------------------------------- */
.wpb_gallery_slides {
	position: relative;
}

.wpb_gallery_slides .flex-direction-nav li a {
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	left: 0;
}

.wpb_gallery_slides .flex-direction-nav li a.flex-next {
	right: 0;
	left: auto;
}

.wpb_gallery_slides .flex-direction-nav li a {
	font-size: 0 !important;
	position: relative;    
    font-weight: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #0f3661;
    position: absolute;
    left: 0;
    top: 50%;   
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wpb_gallery_slides .flex-direction-nav li a:hover {
	background-color: #2e363a;
}

.wpb_gallery_slides .flex-direction-nav li a:before {
	content: "\f053";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #ffffff;
    left: 17px;
    top: 16px;
    position: absolute;
}

.wpb_gallery_slides .flex-direction-nav li a.flex-next:before {
	content: "\f054";   
}

.wpb_gallery .wpb_flexslider .flex-control-nav.flex-control-paging {
	display: none;
}

/* flat-your-contact
-------------------------------------------------------------- */
.flat-your-contact {
	text-align: center;
	background: #f0f0f0;
}

.flat-your-contact .contact-thumb {
	margin-bottom: 20px;
	max-width: 341px;
}

.flat-your-contact .contact-name {
	font-size: 16px;
	font-weight: 700;
	font-family: "Work Sans", sans-serif;
}

.flat-your-contact .contact-position {
	font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #7f7f7f;
    margin-bottom: 18px;

}

.flat-your-contact .contact-email,
.flat-your-contact .contact-skype {
	font-size: 13px;    
    color: #4a4949;
}

.flat-your-contact .contact-skype {
	padding-bottom: 30px;
}	

/* Page contact 
-------------------------------------------------------------- */
.flat-contact-form input[type="submit"] {
	width: 100%;
	text-transform: uppercase;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
}

.flat-contact-form textarea {    
    height: 288px;
    padding: 15px 0 0 15px;
}

.flat-contact-form input[type="text"],
.flat-contact-form input[type="email"],
.flat-contact-form input[type="phone"],
.flat-contact-form textarea {
	background-color: #f7f7f7;
	font-size: 14px;
	color: #c1c1c1;
}

.flat-contact-form input:-moz-placeholder,
.flat-contact-form textarea:-moz-placeholder,
.flat-contact-form input::-moz-placeholder,
.flat-contact-form textarea::-moz-placeholder {
  	color: #b3b7c8;
	opacity: 1;
}

.flat-contact-form input:-ms-input-placeholder,
.flat-contact-form textarea:-ms-input-placeholder {
  	color: #b3b7c8;
}

.flat-contact-form input::-webkit-input-placeholder,
.flat-contact-form textarea::-webkit-input-placeholder {
  	color: #b3b7c8;
	opacity: 1;
}

.flat-contact-form h5 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #222;
}

/* Overwrite Accordion
-------------------------------------------------------------- */
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
	padding: 13px 0px;
    border: 1px solid #f2f2f2;
    background-color: transparent;
    margin-bottom: 10px;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel h4 a {
	position: relative;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel h4 a i {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    border: 2px solid #777;
    border-radius: 50%;
    color: #afafaf;
    font-size: 11px;
    display: inline-block;
}

.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #f7f7f7 !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {	
	color: #fff;
}

.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
	border-width: 0px !important;
	border: 0 0 1px 0 !important;
}

.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a {    
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0 !important; 
}

.vc_tta-style-classic.vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.vc_tta-style-classic.vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, 
.vc_tta-style-classic.vc_tta-accordion .vc_tta-controls-icon::after, 
.vc_tta-style-classic.vc_tta-accordion .vc_tta-controls-icon::before {
	border-color: #222222 !important;
}

.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a, 
.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.vc_tta-style-classic.vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.vc_tta-style-classic.vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon::before  {
	color: #222 !important;
	border-color: #fff !important;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
	padding: 22px 0px 20px 0px;
	background-color: #fafafb;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    position: absolute;
    top: 50% !important;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 42px !important;
    text-transform: uppercase;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title>a {
    padding: 0px 22px !important;
    line-height: 23px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    padding: 13px 0 0 56px !important;
    line-height: 26px !important;
    letter-spacing: -0.07px !important;
    border: none !important;
}

/* Tab Style1 */
.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel {
	padding: 0;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel:last-child {
	margin-bottom: 0
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel, 
.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel .vc_tta-panel-body {
	padding: 0;
	border: none;
	background-color: transparent;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fafafb;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #f2f2f2 !important;
    text-transform: uppercase;
    padding: 13px 0px;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
	    background-color: #fafafb;
    color: #222;
    font-weight: 600;
    border: 1px solid #f2f2f2;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel .vc_tta-panel-heading a {
	font-size: 16px;
	padding: 0 0 0 67px !important;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel h4 a i {
	position: absolute;
	top: -13px;
	left: 0;
	color: #999;
    font-size: 18px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    border-right: 1px solid #f2f2f2;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel-body {
	background-color: #fafafb !important;
    padding: 6px 10px 8px 19px !important;
    font-weight: 300;
    color: #777;
    margin-top: 4px;
    border: 1px solid #f2f2f2 !important;
    line-height: 26px !important;
    letter-spacing: 0.1px !important;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel.vc_active h4 a i {
	/*border-color: #f2f2f2;*/
	color: #fff;
	 background-color: #ffc30c;
}

.vc_tta.vc_general.vc_tta-accordion.style1 .vc_tta-panel.vc_active h4 a i:before {
	content: "\f068";
}

/* Style2 */
.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel {
	padding: 0;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel:last-child {
	margin-bottom: 0
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel, 
.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel .vc_tta-panel-body {
	padding: 0;
	border: none;
	background-color: transparent;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel .vc_tta-panel-heading {
	font-size: 16px;
    color: #777;
    font-weight: 500;
    border: 1px solid #f2f2f2;
    background-color: #fafafb !important;
    text-transform: uppercase;
    padding: 13px 24px 13px 26px;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #ffc30c !important;
	padding: 15px 24px 15px 26px;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel.vc_active .vc_tta-panel-heading a {
	color: #fff !important;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel .vc_tta-panel-heading a {
	font-size: 16px;
	padding: 0px !important;
	font-weight: 500;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel h4 a i {
	position: absolute;
	top: -4px;
	right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	border-color: #999;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel-body {
	background-color: transparent !important;
    border: 1px solid #f2f2f2 !important;
    padding: 22px 5px 22px 24px !important;
}

.vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel.vc_active h4 a i {
	border-color: #fff;
	color: #fff;
}

/* Tabs Style3 */
.wpb-js-composer .vc_tta.vc_general.style3 .vc_tta-tabs-container {
	display: table-cell;
	vertical-align: top;
	width: 170px;
}

.wpb-js-composer .vc_tta.vc_general.style3 .vc_tta-tab {
	display: block;
	width: 100%;
	border: none !important;
}

.wpb-js-composer .vc_tta.vc_general.style3 .vc_tta-tab a {
	padding: 13px 0px !important;
	font-size: 14px;
    font-weight: 500;
    color: #777;
    margin: 0px 0px 5px 0px;
    background-color: #f1f1f1 !important;
    display: block
}

.wpb-js-composer .vc_tta.vc_general.style3 .vc_tta-tab.vc_active>a {
	color: #222 !important;
}

.wpb-js-composer .vc_tta.vc_general.style3 .vc_tta-panels-container {
	display: table-cell;
	vertical-align: top;
}

.wpb-js-composer .vc_tta.vc_general.style3 .vc_tta-panels-container .vc_tta-panels {
	margin-left: 9px;
	background-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.style3 .vc_tta-panel-body {
	background-color: transparent !important;
	padding: 20px 0px 19px 26px !important;
    border: 1px solid #f2f2f2 !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.style3 .vc_tta-panel-body .wpb_text_column p {
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.style3 .vc_tta-panel-body .wpb_text_column p:last-child {
	margin-bottom: 0;
}

/* Themesflat Row */
.themesflat-row {
	overflow: hidden;
}

.themesflat-row .span_1_of_6 {
    width: 50%;
    float: left;
}

.themesflat-content-box .name { 
	font-size: 14px; 
	line-height: 24px; 
	color: #555; 
	margin-bottom: 10px; 
}

.themesflat-content-box p { 
	margin: 0px;
	line-height: 24px;
}

.themesflat-content-box .themesflat-list {
	margin-bottom: 10px;
	line-height: 24px;
}

.content-list .themesflat-list li:last-child,
.themesflat-content-box .themesflat-list:last-child {
	margin-bottom: 0px;
}

.themesflat-content-box .themesflat-list .item i {
	padding-right: 14px;
	color: #ffc30c;
}

.content-list .themesflat-list li {
    margin-bottom: 8px;
    color: #666666;
}

.content-list .themesflat-list .text i {
	padding-right: 9px;
}

/* Tab */
.wpb-js-composer .vc_tta-container {
	margin-bottom: 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
	margin: 0 0 5px 0 !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
	padding: 19px 0px 19px 21px !important;
    background-color: #fafafb !important;
    border: none !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body .wpb_text_column p {
	margin-bottom: 8px;
	line-height: 26px;
	color: #777;
    letter-spacing: -0.13px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
	display: block;
	float: left;
    width: calc(33.33% - 3px);
    letter-spacing: 0.5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    border: 1px solid #f2f2f2;
    font-family: "Montserrat", sans-serif;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin: 0 4px 0 0 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab:last-child {
	margin-right: 0 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	background: #fafafb !important;
    color: #2b323a !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	background-color: transparent !important;
	border: 1px solid #f2f2f2;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
    padding: 10px 20px !important;
    border: none !important;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
	margin: 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
	border-radius: 0 !important;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .item-content ul {
	margin: 0;
	list-style-type: none;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .item-content ul li {
	padding: 5.5px 7px;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .item-content ul li .text i {
	text-align: center;
    width: 30px;
    height: 30px;
    background-color: #ffc30c;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 11px;
    line-height: 30px;
}

/* Page */
.page-services-single .page-wrap {
    padding: 0 0 19px 0;
}

.quote-link .themesflat-button {
    background-color: #1c0f61;
    color: #fff;
    font-weight: 700;
    padding: 10px 36px 12px 39px;
    display: inline-block;
}

/* Page About Us */
/*.title-section.p4 .title-content p {
	margin-bottom: 4px;
}

.page-about-us .aboutus-counter .themesflat_counter {
	width: 33.33%;
	float: left;
}*/

/* .featured-post.blog-slider */
.featured-post.blog-slider {
	position: relative;
}

.featured-post.blog-slider .flex-prev,
.featured-post.blog-slider .flex-next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22.5px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #0f3661;
}

.featured-post.blog-slider .flex-prev:hover,
.featured-post.blog-slider .flex-next:hover {
	background-color: #2d2d2d;
}

.featured-post.blog-slider .flex-prev i,
.featured-post.blog-slider .flex-next i {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.featured-post.blog-slider .flex-next {
	left: auto;
	right: 0;
}

/* Page 404
-------------------------------------------------------------- */
.error404 .page-title {
    margin-bottom: 0px !important;
}

.error404 .page-wrap {
	background: url(../images/bg_Error404.jpg) no-repeat;
	background-size: cover;
	padding:  147px 55px 229px 0px;
	border-top: 1px solid;	
	border-bottom: 1px solid;
	border-color: #ffffff;	
}

.error404 .page-wrap .content-area {
	width: 100%;
	padding-right: 0;
	text-align: center;
}

.error404 .error-404 .page-header .nothing {
    font-size: 300px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 21px;
}

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

.error404 .error-404 .sub-title-404 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 34px;
    padding-left: 24px;
}

.error404 .page-wrap .page-content .subtext-nothing {
	color: #ffffff;
	font-size: 16px;
	padding-left: 26px;
	margin-bottom: 94px;
}

.error404 .themesflat-button {
	position: relative;
    display: inline-block;
    padding: 11px 43px 11px 43px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    margin-left: 27px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background-color: #0f3661;
    color: #28293a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.error404 .themesflat-button i {
	padding-right: 10px;
}

.error404 .themesflat-button:hover {
	color: #ffffff;
}
	

/* Flat List
-------------------------------------------------------------- */
ul.flat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.flat-list li {
	position: relative;
    padding-left: 25px;
    line-height: 30px;
}

ul.flat-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #0f3661;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    padding-top: 1px;
    line-height: normal;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 40px;
   	height: 40px;
   	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
    		border-radius: 2px;
   	cursor: pointer;   
    background-color: rgba(0, 0, 0, 0.4);
   	line-height: 40px;
   	text-align: center;   	
   	-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;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 15px;
	bottom: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.go-top i {
	font-size: 16px;
	color: #fff;	
}

.go-top:hover {
    background-color: #0f3661;
}

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

/* boxed
-------------------------------------------------------------- */
.boxed .themesflat-boxed {
    max-width: 1370px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 30px 53.1px 5.9px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.boxed .header.header-sticky {
    max-width: 1370px;
    margin: 0 auto;
}

/* Template Portfolio
-------------------------------------------------------------- */
.page-template-portfolios .navigation.paging-navigation {
	margin-top: 0;
}

.page-template-portfolios .navigation.paging-navigation {	
	text-align: center;
}

.page-template-portfolios .navigation.paging-navigation a {
	margin-top: 52px;
	display: inline-block;
}
 
.page-template-portfolios .page-wrap {
	padding: 50px 0 70px;
}

/* Preload
-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.themesflat-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.themesflat-loader:before,
.themesflat-loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
            animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #f2c21a;
}

.themesflat-loader:after {
    -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0;
    }
}

.wpcf7 {
	margin: 0 -6px !important;
}
.wpcf7 .wpcf7-form-control-wrap.one-half {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-form-control-wrap {  margin-bottom: 9px; display: block;  }
.wpcf7 .wpcf7-form-control-wrap { padding: 0 6px; }
.wpcf7 .wpcf7-form-control-wrap.your-message { width: 100%; clear: both; margin-bottom: 0; }
.wpcf7 .wpcf7-form-control-wrap.your-message.style1 textarea {
	height: 142px;
}
.wpcf7 .wrap-submit {
	padding: 0 6px;
	display: block;
	
}
.wpcf7 .wrap-submit.style1 input[type="submit"] {
	margin-top: 4px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { background-color: #fafafb; font-weight: 300; width: 100%;margin-bottom: 0; }
.wpcf7 textarea { height: 188px; padding-top: 13px;}
.wpcf7 input[type="submit"] { padding: 0 49px; margin-top: 13px; line-height: 52px; }

/* page */ 
.page-template.page-news-grid  .navigation.paging-navigation {
    margin-top: 0px;
}

/* Flat-language
-------------------------------------------------------------- */
.themesflat-top .flat-language {
	position: relative;
	display: inline-block;
	padding: 13px 0px 13px 0px;
}

.themesflat-top .flat-language .current:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.themesflat-top .flat-language .current a {
    position: relative;
    padding: 17px 12px 17px 5px;
    font-size: 14px;
}

.themesflat-top .flat-language .current > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -12px;
}

.themesflat-top .flat-language > ul > li {
	list-style: none;	
	padding: 0px 30px 0px 0px;
    margin-right: 5px;
}

.themesflat-top .flat-language > ul > li > ul {
    position: absolute;
    left: 0;
    top: 110%;
    width: 130px;
    margin: 0;
    list-style: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.themesflat-top .flat-language > ul {
	margin: 0;
}

.flat-language > ul > li.current:before {
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	width: 1px;
	height: 20px;
}

.themesflat-top .flat-language > ul > li > ul li {
    padding: 1px 0 2px 15px;
    background-color: #0f3661;
    margin: 0;
    text-align: left;
    display: block;
}

.themesflat-top .flat-language > ul > li > ul li a {
    color: #fff;
}

.flat-language .current .unstyled {
	-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;
}

/* Countdown  */
.countdown {
    padding-bottom: 36px;
    border-bottom: 2px solid #e1e3e6;
    margin: 0px 139px 74px 147px;
}

.countdown .square, .countdown .square .numb, .countdown .square .text {
    float: left;
}

.countdown .square {
    width: 25%;
    padding-left: 59px;
}

.countdown .square .numb {
    font-size: 48px;
    line-height: 48px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
}

.countdown .square .text {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 0px 0px 0px;

}

.countdown .square .text::before {
    left: 0;
    bottom: 0;
    content: "/"
}

.wpcf7 div.wpcf7-mail-sent-ng {
    border: none;
    color: #ff0000;
    display: inline-block;
    margin: 0;
}

/*plugin like*/
.cld-like-dislike-wrap .cld-dislike-wrap {
	display: none;
}

.cld-like-dislike-wrap {
	margin-bottom: 0;
}

.cld-like-dislike-wrap .cld-common-wrap {
	margin-right: 10px;
	font-size: 14px;
	margin-top: 11px;
	position: relative;
}

.cld-like-dislike-wrap .cld-common-wrap:before {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 1px;
	height: 13px;
	background-color: #b5b7d2;
}

.cld-common-wrap {
    min-width: 43px;
}

.wrap-header-content .button-header,
.button-header {
	display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wrap-header-content .button-header:before ,
.mc4wp-form .subscribe-submit:before ,
.button-header:before ,
.themesflat-top .button-topbar:before,
.navigation.loadmore a:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
    background-color: #0f3661;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.wrap-header-content .button-header:hover:before,
.mc4wp-form .subscribe-submit:hover:before,
.button-header:hover:before,
.themesflat-top .button-topbar:hover:before,
.navigation.loadmore a:hover:before {
    width: 120%;
    height: 100%;
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.display-none-languages-sidebar {
	display: none;
}

/* Contact Form Style 1 */
.themesflat-contact-form.style-1 input[type="text"],
.themesflat-contact-form.style-1 input[type="email"] { 
	height: 46px; border-color: #fff;
	background: #fff; 
	padding: 9px 19px; 
}

.themesflat-contact-form.style-1 .wpcf7-form-control-wrap.your-name,
.themesflat-contact-form.style-1 .wpcf7-form-control-wrap.your-email,
.themesflat-contact-form.style-1 .wpcf7-form-control-wrap.your-phone { 
	width: 49%; 
	float: left;
	padding: 0;
	margin-bottom: 14px;
}

.themesflat-contact-form.style-1 .wpcf7-form-control-wrap.your-name ,
.themesflat-contact-form.style-1 .wpcf7-form-control-wrap.your-email{ 
	margin-right: 2%; 
}

.themesflat-contact-form.style-1 .wrap-submit { 
	float: left;
	padding: 0;
}    

.themesflat-contact-form.style-1 .wrap-submit input[type="submit"] {
	letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 30px;
    display: inline-block;
    line-height: 1;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Instagram Gallery */
.instagallery-items {
	margin: 0 -5px;
}

.instagallery-items .ig-item {
	padding: 0 5px;
	margin-bottom: 10px;
}

/*Widget Themesflat Twitter*/
.widget.widget_twitter ul li p.tweet-text {
	font-weight: 300;
	line-height: 24px;
	color: #666666;
}

.widget.widget_twitter ul li a {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
}

.widget.widget_twitter ul li p {
	margin-bottom: 10px;
}

.widget.widget_twitter ul li:last-child p {
	margin-bottom: 0px;
}

.widget.widget_twitter ul li {
	border-bottom: none;
}

.widget.widget_twitter ul li p.tweet-text {
	padding-left: 45px;
	position: relative;
}

.widget.widget_twitter ul li p.tweet-text a > i {
	position: absolute;
	top: 7px;
	left: 0;
	background: #414141;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}