/*
-----------------------------------------------------------------------------------
Theme Name: Morgan Mac
Theme URI: http://www.morganmac.com.au
Description: Morgan Mac Lawyers
Author: KMO Design Pty Ltd
Author URI: http://www.kmo.com.au
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-colors, custom-background
*/
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

/* ------------ BASE ------------- */
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
}
::selection{ color:#ffffff;background: #272726; }
::-moz-selection{ color:#ffffff;background: #272726; }

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    list-style: none;
}
li{
    line-height: 2.2;
}
p {
    margin: 0 0 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.tm-content p:last-child,
.theme-team p:last-child,
.single-portfolio p:last-child{
    margin: 0;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}    
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
} 
a:hover {
    text-decoration: none;
}

/* Typography */

body {
	/*
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #000;
    font-family: Lato, "Open Sans", Helvetica, Arial, sans-serif;
	*/
	background: #fff;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 42px;
    color: black;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    color: #1d2124;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1, .h1 { font-family: Georgia,"Arbutus Slab", serif; font-size: 40px; margin-top: 0; margin-bottom: 30px; }
h2, .h2 { font-family: Georgia,"Arbutus Slab", serif; font-size: 26px; font-weight: 500; margin-top: 40px; margin-bottom:15px;}
h3, .h3{ font-family: Georgia,"Arbutus Slab", serif; font-size: 26px; font-weight: 500; margin-top: 50px; margin-bottom:15px; }
h4, .h4{ font-family: Georgia,"Arbutus Slab", serif; font-size: 32px; font-weight: 500; margin-top: 15px; margin-bottom:15px; }
h5, .h5{ font-size: 18px; }
h6, .h6{ font-size: 12px; }

.orange-title { line-height: 1.1;font-size: 28px; font-weight: 500; margin-top: 0; margin-bottom:10px; color: #ff8905;}
h2, h3 { position: relative;}
.tm-element > h2::after, .tm-element > h3::after {
	content: "";
	background-color: #f9a358;
	height: 1px;
	width: 150px;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.who-we-are .tm-element > h3::after {
	width: 100%;
	left: -15px;	
}
.who-we-are .tm-element > h3::before {
    color: #f9a358;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    margin-right: 8px;
	position: absolute;
	right: 0;
	bottom: -12px;
}
@media screen and (max-width: 767px){
    h1, .h1 { font-size: 26px; }
    h2, .h2 { font-size: 22px; }
    h3, .h3{ font-size: 18px; }
    h4, .h4{ font-size: 16px; }
}

p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 30px 0;
    height: 0;
    border: 0 solid #ff8905;
    border-width: 1px 0 0;
}
pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}
.hidden {  display: none !important; }
dt{
    line-height: 2;
}
/* 02. Links and Form */


a {
    color: #00344d;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
a:hover,
a:focus {
    outline: 0;
    color: #1d2124;
    text-decoration: none;
}
.ls-inner a{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
ul,
ol { }
ul { list-style: none outside; }
ol,
ul { margin-left: 0; padding-left: 15px;}
ol { list-style: decimal; }
ul { list-style: none outside; }
aside ul,.tm-twitter ul.jtwt{position: relative; margin: 0;padding-left: 20px; list-style: none;}
aside ul ul{ }
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; }
#main ul { list-style: square; }
fieldset { margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    display: block;
    margin: 10px 0;
    padding: 8px 10px 8px;    
    width: 100%;
    outline: none;
    border: 1px dotted #bebebe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.dark input[type="text"],
.dark input[type="password"],
.dark input[type="email"],
.dark input[type="tel"],
.dark textarea,
.dark select {
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}
#subscription input[type="text"], #subscription input[type="password"], #subscription input[type="email"], #subscription input[type="tel"] {
    display:inline-block;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgba(0,0,0,0.75);
    padding: 12px 10px;
    width: 100%;
    border-radius: 0;
}
textarea { width: 100%; }
select {
    padding: 5px;
    width: 100%;
    height: 46px;
}
label,
legend {
    display: block;
    cursor: pointer;
    font-weight: 600;
}
label span,
legend span { font-weight: bold; }
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-color: #ffffff;
    background-color: rgba(255,255,255,0.05);
}
::-webkit-input-placeholder {
    color: #414244;
}
:-moz-placeholder { /* Firefox 18- */
    color: #414244;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #414244;
}
:-ms-input-placeholder {  
    color: #414244;
}

#subscription ::-webkit-input-placeholder {
    color: #ffffff;
}
#subscription :-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
#subscription ::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
}
#subscription :-ms-input-placeholder {  
    color: #ffffff;
}

#requestCons .modal-body{background-color:transparent;}
#requestCons .modal-header{border-bottom:none;}
#requestCons ::-webkit-input-placeholder {
    color: #8D8D8D; font-weight:400;
}
#requestCons :-moz-placeholder { /* Firefox 18- */
    color: #8D8D8D; font-weight:400;
}
#requestCons ::-moz-placeholder {  /* Firefox 19+ */
    color: #8D8D8D; font-weight:400;
}
#requestCons :-ms-input-placeholder {  
    color: #8D8D8D; font-weight:400;
}
#requestCons button[type="submit"] {
    background-color: #f9a358;
    border-color: #f9a358;
    padding: 15px 20px;
    line-height: 1em;
	font-weight: 400;
}
#requestCons button[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
#requestCons input[type="text"], #requestCons input[type="email"], #requestCons input[type="tel"], #requestCons textarea{
	color: #8D8D8D;
    border-color: #ccc;
	text-transform: uppercase;
	border-style: solid;
    border-radius: 0;
    resize: none;
}


/* ------------ Wordpress Core ------------- */
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img.border {
    border: 1px solid #bebebe;
    padding: 4px;
}
a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

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

.wp-caption {
    padding: 5px 3px 10px;
    max-width: 96%; /* Image does not overflow the content area */
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    max-width: 98.5%;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    margin: -1px;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    background: #fff;
    padding: 1px;
    margin: 0;
}
.gallery .gallery-item .gallery-icon {
    background: #f5f5f5;
    overflow:hidden;
    max-height: 256px;
}
.gallery .gallery-item a {
    display: block;
    position: relative;
}
.gallery .gallery-item a:hover .image-overlay {
    opacity: 1;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    margin: 0;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}
.tm-menu-widget {
    position:absolute;
    top: 32px;
    right: 15px;
}
@media (max-width: 533px) {
	.tm-menu-widget {
		display: none;
	}
}
.tm-menu-widget {
    position:absolute;
    top: 32px;
    right: 15px;
}
.tm-menu-widget .circle {
    font-size: 20px;
    line-height: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #f9a358;
    text-align: center;
}
.tm-menu-widget .contact {
	transform: rotate(-90deg);
	color: #000000;
	display: block;
	position: absolute;
	width: 150px;
	top: 130px;
	right: -48px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	z-index: 99999;
}
.home .tm-menu-widget .contact,
.contact .tm-menu-widget .contact {
	color: #ffffff;
}
/* Header */
#header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-clone {
    background-color: #000000;
    height: 120px;
}
@media (min-width: 992px) {
	.home .header-clone {
    	height: 0;
	}
}
.tm-logo {
    display: block;
    vertical-align: middle;
    padding: 25px 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
    text-align: center;
}
h1.site-name, h1.site-name a {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
    color: #616264;
}
.logo-center .tm-logo{
    display: block;
    text-align: center;
}

#featured-image > img {
    width: 100%;
    height: auto;
}
.header-menu {
    position: static;
}
@media screen and (max-width: 991px) {
    .header-menu {
        display: none;
    }
}
@media screen and (max-width: 767px){
  .tm-logo {
    padding: 10px 0;
  }
  .tm-logo img {
    height: 100%;
    width: auto;
  }

}
/* ------------ Menu SF Essentials ------------- */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    display: block;
}
.sf-menu ul {
    position: absolute;
    min-width: 240px;
    background-color: #000000;
    padding: 30px 0 30px;
    z-index: 99;
    transition: all 2s ease;
    display: none; 
}
.sf-menu > li {
    float: left;
    padding: 0 0 10px 0;
    text-align: center;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
    transition: all 2s ease;
}

.sf-menu > li > a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 20px 24px;
    display: block;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.sf-menu > li.menu-item-has-children > a {
    margin-bottom: 28px;
}
.sf-menu > li.current_page_item  > a,
.sf-menu > li.current_page_ancestor >a,
.sf-menu > li.current-menu-ancestor >a,
.sf-menu > li.current-menu-item > a,
.page-template-template-onepage-php .sf-menu > .tm-menu-active > a,
.sf-menu > li.current_page_item.menu-item-has-children,
.sf-menu > li.current_page_ancestor.menu-item-has-children,
.sf-menu > li.current-menu-ancestor.menu-item-has-children,
.sf-menu > li.current-menu-item.menu-item-has-children {
    color: #f9a358;
}
.sf-menu > li:hover > a {
    color: #ffffff;
    background-color: #f9a358;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}

/* Menu Styling*/
.sf-menu {
}

ul.sf-menu li ul li:hover{
    color: #f9a358;
	border-bottom: 1px solid #f9a358;
}
ul.sf-menu li ul li {
}
ul.sf-menu li ul li a{
    font-size: 14px;
    display: block;
    color: #ffffff;
    padding: 25px 30px 20px;
    border-bottom: 1px solid rgba(249,163,88,0.5);
    letter-spacing: 0.075em;
    text-transform: none;
    white-space: nowrap;
}
ul.sf-menu li ul li:hover{
    color: #ffffff;
    background-color: #f9a358;
}
ul.sf-menu li ul li{
    text-align: left;
    line-height: 1;
}
.menu-container{
    width: 100%;
    margin-top: 32px;
    float: right;
}
.tm-menu-container{
/*    display: inline-block; */
}
/*ul.sf-menu li ul li[class*="fa-"] a{
    padding: 12px 0 12px 48px;
}
ul.sf-menu li ul li[class*="icon-"] a {
    padding: 12px 0 12px 50px;
}*/
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before,
.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before,
.sf-menu ul [class^="ico-"]:before, .sf-menu ul [class*=" ico-"]:before,
#mobile-menu ul [class^="fa-"]:before, #mobile-menu ul [class*=" fa-"]:before,
#mobile-menu ul [class^="icon-"]:before, #mobile-menu ul [class*=" icon-"]:before,
#mobile-menu ul [class^="ico-"]:before, #mobile-menu ul [class*=" ico-"]:before {
    color: #f9a358;
    display: block;
    font-size: 18px;
    float: left;
    vertical-align: middle;
    line-height: 60px;
    text-align: center;
    width: 60px;
    -webkit-font-smoothing: antialiased;
}
.sf-menu ul [class^="fa-"]:hover::before, .sf-menu ul [class*=" fa-"]:hover::before,
.sf-menu ul [class^="icon-"]:hover::before, .sf-menu ul [class*=" icon-"]:hover::before,
.sf-menu ul [class^="ico-"]:hover::before, .sf-menu ul [class*=" ico-"]:hover::before,
#mobile-menu ul [class^="fa-"]:hover::before, #mobile-menu ul [class*=" fa-"]:hover::before,
#mobile-menu ul [class^="icon-"]:hover::before, #mobile-menu ul [class*=" icon-"]:hover::before,
#mobile-menu ul [class^="ico-"]:hover::before, #mobile-menu ul [class*=" ico-"]:hover::before {
    color: #ffffff;
}
.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before,
#mobile-menu ul [class^="icon-"]:before, #mobile-menu ul [class*=" icon-"]:before {
    font-family: Simple-Line-Icons;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before,
#mobile-menu ul [class^="fa-"]:before, #mobile-menu ul [class*=" fa-"]:before{
    font-family: FontAwesome;
}
.sf-menu ul [class^="ico-"]:before, .sf-menu ul [class*=" ico-"]:before,
#mobile-menu ul [class^="ico-"]:before, #mobile-menu ul [class*=" ico-"]:before{
    font-family: Custom;
}

.sf-menu ul li > a h3 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.sf-menu ul li:hover > a [class^="fa-"],
.sf-menu ul li:hover > a [class^="icon-"],
.sf-menu ul li:hover > a [class^="ico-"],
.sf-menu ul li:hover > a h3,
.sf-menu ul li:hover > a p {
    color: #f2f2f2;
}
ul.sf-menu {
    float: right;
}
/* ------------ mega menu --------------- */
/* .row-start {
    clear:left;
} */
.sf-menu .theme-mega-menu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 0 60px 0 !important;
	box-shadow: 1px 1px 4px rgba(255,255,255,0.25);
}
@media (min-width: 1280px) {
	.sf-menu .theme-mega-menu {
    	padding-left: 20% !important;
	}
}
@media (max-width:1700px){
	ul.sf-menu {padding-right:250px;}
}
@media (max-width:1600px){
	header .container {width: 100%;}
	.sf-menu .theme-mega-menu {padding-left: 50px !important;}
}

/* @media (max-width:1600px){
	ul.sf-menu {padding-right:80px;}
} */

@media (max-width: 1440px) {
	 ul.sf-menu {padding-right:220px;}
	 .sf-menu > li > a{padding: 20px 15px;}
}
@media (max-width: 1440px) {
	 .sf-menu > li > a{padding:15px 10px;}
}
@media (max-width:1399px){
	.sf-menu .theme-mega-menu {padding-left: 0px !important;}
	ul.sf-menu li ul.theme-mega-menu li{width: 245px !important;}
}
@media (max-width:1280px){
	.sf-menu .theme-mega-menu>li {padding: 10px;}
	.sf-menu .theme-mega-menu li a {padding: 5px; font-size: 12px;}
	header ul.sf-menu li ul.theme-mega-menu li {width: 190px !important;}
}
@media (max-width: 1199px) {
	.tm-logo {text-align: left;}
	.tm-menu-widget{right: 200px;}
}
@media (max-width: 992px) {
	header .mobile-menu-icon span {margin-left: 0;}
	.mt-mobile-0{margin-top:0 !important;}
}
/*
@media (min-width: 1920px) {
	.sf-menu .theme-mega-menu {
    	padding-left: 38% !important;
	}
} */
@media (min-width: 2400px) {
	.sf-menu .theme-mega-menu {
    	padding-left: 40% !important;
	}
}
.sf-menu .theme-mega-menu>li{
    float: left;
    padding: 25px 0 25px 30px;
}
.sf-menu .theme-mega-menu ul,.sf-menu .theme-mega-menu li{
    border: none;
    display: block;
    position: relative;
    top: auto;
    left: auto !important;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
ul.sf-menu li ul.theme-mega-menu li {
    border: none;
    width: 250px !important;
}
ul.sf-menu li ul.theme-mega-menu li:hover {
    background: none;
}
ul.sf-menu li ul.theme-mega-menu li:hover>a {
    color: #f9a358;
}
.sf-menu .theme-mega-menu .mega-menu-title{
    font-family: sans-serif;
    padding: 15px 40px;
    margin-bottom: 15px;
    color: #616264;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #E8E8E8;
}
.sf-menu .theme-mega-menu li a{
    padding: 8px 40px 8px 0;
    color: #ffffff;
    display: block;
    font-weight: 500;
    line-height: 22px;
}
.sf-menu .theme-mega-menu li ul li[class^="fa-"] a,
.sf-menu .theme-mega-menu li ul li[class*=" fa-"] a{
    padding:12px 0 12px 70px;
}
.sf-menu .theme-mega-menu ul [class^="fa-"]:before, .sf-menu .theme-mega-menu ul [class*=" fa-"]:before{
    left: 40px;
}
.sf-menu .theme-mega-menu li, .sf-menu .theme-mega-menu ul{
    display: inline-block !important;
    visibility: visible !important;
}
.mega-menu-items li{
    width: 100%;
}

/* Sidebar On Menu and Logo */
.sidebar-content .tm-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.sidebar-content .sf-menu, .sidebar-content .sf-menu > li {
    float: none;    
}
.sidebar-content ul.sf-menu > li > a {
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.sidebar-content .sf-menu ul {
    top: 0;
    left: 100%;
}
body.menu-right .sidebar-content .sf-menu ul {
    top: 0;
    left: auto;
    right: 100%;
}


/* ------------ mobile menu --------------- */
#mobile-menu{
    z-index: 1;
}
.show-mobile-menu {
    position: relative;
    z-index: 99;
    float: right;
    cursor: pointer;
    display: none;
    margin-top: 10px;
}
.show-mobile-menu .mobile-menu-icon{
    float: left;
    width: 45px;
    height: 49px;
    padding: 12px 5px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #f9a358;
}
#mobile-menu {
    position: absolute;
    width: 100%;
    z-index: 99999;
    display: none;
    padding: 0px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-right: none;
    border-left: none;
}
#mobile-menu ul{margin: 0;padding: 0;width:100%;list-style: none;}
#mobile-menu ul.sub-menu{display: none;padding: 0;}
#mobile-menu ul li{ background: #000000;position: relative;display: block;border-top:1px solid rgba(255,255,255,0.1);}
#mobile-menu ul > li:hover{ background-color: #f9a358;}
#mobile-menu ul li:first-child{border-top:none;}
#mobile-menu ul li a{display:block;padding:12px 20px;color:#ffffff;font-weight:500;}
#mobile-menu ul li:hover a{color:#ffffff;}
#mobile-menu ul li.has-children>.action-expand{color: #000000;float: right;width: 30px;text-align: center;height: 30px;font-size: 22px;line-height: 30px;cursor: pointer;line-height: 60px;}
#mobile-menu ul li.has-children>a{width: 85%;}
#mobile-menu ul li.has-children>.action-expand>.opened,#mobile-menu ul li.has-children.menu-open>.action-expand>.closed{display: none;}
#mobile-menu ul li.has-children>.action-expand>.closed,#mobile-menu ul li.has-children.menu-open>.action-expand>.opened{display: block;}

/* Light Menu Color */
.transparent-header.header-light #header.header-small{
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and  (min-width: 768px) and (max-width: 991px) {
  .show-mobile-menu {
    margin-top: 38px;
    margin-right: 15px;
  }
  .show-mobile-menu .mobile-menu-icon{
    background-color: transparent;
    background-color: rgba(0,0,0,0);
  }
}

/* ------------ Page Title ------------- */

#page-title {
    padding: 200px 0 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #272726;
}
#page-title h1 {
    font-size: 28px;
    color: #ffffff;
}
#page-title p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    margin: 15px auto 10px;
    margin-top: -15px;
    text-align: center;
}
/* Light Page Title */
#page-title.light h1,#page-title.light p {
    color: #fff;
}


/* Breadcrumb */
.breadcrumbs {
    background-color: #f5f5f5;
    padding: 7px 0;
}
.single .breadcrumbs {
    display: none;
}
.theme-breadcrumbs{
    color: #616264;
    font-size: 12px;
}
.theme-breadcrumbs a{
    color: #808080;
}
.theme-breadcrumbs .crumb-item:after {
    content: '>';
    display: inline-block;
    padding: 0 5px;
    color: #808080;
}
.theme-breadcrumbs .crumb-item:last-child:after {
    content: '';
    padding: 0;
}




/* Widget */

h3.widget-title {
    font-size: 16px;
}
aside ul li a:hover{
    color: #616264;
}
aside.widget{

}
aside.widget ul {
    padding: 0;
}
aside.widget ul li {
    padding: 0;
}
#main aside.widget_categories ul li {
    list-style-type: none;
}

aside.widget_categories ul li, aside.widget_recent_entries ul li,
aside.widget_recent_comments ul li, aside.widget_archive ul li, aside.widget_meta ul li {
  border-bottom: 1px dotted #bebebe;
}
aside.widget_categories ul li a, aside.widget_recent_entries ul li a,
aside.widget_recent_comments ul li a, aside.widget_archive ul li a, aside.widget_meta ul li a {
  color: #000000;
}

/* Search widget */
form#searchform {
    position: relative;
}
form#searchform input{
    width: 100%;
    padding-right: 26px;
}
.button-search.fa-search {
    position: absolute;
    top: 17px;
    right: 10px;
}


/* Contact info widget */
.contact-info-widget{
    min-height: 157px;
    background:url(assets/img/contact-background.png) center center no-repeat;
}
.contact-info-widget ul i{
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 13px;
    text-align: center;
    font-size: 14px;
}
.contact-info-widget ul div{
    padding-left: 30px;
}
aside.widget .contact-info-widget ul li{
    margin-bottom: 0;
    padding-bottom: 2px;
}

/* Flickr Widget Style */
.dribbble-widget,.flickr-widget .flickr-channel{
    position: relative;
    display: inline-block;
    *display: inline;
}
.flickr-widget .flickr-channel,.dribbble-widget,.tm-recent-portfolios-widget{
    margin: -5px;
}
.flickr-channel a,.dribbble-widget a,.tm-recent-portfolios-widget a{
    position: relative;
    display: block;
    float: left;
    margin: 5px;
}
.flickr-channel a img, .tm-recent-portfolios-widget a img, .tm-recent-portfolios-widget a{
    background: #efefef;
    width: 83px;
    height: 83px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.flickr-channel a img,.dribbble-widget a img,.flickr-channel a:hover:before,.dribbble-widget a:hover:before,.tm-recent-portfolios-widget a:hover:before{
    opacity: 1;
}
.flickr-channel a:before,.dribbble-widget a:before,.tm-recent-portfolios-widget a:before{
    font-size: 20px;
    line-height: 83px;
    width: 83px;
    height: 83px;
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    text-align: center;
    color: #FFF;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(33,182,168,.85);
    border: solid 2px #85ebe1;
    opacity: 0;
    -webkit-transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -o-transition: all 450ms ease 0s;
    transition: all 450ms ease 0s;
}
.dribbble-widget a:before,.dribbble-widget a img{
    width: 80px;
    height: 60px;
    line-height: 60px;
}


/* Tag Wiget Style */
.tagcloud a{
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #A1A5B0;
    padding: 3px 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 10px 10px 0;
}
.tagcloud a:hover,#bottom .tagcloud a:hover{
    border: 1px solid #616264;
    background: #000000;
    color: #000000;
}
/* Recent Posts Widget */

.tm-recent-posts-widget ul{
    margin: 0;
    list-style: none;
}
.tm-recent-posts-widget ul li{
    display: inline-block;    
    margin-bottom: 25px;
    height: 80px;
    width: 100%;
}
#suggested-articles .tm-recent-posts-widget ul {
    padding: 0;
    overflow: hidden;
}
#suggested-articles .tm-recent-posts-widget ul li{
    display: inline-block;    
    margin-bottom: 25px;
    margin-right:1%;
    width: 24%;
    height: auto;
    float: left;
}
#bottom .tm-recent-posts-widget li {
    width: 48%;
    margin-right: 2%;
    float: left;
}
.tm-recent-posts-widget h4{
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}
#bottom .tm-recent-posts-widget h4 a{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
color: #1b2e37;
}

.tm-recent-posts-widget h4 a{
    color: #000;
}
.tm-recent-posts-widget .meta{
    font-size: 12px;
    color: #a4a4a4;
    line-height: 14px;
}
.tm-recent-content.with-thumb{
    padding-left: 135px;
}
#suggested-articles .tm-recent-content.with-thumb {
    padding-left: 0;
    padding-top: 10px;
}
.tm-recent-posts-widget .recent-thumb {
    background-color: #f2f2f2;
    float: left;
    height: 80px;
    width: 100px;
}
#suggested-articles .tm-recent-posts-widget .recent-thumb,
#suggested-articles .tm-recent-posts-widget .recent-thumb img {
    float: none;
    height: auto !important;
    width: 100% !important;
}
/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.menu-main-menu-container .sub-menu{
    display: none;
}

/* ------------ Footer ------------- */
#footer {
    background-color: #ffffff;
}
#bottom {
    color: #818284;
    background-color: #ffffff;
    padding: 60px 0 50px;
    overflow: hidden;
}
#footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer, #footer a{
    color: #818284;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width:480px) {
    #footer span {
        display: inline-block;
    }
}

#bottom, #bottom a {
    font-size: 14px;
    font-weight: 400;
    color: #818284;
}
#bottom a:hover {
    color: #000000;    
}
#bottom h3 {
    color: #ffffff;
    margin-top: 10px;
}
#bottom p {
    margin-bottom: 10px;
}
#bottom i {
    font-size: 18px;
    color: #e0e0e0;
    width: 20px;
}
#bottom .copyright {
    margin-top: 30px;
    font-size: 12px;
    width: 240px;
}
#footer p,
#footer ul {
	font-size: 10pt;
    margin-bottom: -10px;
    display: inline-block;
}
#footer li {
    float: left;
    margin-left: 12px;
}
#footer .nav > li > a {
    padding: 0;
}
#bottom #menu-footer li {
    font-size: 16px;
    width:40%;
    margin-left: 10%;
    float: left;
}
.copyright > div {
    display: inline;
}
@media (max-width:767px) {
  #bottom #menu-footer li {
    width:100%;
    margin-right: 0;
    float: none;
  }
}
#bottom li:hover a,#footer a:hover{
    color: #e0e0e0;
}
/* Fixed Footer */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

/* Footer widget */

#bottom h3.widget-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
#bottom ul.jtwt li:before, #bottom .twitter-follow a {
    color: #666;
    border-color: #363636;
    background-color: #2a2a2a;
}
#bottom .twitter-follow a:hover {
    color: #fff;
    border-color: #fff;
}
#bottom .widget_recent_entries ul li{
    line-height: 1.4;
}
#bottom .widget_recent_entries ul li:first-child{
    padding-top: 0;
}
#bottom .widget_recent_entries ul li:before{
    display: none;
}

/* ------------ Blog Single ------------- */

article.single {
    position: relative;
    margin-bottom: 80px;
    min-height: 380px;
}
article.single .entry-meta {
    padding-left: 100px;
}
article.single h1.entry-title {
    margin-top: 20px;
}
/*
article.single .entry-title {
    line-height: 1.6;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}*/
article.single .entry-content, .entry-content.default-page {
    margin-bottom: 60px;
}
body.single .entry-media.image-slide-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.entry-date {
    position: absolute;
    top: 5px;
    left: 0;
    width: 70px;
    padding: 9px 0 7px;
    text-align: center;
    background: #616264;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.entry-date span {
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.entry-date span.date {
    font-size: 28px;
    font-weight: bold;
}
.entry-content h1{
    font-size: 34px;
}
.entry-content h2{
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 25px;
}
.entry-content h3{
    font-size: 22px;
}
.entry-content p:last-child{
    margin: 0;
}
article a.more-link{
    -webkit-transition: all 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: all 0.4s ease;
    color: #919294;
}
.entry-meta .tags {
    float: right;
    border-left: 1px solid #DBDBDB;
    border-right: none;
}
.entry-meta .tags a {
    color: #a4a4a4;
}
article.single .facebook_share iframe {
    height: 20px;
}

/* Next Prev Post LINK */
.nextprev-postlink {
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
}
.nextprev-postlink .prev-post-link {
    float: left;
}
.nextprev-postlink .next-post-link {
    float: right;
}
.nextprev-postlink .home-link{

}
.nextprev-postlink .home-link a{
    position: absolute;
    left: 50%;
    margin-left: -45px;
    border: 1px solid #616264;
    padding: 12px 20px;
}
.nextprev-postlink .prev-post-link i{
    padding-right: 5px;    
}
.nextprev-postlink .next-post-link i{
    padding-left: 5px;    
}
.nextprev-postlink .post-link-title, 
.nextprev-postlink .home-link a{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.nextprev-postlink .post-link-title a, 
.nextprev-postlink .home-link a{
    color: #616264;
}
.nextprev-postlink .prev-post-link a:before,
.nextprev-postlink .next-post-link a:after{
    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    border: 1px solid #616264;
    padding: 12px 20px;
    margin-right: 10px;
    content: '\f100';
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.nextprev-postlink .next-post-link a:after{
    margin-right: 0px;
    margin-left: 10px;
    content: '\f101';
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.nextprev-postlink .post-link-title a:hover:before,
.nextprev-postlink .post-link-title a:hover:after,
.nextprev-postlink .home-link a:hover{
    background: #616264;
    color: #fff;
}

/* About author on single post */
.tm-author {
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: -2px;
}
.tm-author .author-image {
    float: left;
    margin-right: 30px;
}
.tm-author h3, .tm-author h3 a {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
.tm-author h3 a {
    color: #616264;
}
.tm-author h3 a:hover {
    color: #000;
}
.tm-author p {
    margin: 0 0 0 100px;
}


/* Post share box */
.share-tags-container {
    font-size: 20px;    
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: -2px;
}
.share-tags-container span{
    font-weight: 400;
}
.tm_post_sharebox {
    display: inline-block;    
}
.tm_post_sharebox>div {
    position: relative;
    display: inline-block;
}
.tm_post_sharebox a {
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #808080;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tm_post_sharebox a:hover {
    background: #616264;
    border-color: #616264;
    color: #fff;
}
.tm_post_sharebox span {
    display: none;
}

.share-tags-container .tags{
    float: right;
}
.share-tags-container .tags a:hover{
    color: #616264;
}

/* Social Icons CSS */
.tm-social-icon{
    line-height: 1;
}
.tm-social-icon li{
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.tm-social-icon a{
    display: inline-block;
    margin: 0 0 0 15px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.tm-social-icon a span{
    display: block;
    height:100%;
    line-height: 32px;
}
.tm-social-icon a:hover {
    color: #ffffff;
    border-color: #ebebeb;
}
#bottom .tm-social-icon {
}
@media (max-width: 553px) {
  #bottom .tm-social-icon {
    text-align: center;
  }
}
#bottom .tm-social-icon a {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 8px;
}
#bottom .tm-social-icon a span {
    line-height: 32px;
}
#bottom .tm-social-icon a:hover, #footer .tm-social-icon a:hover {
    color: #ffffff;
}
.tm-social-icon a.facebook:hover span{
    color: #ffffff;
    background-color: #305fb3;
    border-color: #305fb3;
}
.tm-social-icon a.tumblr:hover span{
    color: #35506b;
}
.tm-social-icon a.flickr:hover span{
    color: #ff0084;
}
.tm-social-icon a.gplus:hover span{
    color: #d7482a;
}
.tm-social-icon a.twitter:hover span{
    color: #00d7d5;
    border-color: #00d7d5;
}
.tm-social-icon a.pinterest:hover span{
    color: #e1003a;
}
.tm-social-icon a.skype:hover span{
    color: #12c7ef;
}
.tm-social-icon a.soundcloud:hover span{
    color: #fe5600;
}
.tm-social-icon a.vimeo:hover span{
    color: #3f90bf;
}
.tm-social-icon a.youtube span{
    color: #ff3333;
}
.tm-social-icon a.dribbble:hover span{
    color: #f06eaa;
}
.tm-social-icon a.linkedin:hover span{
    color: #3399cc;
    border-color: #3399cc;
}
.tm-social-icon a.instagram:hover span{
    color: #9f6f59;
}
.tm-social-icon a.rss:hover span{
    color: #fca600;
}
.tm-social-icon a:hover span{
    color: #000000;
}
#footer .tm-social-icon a, #footer .tm-social-icon a:hover span {
    background: none;
}
#footer .tm-social-icon a {
    margin-top: -2px;
}

/* jp player */

div.jp-jplayer.jp-jplayer-video { 
    background-color: #292a2b;
}

.jp-jplayer-video video {
    margin-bottom: -6px;
}

div.jp-audio,
div.jp-video {
    color: #fff;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}

div.jp-audio,
div.jp-video { width: 100%; }

div.jp-interface {
    position: relative;
    z-index: 100;
    width: 100%;
    background: url(assets/img/jplayer_bg.png) repeat-x;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

div.jp-type-single div.jp-interface { height: 30px; overflow: hidden;}

div.jp-interface ul.jp-controls {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
    z-index: 1;
    width: 33px;
    height: 30px;
    outline: none;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
    top: 0;
    left: 0;
}

a.jp-play { background: url("assets/img/jplayer-black-and-yellow.png") 0 0 no-repeat; }

a.jp-play:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px 0 no-repeat; }

a.jp-pause {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -30px no-repeat;
}

a.jp-pause:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px -30px no-repeat; }

div.jp-progress-container {
    position: absolute;
    top: 0;
    left: 34px;
    padding: 12px 10px;
    width: 225px;
    height: 6px;
}

div.jp-progress {
    position: absolute;
    overflow:hidden;
}

div.jp-type-single div.jp-progress {
    padding: 1px;
    width: 223px;
    height: 7px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

.single div.jp-type-single div.jp-progress { width: 411px; }

div.jp-seek-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -163px repeat-x;
    cursor: pointer;
}

div.jp-play-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
}

div.jp-volume-bar-container {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 12px 10px;
    width: 40px;
    height: 6px;
}

div.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 9px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x;
    cursor: pointer;
}

div.jp-volume-bar-value {
    margin: 1px;
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x;
}

a.jp-mute,
a.jp-unmute {
    top: 9px;
    right: 60px;
    z-index: 1;
    width: 17px;
    height: 13px;
    outline: none;
}

.seperator-first,
.seperator-second {
    position: absolute;
    left: 32px;
    width: 2px;
    height: 30px;
    background:url(assets/img/seperator.png) no-repeat left;
}

.seperator-second {
    right:90px; 
    left:auto;
}

a.jp-mute { background: url("assets/img/jplayer-black-and-yellow.png") -10px -68px no-repeat; }

a.jp-mute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -68px no-repeat; }

a.jp-unmute {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") -5px -98px no-repeat;
}

a.jp-unmute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -98px no-repeat; }

div.jp-jplayer { background-color: #292a2b; }




/* Comments */
.comment-form-comment {
    width: 65%;
    float: right;
}
.logged-in-as,
.comment-form-author {
    float: left;
    width: 30%;
}
p.form-submit input{
    text-transform: uppercase;
}
.comment-form input[type="text"], .comment-form-comment textarea{
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    border-color: #f5f5f5;
    margin-bottom: 0;
    padding: 13px 18px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.comment-form-comment textarea {
    padding: 13px 18px;
}
.comment-form input[type="submit"] {
    width: 140px;
    float: right;
}
.comment-form-author p label {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}
.comment-form-author span.required {
    color: #fe4743;
}
.comment-form-comment textarea{
    display: inline-block;
    margin-bottom: 20px;
    width:100%;
    max-width: 570px;
    line-height: 1.4;
}
.comment-title-container {
    position: relative;
    margin-bottom: 50px;
}
.comment-title-container h4 {
    margin-bottom: 0;
    font-size: 25px;
    text-transform: uppercase;
    z-index: 1;
}
#reply-title.comment-reply-title {
    display: none;
} 
.comment-author-img {
    width: 70px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
.comment-author-img img {
    max-width: 108px;
    margin-left: -19px;
}
.comment-meta{
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
}
.comment-meta .comment-author-link a {
    font-weight: bold;
    color: #343434;
}
.comment-body {
    position: relative;
    margin-left: 100px;
    line-height: 1.6;
}
.comment-body p:last-child {
    margin-bottom: 0;
}
.comment-list {
    margin-bottom: 40px;
}
.comment-list .comment-block .comment-block {
    margin-left: 100px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #e8e8e8;
    width: 100%;
}

.commentlist .bypostauthor { }
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/* Single tags */
.single .entry-tags i {
    padding-right: 10px;
}
.single .entry-tags a {
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
/* Single pagination */
.single .pagination li {
    list-style: none;
}
.single .pagination, .single .pagination ul {
    margin: 0;
    padding: 0;
}
.single .pagination a {
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #2b353e;
    color: #fff;
}
.single .pagination a:hover {
    background: #1d2124;
}

/* ------------ Elements --------------- */
/* Button */

.btn{
    color: #ffffff;
    background-color: #f9a358;
    border: 1px solid #f9a358;
    overflow: hidden;
    display:inline-block;
    padding: 16px 48px;
    font-size: 14px;
    font-weight:600;
    line-height: 1;
	letter-spacing: 3px;
    *display:inline;
    *zoom:1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    white-space: normal;
}
.btn i {
    font-size:16px;
    margin-left: 12px;
}
.btn i.fa-phone {
    font-size:20px;
    margin-left: 12px;
}
.btn-border,.btn-border span{
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.theme-btn {
    padding: 16px;
    letter-spacing: normal;
}
.btn-border{
    z-index: 0;
}
.btn-border span {
    width: 150%;
    height: 0;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    z-index: -1;
}
.rounded.btn-border span {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn.rounded{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;  
}
.btn-flat.shadow{
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px rgba(0,0,0,.2);
}
.btn-flat.shadow:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Button Flat */

.btn-border{
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 3px solid #f2f2f2;
    color: #f2f2f2;
    background-color: transparent;
}
.btn-group:hover .btn-border,
.btn-border:hover{
    border-color: #f2f2f2;
    color: #f2f2f2;
}
.btn-flat{
    border: 2px solid;
}
.btn-flat:hover {
    background: rgba(0, 0, 0, 0) !important;
}
.btn-outline{
    color: #000000;
    border: 1px solid #000000;
    background-color: rgba(0, 0, 0, 0);
}
.btn-outline-white,
.dark .btn-outline {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0);
}
.btn-xs{
    padding: 4px 12px;
    font-size: 12px;
}
.btn-sm{
    font-size: 14px;
    padding: 10px 32px;
}
.btn-lg{
    padding: 22px 60px;
}
.btn-block{
    padding-left: 0;
    padding-right: 0;
}
.btn-black{
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-lg.btn-black{
    padding: 21px 30px;
}
.btn-xl{
    padding: 20px 28px;
}
.btn-blue {
    background-color: #21418d;
    border: 1px solid #21418d;
}
.btn-orange {
    background-color: #f9a358;
    border: 1px solid #f9a358;
}
.btn.inset {
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0);
}
.btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-blue:hover {
    color: #ffffff;
    background-color: #272726;
    border: 1px solid #272726;
}
.btn-black:hover {
    background-color: #f9a358;
    border: 1px solid #f9a358;
}
.btn.inset:hover {
    background-color: #272726;
    border-color: #272726;
}
.btn-outline:hover,
.btn-outline-white:hover {
    color: #ffffff;
    background-color: #f9a358;
    border: 1px solid #f9a358;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.dark a.btn-outline-white:hover,
.dark a.btn-outline-white:focus,
.dark button.btn-outline-white:hover,
.dark button.btn-outline-white:focus {
    color: #ffffff !important;
    border: 1px solid #f9a358;
    background-color: #f9a358;
}
.btn:hover, .btn:focus {
    color: #ffffff;
}

/* Label */
.label {
    padding: 0px 4px;
    background-color: #f9a358;
    font-weight: normal;
    text-shadow: none;
    line-height: 1.6;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


/* Dropcaps */
.tm-dropcap {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}
.tm-dropcap.dropcap_square, .tm-dropcap.dropcap_circle {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    background-color: #1d2124;
    color: #FFF;    
}
.tm-dropcap.dropcap_circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tm-dropcap.dropcap_border{
    border: 2px solid #1d2124;
    background-color: transparent;
    line-height: 44px;
}


/* ------------ Error 404 ------------- */

.error404 #main,
.error404 .breadcrumbs {
    background-color: #000000;
}
.error404 #page-title {
    display: none;
}
#error404-container{
    position: relative;    
}
h3.error404{
    text-align: center;
    text-transform: uppercase;
    font-size: 72px;
}
h2.errorh2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #787d82;
}
h3.error404 span{
    color: #1d2124;
}
.tm-404-search-container form{
    display: inline-block;
    margin: 0;
}
.tm-404-search-container form#searchform input{
    margin: 0;
    width: 100%;
    border: 1px solid #d0d3d6;
    background: transparent;
}
.tm-404-search-container form#searchform i{
    color: #787d82;
}
.error4button,.tm-404-search-container form{
    position: relative;
    margin: 10px;
    text-transform: uppercase;
}
.tm-404-search-container{
    text-align: center;
}


/* Theme Fullwidth Layout Style */
body.theme-full.menu-left {
    margin-left: 300px;
}
body.theme-full.menu-right {
    margin-right: 300px;
}
/* Theme Boxed Layout Style*/
.theme-boxed {
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    position: relative;
    width: 1024px;
}
.theme-boxed .fixed-footer, 
.theme-boxed #header.header-small{
    width: 1024px;
    left: auto;
    right: auto;
}
.ie8 .theme-boxed .fixed-footer,
.ie8 .theme-boxed #header.header-small,
.ie8 .theme-boxed{
    width: 1000px;
}
.theme-full-element>.row{
    margin-right:0px;
    margin-left: 0px;
}
.theme-boxed .theme-full-element {
    margin-left: -30px;
    width: 1054px;
}
.theme-full-element .theme-carousel-portfolio .owl-buttons{
    display: none;
}

/* Scroll Up Style */
#scrollUp {
    background-color: #f2f2f2;
    border: 2px solid #000000;
    border-radius: 50%;
    bottom: 40px;
    color: #000000;
    cursor: pointer;
    display: none;
    font-size: 22px;
    height: 45px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 45px;
    z-index: 999;
}

#scrollUp:hover{
    color: #25A196;
    border-color: #25A196;
}

/* Container background Video */
.background-video,.video-mask,.video-mask-color{
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-mask{
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    background-image: url(assets/img/video-mask.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    transition: background 1s;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
}
.paused > .video-mask{
    background-color: rgba(0, 0, 0, 0.5);
}
.video-mask-color{
    top: 0;
    left: 0;
    z-index: 3; 
    background: #000;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: .3;
}
.bg-video-container{
    text-align: center;
    margin-top: 44px;
    margin-bottom: 46px;
}
.bg-video-play{
    cursor: pointer;
    color: #808080;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border-style: solid;
    border-width: 12px;
    border-color: rgba(0,0,0,.33);
    font-size: 40px;
    line-height: 150px;
    margin: 55px auto;
    position: relative;
    z-index: 1;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bg-video-play:hover{
    color: #ffffff;
    background-color:rgba(0,0,0,.33);
    border-color:#ffffff;
}
.bg-video-container h2{
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 65px;
}
.bg-video-horizontal{
    position: relative;
}
.bg-video-horizontal h2{
    position: absolute;
    width: 50%;
    padding-right: 125px;
    top: 50%;
    margin-top: -70px;
    font-size: 40px;
}
.bg-video-horizontal h2.bg-video-last-text{
    right: 0;
    padding-right: 0px;
    padding-left: 125px;
}

/* Page Builder CSS Start */

/* Main Grid Padding CSS */
#main{
    padding: 0 0;
    position: relative;
}  
.our-difference #main {
    overflow: hidden;
}
.theme-pagebuilder #main {
}
.page-template-template-onepage-php #main{
    padding: 0;
}
#main [class*="col-md"] {
/*    display: inline-block;*/
    margin-top: 15px;
    margin-bottom: 15px;
}
#main form [class*="col-md"] {
    margin-top: 0;
    margin-bottom: 0;
}
#main .panels [class*="col-md"] {
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 8px;
/*    padding-left: 10px;
    padding-right: 10px;*/
}
#main .theme-portfolio [class*="col-md-3"]{
    width: 24.9%;
}
.onepage-header-container [class*="col-md"] {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    *display: inline;
}
.no-bottom-margin{
    margin-bottom: 0 !important;
}
.no-top-margin{
    margin-top: 0 !important;
}
  #main .no-margin {
/*    overflow: hidden; */
  }
  #main .no-margin,
  #main .no-margin [class*="col-md"]:not(.contact-details) {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .no-margin > div > div > [class*="col-md"] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-margin.tm-element {
    padding-left: 0;
    padding-right: 0;
  }
  .no-margin.medium > div > div > [class*="col-md"]:not(.contact-details) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-padding,
  .no-padding div {
    padding: 0;
  }
  .no-margin img,
  .no-padding img {
    width: 100%;
    height: auto;
  }

.container-fluid > .row {
    margin-left: 0;
	margin-right: 0;
}
#main .full-width .tile {
    padding-left: 0;
    padding-right: 0;
}
.tile {
    position: relative;
}
.tile img {
    position: relative;
    z-index: 98;
}
.tile .hover {
    color: #ffffff;
    display: none;
    left: 0;
    line-height: 1.2;
    padding: 80px 80px 20px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 95;
}
.tile .hover-bg {
    color: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 92;
}
.tile:hover .hover,
.tile:hover .hover-bg {
    display: block;
}
.tile:hover img {
    z-index: 90;
}
.tile h3 {
    color: #e7131b;
    top: 0;
    font-size: 20px;
    left: 15%;
    padding: 15px 0;
    display: inline-block;
    position: absolute;
    z-index: 99;
}
@media screen and (max-width: 768px){
  .tile .hover {
    padding: 60px 50px 20px;
  }
  .tile h3 {
    padding: 5px 0;
  }
}
.tile:hover h3 {
    color: #ffffff;
}
/* Container Styles */

.bg-scroll,.bg-fixed,.bg-parallax{
    background-size: cover;
}
.bg-fixed,.bg-parallax{
    background-attachment: fixed;
}
.bg-pattern{
    background-repeat: repeat;
    background-position: left top;
}

/* Page Builder Elements START */
/* About Element */
.theme-about{
    background-image: url(assets/img/about-bg.png);
    background-repeat: repeat-y;
    background-position: 50%;
}
.theme-about .about-type-content{
    position: relative;
}
.theme-about .about-type-content>.about-bullet{
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 2px #d5d5d5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #ffffff;
}
.theme-about .about-type-content>.about-bullet, 
.theme-about .about-type-content>.about-content,
.theme-about .about-type-content>.about-content:before{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.theme-about .about-type-content:hover>.about-bullet{
    border-color: #ffffff;
    background-color: #616264;
}
.theme-about .about-type-title{
    text-align: center;
}
.theme-about .about-type-title>.about-title{
    color: #FFF;
    background-color: #616264;
    display: inline-block;
    padding: 9px 24px;
    font-size: 20px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #fff;
    margin: 60px auto;
}
.theme-about .about-type-title:first-child>.about-title{
    margin-top:0;
}
.theme-about .about-type-title:last-child>.about-title{
    margin-bottom: 0;
}
.theme-about .about-type-content>.about-content,.theme-about .about-type-content>.about-content:before{
    width: 45%;
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    border-color: #F5F5F5;
}
.theme-about .about-type-content>.about-content:before{
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    margin-top: -10px;
    width:  20px;
    height: 20px;
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
    border-left-width: 0;
    border-bottom-width: 0;
}
.theme-about .about-pos-right>.about-content:before{
    right: auto;
    left: -10px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0;
    border-top-width: 0;
}
.theme-about .about-type-content>.about-content{
    position: relative;
    color: #808080;
    padding: 16px 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.theme-about .about-pos-right>.about-content{
    float: right;
}
.theme-about .about-type-content .about-heading>div{
    display: inline-block;
}
.theme-about .about-type-content .about-title{
    font-size: 20px;
    color: #808080;
    font-weight: bold;
}
.theme-about .about-type-content .about-date{
    float: right;
    font-size: 16px;
}
.theme-about .about-type-content:hover .about-content,.theme-about .about-type-content:hover .about-content:before{
    background-color: #ffffff;
    border-color: #d5d5d5;
}
.theme-about .about-type-content:hover .about-title{
    color: #616264;
    font-weight: 600;
}
.theme-about .about-type-content:hover .about-date{
    font-weight: 600;
}

/* About Me Element */
.theme-aboutme .aboutme-meta .aboutme-share{
    text-align: right;
}
.theme-aboutme .aboutme-meta .desc{
    margin-bottom: 10px;
}
.theme-aboutme .aboutme-meta>div{
    width: 50%;
    display: inline-block;
}
.theme-aboutme .aboutme-head{
    font-size: 30px;
}
.theme-aboutme .aboutme-head h2{
    font-size: 43px;
    margin: 10px 0;
    color: #1c1c1c;
}
.theme-aboutme .aboutme-meta a i{
    background-color:  transparent;
    border: solid 1px #808080;
    margin-right: 2px;
    height: 43px;
    width: 43px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 11px;
}
.theme-aboutme .aboutme-meta a i:hover{
    background-color: #ffffff;
    color: #616264;
    border: solid 1px #616264;
}
.theme-aboutme .aboutme-meta a:first-child i{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.theme-aboutme .aboutme-meta a:last-child i{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.theme-aboutme.aboutme-style-2 .aboutme-head{
    margin-bottom: 30px;
}
.theme-aboutme.aboutme-style-2 span,
.theme-aboutme.aboutme-style-2 h2{
    font-size: 35px;
    font-weight: 300;
}
.theme-aboutme.aboutme-style-2 h2{
    display: inline-block;
    margin-left: 15px;
    color: #616264;
}
.theme-aboutme.aboutme-style-2 .aboutme-meta{
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding: 10px 0 30px 0;
    margin-top: 60px;
}
.theme-aboutme.aboutme-style-2 span.style2{
    display: block;
    font-size: 29px;
}
.theme-aboutme.aboutme-style-2 .aboutme-meta a i{
    background-color:  #616264;
    border: solid 1px #616264;
    color: #fff;
}
.theme-aboutme.aboutme-style-2 .aboutme-meta a i:hover{
    background-color: #ffffff;
    color: #616264;
    border: solid 1px #616264;
}

/* Accordion, Toggle Element */
.accordion-group {

}
.accordion-group .accordion-heading{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
}
.accordion-group.active .accordion-heading{

}

.accordion-group:first-child{
    -webkit-border-radius:  3px 3px 0 0;
    -moz-border-radius:     3px 3px 0 0;
    border-radius:          3px 3px 0 0;
    overflow: hidden;
}
.accordion-group:last-child{
    border-bottom-color: #e5e5e5;
    -webkit-border-radius:  0 0 3px 3px;
    -moz-border-radius:     0 0 3px 3px;
    border-radius:          0 0 3px 3px;
    overflow: hidden;
    border-bottom-width: 2px !important;
}
.accordion-group:last-child .accordion-heading{
    border-bottom-width: 0; 
}
.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 32px 23px 28px;
    cursor: pointer;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    color: #122657;
    background-color: #e2f2f9;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.accordion-toggle .fa {
    color: #122657;
    float: right;
}
.accordion-group.active .accordion-toggle .fa {
    color: #ffffff;
}
.accordion-toggle .fa::before {
    content: "";
}
.active .accordion-toggle .fa::before {
    content: "";
}
.accordion-heading .accordion-toggle:hover{
    color: #1d2124;
}
.accordion-inner {
    padding: 17px 22px;
}
.accordion-inner p:last-child{
    margin-bottom: 0;
}
.collapse {
    position: relative;
    display: none;
    overflow: hidden;
}
.accordion-group.active .collapse,.accordion-group.closing .collapse {
    display: block;
}
.accordion-group.active,.accordion-group.active .accordion-heading{
    border-width: 0;
}
.accordion-group.active .accordion-body{
    border: #e5e5e5 1px solid;
}
.accordion-group.active .accordion-toggle{
    background-color: #616264;
    color: #ffffff;
    font-weight: 700;
}
/* Callout Element */
.theme-callout .callout-container{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    text-align: center;
    padding: 30px 15px;
}
.theme-callout .callout-text{
    position: relative;
}
.theme-callout .callout-text p{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
}
.theme-callout .callout-text p b{
    font-weight: 900;
}
.theme-callout.with-button p{
    padding-right: 200px;
}
.theme-callout .btn-callout{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -24px 0 0 20px;
    padding: 12px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    border: 2px solid transparent;
    background: #f2f2f2;
    color: #fff;
}
.theme-callout .callout-text > a.btn:hover{
    background: #00658b;
}
.theme-callout .callout-text > a.btn i {
    margin: 0 0 0 10px;
}
/* Callout style2 */
.theme-callout.style2 .callout-container{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 35px 50px;
}
.theme-callout.style2 .callout-text p b{
    font-weight: 700;
}
.theme-callout.style2 .btn-callout{
    background: #fff;
    color: #616264;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 30px;
    -webkit-box-shadow: 3px 3px #1a9d91;
    -moz-box-shadow: 3px 3px #1a9d91;
    box-shadow: 3px 3px #1a9d91;
}
.theme-callout.style2 .btn-callout:hover{
    color: #fff;
}



/* Carousel Element */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Owl Carousel Start*/

.list_carousel .owl-buttons div{
    display: inline-block;
    padding: 0 5px;
    font-size: 22px;
	font-weight: 100;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 3px;
    background: url(assets/img/owl-page.png);
    background-position: 12px 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-position: 12px 12px;
}

/* Twitter Carousel Testimonials */
.theme-carousel-twitter.list_carousel .owl-buttons,
.theme-carousel-testimonial.list_carousel .owl-buttons{
    top: auto;
    bottom: -80px;
    right: 50%;
    margin-right: -16px;
}

/* display none until init */

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel li{
    list-style: none;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(assets/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.theme-carousel-twitter .owl-wrapper,
.theme-carousel-testimonial .owl-wrapper{
    -webkit-transition: all 0ms ease !important;
    -moz-transition: all  0ms ease !important;
    -o-transition: all  0ms ease !important;
    transition: all  0ms ease !important;
}


/* Ubo Added Theme Carousel styles*/
.carousel-container{
    position: relative;
}
.carousel-thumbnail, .theme-carousel.entry-media{
    margin-bottom: 20px;
    position: relative;
}
.list_carousel .carousel-content{
    text-align: left;
    line-height: 1.4;
}
.list_carousel .carousel-title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
}
.list_carousel .carousel-title a{
    color: #808080;
}
.list_carousel .carousel-title a:hover{
    color: #616264;
}
.list_carousel .owl-buttons{
    position: absolute;
    right: 15px;
    top: -40px;
}
.list_carousel.style_2 .owl-buttons{
    right: 0;
}
.list_carousel{
    margin: 0 -15px;
}
.list_carousel .list_carousel{
    margin: 0;
}
.list_carousel .tm-owl-item{ 
    margin: 0 15px;
}
.single-portfolio-full .list_carousel .tm-owl-item,.single-post .list_carousel .tm-owl-item{
    margin: 0;
}
.single-portfolio-full .owl-carousel .owl-wrapper-outer,.single-post .owl-carousel .owl-wrapper-outer{ 
    overflow: visible !important;
}
.list_carousel>.tm-owl-filter-left, .list_carousel>.tm-owl-filter-right{
    min-width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
.list_carousel>.tm-owl-filter-left{
    right: 100%;
}
.list_carousel>.tm-owl-filter-right{
    left: 100%;
}
.theme-carousel-post.list_carousel .tm-owl-item,
.theme-carousel-portfolio.list_carousel .tm-owl-item{
    width: 370px;
    float: left;
}
.list_carousel .tm-owl-item{
    display: none;
}
.owl-carousel .tm-owl-item{
    display: block;
}
.theme-carousel-post.list_carousel .owl-item .tm-owl-item,
.theme-carousel-portfolio.list_carousel .owl-item .tm-owl-item{
    width: auto;
    float: none;
    position: relative;
}

/* Post Carousel */
.theme-carousel-post .entry-media .tm-owl-item {
    margin: 0;
}
.theme-carousel-partner .tm-owl-item{
    text-align: center;
}
.theme-carousel-partner a{
    opacity: .5;
}
.theme-carousel-partner a:hover{
    opacity: 1;
}
/* Portfolio Carousel */
.theme-portfolio.list_carousel .carousel-content{
    padding: 20px 10px;
    text-align: center;
}
.theme-portfolio.list_carousel.style_2 .carousel-content{
    background: transparent;
    color: #fff;
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -52px;
}
.theme-portfolio.list_carousel.style_2 .carousel-content a{
    color: #fff;
}

/* Portfolio Like it */

.likeit:hover {
    color: #616264;
    cursor: pointer;
}
.likeit i {
    padding-right: 7px;
}
article.single-portfolio .likeit {
    cursor: pointer;
    margin-bottom: 5px;
}




/* Portfolio */
article.single-portfolio h2.portfolio-title {
    font-size: 25px;
    color: #616264;
    padding-bottom: 20px;
    margin: -10px 0 17px;
    border-bottom: 2px solid #f4f4f4;
}
article.single-portfolio > h2.portfolio-title {
    padding-bottom: 30px;
    margin: 33px 0 -3px;
}
.single-portfolio-half .col-md-3.pos-top,.single-portfolio-full .col-md-3.pos-top{
    position: fixed;
    top: 75px;
}
.single-portfolio-half .col-md-3.pos-bottom,.single-portfolio-full .col-md-3.pos-bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.single-portfolio-full .portfolio-meta{
    text-align: right;
}
.theme-portfolio .isotope-container[data-column="5"]>article{
    width: 19.9947443%;
}
.theme-portfolio.theme-full-element .isotope-container[data-column="5"]>article{
    width: 19.9748%;
}
.theme-portfolio .isotope-container[data-column="4"]>article{
    width: 24.98686%;
}
.theme-portfolio.theme-full-element .isotope-container[data-column="4"]>article{
    width: 24.98%;
}
.theme-boxed .theme-portfolio.theme-full-element .isotope-container[data-column="4"]>article{
    width: 24.97%;
}
.theme-portfolio .isotope-container[data-column="3"]>article{
    width: 33.33%;
}
.theme-portfolio.theme-full-element .isotope-container[data-column="3"]>article{
    width: 33.319%;
}
.theme-portfolio .isotope-container[data-column="2"]>article{
    width: 50%;
}
.theme-portfolio .isotope-container[data-column="1"]>article{
    width: 100%;
}
.theme-portfolio article.portfolio {
    padding: 15px;
}
.theme-portfolio.theme-full-element .isotope-container {
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
}
.theme-portfolio .portfolio-hover {
    opacity: 0;
    padding: 20px 60px 20px 30px;
    border: 1px solid #e8e8e8;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);


    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.theme-portfolio .meta-link a, .theme-portfolio .meta-like {
    background: #616264;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.theme-portfolio .likeit {
    position: absolute;
    right: 30px;
}
.theme-portfolio .meta-link {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}
.theme-portfolio .meta-like {
    position: absolute;
    top: -60px;
    right: 30px;
    font-size: 16px;
    font-weight: bold;
    width: 75px;

    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.theme-portfolio .meta-like .likeit {
    position: static;
}
.meta-like .likeit:hover {
    color: #fff;
}
.theme-portfolio .meta-link a:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}
.theme-portfolio .meta-link a:last-child{
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
.theme-portfolio .meta-link a:last-child {
    background: #17a598;
}
.theme-portfolio h2.portfolio-title{
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}
.theme-portfolio h2.portfolio-title a{
    color: #343434;
}
.theme-portfolio h2.portfolio-title a:hover, 
.theme-portfolio.col2t h2.portfolio-title a:hover{
    color: #616264;
}
.portfolio-thumb>img{
    width:100%;
}
.portfolio-thumb {
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.portfolio-cats {
    margin-bottom: 30px;
}
.portfolio-cats p {
    margin-bottom: 0;
}
.portfolio-cats a,.portfolio-cats a:hover{
    color: #808080;
}
.portfolio-cats i {
    padding-right: 10px;
    font-size: 12px;
}

/* Portfolio 2 columns with text */
.theme-portfolio.col2t .portfolio-thumb {
    margin-bottom: -1px;
}
.theme-portfolio.col2t .portfolio-content {
    padding: 20px 30px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.theme-portfolio.col2t article.portfolio:hover .portfolio-content {
    border-color: #616264;
}
.theme-portfolio.col2t h2.portfolio-title a {
    color: #808080;
}
.theme-portfolio.col2t .portfolio-hover {
    padding: 0;
    border: 0;
}
.theme-portfolio.col2t .meta-link {
    left: 30px;
    margin-left: 0;
}
.meta-line {
    width: 50px;
    height: 1px;
    background: #b2b2b2;
    display: block;
    margin: 25px 0;
}

/* Portfolio Fullwidth style */
.theme-portfolio.theme-full-element article.portfolio {
    padding: 0;
}
.theme-portfolio.theme-full-element .portfolio-hover {
    border: 0;
}

/* Portfolio 1 column style */
.theme-portfolio.col1 .portfolio-hover,
.theme-portfolio.col1t .portfolio-hover {
    border: 0;
    padding: 0;
    background: rgba(255,255,255,.9);
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(-500px,0,0);
    transform: translate3d(-500px,0,0);
}
.theme-portfolio.col1 .meta-line {
    display: none;
}
.theme-portfolio.col1 .meta-link {
    top: auto;
    bottom: 0;    
}
.theme-portfolio.col1 .meta-like {
    top: 0;
    right: 50%;
    margin-right: -30px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.theme-portfolio.col1 .meta-link a, .theme-portfolio.col1 .meta-like,
.theme-portfolio.col1t .meta-link a, .theme-portfolio.col1t .meta-like {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.theme-portfolio.col1 .portfolio-content {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    text-align: center;
}

/* Portfolio 1 column with text style */
.theme-portfolio.col1t article.portfolio:nth-child(even) .portfolio-hover {
    right: 0;
}
.theme-portfolio.col1t .portfolio-hover {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    padding: 30px;
}
.theme-portfolio.col1t .portfolio-content {
    overflow: hidden;
    line-height: 1.6;
    height: 440px;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
}
.theme-portfolio.col1t h2.portfolio-title a {
    color: #808080;
}
.theme-portfolio.col1t .meta-link a, .theme-portfolio.col1t .meta-like {
    background: #adadad;
}
.theme-portfolio.col1t article.portfolio:hover h2.portfolio-title a {
    color: #616264;
}
.theme-portfolio.col1t article.portfolio:hover .meta-link a, 
.theme-portfolio.col1t article.portfolio:hover .meta-like {
    background: #616264;
}
.theme-portfolio.col1t article.portfolio:hover .meta-link a:last-child {
    background: rgba(33,182,168,.85);
}
.theme-portfolio.col1t .meta-link {
    top: auto;
    bottom: 0;
    left: 30px;
    margin-left: 0;
}
.theme-portfolio.col1t .meta-like {
    top: auto;
    bottom: 0;
}

/* Portfolio Animation */
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
article.not-inited{
    -webkit-transform:  translate3d( 0px, 0px, 0px ) !important;
    -moz-transform:     translate3d( 0px, 0px, 0px ) !important;
    -ms-transform:      translate3d( 0px, 0px, 0px ) !important;
    -o-transform:       translate3d( 0px, 0px, 0px ) !important;
    transform:          translate3d( 0px, 0px, 0px ) !important;
    opacity: 0;
}

/* Related portfolios */
#main .related_portfolios .theme-portfolio {
    margin-top: -15px;
    margin-bottom: 0;
}

/* Portfolio hover */

.image-overlay {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}
.portfolio-thumb:hover .image-overlay,
.portfolio-thumb:hover .meta-link,
.portfolio-thumb:hover .meta-link a,
.portfolio-thumb:hover .portfolio-hover, 
.portfolio-thumb:hover .meta-like{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-thumb:hover .meta-link > a:last-child,
.portfolio-thumb:hover .meta-link > span{
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.portfolio-thumb:hover .meta-link > a:first-child {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}
.portfolio-thumb:hover .meta-like {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}


/* Graph Chart, Pie Chart on Page Builder */
.list-desc,.with-list-desc{
    display: inline-block;
    vertical-align: middle;
}
.list-desc{
    width: 40%;
    opacity: 0;
}
.with-list-desc{
    width: 40%;
    margin-right: 20%;
}
.list-desc>ul{
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.list-desc>ul>li>i{
    display: inline;
    margin-right: 10px;
}

/* Circle Chart Element */
.tm-circle-chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.style-4 .tm-circle-chart{
    background: #fff;
}
.tm-circle-chart.style_2 {
    display: inline-block;
    *display: inline;
    margin: 0 10px 10px 0;
}
.tm-circle-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



/* Divider Element */

.tm-divider-space{
    text-align: center;
}
.tm-divider {
    position: relative;
    margin: 0;
}
.tm-divider div {
    height: 1px;
    background: #bdc3c7;
}
.theme-heading i, .theme-title i, .tm-divider i{
    position: absolute;
    left: 50%;
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    top: -14px;
    margin-left: -30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tm-divider h6{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -9px;
    font-size: 11px;
}
.tm-divider span{
    font-weight: normal;
    padding: 12px 20px;
    background: #FFF;
    border: 1px solid #d1d4d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tm-divider.divider-top i, .tm-divider.divider-top span{
    cursor: pointer;
}
.tm-divider.divider-top span{
    padding: 8px 6px;
}
.tm-divider.divider-top h6 {
    font-weight: normal;
    font-size: 9px;
    top: -7px;
}
.tm-divider.divider-right h6{
    text-align: right;
}
.tm-divider.divider-left h6{
    text-align: left;
}
.tm-divider.divider-right i{
    left: auto;
    margin-right: 15px;
    right: 0;
}
.tm-divider.divider-left i{
    left: 0;
    margin-left: 15px;
}
.tm-divider i.line,.tm-divider i.square{
    border-width: 1px;
    border-style: solid;
}
.tm-divider i.square{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Heading Element */

.theme-heading{
    position: relative;
    text-align: center;
}
.theme-heading .heading-title.minimal{
    font-size: 20px;
    font-weight: 700;
}
.theme-heading .heading-title.minimal>span.title-seperator{
    width: 100px;
    background: #808080;
    margin: 22px auto 30px;
}
.theme-heading .heading-title{
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    font-size: 35px;
}
.theme-heading .heading-title>span{
    color: #616264;
}
.theme-heading p{
    font-size: 24px;
}
.title-seperator{
    position: relative;
    width: 296px;
    height: 2px;
    background: #E5E5E5;
    display: block;
    margin: 36px auto 20px;
    text-align: center;
}
.title-seperator > i.default {
    width: 18px;
    margin-left: -9px;
    line-height: 22px;
}
.title-seperator i.default > span {
    width: 3px;
    height: 2px;
    display: inline-block;
    background: #616264;
    margin: 0 2px;
}
.theme-heading p {
    max-width: 100%;
    margin: 38px auto 0;
}

.theme-heading.left, .left .theme-title {
    text-align: left;
}
.theme-heading.left .title-seperator,.theme-heading.left p{
    margin-left: 0;
}
.theme-heading.left .title-seperator, .theme-heading.right .title-seperator{
    width: 153px;
}
.theme-heading.left .title-seperator > i.default{
    margin-left: 0;
    left: 0;
    width: 16px;
    padding-right: 2px;
}
.theme-heading.right{
    text-align: right;
}
.theme-heading.right .title-seperator,.theme-heading.right p{
    margin-right: 0;
}
.theme-heading.right .title-seperator > i.default{
    margin-left: 0;
    left: auto;
    right: 0;
    width: 16px;
    padding-left: 2px;
}

.theme-title h3{font-size: 22px; font-weight: 600; }

.key-points .theme-title h3 {
    color: #222;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0.7em;
    margin-top: 0;
}
.key-points .theme-title h3 {
    font-weight: 700;
    text-align: center;
}
.theme-title .title-seperator{
    width: 100px;
    background: #e4e4e4;
    margin: 22px 0 30px;
}



/* History Element */

.history-container{
    position: relative;
    text-align: center;
}
.history-items{
    display: inline-block;
}
.theme-history .history-group{
    position: relative;
    min-height: 150px;
    margin: 0 !important;
    text-align: center;
    z-index: 2;
    width: 190px;
    float: left;
    padding: 0 15px;
}
.theme-history .history-year{
    position: relative;
    top: 40px;
    margin: auto;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ecf0f1;
    border: 7px solid #ecf0f1;
}
.theme-history .history-year:after{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #ecf0f1;
    border-width: 12.5px;
    margin-left: -12.5px;
}
.theme-history .bottom .history-year:after{
    top: 100%;
    bottom: auto;
    border-bottom-color: transparent;
    border-top-color: #ecf0f1;
}
.theme-history .history-title{
    line-height: 1;
    bottom: 0;
    top: auto;
    position: absolute;
    display: block;
    width: 85%;
    font-size: 13px;
    font-style: italic;
}
.theme-history .top .history-title{
    bottom: auto;
    top: 0;
}
.theme-history .history-bg{
    display: block;
    position: absolute;
    top: 75px;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ecf0f1;
}



/* Coming Soon */
.tm-cs-container{
    background: #fff;
    padding: 60px 0;
    text-align: center;
    margin: 0;
}
.page-template-page-comingsoon-php #main{
    padding: 150px 0;
    background: transparent;
}
.page-template-page-comingsoon-php h1,
.tm-coming-soon h1{
    margin: 15px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: normal;
}
.tm-coming-soon .days,
.tm-coming-soon .hours,
.tm-coming-soon .minutes,
.tm-coming-soon .seconds {
    position: relative;
    color: #fff;
    font-weight: normal;
    background: #1d2124;
    width: 108px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tm-coming-soon .count {
    font-size: 36px;
    line-height: 1;
    padding: 20px 0;
}
.tm-coming-soon .text{
    line-height: 1;
    padding: 10px 20px 20px 20px;
}
.tm-coming-soon span.coming-soon{
    width: 62px;
    height: 0px;
    display: block;
    margin-left: 16px;
    border-top: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.tm-coming-soon, .subscribe-container input {
    display: inline-block;
}
.subscribe-container input.btn{
    background: #787d82;
}
.subscribe-container input{
    padding: 15px 20px;
    margin: 0;
    margin-right: 10px;
}
.tm-coming-soon>div{
    float:left;
}
.tm-coming-soon>.sep{
    font-size: 48px;
    padding: 25px 20px;
    line-height: 1;
    color: #1d2124;
}
.tm-coming-soon-content {
    width: 700px;
    margin: 20px auto;
}



/* List Element */

#main ul.theme-list{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.theme-list > li > i {
    color: #f9a358;
    font-size: 64px;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    margin-bottom: 40px;
    text-align: center;
    width: 80px;
    float: left;
}
ul.theme-list ul {
    margin-left: 90px;
    list-style-type: square;
}
.normal ul.theme-list li{
    line-height: 1.9;
    font-size: 16px;
}
.normal ul.theme-list>li>i{
    font-size: 10px;
    line-height: 21px;
    width: 18px;
    height: 18px;
}
ul.theme-list li{
    line-height: 1.2;
    position: relative;
    margin-bottom: 60px;
    clear: both;
}
ul.theme-list h4{
    color: #f9a358;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
/* Message Box Element*/
.alert{
    position: relative;
    margin-bottom: 6px;
    padding: 12px 20px;
    background-color: #d1d4d7;
    text-shadow: none;
    color: #95a5a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.alert:last-child{
    margin-bottom: 0;
}
.alert-success{
    background-color: #e0f0d8;
    color: #468847;
}
.alert-info{
    background-color: #d8edf7;
    color: #3a87ad;
}
.alert-warning{
    background-color: #fcf7e3;
    color: #c09953;
}
.alert-danger{
    background-color: #f2dede;
    color: #b94a48;
}



/* Milestone Element */

.tm-milestones-count>.tm-milestones-show{
    position: relative;
    float: left;
    overflow: hidden;
    width: 25px;
    height: 45px;
    top: 0;
    left: -3px;
}
.tm-milestones-count>.tm-milestones-show>ul{
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-milestones-count{
    text-align: left;
    color: #1d2124;
    font-weight: 100;
    font-size: 42px;
    line-height: 1;
}
.theme-milestone .tm-milestones-icon.float-left,.theme-milestone .tm-milestones-content.float-left{
    float: left;
}
.theme-milestone .tm-milestones-icon.centered,.theme-milestone .tm-milestones-content.centered{
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.theme-milestone .tm-milestones-content.centered .tm-milestones-count{
    display: inline-block;
    *display: inline;
    text-align: center;
}
.theme-milestone .tm-milestones-icon{
    margin-right: 25px;
}
.tm-milestones-show ul li{
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}
.tm-milestones-show ul li:last-child{
    margin-bottom: 0;
}
.tm-milestones-content span{
    display: block;
}
.tm-milestones-content span.title-seperator{
    margin: 10px auto;
    width: 30px;
}



/* Price Block Element */
.tm-element.theme-pricing {
    padding-left: 0;
    padding-right: 0;
}
.pricing-column {
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-right: -1px;
}
.tm-pricing-two {
    width: 50%;
}
.tm-pricing-three {
    width: 33.333%;
}
.tm-pricing-four {
    width: 25%;
}
.pricing-column {
    float: left;
    padding: 0 15px;
}

.pricing-header h1 {
    font-size: 22px;
    color: #616264;
}
.pricing-top {
    width: 195px;
    height: 195px;
    border: 3px solid #616264;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: -95px auto 0;
    padding-top: 45px;
    background: #fff;
    color: #616264;
}
.pricing-box {
    margin-top: 115px;
    margin-bottom: 30px;
    border: 2px solid #F1F1F1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.price-symbol {
    font-size: 60px;
    font-weight: normal;
    line-height: 64px;
}
.price-time {
    font-size: 22px;
}
.pricing-content{
    padding: 20px 0 37px;
}
.pricing-content p {
    margin-bottom: 35px;
}
.pricing-content ul {
    margin: 20px 0 0;
    padding: 2px 0 5px;
    background: #f4f4f4;
    color: #343434;
}
.pricing-content ul li{
    padding: 20px;
    list-style: none;
    margin: 0;
    line-height: 1.5;
}
.pricing-footer a{
    font-size: 16px;
    font-weight: 900;
    border-color: #616264;
    background: #fff;
    color: #616264;
    padding: 15px 40px;
    margin: 0 0 -32px;
    text-transform: uppercase;
}
.pricing-footer a:hover{
    background: #616264;
    color: #fff;
}
.pricing-column.featured .pricing-top,.pricing-column:hover .pricing-top{
    width: 215px;
    border: 10px solid #fff;
    border-bottom: none;
    border-top: none;
    background: #616264;
    color: #fff;
}
.pricing-column.featured .pricing-box,.pricing-column:hover .pricing-box{
    border: 2px solid #616264;
}
.pricing-column.featured .pricing-footer a,.pricing-column:hover .pricing-footer a{
    background: #616264;
    color: #fff !important;
}
.pricing-column.featured .pricing-footer a:hover,.pricing-column:hover .pricing-footer a:hover{
    background: #fff !important;
    color: #616264 !important;
}


/* Process Element */
.theme-process{
    text-align: center;
}
.process-container{
    display: inline-block;
}
.process-group{
    position: relative;
    width: 190px;
    margin: 40px 0px;
    float: left;
}

.process-group:last-child .fa{
    display: none;
}
.process-group .process-icon{
    position: absolute;
    top: 50%;
    font-size: 24px;
    margin-top: -13px;
    right: -6px;
    color: #bdbdbd;
}
.process-title,
.process-number{
    font-family: sans-serif;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
}
.process-number{
    position: absolute;
    top: 0;
    left: 35px;
    font-weight: normal;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2b353e;
    color: #fff;
}
.process-title{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    line-height: 1;
    font-size: 14px;
    padding: 50px 20px;
}


/* Progress bar Element */

@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:16px;margin-bottom:16px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.theme-progress .bar{width:0%;height:12px;color:#ffffff;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-repeat:repeat-x;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.theme-progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);}
.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
.theme-progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.theme-progress .bar{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.theme-progress .bar-container{
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.theme-progress{
    margin-bottom: 35px;
}
.theme-progress:last-child{
    margin-bottom: 0;
}
.progress-title{
    font-weight: 300;
    position: relative;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 13px;
}
.progress-title span{
    font-weight: 700;
    float: right;
}
.progress .bar.tm-bi {
    background-image: none;
}

/* Service Element */

.tm-service-box{
    padding: 0;
    overflow: hidden;
    position: relative;
}
.tm-service-box .tm-service-content{
    padding: 0 15px 30px;
    position: relative;
    background-color: #ffffff;
    text-align: center;
}
.tm-service-box .tm-service-icon{
    text-align: center;
    position: relative;
}
.tm-service-box:hover .tm-service-icon img {
    opacity: 0.75;
}
.tm-service-box .tm-service-content h3 {
    color: #414244;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.style_1.tm-service-box .tm-service-content {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    text-align: center;
    margin-top: 0;
    transform: margin-top 0.5s ease;
    padding: 0 20%;
}
.style_1.tm-service-box .tm-service-content h3 {
    font-weight: 900;
    text-transform: uppercase;
}
.style_1.tm-service-box .tm-service-content p {
    visibility: hidden;
    color: #ffffff;
    transform: all 0.5s ease;
}
.style_1.tm-service-box .btn {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    padding: 24px 0;
    margin-bottom: -70px;
    transform: all 0.3s ease;
}
.style_1.tm-service-box:hover .tm-service-content {
    margin-top: -120px;
}
.style_1.tm-service-box:hover .tm-service-content p {
    visibility: visible;
}
.style_1.tm-service-box:hover .tm-service-content h3 {
    color: #e0e0e0;
}
.style_1.tm-service-box:hover .btn {
    margin-bottom: 0;
}
.style_1.tm-service-box .tm-service-content i {
    position: absolute;
    font-size: 32px;
    width: 64px;
    height: 64px;
    color: #ffffff;
    background-color: #333;
    text-align: center;
    line-height: 64px;
    top: 0;
    left: 0;
    margin-top: -80px;
}
.style_1.tm-service-box:hover .tm-service-content i {
    background-color: #e0e0e0;
}
.tm-service-box .tm-service-icon{
    display: block;
    text-align: center;
}
.tm-service-box .btn {
    background-color: #A03B3B;
    border: 1px solid #A03B3B;
    padding: 16px 20px;
}
.style_1.tm-service-box .btn {
    width: 100%;
}
.tm-service-box:hover .btn {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0);
}
.style_1.tm-service-box:hover .btn {
    background-color: #e0e0e0;
}
.style_1.tm-service-box .tm-service-icon img{
    background-color: rgba(235,77,5,1);
    opacity:0.75;
}
.style_1.tm-service-box:hover .tm-service-icon img{
    opacity:1;
}
.left .tm-service-box .tm-service-icon{
    text-align: left;
}
.tm-service-box .tm-service-icon.pull-left,.tm-service-box .tm-service-icon.pull-right{
    margin-bottom: 10px;
}
.tm-service-box .tm-service-content.desc_unstyle{
    text-align:inherit;
}
.style_2.tm-service-box .tm-service-content {
    color: #ffffff;
    background-color: transparent;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
}
.style_2.tm-service-box .tm-service-icon {
    background-color: #000000;
}
.tm-service-box .tm-service-content h3 {
    margin-top: 30;
}
.style_2.tm-service-box .tm-service-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: -13px;
    display: inline-block;
    text-transform: none;
    opacity: 0;
}
.small .style_2.tm-service-box .tm-service-content h3 {
    font-size: 18px;
    opacity: 1;
}
.style_2.tm-service-box:hover .tm-service-content h3 {
    opacity: 1;
}
.style_2.tm-service-box .tm-service-icon img {
    transition: 0.5s;
}
.style_2.tm-service-box:hover .tm-service-icon img {
    opacity: 0.5;
    transition: 0.5s;
}
.small .style_2.tm-service-box .tm-service-icon img {
    opacity: 0.5;
}
.small .style_2.tm-service-box:hover .tm-service-icon img {
    opacity: 1;
}
.left .tm-service-box .tm-service-content{
    text-align: left;
}
.tm-service-box:hover .tm-service-icon i {
    color: #272726 !important;
}
.tm-service-box:hover .tm-service-icon i {
    border-color: #272726 !important;
}
.tm-service-box h2{
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    color: #000000;
    text-transform: none;
}
.style_1.tm-service-box h2{
    font-size: 26px;
    font-weight: 900;
}
.no-titleline .service-title-sep{
    display: none;
}
.tm-service-box .service-title-sep.last{
    margin-top: 24px;
    margin-bottom: 5px;
}

.tm-service-box .tm-service-content p {
    line-height: 1.4;
    font-weight: 700;
}
.style_1.tm-service-box a .tm-service-content p {
}

.tm-service-box.style_2,.tm-service-box.style_1{
    cursor: pointer;
}
.tm-service-box.style_2{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}
.tm-service-box.style_2.left-service{
    padding: 30px 40px 30px 0;
}
.left-service.style_2 .tm-service-icon{
    top: 50%;
}
.left-service,.tm-service,.right-service{
    display: inline-block;
    *display: inline;
    position: relative;
}
.left-service .tm-service-icon,.right-service .tm-service-icon{
    position: relative;
    float:left;

}
.right-service .tm-service-icon{
    left: auto;
    right: 0;
}
.tm-service-box.right-service .tm-service-content.desc_unstyle{
    text-align:right;
}
.style_2 .service-title-sep.last,
.tm-service-box.left-service .service-title-sep.last{
    display: none;
}
.tm-service-box.left-service .service-title-sep{
    margin-left: 0;
}
.tm-service-box.right-service .service-title-sep{
    margin-right: 0;
}
.style_2 .tm-service-content a,
.left-service .tm-service-content a{

}
.left-service .tm-service-content a.more:hover{
    background: transparent;
}
.style_2 .tm-service-content a.more{
    margin-top: 15px;
    float: none;
}
.style_2 .tm-service-content a.more:hover,
.left-service .tm-service-content a.more:hover{
    color: #ffffff;
}
.tm-service-box, .tm-service-box h3, .tm-service-box .tm-font-icon, 
.pricing-box{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
   
}

.tm-font-icon,.tm-font-icon:after,.tm-font-icon:before{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.fi-rotate{
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
}
.fi-rotate:before{
    display: inline-block;
    -webkit-transform:  rotate(-45deg);
    -moz-transform:     rotate(-45deg);
    -o-transform:       rotate(-45deg);
    -ms-transform:      rotate(-45deg);
    transform:          rotate(-45deg);
}

/* Tab Element */
.theme-tab {

}
.nav-tabs > li i {
    display: block;
    font-size: 72px;
    color: #212224;
    background-color: #f7f7f8;
    border-radius: 50%;
    text-align: center;
    width: 144px;
    height: 144px;
    line-height: 144px;
    margin: 0 auto 20px;
}
.nav-tabs > li.active i {
    color: #ffffff;
    background-color: #333;
}
.nav-tabs {
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    line-height: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.nav-tabs>li{
    float: left;
    line-height: 1;
     position: relative;
    margin-bottom: 0;
}
.nav-tabs>li.active ~ hr {
  height: 6px;
  width: 33%;
  margin: 0;
  background: #333;
  border: none;
  transition: .3s ease-in-out;
}
.nav-tabs>li.active:nth-child(2) ~ hr {
  margin-left: 33.3%;
}
.nav-tabs>li.active:nth-child(3) ~ hr {
  margin-left: 66.6%;
}
.nav-tabs>li a{
    display: block;
    width: 100%;
    padding: 20px 20px;
    border-radius: 0;
    border: 0 solid transparent;
}
.nav-tabs>li.active a,
.nav-tabs>li.active a:hover,
.nav-tabs>li.active a:focus {
    color: #2a3952;
    border: 0 solid transparent;
}

.nav-tabs>li.with-icon a{
    padding: 30px 30px;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
.tab-two .nav-tabs>li{
    width: 50%;
}
.tab-three .nav-tabs>li{
    width: 33.33%;
}
.tab-four .nav-tabs>li{
    width: 25%;
}
.tab-five .nav-tabs>li{
    width: 20%;
}
.tab-six .nav-tabs>li{
    width: 16.66%;
}
.tab-seven .nav-tabs>li{
    width: 14.28%;
}
.tab-eight .nav-tabs>li{
    width: 12.25%;
}
.tab-content > .tab-pane {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 60px;
    min-height: 320px;
}
.tab-content>.tab-pane>div{
    overflow: hidden;
}
.tab-content>.tab-pane>div{
    padding-top: 40px;
    padding-bottom: 40px;
}
.tab-content>.active{
    display: block;
}
.tab-init{
    opacity: 0;
}
.tab-content {
    background-color: #f7f7f8;
    width: 100%;
    padding: 40px 50px;
    overflow: auto;
}
.tabs-left>.nav-tabs>li a,
.tabs-left2>.nav-tabs>li a{
    border-right: none;
    border-left: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.tabs-left>.nav-tabs,
.tabs-left2>.nav-tabs {
    width: auto;
    float: left;
}
.tabs-left>.nav-tabs>li,
.tabs-left2>.nav-tabs>li{
    float: none;
}
.tabs-left>.nav-tabs>li:first-child a,
.tabs-left2>.nav-tabs>li:first-child a{
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    border-top: 1px solid #f5f5f5;
}
.tabs-left>.nav-tabs>li.active:first-child a,
.tabs-left2>.nav-tabs>li.active:first-child a{
    border-top: 1px solid #616264;
}
.tabs-left>.nav-tabs>li:last-child a,
.tabs-left2>.nav-tabs>li:last-child a{
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    border-bottom: 1px solid #f5f5f5;
}
.tabs-left>.nav-tabs>li.active:last-child a,
.tabs-left2>.nav-tabs>li.active:last-child a{
    border-bottom: 1px solid #616264;
}
.tabs-left .tab-content,
.tabs-left2 .tab-content{
    width: auto;
}
.tabs-left2 .tab-content{
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.tabs-top2 .tab-content{
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-bottom: 0;
}
/* ---------------- */
.posts-tab-widget .theme-thumbnail .meta-link{
    display: none;
}
.posts-tab-widget{
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e9e8e6;
    overflow: hidden;
}
.posts-tab-widget .tab-content {
    padding: 20px 20px 0px 20px;
    border-style: none;
}
.posts-tab-widget .nav-tabs>li span{
    font-size: 16px;
    font-weight: 300;
}
.posts-tab-widget .nav-tabs>li{
    background-color: #ffffff;
    border-bottom: solid 1px #e9e8e6;
    border-right: solid 1px #e9e8e6;
    padding: 0;
}
.posts-tab-widget .nav-tabs>li:last-child{
    border-right-style: none;
    float: right;
}
.posts-tab-widget .nav-tabs>li a{
    border-style: none;
    padding: 2px 0 8px;
    text-align: center;
    background-color: #ffffff;
}
.posts-tab-widget .nav-tabs>li.active a{
    color: #343434;
    background-color: #f4f4f4;
    border-bottom: solid 3px #616264;
    padding-bottom: 6px;
    position: relative;
}
.posts-tab-widget .nav-tabs>li.active a:after{
    position: absolute;
    color: #616264;
    font-size: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    content: '\f0d8';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 4px;
}
.posts-tab-widget .nav-tabs>li.active{
    border-bottom-style: none;
}
.posts-tab-widget .entry-title,
.posts-tab-widget .comment-title{
    font-weight: normal;
    color: #808080;
    margin: 15px 0 10px;
}
.posts-tab-widget .entry-content,
.posts-tab-widget .comment>a,
.posts-tab-widget .comment-content{
    font-size: 14px;
    line-height: 1.5;
}
.posts-tab-widget .entry-media{
    margin-bottom: 8px;
}
.posts-tab-widget .comment{
    margin-bottom: 20px;
}

/* Team Element */
.theme-team .member-title{
    text-align: center;
}
.theme-team .member-title h2{
    color: #808080;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
}
.theme-team:hover .member-title h2{
    color: #616264;
}
.member-image{
    position: relative;
    margin-bottom: 36px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.member-image .image-overlay{
    background: rgba(33,182,168,.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: visible;
}
.member-image .portfolio-overlay-icon{
    border: 8px solid rgba(255,255,255,.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.theme-team:hover .image-overlay{
    opacity: 1;
}
.member-image>img{
    width: 100%;
}
.theme-team .member-title .title-sep{
    display: block;
    width: 70px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 23px auto 22px;
}
.theme-team .member-pos{
    font-size: 20px;
    margin-bottom: 10px;
    color: #808080;
}
.theme-team .member-social .tm-social-icon{
    text-align: center;
}
.theme-team .member-social{
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    margin-top: -22px;
}
.member-social .tm-social-icon a{
    position: relative;
    left: auto;
    margin: 0 auto;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: transparent;
    margin-right: 10px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.member-social .tm-social-icon a:last-child{
    margin-right: 0;
}
.member-social .tm-social-icon a:hover{
    background: #fff;
    color: #616264;
}
.team-content>p {
    font-size: 16px;
    color: #808080;
    text-align: center;
}
/* Hover Over icon Width FIX */

.portfolio-overlay-icon{
    position: relative;
    width: 100%;
    height: 100%;
}
.portfolio-overlay-icon a{
    font-size: 24px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
}


/* Testimonial Element */
.testimonial-item {
    position: relative;
    margin-bottom: 25px;
}
.testimonial-item:last-child {
    margin-bottom: 0;
}
.testimonial-thumb {
    float: left;
    width: 100px;
    height:100px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 60px;
    text-align: center;
}
.testimonial-thumb img{
    height: 100px;
}
.testimonial-thumb i {
    font-size: 14px;
}
.testimonial-content {
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f5f5;
    padding: 25px;
}
.testimonial-content:after{
    background-color: #f5f5f5;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 39px;
    width: 18px;
    height: 18px;
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
}
.testimonial-footer{
    margin-top: 30px;
    position: relative;
}
.testimonial-author{
    float: left;
    margin-left: 30px;
    margin-top: 16px;
}
.testimonial-author h2{
    margin-bottom: -9px;
}
.testimonial-item.style-default .testimonial-meta a,.testimonial-item.style-default .testimonial-meta span{
    position: absolute;
    right: 0;
    top:24px;
}
.testimonial-item.style-default .testimonial-meta span{
    top: 46px;
}
.testimonial-author a {
    font-weight: bold;
    font-size: 20px;
    color: #343434;
}
.testimonial-meta i{
    font-size: 17px;
    color: #808080;
}
.testimonial-meta i.fa-star{
    color: #616264;
}
.testimonial-item.style-center .testimonial-meta a,.testimonial-item.style-center .testimonial-meta span{
    display: block;
}
.testimonial-item.style-center .testimonial-meta{
    margin-top: 8px;
    margin-bottom: -8px;
}
.testimonial-item.style-center .testimonial-content:after{
    left: 50%;
    margin-left: -9px;
}
.testimonial-item.style-center .testimonial-thumb,
.testimonial-item.style-center .testimonial-author{
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item.style-center .testimonial-author{
    margin-top: 12px;
}
.testimonial-item.style-center .testimonial-footer{
    margin-top: 33px;
}
.testimonial-item.style-left .testimonial-author{
    margin: 0;
    text-align: left;
    margin-top: -17px;
}
.testimonial-item.style-left .testimonial-meta{
    text-align: right;
    margin-top: -10px;
}
.testimonial-item.style-left .testimonial-meta a,.testimonial-item.style-left .testimonial-meta span{
    display: block;
}
.testimonial-item.style-left .testimonial-content{
    margin-left: 135px;
    padding: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.testimonial-item.style-left{
    position: relative;
}
.testimonial-item.style-left .testimonial-thumb{
    float: none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
}
.testimonial-item.style-left .testimonial-content:after{
    left: -7px;
    top: 50%;
    margin-top: -9px;
}

/* Text Carousel Element*/
.theme-carousel,.theme-carousel-text{
    margin: 0 auto;
    padding: 0;
}

.theme-carousel-text{
    background-color: #ffffff;
    margin-top: 45px;
    margin-bottom: -15px;
    border-bottom: 15px solid #f9a358;
}
.theme-carousel-text .owl-controls {
    color: #ffffff;
    background-color: #f9a358;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    height: 60px;
}
.theme-carousel-text .owl-controls .owl-buttons {
    position: absolute;
    left: 0;
    top: 0;
}
.list_carousel .owl-buttons div {
    width: 60px;
    border-right: 1px solid #ffffff;
    line-height: 60px;
    padding: 0;
    text-align: center;
}
.theme-carousel h3 {
    font-size: 36px;
	margin-bottom: 30px;
}
.dark h3 {
    border-color: #ffffff;
}
.text-carousel-content{
    line-height: 1;
	padding: 30px 60px 60px;
}
.text-carousel-content .orange {
    font-family: "Arbutus Slab", serif;
	font-size: 48px;
}
	
/* Text Carousel in One Page Header */
.onepage-header-container .theme-carousel-text .text-carousel-content{
    text-align: center;
    font-family: sans-serif;
    font-size: 62px;
    line-height: 68px;
    font-weight: 100;
    letter-spacing: -2px;
}

/* Twitter Element*/

ul.jtwt, aside.widget ul.jtwt { position: relative; list-style: none; margin: 0;padding-left: 60px;}
ul.jtwt li{ margin: 0 0 30px; min-height: 28px; list-style: none;}
aside.widget ul.jtwt li { margin-bottom: 5px; }
ul.jtwt li:before{
    position: absolute;
    left: 0;
    display: inline-block;
    margin-top: 5px;
    color: #666;
    background: #fff;
    content: "\f099";
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    speak: none;
    width: 42px;
    height: 42px;
    text-align: center;
    border: 1px solid #666;
    padding-top: 5px;

}
.jtwt_loader { font-weight: normal; }
.twitter-follow {
    display: inline-block;
}
aside.widget .twitter-follow { margin-top: 30px; }
#sidebar .twitter-follow a, .twitter-follow a{
    color: #1c1c1c;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #1c1c1c;
}
#sidebar .twitter-follow a:hover,.twitter-follow a:hover{
    border-color: #1c1c1c;
}



/* Twitter and Testimonial Carousel Element*/

.theme-carousel-twitter.list_carousel,
.theme-carousel-testimonial.list_carousel{
    position: relative;
    text-align: center;
}
.theme-carousel-twitter .theme-carousel p{
    float: none;
    opacity: 1;
}
.theme-carousel-twitter .theme-carousel p:first-child{
    opacity: 1;
}
.theme-carousel-twitter p{
    max-width: 900px;
    margin: 0 auto;
}

/* Twitter Carousel Element*/
.theme-carousel-twitter .theme-carousel p {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.theme-carousel-twitter .theme-carousel .twitter_time{
    display: block;
    font-size: 13px;
}
.theme-carousel-twitter .twitter-icon i {
    font-size: 48px;
}
.theme-carousel-twitter .twitter-icon span {
    display: none;
}
.theme-carousel-twitter .twitter-follow{
    margin: 10px 0 0 0;
}
.theme-carousel-twitter .twitter-follow a{
    color: #000;
    border: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
}
/* Twitter Carousel Element Style2 */
.theme-carousel-twitter.list_carousel.style_2 {
    margin: 20px 0;
}
.theme-carousel-twitter.style_2 .twitter-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.theme-carousel-twitter.style_2 .twitter-icon i {
    font-size: 14px;
}
.theme-carousel-twitter.style_2 .twitter-icon span {
    display: inline;
    text-transform: uppercase;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
}
.theme-carousel-twitter.style_2 .theme-carousel p {
    text-align: left;
    font-size: 12px;
    margin: 0 40px 0 100px;
}
.theme-carousel-twitter.list_carousel.style_2 .owl-buttons {
    top: 0;
    right: 0;
    margin-right: 0;
}
.theme-carousel-twitter.style_2 .theme-carousel .twitter_time,
.theme-carousel-twitter.style_2 .twitter-follow{
    display: none;
}
/* Testimonial Carousel Element*/
.theme-carousel-testimonial.style-1 .owl-item{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0.3;
    padding-right: 30px;
}
.theme-carousel-testimonial.style-classic .testimonial-content{
    background-color:transparent;
    font-size: 24px;
    font-weight:normal;
}
.theme-carousel-testimonial.style-classic .testimonial-content:after{
    display: none;
}
.theme-carousel-testimonial.style-classic h2 a{
    font-weight: normal;
    font-size: 18px;
    color: #343434;
}
.theme-carousel-testimonial.style-classic .testimonial-title-sep{
    width:80px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 14px auto 25px;
}

/* Page Builder Elements End */


/* Blog */
.news .theme-blog article.hentry{
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    background-color: #ffffff;
}
.entry-meta{
    font-size: 12px;
    margin-bottom: 28px;
    padding-bottom: 32px;
}
.entry-meta a{
    color: #808080;
}
.entry-meta a:hover {
    color: #616264;
}
.entry-meta > span:after{
    content: ' / ';
}
.entry-meta > span:last-child:after{
    content: '';
}
.entry-media{
    position: relative;
    line-height: 0;
}
.entry-media p, .format-status .entry-media{
    margin-bottom: 0;
}
.entry-media .theme-thumbnail img {
    width: 100%; 
}
.entry-title{
    line-height: 1.2;
    text-transform: none;
}
.entry-title a {
    color: #000;
    font-weight: 600;
}
/*
.grid2-blog .entry-title a {
    color: #ffffff;
}
.grid2-blog article {
    border: 3px solid #ffffff;
}
@media (min-width: 992px) {
  .grid2-blog article:nth-child(4),
  .grid2-blog article:nth-child(5) {
    width: 25%;
  }
}
.grid2-blog article a.more-link {
    border: 1px solid #000000;
    padding: 10px 30px;
    position: absolute;
    left: 15px;
    bottom: 30px;
}
.grid2-blog article a.more-link:hover {
    color: #ffffff;
    background-color: #f9a358;
    border: 1px solid #f9a358;
}
.grid2-blog article:nth-child(5) a.more-link {
    border-color: #ffffff;
}
.grid2-blog article:nth-child(5) a.more-link:hover {
    color: #000000;
    background-color: #ffffff;
}*/
/*---------------------*/
/***** Thumb hover *****/
/*---------------------*/
.theme-thumbnail {
    overflow: hidden;
}
.theme-thumbnail .meta-link {
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 20px 15px;
    background: rgba(255,255,255,.85);

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.theme-thumbnail .meta-link a {
    background: #616264;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.theme-thumbnail:hover .meta-link,
.theme-thumbnail:hover .meta-link a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.theme-thumbnail:hover .meta-link > a:nth-child(1) {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}
.theme-thumbnail:hover .meta-link > a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}



/* Simple2 blog style */

.theme-blog.simple2-blog article {
    width: 48%;
    float: left;
    margin-bottom: 30px;
}
.theme-blog.simple2-blog article:nth-child(2n + 1) {
    margin-right: 4%;
}
/*.theme-blog.simple2-blog article:first-child {
    width: 100%;
    margin-right: 0;
    float: left;
}*/
.theme-blog.simple2-blog .entry-meta {
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.theme-blog.simple2-blog .entry-media {
    margin-bottom: 15px;
}
.theme-blog.simple2-blog .entry-title {
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Grid Blog */
.theme-blog .blog-grid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: initial !important;
}
#main .theme-blog .blog-grid article {
    margin: 0 0 30px;
}
.theme-blog .blog-grid .entry-aside {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 30px 20px;
}
.theme-blog .blog-grid h2 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 20px;
}
/*.theme-blog .blog-grid  article:nth-child(4) h2,
.theme-blog .blog-grid  article:nth-child(5) h2 {
    margin-top: 15px;
}*/

.theme-blog .blog-grid .entry-content {
    font-size: 14px;
    line-height: 1.4;
}
.theme-blog .blog-grid .entry-meta {
    font-size: 12px;
    border-color: #e8e8e8;
    margin: 8px -20px 20px;
    padding: 0 20px 20px;
}
.theme-main.left .blog-grid article.col-md-4 .entry-meta {
    border-bottom: none;
    margin-bottom: 0;
}
.theme-main.left .blog-grid article.col-md-4 .entry-meta .date {
    display: none;
}

/* Filter */
.tm-filters{
    margin-bottom: 40px;
}
.theme-full-element .tm-filters{
    text-align: center;
}
.tm-filters ul.filters{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tm-filters ul.filters li{
    display: inline-block;    
    border: 1px solid #808080;
    margin-left: -1px;
}
.tm-filters ul.filters li:first-child {
    margin-left: 0;
}
.tm-filters ul.filters li a{
    display: block;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #808080;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.tm-filters ul.filters li a:hover{
    background: #f5f5f5;
}
.tm-filters ul.filters li a.selected{
    color: #fff;
    background: #616264;
}

/* Link post format */

.link-content{
    color: #fff;
    background: #21252b;
    padding: 50px 70px;
    text-align: center;
}
.link-content .link-text{
    font-size: 26px;
    font-weight: 400;
    margin: 0 auto 15px;
    max-width: 650px;
}
.link-content a{
    color: #fff;
}
.grid3-blog .link-content,
.grid2-blog .link-content{
    padding: 30px 20px;
}
/*.grid2-blog .link-content{
    padding: 40px 30px;
}*/

/* Quote post format */

.entry-media blockquote{
    background: #616264;
    color: #fff;
    margin: 0;
    padding: 50px 70px 70px;
    text-align: center;    
}
.entry-media .quote-text:before{
    content: 'â€œ';
}
.entry-media .quote-text:after{
    content: 'â€';
}
.entry-media .quote-text{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin: 0 auto 30px;
    max-width: 650px;
}
.entry-media .qoute-author, .link-content a{
    font-weight: 400;
}
.grid2-blog .entry-media blockquote,
.grid3-blog .entry-media blockquote{
    padding: 30px 20px 50px;
}
/*.grid2-blog .entry-media blockquote{
    padding: 40px 30px 60px;
}*/

/* Aside post format */

.format-aside .entry-title {
    margin-bottom: 20px;
}

/* Status post format */
.format-status iframe.twitter-tweet {    
    margin: 0 !important;
    display: inline !important;
    border-color: #d0d3d6 !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}


/* Gallery post format */

.gallery-item {
    float: left;
    width: 33.3%;
}

/* Image slide format */

.image-slide-container {
    position: relative;
}
.image-slide-container .tm-owl-item {
    opacity: 0;
    position: absolute;
}
.image-slide-container .tm-owl-item img {
    width: 100%;
}
.image-slide-container .tm-owl-item:first-child {
    opacity: 1;
    position: static;
}
.image-slide-container.list_carousel .owl-buttons {
    position: static;
}
.image-slide-container.list_carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;    
    color: #FFF;
    width: 50px;
    height: 50px;   
    text-align: center;
    background-color: transparent;
    padding: 0;

    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.image-slide-container.list_carousel .owl-buttons div:hover {
    background: rgba(255,255,255,.3);
}
.image-slide-container.list_carousel .owl-buttons div.owl-next {
    left: auto;
    right: 20px;
}
.image-slide-container.list_carousel .owl-buttons div i {
    font-size: 15px;
    line-height: 46px;
}

/* Blockquote Main */
blockquote,
.quotes {
    font-size: 16px;
    margin-left: 46px;
    margin-right: 40px;
    text-align: left;
    border: 0;
}
blockquote:before,
.quotes:before {
    color: #f9a358;
    font-family: FontAwesome;
    font-size: 48px;
    vertical-align: super;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 48px;
    opacity: 0.9;
}
blockquote:after,
.quotes:after {
    color: #f9a358;
    font-family: FontAwesome;
    font-size: 48px;
    vertical-align: super;
    content: "";
    position: absolute;
    right: 0;
    bottom: 48px;
    line-height: 48px;
    opacity: 0.9;

}
/* Pagination */

.theme-pagination {
    text-align: center;
}
.theme-pagination ul.page-numbers {
    display: inline-block;
    margin: 30px 0;
    padding: 0;
}
.theme-pagination ul.page-numbers li:first-child,
.tm-filters ul.filters li:first-child{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.theme-pagination ul.page-numbers li:last-child, 
.tm-filters ul.filters li:last-child{
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.theme-pagination ul.page-numbers li {
    list-style: none;    
    float: left;
    margin-right: -1px;
    padding: 0;
    border: 1px solid #616264;
    text-align: center;
    font-weight: normal;
}
.theme-pagination ul.page-numbers li a, .theme-pagination ul.page-numbers li span{
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    color: #616264;
}
.theme-pagination ul.page-numbers li a:hover, .theme-pagination ul.page-numbers li span.current{
    color: #fff;
    background: #616264;
}
.theme-pagination ul.page-numbers li i {

}


/* One Page Header */
.onepage-header-container {
    overflow: hidden;
    min-height: 1px;
}
.onepage-header-container,.onepage-header-content{
    position: relative;
    z-index: 5;
}
.onepage-header-bg-container{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}
.onepage-slide-item>img{
    width: 100%;
}
.onepage-header-bg-container.onepage-header-image{
    background-size: cover;
}

.onepage-slider-container{
    position: relative;
}
.onepage-slider-container>.onepage-slider-item{
    opacity: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.onepage-slider-container>.onepage-slider-item.selected{
    opacity: 1;
    z-index: 1;
}

/* ------------ If Container select Dark styles ------------- */

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,
.dark p,
.dark li,
.dark a,
.dark .theme-heading .sub-title,
.dark .tm-service-box h3,
.dark .theme-title h3,
.dark .theme-history .history-title,
.dark .progress-title,
.dark .theme-team .member-pos,
.dark ul.theme-list li,
.dark .tm-milestones-count,
.dark .process-group .fa,
.dark .theme-carousel-twitter .fa-twitter,
.dark .theme-carousel-twitter .twitter-follow,
.dark .theme-carousel-twitter .theme-carousel,
.dark .theme-carousel-twitter .theme-carousel li,
.dark .theme-carousel-testimonial .testimonial-author,
.dark .list_carousel.style_2 .carousel-content a,
.dark ul.jtwt li:before,
.dark .theme-carousel-twitter .twitter-icon i,
.dark .theme-carousel-twitter .twitter-follow a,
.dark .theme-carousel-twitter .twitter-icon span,
.dark .testimonial-content,
.dark .theme-carousel-testimonial.style-classic h2 a,
.dark .theme-aboutme .aboutme-meta>div,
.dark .theme-aboutme .aboutme-head span
{
    color: #fff;
}

.dark .theme-heading .heading-title .title-seperator,
.dark .theme-history .history-bg,
.dark .theme-history .history-year{
    background: #fff;
}
.dark .tm-divider,
.dark .symbol .square,
.dark .theme-history .history-year:after,
.dark .theme-aboutme .aboutme-meta a i{
    border-color: #fff;
}

.dark .list_carousel.style_2 .carousel-content{
    border-color: rgba(209,212,215,.1);
}

.dark .owl-theme .owl-controls .owl-page.active span,
.dark .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-position: 12px 12px;
}

/* ------------- Margin & Helper Classes ------------- */

.align-center, .align-center .entry-content p{
    text-align: center;
}
.align-left,
.align-left .theme-heading{
    text-align: left;
}
.align-right,
.align-right .theme-heading{
    text-align: right;
}


/* Iframe video on Portfolio */
.portfolio .entry-video iframe{
    width: 100%;
}

/* Map */

.theme-map iframe{
    min-width: 100%;
    min-height: 400px;
}
/* Infinite Scroll */

.tm-infinite-scroll a{
    display: inline-block;
    margin-top: 40px;
    padding: 0 18px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #616264;
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    border: 2px solid #616264;
    color: #fff;
}
.tm-infinite-scroll a:hover{
    color: #616264;
    background-color: #fff;
    border: 2px solid #616264;
}
.tm-infinite-scroll>.loading,
.tm-infinite-scroll[data-has-next="false"]>.next,
.tm-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.tm-infinite-scroll[data-has-next="false"]{
    display: none;
}
.row-container{
    background-position: 50% 50%;
}
.row-container.dark {
    background-position: 50% 100%;
}
.row-container.bg-animated{
    -webkit-transition: background-color 2000ms linear;
    -moz-transition: background-color 2000ms linear;
    -o-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}

/* CF7 */
div.wpcf7{
    position: relative;
}
.bordered .form {
    padding: 30px 60px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
}
.bordered .form h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.form p {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
}
span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
#subscription span.wpcf7-form-control-wrap{
    position: relative;
}
span.wpcf7-list-item {
    display: inline-block;
}
.block span.wpcf7-list-item {
    display: block;
}

.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"] {
    border: 1px solid #000000;
    background-color: #000000;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
#subscription .wpcf7 input[type="submit"] {
    padding-top: 11px;
  padding-bottom: 10px;
  border-radius: 0;
  width: 100%;
    color: #87bb55;
  background-color: #000000;
  border-color: rgba(255,255,255,0.25);
  margin-top: 10px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 button[type="submit"]:hover {
    color: #f9a358;
}

.wpcf7 .wpcf7-submit{
    display: inline-block;
    margin-top: 0;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7-response-output {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 15px;
}
div.wpcf7 .screen-reader-response {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
div.wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
div.wpcf7-spam-blocked {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
div.wpcf7-validation-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.wpcf7 .ajax-loader {
    display: none;
}
@media screen and (max-width: 767px) {
  #subscription .wpcf7 input,
  #subscription .wpcf7 input[type="submit"] {
    width: 100%;
  }
}

/* Shortcodes */
.tm-element.theme-shortcode{
    display: inline-block;
    *display: inline;
}

/* Sidebar */
#sidebar aside.widget ul.menu {
    border: 1px solid #bebebe;
}
#sidebar aside.widget ul.menu li{
    display: block;
    position: relative;
}
body.menu-right.theme-boxed {
    margin-right: 300px;
}
body.menu-left.theme-boxed {
    margin-left: 300px;
}

#theme-sidebar {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
}
body.admin-bar #theme-sidebar {
    top: 32px;
}
#theme-sidebar.right-sidebar {
    left: auto;
    right: 0;
}
.sidebar-content {
    padding: 30px;    
    background: #efefef;
}
#theme-sidebar:hover > .pane, .pane.active, .pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
    filter: alpha(opacity=99);
    zoom: 1;
}
#theme-sidebar > .pane {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 10px;
    visibility: hidden\9;
    opacity: 0.01;
    filter: alpha(opacity=1);
    zoom: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#theme-sidebar.left-sidebar > .pane {
    right: auto;
    left: 5px;
}
#theme-sidebar > .pane > .slider {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}
#theme-sidebar .sidebar-content {
    background: #fff;
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #EEE;
}
/* Left Sidebar Section */
#left{
    float: left;

}

.theme-container {
    position: relative;
}
.theme-container > .theme-main,
.theme-container > .row > .theme-main{
    padding: 30px 15px;
}
.theme-container > .theme-sidebar.left-sidebar,
.theme-container > .row > .theme-sidebar.left-sidebar{
    padding-top: 30px;
    padding-left: 15px;
}
.theme-container > .theme-sidebar.right-sidebar,
.theme-container > .row > .theme-sidebar.right-sidebar{
    padding-top: 30px;
    padding-right: 15px;
}
.theme-main.left {

}
.theme-main.right {

}
.theme-sidebar {
    padding-left: 30px;
}
#sidebar .Categories,
#sidebar #custom_html-8 {
	border: 1px solid #bebebe;
	font-style: italic;
}
#sidebar #custom_html-8 {
	border-bottom: 0;
	padding: 20px 30px;
}
#sidebar .Categories h3,
#sidebar #custom_html-8 h3 {
	margin: 0;
	color: #f9a358;
}
#sidebar .Categories .theme-title {
	border-bottom: 1px solid #bebebe;
	padding: 20px 30px;
}
#sidebar .Categories ul {
	list-style-type: none;
	padding: 30px 0;
	font-style: normal;
}

.theme-sidebar.left-sidebar {
    padding-left: 0;
    padding-right: 15px;
    right: auto;
    left: 0;
}
#menu-side {
	padding-top: 30px;
	padding-bottom: 30px;
}
#sidebar .menu > li,
#sidebar .menu > li li {
    cursor: pointer;
}
#sidebar .Categories li a,
#sidebar .menu li a {
	color: #000;
    display: block;
    font-size: 16px;
	font-family: Georgia, serif;
    line-height:1.3;
    padding: 10px 30px;
}
#sidebar .menu li.two-line a {
    padding: 12px 20px;
}
#sidebar .menu li li a {
    padding-left: 40px;
}
#sidebar .menu li:hover a {
    color: #333;
}
#sidebar .menu li.current_page_item {
}

#sidebar .menu li.current_page_item a {
    color: #333;
}
/* Newsletter plugin */

.theme-sidebar .tm-recent-posts-widget .recent-thumb img{
    width: 100% !important;
    height: auto !important;
}
.theme-sidebar .tm-recent-content.with-thumb {
    padding-left: 120px;
}
input[type="text"].wysija-input{
    padding: 0px 10px;
    margin-top: 10px;
}
.widget_wysija_cont .wysija-submit{
    border-color: #999;
    color: #bbb;
    padding: 10px;
}
.formError .formErrorContent{

}
/* Loader style */
.pace,#theme-loader{
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    background-image: url(assets/img/flat_loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#theme-loader{
    z-index: 9999999999998;/* .pace->zIndex - 1 */
}
body.loading{
    overflow: hidden;
}
body.pace-done>.pace,.pace-inactive,
body.pace-done #theme-loader{
    display: none;
}
.pace .pace-progress{
    height: 4px;
    background-color: #616264;
}
#main .no-margin .col-md-12 {
  margin-top: 0;
  margin-bottom: 0;
}
.round-border i {
    border: 2px solid #ffffff;
    border-radius: 44px;
    font-size: 22px;
    height: 44px;
    padding: 10px;
    width: 44px;
}
.image-header {
  color: #ffffff;
  width: 100%;
  padding: 10px 20px;
}
.image-header h4 {
  color: #ffffff;
}
.image-header .fa {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 25px;
}

.border > div > div > .col-md-8 {
    border-right: 1px solid #222;
    padding-right: 45px;
}
.border > div > div > .col-md-4 {
    padding-left: 45px;
}
.links {
    bottom: 100px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.transparency {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 20px 30px;
}
.transparency [class^="icon-"] {
    border-right: 1px solid #f0f0f0;
    color: #ffffff;
    display: inline-block;
    font-size: 80px;
    height: 160px;
    width: 220px;
    margin: 20px 0;
    padding: 40px 30px;
}
.transparency .last {
    border-right: 0 solid #f0f0f0;
}
.padding,
.no-margin .padding {
    padding: 0 5% !important;
}
.padding.vertical-align,
.no-margin .padding.vertical-align {
    padding: 0 5% !important;
}

#main ul.ticks {
    list-style-type: none;
    margin-left: 16px;
    padding-left:0;
}
#main ul.ticks.two-column {
    margin-left: 32px;
}
.ticks li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.lg .ticks li {
    font-size: 18px;
}

.ticks li::before {
    color: #f9a358;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 1.2;
    margin-left: -16px;
    margin-right: 8px;
    vertical-align: middle;
}
#slider {
    position: relative;
    z-index: 2;
}
.SidebarForm {
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
}
.SidebarForm .textwidget {
    padding: 20px 20px 0; 
}
.SidebarForm .theme-title {
    background-color: #f2f2f2;
    padding: 15px 0;
}
.SidebarForm .theme-title h3 {
    font-family: sans-serif;
    color: #ffffff;
    margin: 0;
}
.SidebarForm form {
    margin-bottom: 0;
}
.SidebarForm p {
    line-height: 1.6em;
    margin-top: 0;
}
.fa-lg { font-size: 200%; }
.lg { font-size:18px; line-height:1.6; font-weight: 400;  }
.sm { font-size: 90%; line-height: 1.4; }
.center { text-align: center; }
.sub-title { color: #616264; font-size: 22px; font-weight:400; }

.banner {
    position: absolute;
    top: 210px;
    width: 100%;
}
.banner div,
.banner p {
    margin-bottom: 0;
}
.banner ul {
    margin-left:90px;
    margin-right:90px;
}
.banner-contact {
    background-color: rgba(235,78,5,0.9);
    padding: 25px 30px 18px;
}
.banner-contact h3 {
    color: #ffffff;
    margin: 15px;
}
.banner .ticks li {
    margin-bottom: 10px;
}
.banner .ticks li:before {
    color: #ffffff;
}
.banner-contact .wpcf7 input[type="submit"] {
    background-color: #272726;
}
.book-a-demo {
    padding: 60px 0;
}
.case-study .btn-black {
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 160px;
}
.case-study > div {
    background-color: #ffffff;
    padding: 20px;
}
.case-study:hover {
  transform: scale(1.05);
}

        /* BG states*/

        .tm-infinite-scroll a, .tm-coming-soon .days,
        .tm-coming-soon .hours, .tm-coming-soon .minutes, .tm-coming-soon .seconds,
        .format-link .link-content,
        .tm-filters ul.filters li a.selected,ul.theme-list > li > i
        .theme-portfolio .meta-link a, .theme-portfolio .meta-like,
        .theme-about .about-type-title>.about-title,
        .theme-about .about-type-content:hover>.about-bullet,
        .accordion-group.active .accordion-toggle,
        .pricing-column.featured .pricing-top,.pricing-column.featured .pricing-footer a,
        .theme-thumbnail .meta-link a,
        .entry-date,
        .theme-pagination ul.page-numbers li span.current,
        .title-seperator i.default > span,
        .theme-aboutme.aboutme-style-2 .aboutme-meta a i
        {background-color: #333; }

        /* Color states*/
        h3.error404 span,
        .sf-menu .theme-mega-menu .mega-menu-title,
        .pricing-footer a,.testimonial-meta i.fa-star,
        .tm-coming-soon>.sep,
        .pricing-header h1,.pricing-top,
        .theme-pagination ul.page-numbers li a, .theme-pagination ul.page-numbers li span,
        .nextprev-postlink .post-link-title a, .nextprev-postlink .home-link a,.tm-author h3 a,
        article.single-portfolio h2.portfolio-title,
        .theme-aboutme.aboutme-style-2 h2
        {color: #e0e0e0; }
        

.breakout {
    background-color: #ebecee;
    font-size: 40px;
    line-height: 1;
}
@media screen and (min-width: 992px){
  .blog-grid .col-md-3 {
    width: 24.9%;
  }
}

.tribe-events-calendar thead th {
  background-color: #000;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  color: #666;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #000;
}
a:hover .icon-docs {
    color: #006aa1;
}
.background-image,
.wide-background-image {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.border-bottom-white {
    border-bottom: #fff 1px solid;
}

.two-column,
.three-column {
    width: 100%;
    list-style-type: none;
    margin-bottom: 20px;
}
.three-column li {
    width: 30%;
    margin-right: 3.33%;
    float: left;
    line-height: 1.6;
    margin-bottom: 20px;
}
.two-column li {
    width: 42%;
    margin-right: 8%;
    float: left;
    line-height: 1.6;
    margin-bottom: 20px;
}
.one-column li {
    width: 100%;
    margin-right: 0;
    float: none;
}
.ui-widget {
    font-size: 14px;
}
.ui-timepicker-div dl dt {
    font-size: 10px;
    font-weight: 700;
}
.dark .border-right {
    border-right: 1px solid #414244;
}
.datasheet-title {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
}
.sidebar-btn {
    background-color: #00b8f1;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 8px 24px;
    position: absolute;
    text-transform: uppercase;
    top: 220px;
    transform: rotate(90deg);
    z-index: 99999;
}
.sidebar-btn.business {
    right: -90px;
}
.sidebar-btn.education {
    right: -95px;
}
.sidebar-btn a,
.sidebar-btn a:visited {
    display: block;
    color: #ffffff;
}

.xl-number {
  line-height: 1; font-size: 144px; 
}
.lg-number {
  font-size: 60px;
  margin-left: -20px;
}
/* Large desktop */
@media (max-width: 1199px) {
    .entry-content blockquote {
        margin: 30px 60px;
    }
}
/* Medium-Large desktop */
@media only screen and (min-width: 1200px) {
}
@media (min-width: 992px) {
    #mobile-menu{
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (max-width: 1024px) {}

@media (max-width: 568px) {
    .tm-our-team{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .team-member{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    #main .theme-blog.grid-blog article.col-md-3,
    #main .theme-blog.grid-blog article.col-md-6{
        width: 49.9%;
    }
    #main .theme-heading{
        margin-bottom: 0px;
    }
    .theme-blog article.hentry{
        margin-bottom: 50px;
    }
    /* Portfolio */
    .theme-portfolio article.portfolio {
        width: 49.9% !important;
    }
    .portfolio-thumb img {
        width: 100%;
    }
    .show-mobile-menu {
        display: block;
    }
    nav.menu-container {
        display: none;
    }
    .tm_post_sharebox{
        position: static;
        margin-top: 20px;
    }
    .comment-form-comment{
        width: 100%;
    }
    .theme-callout .callout-text {
        text-align: center;
    }
    .theme-callout .callout-text h1 {
        padding-right: 0;
    }
    .theme-callout .callout-text a.btn {
        position: static;
        margin-top: 10px;
        margin-left: 0px;
    }
    .theme-callout.with-button p {
        padding-right: 0px;
    }
    .row>div{
        vertical-align: top;
    }
    .theme-sidebar {
        position: static;
        padding-left: 0;
        width: 100%;
    }
    .theme-sidebar.left-sidebar {
        padding-right: 0;
    }
    .theme-container > .row > .theme-sidebar.left-sidebar,
    .theme-container > .row > .theme-sidebar.right-sidebar{
        padding-left: 15px;
        padding-right: 15px;
    }

    .theme-main.left {
        margin-right: 0;
        margin-bottom: 80px;
    }
    .theme-main.right {
        margin-left: 0;
    }
    .entry-content blockquote {
        margin: 30px;
    }
}
@media (min-width: 768px) {
    img.background-image {
        display: none;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .theme-sidebar aside.widget {
        width: 49.9%;
        float: left;
    }
    article.loop ul.loop-meta li.category,#header .tm-social-icon,.tm-top-widget.left {
        display:none;
    }
    .tm-top-widget.right {
        margin: 0;
    }
    .theme-history .history-group, .process-group {
        width: 180px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #page-title {
        padding: 60px 30px 30px;
    }
    #bottom .tm-recent-posts-widget li {
        width: 100%;
        margin-right: 0;
    }
    #subscription input {
        margin-bottom: 15px;
    }
    .bg-parallax{
        background-attachment: scroll !important;
        background-position: top center !important;
        background-size: cover;
    }
    .theme-boxed {
        width:auto;
        margin: 0 !important;
        padding: 0 !important;
        border: none;
    }
    .theme-boxed, .theme-boxed #header.header-small, .theme-boxed .fixed-footer {
        width:100%;
    }
    .single-portfolio-half .col-md-3.pos-bottom,.single-portfolio-half .col-md-3.pos-top{
        position: relative !important;
        top:    auto !important;
        bottom: auto !important;
    }
    #main .theme-blog.grid-blog .row.isotope{
        margin-left: 0;
        margin-right:0;
    }
    #main .theme-blog.grid-blog article.col-md-3,
    #main .theme-blog.grid-blog article.col-md-6{
        width: 100%;
    }
    .onepage-header-container .theme-carousel-text .text-carousel-content{
        font-size: 40px;
        line-height: 44px;
    }
    body{
        padding: 0;
        margin:0 !important;
    }
    .list_carousel li,.member-image img{
        width: 100%;
    }
    #main .comment-block .comment-block{
        margin-left: 0;
        padding: 0;
    }
    .dark .tm-service-box {
        border-right: 0px solid rgba(255,255,255,0.5);
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .tm-pricing-col{
        float:none;display:block;width:100% !important;margin-bottom: 40px;
    }
    .tm-pricing-col:last-child{
        margin: 0;
    }
    .tm-breadcrumb,.tm-top-widget.left,#header .tm-social-icon{
        display: none;
    }
    .loop-media .link-text{
        font-size: 18px;        
    }
    .loop-media .link-content{
        padding: 20px 20px;
    }
    p.form-submit, .comment-form-author, .comment-form-comment{
        float: none;
        width: 100%;
    }
    .loop-meta.tag{
        padding-right: 0;
    }
    .list_carousel {
        margin: 0 -10px !important;
    }
    .tm-404-error{
        width: 310px;
    }
    .tm-404-search-container, .tm-coming-soon-content{
        width: auto;
        padding: 30px 0;
    }
    .error4button, .tm-cs-container input[type="submit"]{
        margin-top: 10px;
    }
    .tm-social-icon{
        text-align: center;
    }
    #bottom ul{
        float: none;
    }
    .tm-top-widget[id*="woocommerce_widget_cart"]:after{
        padding-right: 10px;
    }
    .tm-carousel-twitter.style2 ul.jtwt li{
        margin: 0;
    }
    .tm-carousel-twitter.style2 .fa-twitter{
        position: relative;
        margin-bottom: 10px;
        text-align: left;
    }
    .theme-blog h2.entry-title a, article.single h1.entry-title {
        font-size: 18px;
    }
    article.single,.theme-blog article.hentry{
        padding: 0 0 0 0;
    }
    .theme-blog div.entry-meta, article.single div.entry-meta {
        position: static;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    div.entry-meta > span.comment-count {
        display: none;
    }
    .entry-meta .author-date {
        display: none;
    }
    div.entry-meta > span {
        float: left;
        padding-left: 25px;
    }
    article div.entry-meta i {
        right: auto;
        left: 0;
    }
    .single-post .tm_post_sharebox {
        margin-top: 20px;
    }
    .tm_post_sharebox > div {
        display: inline-block;
        *display: inline;
        margin-right: 10px;
    }
    /* Portfolio */
    .theme-portfolio article.portfolio {
        width: 49.8% !important;
    }
    .theme-history .history-group {
        width: 100%;
    }
    .theme-history .history-bg {
        display: none;
    }
    .theme-history .history-title {
        top: 0;
    }
    .theme-history .bottom .history-year:after {
        top: auto;
        bottom: 100%;
        border-color: transparent;
        border-bottom-color: #ecf0f1;
    }
    .process-group {
        float: none;
    }
    .process-group .fa,.ls-wp-fullwidth-container .btn{
        display: none;
    }
    .pricing-two .pricing-column, .pricing-three .pricing-column, .pricing-four .pricing-column, .pricing-five .pricing-column, .pricing-six .pricing-column{
        width: 100%;
        margin-bottom: 10px;
    }
    .pricing-content ul li, .pricing-column .pricing-footer {
        border-right: 1px solid #bdc3c7;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .theme-about .about-type-content>.about-content,.tm-pricing-four,.team-member,.testimonial-item.style-default .testimonial-meta span{
        width: 100%;
        margin-bottom: 30px;
    }
    .wpcf7 textarea,
    .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"]{
        position: relative;
        top: auto;
    }
    .testimonial-item.style-default .testimonial-meta a, .testimonial-item.style-default .testimonial-meta span{
        position: relative;
    }
    .testimonial-item.style-default .testimonial-meta span{
        display: block;
        text-align: center;
    }
    #main .container{
    }
    .theme-blog article.hentry,
    .tm-filters ul.filters li{
        margin-bottom: 30px;
    }
    .theme-boxed {
        width:auto;
    }
    .tm-coming-soon>.sep,
    .entry-content blockquote:before,
    .nextprev-postlink .prev-post-link a:before,
    .nextprev-postlink .next-post-link a:after,
    .nextprev-postlink .home-link{
        display: none;
    }
    article.loop ul.loop-meta {
        border-color: transparent;
    }
    .page-template-template-coming_soon-php #main {
        padding: 50px 0;
    }
    .tm-coming-soon .days, .tm-coming-soon .hours, .tm-coming-soon .minutes, .tm-coming-soon .seconds {
        margin: 0 5px 5px 0;
    }
    blockquote{
        margin-left: 30px;
    }
    .tm-our-team,.team-member{
        margin: 0;
    }
    .entry-content blockquote{
        padding: 0;
    }
    .theme-portfolio article.portfolio,
    .theme-full .theme-portfolio.theme-full-element .isotope-container[data-column="3"]>article{
        width: 100% !important;
    }
}
  #slider .btn + .btn {
    margin-left: 20px;
  }
@media screen and (max-width: 782px){
  #slider .btn,
  .sidebar-btn {
    display:none;
  }
  .xl-number {
    font-size: 72px; 
  }
  .lg-number {
    font-size: 30px;
    margin-left: -10px;
  }
  .vertical-align {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .table {
    font-size: 11px !important;
  }
}
#menu-top-menu li {
    float: left;
    padding: 60px 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}
#menu-top-menu li:hover {
    background-color: #272726;
}
#menu-top-menu li a {
    color: #616264;
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
#menu-top-menu li:hover a {
    color: #ffffff;
}
#menu-top-menu a span {
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
}
aside.widget.CentreSearch,
aside.widget.Contact {
    margin-bottom: 0;
}
.col-md-4 .CentreSearch form,
.col-md-4 .Contact form {
    color: #ffffff;
    background-color: #616264;
    padding: 30px;
}
#wpsl-widget-form label,
#wpsl-search-wrap div label {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
}
.full-width #wpsl-widget-form p {
    display: inline;
    line-height: 1;
    margin: 0;
    vertical-align: top;
}
.full-width #wpsl-widget-form input {
    display: inline-block;
    max-width: 200px;
}
.wpsl-search {
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    padding: 24px 200px;
}
#wpsl-search-input {
    padding: 18px 10px;
    width: 280px !important;
}
.wpsl-search-btn-wrap .btn {
    font-size: 18px !important;
    padding: 17px 20px !important;
}
#wpsl-search-btn, #wpsl-search-wrap input {
    border: 0 solid #d2d2d2;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: auto !important;
}
#wpsl-search-wrap div label {
    line-height: 52px;
}
.btn-waiting-list {
    margin-top: 8px;
}
.wpsl-store-location p {
    float:left;
    width: 50%;
}
.wpsl-contact-details {
    clear: none;
}
.wpsl-store-location a {
    color: #3e7ac0;
    font-size: 26px;
    font-weight: 400;
}
.wpsl-store-location a:after {
    content: " ";
    font-family: "FontAwesome";
    font-size: 14px;
}

.wpsl-store-location a:hover {
    color: #272726;
}
.wpsl-directions {
    display: none;
}
.home #featured-image {
    position: relative;
}
.home-search {
    width: 400px;
    height: 309px;
}
.home-search #wpsl-widget-form label {
    color: #f3ec19;
    margin-bottom: 12px;
}
.home-search input {
    margin-bottom: 8px;
    box-sizing: border-box !important;
}
.home-search form {
    box-sizing: border-box !important;
    margin: 150px 65px 0;
    position: relative;
    text-align: center;
    width: 300px;
}
.home-search img {
    width: 100%;
    box-sizing: border-box !important;
    position: absolute;
}
#subscription {
    background-image: url(/wp-content/uploads/g0-natural-news.jpg);
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding: 90px 0;
}
#subscription h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 0;
}
#subscription p {
    font-size: 24px;
    margin-bottom: 0;
}
#contact {
    font-size: 16px;
    padding: 60px 0 75px;
    background-color: #f0f0f0;
}
#contact h2 {
    font-size: 40px;
	font-family: "Arbutus Slab", serif;
	font-weight: 900;
    margin-bottom: 0;
	margin-top: 24px;
}
#contact p {
    line-height: 1.5;
    margin-bottom: 0;
}
#contact .btn {
    margin-top: 20px;
}
@media screen and (min-width: 1360px) {
  .container {
    width:1330px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width:1440px;
  }
}
.read-more-toggle {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    font-weight: 700;
    padding: 15px 31px 5px;
    left:0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeffffff', endColorstr='#ffffff',GradientType=0 );
}
.feature .white-bg,
.news .entry-block {
    overflow: hidden;
    position: relative;
}
.news .entry-block::after {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    bottom: 1px;
    content: " ";
    height: 20px;
    left: 16px;
    position: absolute;
    right: 16px;
}
.btn-consultation {
    position: absolute;
    top: 0;
    left: 44px;
    margin-top: -6px;
}
.panel {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 0;
}
.shadow {
    border: 1px solid #bebebe;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
}
.shadow .theme-thumbnail {
    background-color: #000000;
}
.shadow:hover img {
    opacity: 0.75;
}
.grid3-blog .shadow .entry-block {
    padding: 30px 60px 60px;
    background-color: #ffffff;
}
.grid2-blog .shadow .entry-block,
.grid4-blog .shadow .entry-block {
    padding: 15px 30px 30px;
    background-color: #ffffff;
}
.grid4-blog article:last-child .shadow .entry-block {
}
/*.grid2-blog .shadow .entry-block {
    color: #ffffff;
    padding: 5px 15px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -72px;
    height: 100%;
    border-left: 20px solid #f9a358;
    transition: all 1s ease;
}
.grid2-blog .shadow .entry-content {
    color: #000000;
}
.grid2-blog .shadow:hover .entry-block {
    top: 0;
    margin-top: 0;
    background-color: #ffffff;
}   
.grid2-blog .shadow:hover .entry-block a {
    color: #000000;
}*/
.shadow .entry-content {
    padding-bottom: 15px;
}
.shadow .date {
	color: #818284;
	position: absolute;
    bottom: 16px;
    border-top: 1px solid #bebebe;
    width: 100%;
    padding-top: 16px;
    left: 0;
}
.grid3-blog .shadow .date {
    padding-left: 60px;
}
.grid2-blog .shadow .date,
.grid4-blog .shadow .date {
    padding-left: 30px;
}
.shadow .readmore {
    color: #818284;
    border: 1px solid #bebebe;
    position: absolute;
    right: 15px;
    padding: 16px 20px;
    bottom: -1px;
    right: -1px;
}
.white-bg {  background-color: #ffffff; border: 1px solid #ebebeb; padding: 30px; }
.grey-white-bg .col-md-8 {
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.grey-white-bg .col-md-4 {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-details {
    padding: 135px 30px 0;
}
.contact-details h3 {
    margin-top: 0;
}
.contact-details p {
    min-height: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    clear: both;
}
.contact-details strong {
    font-weight: 900;
    width: 120px;
    display: inline-block;
    vertical-align: top;
}
.contact-details span {
    display: inline-block;
}
.contact-details i {
    color: #e0e0e0;
    font-size: 26px;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    width: 40px;
    text-align: center;
}
.contact-details i.fa-mobile {
    font-size: 32px;
}
.contact-details i.fa-envelope {
    font-size: 28px;
}
.contact-details .box {
    border: 1px solid #ebebeb;
    padding: 15px;
    background-color: #fdfdfd;
    margin-bottom: 30px;
}
.contact-details .hours {
    display: inline-block;
}
.contact-details .day {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    display: inline-block;
    font-weight: 500;
    vertical-align: top;
    border-bottom: 1px solid #ebebeb;
}
.contact-details .time {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
}
.modal-dialog {
    top: 50%;
    margin-top: -300px;
}
.modal-body {
    padding: 45px 30px 15px;
    background-color: #f3f4f6;
}
.modal-backdrop.in {
    opacity: 0.75;
}
.close {
    font-size: 20px;
    font-weight: 700;
    opacity: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 23px;
    background-color: #000 !important;
    color: #ffffff;
    text-transform: lowercase;
    border: 2px solid #ffffff !important;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -45px;
}
.modal-header .close {
    margin-top: -15px;
    margin-right: -15px;    
}
@media screen and (max-width: 1365px){
  .contact-details p {
    font-size: 16px;
  }
  .contact-details .day {
    width: 110px;
  }
  .contact-details .time {
    width: 130px;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px){
  .contact-details .left,
  .contact-details .right {
    float: left;
    margin-right: 40px;
  }
}
.chart-wrapper {
    text-align: center;
}
#tooltip {
    position: absolute;
    left: 100px !important;
    top: 0 !important;
    display: block !important;
    padding: 2px;
    z-index: 1000;
}

.tooltip {
    color: #818284;
    opacity: 1;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    line-height: 26px;
    border: 0 solid #000 !important;
    border-radius: 4px;
    width: 360px;
    background-color: rgba(255,255,255,0.5);
}
.tooltip strong {
    font-size: 18px;
}
.tooltip [class*="ico"] {
    color: #ffffff;
    float: left;
    width: 64px;
    height: 64px;
    font-size: 48px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.tooltip span {
    float: right;
    font-size: 32px;
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
}
.tooltip span.text {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
    width: 200px;
}
.orange-link {
    color: #272726;
}
.orange-bg {
    background-color: #272726;
}
.light-grey-bg {
    background-color: #f7f7f7;
}
.grey-bg {
    background-color: #f0f0f0;
}
.dark-grey-bg {
    background-color: #ebecee;
}

.border-right {
    border-right: 1px solid #bbbcbe;
}
.padding-left {
    padding-left: 30px;
}
@media screen and (max-width: 767px){
  .lg { font-size:26px; }
  .blank { display: none; }
  .border-right {
    border-right: 0 solid #ffffff;
  }
  .padding-bottom { padding-bottom: 30px !important; }
  .padding-top { padding-top: 30px !important; }
  .margin-bottom { margin-bottom: 30px !important; }
  .margin-top { margin-top: 30px !important; }
  .padding-left,
  .border-right {
    padding-left: 15px;
  }
  .padding, .no-margin .padding {
    padding: 10% !important;
  }
  .padding.vertical-align, .no-margin .padding.vertical-align {
    padding: 0 10% !important;
  }
  .contact-details .right {
    font-size: 12px;
  }
  .contact-details .day {
    width: 80px;
  }
  .contact-details .time {
    width: 100px;
  }
}
.preferred-date input[type="text"],
.preferred-time input[type="text"],
.alternative-date input[type="text"],
.alternative-time input[type="text"] {
  width: 160px !important;
  float:left;
}
.date-time {
    overflow: hidden;
}
.date-time span {
    color: #919294;
    float: left;
    line-height: 3;
    margin-right: 10px;
}
.square {
    height: 220px;
    padding: 60px 30px;
    text-align: center;
}
.square.two-line {
    padding: 45px 30px;
}
.square h3 {
    font-size: 26px;
}
.square i {
    font-size: 40px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
}
.green-bg {
    background-color: rgba(103,200,64,0.50);   
}
.light-green-bg {
    background-color: rgba(103,200,64,0.30);   
}
.dark-green-bg {
    background-color: rgba(103,200,64,0.70);   
}
.green-bg:hover,
.light-green-bg:hover,
.dark-green-bg:hover {
    background-color: rgba(103,200,64,0.80);   
}
.logos a {
    float: left;
    display: block;
    width: 8%;
    margin: 1%;
    height: 60px;
    text-align: center;
}
.banner-contact {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
}
.table > tbody > tr > td {
    color: #83878c;
    font-size: 14px;
}
.table > tbody > tr > td:first-child {
    color: #313337;
    font-weight: 600;
}
.table > thead > tr > th {
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0;
    border-left: 1px solid #eaebec;
    padding: 10px 20px;
}
.banner-text {
    background-color: rgba(30,53,42,0.9);
    margin-top: -180px;
    z-index: 999;
    position: relative;
}
.banner-text-second {
    margin-top: 0;
    padding: 15px;
    z-index: 999;
    position: relative;
}
h3.portfolio {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.category {
    font-size: 14px;
}
.serif { 
   font-family: "Times New Roman", Times, serif;
}
.footer-logo h3 {
    color: rgba(255,255,255,0.5);
    font-size: 32px; font-weight: 300; margin: 0;
}
.footer-logo p {
    color: rgba(255,255,255,0.5);
}
.Contactsidebar {
    background-color: #000000;
    color: #ffffff;
    padding: 30px;
    text-align: center;
}
.Contactsidebar h3 {
    color: #ffffff;
    margin-top: 0;
}
.go-back {
    font-size: 18px;
    color: #272726;
}
.go-back:hover,
.go-back:active {
    color: #e0e0e0;
}
.highlight {
    font-size: 20px;
    padding: 30px 30px;
    margin: 20px 20px 20px 0;
    border-top: 1px solid #f9a358;
    border-bottom: 1px solid #f9a358;
    clear: both;
}
.membership {
    overflow: hidden;
}
.membership a {
    width: 33%;
    float: left;
}
@media (max-width:400px) {
  .kmo-social-icons {
    display: none;
  }
}
@media (min-width:401px) {
  #mobile-menu ul li.has-children>.action-expand{
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-8 .col-md-12 {
    padding-right: 60px;
  }
}
.FloatingContactwidget {
    margin-top: -100px !important;
    z-index: 30;
    position: relative;
    transform: all 1s ease;
}
.FloatingContactwidget.scroll {
    top: 150px;
    right:30px;
    z-index: 30;
    position: fixed;
}
.underline::after {
    content: "";
    display: block;
    background-color: #e0e0e0;
    height: 3px;
    width: 60px;
    margin-top: 16px;
}
.underline.center::after {
    margin: 16px auto 0;
}
.border {
    background-color: rgba(235,77,5,0.5);
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}
.FloatingContactwidget .border {
    background-color: rgba(235,77,5,1);
}
.border > a {
    display:block;
}
.border > a.text {
    padding: 20px;
    margin-left: 120px;
}
.border .h3 {
    color: #ffffff;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    display: block;
}
.border i {
    color: #ffffff;
    font-size: 32px;
    float:left;
    display: block;
    padding: 35px;
    background-color: rgba(187,50,0,0.5);
}
.FloatingContactwidget .border i {
    background-color: rgba(187,50,0,1);
}
#bottom .widget_nav_menu {
    float:left;
}
#bottom .col-1 .widget_nav_menu {
    float: none;
}
#bottom .widget_nav_menu li {
    line-height: 1.3;
    margin-bottom: 10px;
}
#bottom .col-1 .widget_nav_menu li {
    border-right: 1px solid #ffffff;;
    display: inline-block;
    padding-right: 16px;
    margin-right: 16px;
}
#bottom .col-1 .widget_nav_menu li:last-child {
    border-right: 0 solid #ffffff;;
}
@media (max-width:767px) {
  .tab-three .nav-tabs > li {
      width: 100%;
      float: none;
  }
  .tab-content > .tab-pane {
      padding: 0;
  }
  .contact-details {
    padding-left: 0;
    padding-right: 0;
  }
  .bordered .form {
    padding: 30px 15px;
  }
  .FloatingContactwidget {
    margin-left: -30px;
    margin-right: -30px;
  }
  .border > a.text {
    padding: 10px;
  }
  .border .h3 {
    font-size: 18px;
  }
}
.news #main {
   background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .nav-tabs > li.with-icon a {
    padding: 10px 15px;
    font-size: 16px;
    border-top: 1px solid #ebebeb;
  }
  .nav-tabs > li i {
    display: none;
  }
}
.red {
    color: #e0e0e0;
}
.light-grey {
    color: #595757;
}
.dark-grey {
    color: #272726;
}
.red-bg {
    background-color: #e0e0e0;
}
.light-grey-bg {
    background-color: #595757;
}
.dark-grey-bg {
    background-color: #272726;
}
.home .simple-blog article {
    width: 25%;
    float: left;
}
#bottom i.ico-go-natural-foods {
    color: #f0f0f0;
    font-size: 130px;
    line-height: 0.5;
}
h2.title {
    margin-top: 15px;
    margin-bottom: 15px;
}
#subscription .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.red {
    color: #9d1914;
    font-weight: 700;
}
.strikethrough {
    text-decoration: line-through;
}
.readmore {
    margin-top: 30px;
    color: #ff8905;
}
.bordered-text,
.bordered-text-inner .theme-container {
    border: 1px solid #f9a358;
    padding: 30px;
    background-color: #ffffff;
}
.bordered-text-fore {
    position: relative;
    z-index: 9;
}
.bordered-text-fore p {
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.home .bordered-text-fore p {
    font-size: 20px;
}
.bordered-text-behind {
    z-index: 3;
}
.bordered-text-offset .theme-container {
    height: 420px !important;
    margin-top: -535px !important;
    margin-bottom: 170px !important;
}
.white-bg {
    background-color: #ffffff;
}
.caption {
    font-weight:600;
    line-height: 1.2;
    top: 0;
    color: #ffffff;
    overflow: hidden;
    position: absolute;
    text-align: center;
    left: 15px;
    right: 15px;
    padding: 45px 30px;
    bottom: 0;
    box-shadow: inset 0 0 5em 1em rgba(0,0,0,0.5);
}
.caption h3,
.caption h3 a {
    font-size: 22px;
    font-weight:700;
    color: #ffffff;
}
.caption p {
    display: none;
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
}
.caption p a {
    font-size: 14px;
    color: #ffffff;
}
.tm-element:hover .caption p {
    display: block;
}
@media (max-width: 600px) {
  .caption {
    padding: 15px 15px;
  } 
}
.vignette {
    box-shadow: inset 0 0 5em 1em #000;
}
.contacts {
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.contacts:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.25);
}
.contacts h4 {
    margin-bottom: 0;
}
.contacts h4 a {
    color: #000000;
}
.partner-contact {
    float: left;
    height: 122px;
    width: 122px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 20px;
}
.grey-bg h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.menu-list {
    padding-left: 0;
}
.menu-list li {
    list-style-type: none;
    border-bottom: 1px dotted #f9a358;
    line-height: 30px;
    padding: 15px 0;
}
.menu-list li i {
    color: #f9a358;
    width: 28px;
    height: 28px;
    text-align: center;
    float: right;
    line-height: 30px;
    display: block;
    margin-top: 2px;
}
.blue {
    color: #f9a358;
}
.more-details {
    position: absolute;
    top: 145px;
    width: 100% !important;
    height: 100%;
    display: none;
}
.btn-toggle {
    position:absolute;
    bottom: 0;
}
.sf-menu .phone {
    white-space: nowrap;
}
.sf-menu .phone a {
    color: #f9a358;
    font-weight: 600;
}
.sf-menu .phone:before {
    color: #f9a358;
    content: "\e600";
    font-family: simple-line-icons;
    font-size: 18px;
    line-height: 2;
    margin-right: 4px;
    vertical-align: middle;
    float: left;
}
@media (min-width: 768px) {
	.offset {
		margin-top: -120px;
	}
	.offset .row > div {
		background-color: #ffffff;
		z-index: 9;
	}	
}
.position-absolute {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}
.orange { color: #f9a358 !important;}

#sidebar .contact {
    border: 1px solid #f7efe8;
	background-color: #f7efe8;
    padding: 30px 30px 0;
}
#sidebar .contact h3 {
    color: #000000;
	margin:0;
	font-size: 26px;
}

#sidebar .contact input[type="text"],
#sidebar .contact input[type="tel"],
#sidebar .contact input[type="email"],
#sidebar .contact textarea {
	color: #ffffff;
	font-size: 18px;
    border: 1px solid #f7efe8;
	background-color: #f7efe8;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
    padding: 10px 0;
}
#sidebar .contact button[type="submit"] {
	border: 0px solid #ffffff;
	color: #ffffff;
	padding: 0;
	text-align: right;
	background-color: #f9a358;
	text-transform: none;
}
::-webkit-input-placeholder {
    color: #ffffff;
	opacity: 0.8;
	font-size: 14px;
	font-weight: 900;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
	opacity: 0.8;
	font-size: 14px;
	font-weight: 900;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
	opacity: 0.8;
	font-size: 14px;
	font-weight: 900;
}
:-ms-input-placeholder {  
    color: #ffffff;
	opacity: 0.8;
	font-size: 14px;
	font-weight: 900;
}
.georgia {
	font-style: italic;
	font-family: Georgia, serif;
    line-height: 2.0rem;
    font-size: 1.5rem;
	margin-bottom: 0;
}
.border {
	border: 1px solid #f9a358;
}
@media (max-width: 767px) {
	.home .carousel-container  {
		display: none;
	}
}