/*
Theme Name: Curves
Description: Retina Responsive Multipurpose Wordpress Theme
Theme URI: http://curves.mthemes.net
Author: mThemes
Version: 1.0.0
Tags: creative, one-column, two-columns, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, theme-options, translation-ready
*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );
/* My Minimal WordPress Styling comes here */
/* This is a small security for too long strings titles */
body {
    word-wrap: break-word;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}
/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Content */
.main-content-inner {
	padding-bottom: 0;
}
.hentry {
	margin: 0;
}
/* Clearing */
.clear {
	clear: both;
}
/* Here some needed widget styles 
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. 
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!  
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; } 

.header-over {
    position: absolute;
    z-index: 3;
    width: 100%;
}
.head-main{
min-height:350px;
}
@media (max-width: 767px) {
    .head-main {
        min-height: 1px;
    }
}
.bottom-footer-bg {
    background: url(./assets/images/main_tweets_btm_bg.png) no-repeat center bottom;
    padding-bottom: 87px;
    padding-top: 30px;
}
.curve-bg {
    position: absolute;
    z-index: 11;
    height: 270px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
}
@media (max-width: 767px) { 
    .curve-bg {
    position: absolute;
    z-index: 11;
    height: 95px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
}
}
.decor-footer-top{
        height: 270px;
        pointer-events: none;
        margin-bottom: -1px;
}
@media (max-width: 767px) { 
    .decor-footer-top{
        height: 95px;
        }
    }
.decor-footer{
        height: 250px;
        pointer-events: none;
        margin-bottom: -2px;
        margin-left: -1px;
}
@media (max-width: 767px) { 
    .decor-footer{
        height: 95px;
        }
    }
.curve-bg1 {
    background: url(./assets/images/header_btm_bg.png) no-repeat center;
    margin: 0 auto;
    z-index: 11;
    height: 240px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
}
.site-content {
    margin-bottom: 50px !important;
    margin-top: 100px !important;
}
.header-master {
    position: relative;
    width: 100%;
}
.separator-big {
    /*background: url(./assets/images/sb.png) no-repeat center;
    margin: 0 auto;*/
    height: 270px;
}
.vc_separator .vc_sep_holder {
    display: none !important;
}
	.st0{fill:none;stroke:#FFFFFF;stroke-width:1550;stroke-miterlimit:10;}
	.st1{fill:#FFFFFF;}
	.st2{fill:#FFFFFF;stroke:#FFFFFF;stroke-miterlimit:10;}
@media (max-width: 767px){
.container {
padding: 0 20px;
}
}
#toTop { 
  display: block; 
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  transition: all 0.5s ease 0s; 
  -moz-transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s; 
  -o-transition: all 0.5s ease 0s; 
  opacity: 0.5; 
  cursor: pointer; 
} 
#toTop:hover { 
  opacity: 1; 
}
/* CLEARFIX
----------------------------------------------- */
.clearboth {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
}
/* PORTFOLIO FILTER STYLE
----------------------------------------------- */
#portfolio-filter {
    list-style-type: none;
}
#portfolio-filter li {
    display: inline;
    padding-right: 10px;
}
#portfolio-filter li a {
    color: #777;
    text-decoration: none;
}
#portfolio-filter li .current,
#portfolio-filter li:hover {
    color: #084a9a;
}

.side-portfolio {
    border-left: 1px solid white;
}
/* PORTFOLIO LIST STYLE
----------------------------------------------- */
#portfolio-wrapper {
    padding-bottom: 25px;
}
#portfolio-list {
    list-style-type: none;
}
#portfolio-list .portfolio-item {
    width: 400px;
    float: left;
    margin-right: 5px;
}
#portfolio-list .portfolio-item h3 a {
    color: #084a9a;
    text-transform: uppercase;
    font-weight: bold;
}
#portfolio-list .portfolio-item .excerpt
{
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
    padding-right: 15px;
    margin-bottom: 5px;
}
#portfolio-list .portfolio-item .excerpt a {
    color: #555;
}
#portfolio-list .portfolio-item .excerpt a:hover {
    text-decoration: none;
}
.map-overlay {
    height: 500px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
/*font for arrow up dropdown*/
@font-face {
  font-family: '_ioa_front';
  src: url('assets/fonts/_ioa_front.eot?83379356');
  src: url('assets/fonts/_ioa_front.eot?83379356#iefix') format('embedded-opentype'),
       url('assets/fonts/_ioa_front.woff?83379356') format('woff'),
       url('assets/fonts/_ioa_front.ttf?83379356') format('truetype'),
       url('assets/fonts/_ioa_front.svg?83379356#_ioa_front') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --- */
.menu-tail {
    font-size: 35px !important;
    position: absolute;
    text-align: center;
    color: #fff;
    top: -33px;
    left: 0;
    right: 0;
    z-index: 0;
    height: 0px;
    margin-bottom: 0px !important;
    margin: 0 auto;
}
.up-dir-1icon-:before {
    content: '\e8dc';
}
.ioa-front-icon {
    font-family: "_ioa_front";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    height: 0px;
    margin-bottom: 0px !important;
}
.site-navigation {
    position: absolute;
    z-index: 3;
    width: 100%;
}
.decor-header {
    position: relative;
    width: 100%;
}
.header-image-bg {
    height: 350px;
}
.entry-meta{
    width: 1170px;
    margin: 0 auto;
    padding-left:20px;
}
.decoration-top {
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 100%;
    z-index: 9;
    pointer-events: none;
}
.decoration-bottom {
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    top: 100%;
    z-index:9;
}
section {
    position: relative;
}
.default-section {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
}
.default-section-decor-black {
    background: #000;
    padding-top: 50px;
}
.default-section-decor-white {
    background: #fff;
    padding-top: 50px;
}
.default-section-decor-orange {
    background: #ff9900;
    padding-top: 50px;
}
.default-section-decor-red {
    background: #d44032;
    padding-top: 50px;
}
.default-section-decor-blue {
    background: #447ad4;
    /*background: #2038d6;*/
    padding-top: 50px;
}
.default-section-decor-green {
    background: #56a228;
    padding-top: 50px;
}
div.container > div.wpb_row {
    background-image: none !important;
}
@media (max-width: 767px) { 
.decoration-top, .decoration-bottom {
        height: 90px;
    }
.default-section{
        padding-bottom: 90px !important;
        padding-top:  90px !important;
    }
}
.portfolio-header {
    max-width: 100%;
    margin-bottom: 48px;
    position: relative;
    line-height: 48px;
}
.text-center {
    text-align: center !important;
}
.overlay {
    background: rgba(0, 0, 0, 0.075) !important;
}
.portfolio-list ul {
    list-style-type: none;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 24px 24px;
    line-height: 36px;
}
.portfolio-list li {
    margin-bottom: 12px;
}
.portfolio-list .portfolio-list-header {
    margin-bottom: 12px;
    line-height: 48px;
}
.portfolio-url, .portfolio-share {
    display: block;
    font-size: 16px;
    line-height: 48px;
    margin-bottom: 24px;
}
.portfolio-url span, .portfolio-share span {
    display: inline-block;
    line-height: 48px;
    padding: 0 12px;
    margin-right: 12px;
    text-transform: uppercase;
}
.portfolio-url ul, .portfolio-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.h1-white {
    font-size: 50px;
    text-align: center;
}
.portfolio-left {
    position: absolute;  font-size: 24px;   
    width: 10px;  
    height: 10px;  
    margin-top: -50px;  z-index: 1;
    color: #fff;
}
.portfolio-right {
    position: relative;  font-size: 24px;    
    width: 10px;  
    height: 10px;  
    margin-top: -50px;  z-index: 1;
    float: right;
}
a{
    color: white;
}
.row-fluid [class*="span"] {
    margin-left: 0;
    }
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
    } 
.embed-container iframe, 
.embed-container object,
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    }
.portfolio-gallery {
    margin-bottom: 24px;
}
/** testimonials **/

.testimonials {
    margin-top: 20px;
} 
.h-center{
    text-align: center;
}
.carousel-indicators {
    margin-top: 20px;
}
.testimonials h3{
	margin-top: 25px;
    text-align: center;
} 
.img_testim {
    margin: 0 auto;
    width: 110px;
}
.img_testim_round {
    border:2px solid white;
}
.clients-li {
    padding: 30px;
    margin: 0 auto;
    position: relative;
}
.clients-li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.wpb_column > .wpb_wrapper *:last-child {
    /*margin-bottom: 1px !important;*/
}
body > div.main-content > div > section > div.container > aside {
    padding-left: 30px;
}
.post-showinfo .post-head, .post-showinfo .post-body, .post-showinfo .post-extras, .post-showinfo .comments-head, .post-showinfo .comments-body, .post-showinfo .post-share, .post-showinfo .post-navigation {
position: relative;
    margin-left: 80px;
}
.post-head {
    margin-bottom: 24px;
}
.post-author, .post-date {
    font-style: italic;
    font-size: 14px;
}
small, .small {
    font-size: 85%;
}
.post-body {
    margin-bottom: 24px;
}
.post-icon {
    display: block;
    position: absolute;
    left: -80px;
    top: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.icon-circle-blog {
    font-size: 25px;
    padding: 6px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    display: inline;
}
.bottom-margin {
    margin-bottom: 20px;
}
.ts-social-icons {
    padding-left: 0 !important;
}

/*
VC Extensions
*/
@media (max-width: 767px) {
.ts-background-parallax,.ts-background-image,.ts-background-fixed,.ts-background-video,.ts-background-youtube,.ts-background-gradient{width:100%;height:100%;position:absolute;background-attachment:scroll !important; display:block;top:0;left:0;right:0;bottom:0;z-index:0}
}

.ts-team1 .team-user .team-job {
color: #fff !important;
margin: 0 !important;
font-style: normal !important;
}

.ts-team1 .team-information {
margin: 0 !important;
border: none !important;
}

.ts-teammate.ts-team1 .ts-teammate-icons, .ts-teammate.ts-team3 .ts-teammate-icons {
margin: 0 auto !important;
border-top: none !important;
}

i.ts-teamicon-email2{color:#444!important;}
i.ts-teamicon-phone2{color:#444!important;}
i.ts-teamicon-mobile{color:#444!important;}
i.ts-teamicon-portfolio{color:#444!important;}
i.ts-teamicon-link{color:#444!important;}
i.ts-teamicon-skype{color:#444!important;}
i.ts-teamicon-facebook1{color: #444!important;}
i.ts-teamicon-googleplus1{color: #444!important;}
i.ts-teamicon-twitter1{color: #444!important;}
i.ts-teamicon-linkedin{color:#444!important;}
i.ts-teamicon-xing3{color:#444!important;}
i.ts-teamicon-envato{color:#444!important;}
i.ts-teamicon-rss1{color:#444!important;}
i.ts-teamicon-forrst1{color:#444!important;}
i.ts-teamicon-flickr3{color:#444!important;}
i.ts-teamicon-instagram{color:#444!important;}
i.ts-teamicon-picasa1{color:#444!important;}
i.ts-teamicon-pinterest1{color:#444!important;}
i.ts-teamicon-vimeo1{color:#444!important;}
i.ts-teamicon-youtube1{color:#444!important;}

.ts-teammate .ts-member-skills .skill-label {
font-size: 14px !important;;
font-family: 'Open Sans',sans-serif !important;;
line-height: 16px !important;;
color: #000 !important;;
margin-bottom: 2px !important;;
font-weight: normal !important;;
}

.ts-teammate .ts-member-skills .skill-label span {
font-size: 11px !important;;
float: right !important;;
font-weight: normal !important;;
}


/*
portfolio.css
*/
.portfolio-hover-icon {
    border-radius: 50%;
    /* background: #D44032; */
    width: 94%;
    height: 94%;
    /* padding: 16px; */
    position: absolute;
    top: 0;
    left: 0;
    /* margin-left: -30px; */
    /* margin-top: -30px; */
    border: 1px solid white;
    margin-left: 3%;
    /* margin-right: 2%; */
    margin-top: 3%;
}
.portfolio-hover-icon a:hover {
    color: whitesmoke;
}
.portfolio-hover-outer {
    position: relative;
    width: 100%;
    height: 100%;
	opacity:0;
}
.portfolio-hover-outer:hover {
	opacity:1;
}
.portfolio-image-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.social-icons {
    float: right;
}
.social-icons a{
    margin-right: 10px;
}
.center-title-portfolio {
    padding-top: 37%;
	}
#filters {
    margin: 0px 0 24px;
    padding-left: 0;
    list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
}
#filters li {
    display: inline-block;
}
#filters li a {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    white-space: nowrap;
}
.filter-options {
padding-bottom: 50px;
padding-top: 50px;
text-align: center;
}
.select-gallery {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    white-space: nowrap;
    color: #FFF;
    font-weight: bold;  text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
}
.select-gallery:hover {
    color: #d5d5d5 !important;
}
.filter-options .active {
    color: #d5d5d5 !important;
}
.square-margin {
   padding:10px;
}
.text-circle {
    padding-top:15px;
	text-align: center;
}
.link-circle {
margin: 0 auto;
width: 45px;
}
.link-margin {
    margin: 0 auto;
}
.clients-image {
    width: 190px;
}
.clients-center-images {
    text-align: center;
}

.text-circle a:hover{
    text-decoration: none !important;
}
.over-port {
display: block;
float: left;
position: relative;
width: 100%;
height: 100%;
line-height: 0;
border-radius: 50%;
overflow: hidden;
}
.over-port .overlay-port {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0);
overflow: hidden;
z-index: 20;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.wpb_accordion_section a {
color:#000;
}

.img-responsive {
    border-radius: 50%;
}
.over-port:hover .overlay-port {
background-color: rgba(0, 0, 0, 0.6);
}
.ts-background-image {
    background-position: center;
}
.post-date-m {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.post-date-d {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.form-control{
    margin-bottom: 10px;
}
.input-group {
    margin-bottom: 10px;
}
.textarea-icon {
    vertical-align: top;
}
.page-404 {
    text-align: center;
}
.return-text a {
    color: #000;
}
.post-title a{
    text-decoration: none !important;
}
.gototop:hover {
    background-color: rgba(0,0,0,0.4);
}
.gototop {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #ccc;
background-color: rgba(0, 0, 0, 0.2);
padding: 8px 13px;
position: fixed;
bottom: 50px;
right: -60px;
z-index: 100;
opacity: 0;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
border-radius: 50%;
font-size: 18px;
}
.gototop.off {
    right: -60px;
    opacity: 0;
}
.gototop.on {
    right: 20px;
    opacity: 1;
}
.wpcf7-submit {
    background: rgba(255, 255, 255, .2);
    color: #fff; 
    border-color: #285e8e;
    -webkit-font-smoothing: antialiased;
    padding: 6px 12px;
    outline: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none !important;
    font-weight: normal;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background: rgba(0, 0, 0, .4);
    color: #fff;
}
.site-navigation {
    z-index: 10;
}
/*
* mega main menu

#mega_main_menu {
    display: inline;
    }

#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    background: #fff;
    border-radius: 3px;
    position: absolute;
    margin-top: 20px;
    padding: 10px 0;
    box-shadow: -10px 18px 30px rgba(0,0,0,0.15);
    left: -50px;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > span, 
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link {
    height: 30px !important;
    line-height: 30px !important;
}
@media (min-width: 768px) { 
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    text-shadow: 1px 1px 2px #000;
}
ul#mega_main_menu_ul {
margin-top: 40px;
}
}
@media (max-width: 767px) { 
ul#mega_main_menu_ul {
background: rgba(255, 255, 255, 0.9);
border-radius: 3px;
top: 20px;
padding: 10px 0;
box-shadow: -10px 18px 30px rgba(0, 0, 0, 0.15);
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
 color: #808080;
 font-weight: 400;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text:hover {
 color: #000;
}

}

#mega_main_menu ul.mega_dropdown:before {
    font-family: FontAwesome;
    color: #fff;
    content: '\f0d8';
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -15px;
    width: 5px;
    font-size: 30px;
}


#mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button {
    padding: 15px 0px;
}
*/

@media (max-width: 767px) { 
.social-icons{
    float:none;
    margin-right: 0px;
    text-align: center;
    margin-top: -75px;
}
.site-info {
    text-align: center;
}
.footer-bg {
    height: 200px !important;
    padding-top: 140px !important;
}
.post-showinfo .post-head, .post-showinfo .post-body, .post-showinfo .post-extras, .post-showinfo .comments-head, .post-showinfo .comments-body, .post-showinfo .post-share, .post-showinfo .post-navigation {
position: relative;
 margin-left: 0px;
}
.post-icon {
    display: none;   
}
.site-navigation {
    position: fixed;
    top: 0px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
}
.social-icons a:hover {
    opacity: 0.7;
}
@media (min-width: 768px) { 
.is-sticky {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.16) 62%, rgba(0,0,0,0) 82%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(62%,rgba(0,0,0,0.16)), color-stop(82%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 62%,rgba(0,0,0,0) 82%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 62%,rgba(0,0,0,0) 82%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 62%,rgba(0,0,0,0) 82%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 62%,rgba(0,0,0,0) 82%); /* W3C */
    transition: 0.5s ease-in-out 0s;
}
.is-sticky img{
    max-width: 60%;
    transition: 0.5s ease-in-out 0s;
}
.is-sticky #main-menu>li>a {
    padding-top:25px;
    transition: 0.5s ease-in-out 0s;
}
}

@media (min-width: 768px) { 
.body-boxed {
    width: 1200px;
    margin: 0 auto;
}
.body-boxed .site-navigation {
    width: 1200px;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
.navbar-header.container {
    margin-top: 7px;
}
}
.site-footer {
    height: 310px;
    padding-top: 250px;
}
/*
*google maps
*/
.gmap{
    position:relative;
    line-height:1.12;
    overflow:hidden;
    white-space:nowrap;
    display:block;
    margin-bottom:2px;
    font-weight:500;
}
.gmap-init {
    overflow:hidden;
    height:100%;
    width: 100%;
}
.gmap-full {
    height:100%;
    width: 100%;
}
.header-gmap {
    width: 100%; height: 500px;
}

.site-info {
    padding-top: 10px;
}

/*menu*/

.navbar-brand {
    z-index: 5000;
    position: relative;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, textarea.wpcf7-form-control.wpcf7-textarea.form-control {
border-radius: 5px;
}

@media (min-width:768px) {
.dropdown-menu {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    display: block;
	  visibility:hidden;
}

.open .dropdown-menu {
    opacity: 1;
	  visibility:visible;
}
}



/*
 * contact form
 */
.form-group > .input-group i {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 9px;
    z-index: 5;

}
.form-group > .input-group {
    width: 100%;
}
.form-group > .input-group > span > input, .input-group > span > textarea{
    text-indent: 20px;
}

/**
 * Diviser color
 */
.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.divider-white-bar {
    margin-bottom: 0;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
    border: 0 none;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
}

.divider-black-bar {
    margin-bottom: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,0));
    border: 0 none;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
}






