/*
Theme Name: Agent
Theme URI: http://www.prothemeus.com/demo/agent
Author: Prothemeus
Author URI: http://www.prothemeus.com
License: GPL 2.0
License URI: license.txt
Description:  A Multi-Purpose & Responsive Wordpress theme
Version: 1.2.31
Tags: light, white, black, blue,one-column, two-columns, three-columns, four-columns, right-sidebar, fluid-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready, post-formats
*/

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   CSS Reset
   ========================================================================== */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /*-webkit-font-smoothing: subpixel-antialiased;*/ }

body {
    line-height: 1;
    /*text-rendering:optimizeLegibility;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td { vertical-align: top; }
img{max-width:100%;}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
input[type="text"],input[type="submit"], textarea { -webkit-appearance: none; -webkit-border-radius:0px; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
img::selection      {background: transparent;}
img::-moz-selection {background: transparent;}
/*body {-webkit-tap-highlight-color: rgba(255,255,255,0.3);}*/
/*.wf-loading p, .wf-loading ul, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 { visibility: hidden; } .wf-active p, .wf-active ul, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-inactive p, .wf-inactive ul, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive h6 { visibility: visible; } */


/* ==|== primary styles =====================================================
   Author:


/* =========================================================================
                                     LAYOUTS
   ========================================================================= */

/* ======================
    Global
   ====================== */
html {
	padding-right: 0px !important;
	overflow-y: hidden !important;
}
.layout-box{
    position: relative;
    width:1250px;
    margin: 0px auto; 
}

/* ======================
    Content
   ====================== */

#page-content.content-single-sidebar{
    width:820px;
}

#left-sidebar, #right-sidebar{
    width: 252px;
}

#left-sidebar, #right-sidebar{
    float: left;
}
.left-sidebar-page #page-content,.dual-sidebar-page #page-content {
    float: right;
}
.right-sidebar-page #page-content{
    float: left;
}

#left-sidebar, 
.right-sidebar-page #page-content {
    margin-right: 30px;
}

#content {
    position: relative;
    z-index: 2;
}



.not-found {
    padding-top:100px;
    padding-bottom: 100px;
    text-align: center;
}
.not-found-search{
    width: 300px;
    margin: 0 auto;
}


/*------- Content Formatting Grid Blocks ----------- */



/*.one-third{ width:31%; }
.one-fourth{ width:22.375%; }
.one-half{ width:48.25%; }
.two-third{ width:65.5%; }
.three-fourth{ width:74.125%; }*/





/* ======================
    Widget Areas
   ====================== */

.widget{
    margin-bottom: 50px;
}

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

.widget h5{
    margin-bottom: 10px;
    line-height: 35px;
}

#bottom-widgets {
    padding-top: 75px;
    padding-bottom: 15px;
}
#bottom-widgets-wrap {
    margin-bottom: 50px;
}
#bottom-widgets .column-block {
    margin-bottom: 0;
}
#bottom-widgets-wrap .column-block .widget:last-child{
    margin-bottom: 0;
}
#left-sidebar, #right-sidebar{
    margin-bottom: 50px;
}


/* ======================
    Header
   ====================== *

/*------- LOGO ----------- */
#header-wrap-container.stuck {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
}
.layout-box #header-wrap-container.stuck {
    max-width: 1102px;
    padding: 0 74px;
}
#header {
    position: relative;
    z-index: 4;
}

#logo {
    margin: 30px 0 30px;
    float: left;
}
.header-search-form-wrap {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
}
.header-search-form-controller .search-icon {
	margin-left: 0px;
	padding: 5px;
	cursor: pointer;
	color: #d6d6d6;
}

.header-search-form-controller .search-icon:hover {
	color: #000;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.header-search-form-wrap #searchform .search-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 5px;
}
.header-search-form-wrap #searchform #s {
	width: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 20px;
	font-weight: bold;
}

.phone-number-wrap,.mail-wrap {
	margin-right: 10px;
	display: block;
	float: left;
}
.header-contact-wrap {
	background: #f4f4f4;
	line-height: 40px;
}
.phone-number-wrap:before, .mail-wrap:before {
	padding-right: 5px;
	color: #272b34;
}
.phone-number-wrap:before {
	content: '\e89a';
}
.mail-wrap:before {
	content: '\e803';
}
.header-cart-link,.header-search-form-controller, .mobile-menu-controller  {
	margin-left: 10px;
}
.top-header-wrap [class^="icon-"]:before, .top-header-wrap [class*=" icon-"]:before, .top-header-wrap .font-icon:before, .top-header-wrap ul.custom-list li:before,
.bottom-header-wrap [class^="icon-"]:before, .bottom-header-wrap [class*=" icon-"]:before, .bottom-header-wrap .font-icon:before, .bottom-header-wrap ul.custom-list li:before {
	margin-right: 5px;
}
.header-cart-link .cart-contents span {
	color: #000;
	font-size: 13px;
	padding: 6px 11px !important;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 3px;
}
.header-cart-link .cart-contents.cart-empty {
	display: none;
}
.header-cart-link .cart-contents.cart-no-empty {
	display: block;
}
body.woocommerce-cart .header-cart-widget-wrap {
	display: none !important;
}
.header-cart-link .cart-contents span {
	font-weight: bold;
}
.header-cart-link .cart-contents:before {
	content: '\e882';
	color: #7a8593;
}
#header a.icon-shortcode  {
	display: inline-block;
}
#header a.icon-shortcode .font-icon {
	margin-bottom: 0px;
	line-height: 30px;
}
#header-top-menu {
	line-height: inherit;
}
/*------- Header Style1 ----------- */

/*------- Header Style2 ----------- */
.header-contact-wrap .be-wrap {
	z-index: 0;
}
.position-relative {
	position: relative;
}
#header.style2-header #logo {
	float: none;
	text-align: center;
}
#header.style2-header .navigation-wrap {
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	display: block;
}
#header.style2-header #navigation {
	float: none;
	display: inline-block;
	zoom: 1;
	text-align: left;
}
#header.style2-header .navigation-widget-area {
	position: absolute;
	right: 0px;
}
/*------- Header Style3 ----------- */
#header.style3-header .left.navigation-widget-area {
	margin-left: 20px;
}
#header.style3-header #menu li:first-child a {
	padding-left: 0px;
}
#header.style3-header #menu li ul.sub-menu li a {
	padding: 5px 20px;
}
#header.style3-header #navigation .menu > ul > li.megamenu > ul.sub-menu a {
	padding: 5px 0px 5px 37px;
}
/*------- Header Style4 ----------- */
#header.style4-header #navigation {
	float: left;
	margin-left: 20px;
}
.header-shortcode-text a.icon-shortcode:last-child .font-icon {
	margin-right: 0px;
}
/*------- NAVIGATION ----------- */
.social-media-icons-mid-header {
	margin-left: 20px;
}
#navigation {
    float: right;
}
.tinynav { display: none }

#navigation li{
    float: left;
    display: inline;
    position: relative;
}

#navigation a{
    color:inherit;
    padding: 10px 20px;
}
#navigation ul ul { 
    position: absolute;
    width: 200px;
    display: none; 
    z-index: 12;
}
#navigation ul ul li { 
    float: none;
}
#navigation ul ul ul { 
    left: 100%;
    top: -1px;
    margin-left: 0;
    margin-top: 1px;
}

#navigation ul .has_child ul li ul {
    padding: 0;
	background: #393f48;
}

#navigation ul .sub-menu li{
    display: block;
    float: none;
}
#navigation ul .sub-menu li.has_child > a:after {
	content: '\e897';
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.2em;
	-webkit-font-smoothing: antialiased !important;
	float: right;
	display: block;
	line-height: 42px;
}
.sub-menu{
    top: 100%;
}
#navigation ul .sub-menu a{
    border:none;
}
#navigation .sub-menu{
    z-index: 100;
    background: none repeat scroll 0 0 #272B34;
    color: #fff;
}

#navigation ul .sub-menu a{
    display: block;
    line-height: 42px;
    padding: 5px 20px;
    text-transform: none;
}

#navigation ul li {
    margin-bottom: 0;
}
#header-top-menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#header-top-menu li {
	float: left;
	margin: 0px;
}
#header-top-menu li a {
	font-weight: normal;
	color: #272b34;
}
#header-top-menu li.menu-item-last span {
	display: none;
}
#header-top-menu li span {
    border-left-width: 1px;
	border-style: solid;
	border-color: inherit;
	display: inline-block;
	height: 10px;
	margin: 0 10px;
}
#header-top-menu li:last-child span {
	display: none;
}
.header-contact-wrap.top-header-wrap,.header-contact-wrap.bottom-header-wrap {
	font-size: 11px;
	color: #7a8593;
}
/****************************************************/
#navigation .menu > ul > li.megamenu {
	position: inherit!important;	
}
#navigation .menu > ul > li.megamenu > ul.sub-menu {
	width: 100%;	
	left: 0px;
	padding: 0px;
}
#navigation .menu > ul > li.megamenu > ul.sub-menu a {
	padding: 5px 0px 5px 20px;
	-webkit-font-smoothing: antialiased !important;
	font-weight: bold;
}
#navigation .menu > ul > li.megamenu > ul > li > span.mobile-sub-menu-controller,#navigation .menu > ul > li.megamenu > ul > li > a:after {
	display: none !important;
}
#navigation .menu > ul > li.megamenu > ul > li {
	display: block;
	float: left;
	padding: 0px;
	width: 33.33%;
}
#navigation .menu > ul > li.megamenu > ul > li:last-child {
	border-right: none!important;
}
#navigation .menu > ul > li.megamenu.columns-3 > ul > li { width: 33.33%; }
#navigation .menu > ul > li.megamenu.columns-4 > ul > li { width: 25%; }
#navigation .menu > ul > li.megamenu.columns-5 > ul > li { width: 20%; }
#navigation .menu > ul > li.megamenu.columns-6 > ul > li { width: 16.66%%; }
#navigation .menu > ul > li.megamenu > ul > li ul {
	display: block!important;
	top: 0px !important;
	width: 100%;
	opacity: 1 !Important;
	left: 0px !important;
	position: relative !important;
	background: none;
	margin-top: -1px;
}
#navigation .menu > ul > li.megamenu ul.sub-menu a {
	border: 1px solid #383E47;
	border-top: 0px;
	border-left: 0px;
}
#navigation .menu > ul > li.megamenu ul.sub-menu li:last-child a {
	border-right: 0px;
}
#navigation .menu > ul > li.megamenu ul.sub-menu ul.sub-menu a {
	border-left: 0px;
	border-right: 1px solid #383E47;
	font-weight: normal;
}
#navigation .menu > ul > li.megamenu ul.sub-menu ul.sub-menu li:last-child a {
	border-bottom: 0px;
}
#navigation .menu > ul > li.megamenu ul.sub-menu li:last-child ul.sub-menu li a {
	border-right: 0px;
}
#navigation .menu > ul > li.megamenu ul.sub-menu li.border-bottom a {
	border-bottom: 1px solid #383E47 !important;
}
#navigation .menu > ul > li.megamenu ul.sub-menu li.border-right a {
	border-right: 1px solid #383E47 !important;
}
#navigation .menu > ul > li.megamenu ul.sub-menu [class^="icon-"]:before, 
#navigation .menu > ul > li.megamenu ul.sub-menu [class*=" icon-"]:before,
#navigation .menu > ul > li ul.sub-menu [class^="icon-"]:before, 
#navigation .menu > ul > li ul.sub-menu [class*=" icon-"]:before {
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	margin: 0px;
	color: #585f6a;
}

#navigation .menu > ul > li:last-child a {
	padding-right: 0px;
}

#navigation .menu > ul > li.megamenu ul.sub-menu [class^="icon-"] a, 
#navigation .menu > ul > li.megamenu ul.sub-menu [class*=" icon-"] a,
#navigation .menu > ul > li ul.sub-menu [class^="icon-"] a, 
#navigation .menu > ul > li ul.sub-menu [class*=" icon-"] a {
	padding: 5px 20px 5px 40px;
}
/****************************************************/
.mobile-menu-controller {
	display: none;
}
.mobile-menu-controller i.font-icon {
	font-size: 17px;
	background: #23272c;
	color: #fff;
	padding: 3px 4px 4px 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	cursor: pointer;
}
.mobile-sub-menu-controller {
	display: none;
	right: 0px;
	position: absolute;
	padding: 10px;
	left: auto;
	top: 0px;
	height: auto;
	width: auto;
	cursor: pointer;
	font-size: 15px;
}
.sub-menu .mobile-sub-menu-controller {
	display: block;
}
.mobile-sub-menu-controller i {
	width: 23px;
	display: block;
}
.sub-menu .mobile-sub-menu-controller i {
	display: block;
	width: 25px;
	height: 30px;
}
.mobile-sub-menu-controller i:before {
	color: #fff !important;
}


/* ======================
    Footer
   ====================== */

#copyright p{
    margin-bottom: 0;
    line-height: 25px;
}



/* ======================
    Blog Layout
   ====================== */
.no-thumb .post-header{
    margin-bottom: 15px;
}
.post-author {
    float: left;
    margin-right: 30px;
    width:70px;
    text-align: center;
    margin-top: 10px;
}
.post-author img {
    height: auto !important;
    border-radius: 50%;
}
.post-author img:hover {
    opacity: 0.8;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
 	-moz-transition: all 0.5s ease-in-out;
 	-ms-transition: all 0.5s ease-in-out;
 	-o-transition: all 0.5s ease-in-out;
}
.post-content-wrap {
    float: left;
    width:700px;
}
.push-right {
    padding-left: 100px;
    margin-right: 25px;
}
.post-header{
    /*margin-bottom: 20px;*/
}
.post-date{
    float: left;
    margin-right: 20px;
    font-size:12px;
    text-transform: uppercase;
    padding: 5px 13px;
    text-align: center;
    line-height: 18px;
}
.post-date span{
    font-size: 21px;
}   

.post-nav{
    padding: 8px 0 10px;
    border-left: 0 !important;
    border-right: 0 !important;
}
.post-nav ul li{
    margin-bottom: 0;
}
.post-nav .post-meta-sep {
    margin: 0 10px;
}

.pagination_parent{
    margin-bottom: 70px;
}
.pagination a, .pagination span, .pages_list a{
    width:45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin:0 16px 0px 0px;
    background: #272b34;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    -webkit-font-smoothing:antialiased;
    color: #fff !important;
}
.single-post #content {
    padding-bottom: 50px;
}

.single-post .project_navigation {
    margin-top: 50px;
}
.portfolio-nav {
	position: fixed;
	top: 50%;
	z-index: 10;
}
.portfolio-prev-link {
	left: -2px;
}
.portfolio-next-link {
	right: 13px;
}
.portfolio-nav a {
	padding: 65px 15px;
	font-size: 35px;
	display: block;
	background: #f8f8f8;
	border-radius: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	color: #272B34 !important;
	margin-top: -70px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.portfolio-nav a i:before {
	margin: 0px;
	width: auto;
}
.post-excerpt{
    margin-bottom: 30px;
}
.post-thumb {
    margin-bottom: 20px;
}
.post-thumb img{
    width: 100%;
    max-width: 100%;
	height: auto;
}
.post-thumb.style-2{
    float: left;
    width: 300px;
    margin-right: 20px;
}
.format-quote blockquote{
    margin-left: 70px;
    margin-bottom: 0;
}
.format-quote .quote-author{
    font-size: 12px;
    font-style: italic;
}
.format-link .post-title {
    margin-bottom: 15px;
}
.format-link .font-icon {
    font-size: 22px;
    line-height: 25px;
}
.format-link .post-link {
    color: #b3b9c1;
    font-size: 14px;
    font-style: italic;
    margin-left: 10px;
    line-height: 25px;
}
.format-link-url {
    margin-bottom: 15px;
}
.post-tags {
    margin-top: 50px;
}
.post-tags a {
    padding: 7px;
    margin-left: 5px;
}
.blog-sep.header-sep {
    margin-top:40px;
    margin-bottom: 50px;
}
hr {
	background: none repeat scroll 0 0 #272B34;
	border: medium none;
	height: 5px;
	margin-bottom: 50px;
}
/******************************
    Audio Player
******************************/

.mejs-controls .mejs-button button {
    background:none !important;
    height: 50px !important;
    margin: 0 5px !important;
    /*width: 15px !important;*/
}

/*.mejs-controls .mejs-button.mejs-playpause button {
    width:15px !important;
}*/

.one-third .mejs-time-rail {
    width:48% !important;
}
.one-third .mejs-controls .mejs-time-rail .mejs-time-total {
    width:47% !important;
}
.one-third .mejs-controls div.mejs-horizontal-volume-slider, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width:45px !important;
}

.mejs-controls .mejs-playpause-button.mejs-play button:before {
    content: '\e907';
    font-family: "fontello";
    font-size: 16px;
    color: #fff;
    line-height: 50px !important;
    -webkit-font-smoothing:antialiased;
}
.mejs-controls .mejs-playpause-button button{
    padding: 0 0 0 7px !important;
    margin-left: 0 !important;
    width: 25px !important;
}
.mejs-controls .mejs-playpause-button.mejs-pause button:before {
    content: '\e909';
    font-family: "fontello";
    font-size: 12px;
    color: #fff;
    line-height: 50px !important;
     -webkit-font-smoothing:antialiased;
}
.mejs-controls .mejs-volume-button.mejs-mute button:before {
    content: '\e85b';
    font-family: "fontello";
    font-size: 15px;
    color: #fff;
    line-height: 50px !important;
}
.mejs-controls .mejs-volume-button.mejs-unmute button:before {
    content: '\e8b0'; 
    font-family: "fontello";
    font-size: 15px;
    color: #fff;
    line-height: 50px !important;
}
.mejs-container {
    height: 50px !important;
}
.mejs-container .mejs-controls {
    height: 50px !important;
    background: #1a1c26 !important;
    border-radius: 3px !important;
}
.mejs-container, .mejs-embed, .mejs-embed body{
    background: none !important;
}
.mejs-container .mejs-controls .mejs-time {
    height: 50px !important;
    padding: 0 3px !important;
}

.mejs-container .mejs-controls .mejs-time span {
    line-height: 50px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 15px 0 !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top:21px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total , 
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #30343f !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff !important;
}

.mejs-controls .mejs-button button:focus {
    outline: none !important;
}


/* ======================
    Typography
   ====================== */


h1,h2,h3,h4,h5,h6{
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin-bottom: 22px;
}
.post-title{
    margin-bottom: 0;
}

#content ,.post-title ,.breadcrumbs , #page-title{
    -ms-word-wrap: break-word;
    word-wrap: break-word;   
}
.header-breadcrumb {
	font-size: 11px;
}
.header-breadcrumb .breadcrumbs a {
	font-weight: bold;
}
blockquote{
    font-style: italic;
    margin: 35px 0 35px 50px;
    padding-left: 35px;
}
blockquote p:last-child{
    margin-bottom: 0;
}

.secondary_text , .post-tags {
    font-size:11px;
}
.not-found h1 {
    font-size: 50px;
}

/*------- Anchor ----------- */


a, a:visited , a:hover{
    text-decoration: none;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.sidebar-widgets .widget ul li a{
    color: inherit;
}

/*------- Lists ----------- */


ul,ol{
    padding-left: 15px;
    line-height: inherit;
    margin: 0px 0px 40px;
}
ul{ list-style: disc; }
ol{ list-style: decimal; }
ul li,ol li{
    margin-bottom: 10px;
}
dd { margin: 0 0 20px; line-height: inherit; }
dt { line-height: inherit; }
nav ul, nav ol { list-style: none !important; list-style-image: none; margin: 0; padding: 0; }
.widget ul{
    margin-bottom: 0;
}
.widget ul li:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border: none;
}
/*#bottom-widgets .widget ul li a {
    color:#fff;
}*/


/* ==========================================================
    Tags and classes that come with Wordpress 
   ========================================================== */ 

code, pre { font-family:"Courier New", Courier, monospace; }
cite{ font-weight:700;}
address {
    display: block;
    line-height:20px;
    margin: 0 0 20px;
}


pre{  display: block; margin: 10px 0; padding: 10px; overflow: auto; }
table{ border-collapse: collapse; margin-bottom:20px; }
tr:nth-of-type(odd){  }
th,td{ border: 1px solid #ddd; padding: 9px 20px; }
th{ text-transform: uppercase; }
caption{ font-size: 11px; font-style: italic; }
sup,
sub {
    height: 0;
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: .5ex;
    vertical-align: baseline;
}
sup { bottom: 1ex; }

/* Wordpress default Image Alignment classes */

.wp-caption{
    margin-bottom:20px;
    max-width: 100% !important;
    padding-top: 6px;
    text-align: center;
}
.wp-caption img{ width:auto!important; height:auto!important; max-width:98%;}
.wp-caption img, .wp-caption img a { border: 0 none; margin: 0 !important; padding: 0; }
.wp-caption .wp-caption-text { font-size: 11px; font-style:italic; margin: 0; padding: 4px 4px 5px;  }
img.alignright, .wp-caption.alignright { float: right; margin: 0 0 0px 10px; }
img.alignleft, .wp-caption.alignleft { float: left; margin: 0 10px 0px 0; }
img.aligncenter, .wp-caption.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
img.aligncenter { margin-top: 20px;margin-bottom: 10px; }
a img.alignright { float: right; margin: 7px 0 20px 20px; }
a img.alignleft { float: left; margin: 7px 20px 20px 0; }
a img.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
.gallery-item img{ width:auto !important; height:auto !important;  border:none !important; max-width: 100% !important; }    
.gallery-caption { display: block; font-style: italic; margin-bottom: 0 !important; padding: 0 4px 5px; }

/* WordPress built-in class for handling sticky posts */
.sticky, .bypostauthor { }

/* Images */
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; 
}



/* ======================
    Comments
   ====================== */

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

.commentlist{ list-style: none; padding: 0; margin-bottom: 40px; }

.vcard, .comment-content{
    float: left;
}
.vcard {
    width: 11%;
}
.comment-author-inner {
    display: inline-block;
    text-align: center;
}
.comment-author-inner img {
    height: auto !important;
    border-radius: 50%;
}
.comment-content{
    width:78%;
    padding-left: 6%;
    position: relative;
}

.children{
    list-style: none;
}
#comments-title{
    margin-bottom: 40px;
}

.comment {
	margin-bottom: 0px;
}

article.comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-meta{
    margin-bottom: 10px;
}
.comment_text p{
    margin-bottom: 0;
}
#reply-title {
    margin-bottom: 30px;
}
.comment-meta h6.fn {
    display: inline;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
}
.comment-date-time{
    font-style: italic;
}
.comment-edit-reply{ padding:0; margin:0;}

.comment-edit-reply,.children{ list-style:none !important; }

.reply{
    display:block;
    font-size: 11px;
    font-style: normal;
}
li.edit-link,
span.edit-link {
    float: right;
    font-size: 11px;
    font-style: italic;
}
 a.comment-reply-link{
	background-color: #f2f2f2;
	padding: 3px 7px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;  
}
.comment a{
    text-decoration: none;
}
.avatar {
    margin-bottom: 10px;
}
.children{ padding-left:10% ; margin-bottom: 0; }
.children .vcard { width:10%; }
.children .comment-content { 
    width:87%;
    padding-left: 2%;
}
.form-allowed-tags{
    display: none;
}
#cancel-comment-reply-link{font-size: 11px; text-transform: capitalize; font-style: italic; }





/* ======================
    Form
   ====================== */

input[type="text"], input[type="email"], input[type="password"] {
    padding: 0px;
    height: 45px;
    width: 48%;
    margin-bottom: 25px;
    background-color: #fff;
    border: none;
    color: #7a8593;
    font-size: 13px;
    -webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	border: 1px solid #caced4;
	-moz-box-shadow: 0 0 2px #dbdbdb;
	-webkit-box-shadow: 0 0 2px #dbdbdb;
	box-shadow: 0 0 1px #dbdbdb;
	text-indent: 15px;
}
select {
	height: 45px;
    width: 100%;
	padding: 10px;
}
textarea{
    padding: 2% 0 0 2%;
    height: 236px;
    width: 98%;
    margin-bottom: 20px;
    font:inherit;
    overflow: auto;
    background-color: #fff;
    color: #7a8593;
    border: none; 
    -webkit-transition: all 0.30s linear;
	-moz-transition: all 0.30s linear;
	-ms-transition: all 0.30s linear;
	-o-transition: all 0.30s linear; 
	font-size: 13px;
    -webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	border: 1px solid #caced4;
	-moz-box-shadow: 0 0 2px #dbdbdb;
	-webkit-box-shadow: 0 0 2px #dbdbdb;
	box-shadow: 0 0 1px #dbdbdb;
}  
input[type="submit"], .more-link, .action-button .be-button {
    border: none;
    cursor:pointer;
    display: inline-block;
    margin:0px 20px 10px 0;
    text-decoration: none;  
    font-size: 13px;
    line-height: 44px;
    height: 44px;
    padding: 0 54px; 
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;  
    letter-spacing: 1px;   
} 
.more-link {
    padding: 0 17px;
    margin-bottom: 0;
}

.wpcf7-not-valid-tip {
    display: none;
}
input[type="text"].wpcf7-not-valid , input[type="email"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid #ef8080;
    margin-bottom: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

input[type=text]:focus, input[type="email"]:focus,  input[type="password"]:focus, textarea:focus {
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  border: 1px solid #B8B8B9;
  background-color: #fff;
}

/* ======================
    Contact Page
   ====================== */   

/* Contact Form */

.contact_form .column-block{
    margin-bottom: 25px ;
}
.contact_form input[type="text"]{
    width: 48%;
}
.contact_form textarea{
    width:98.3%;
}

.contact_form {
    margin-bottom: 60px;
}

/* Gmap */

#contact-page-map{
    height:400px;
}
.gmap{
    margin-bottom: 50px;
    height: 100%;
}
.gmap img,
.gmap-wrapper img {
	max-width: initial !important;
}

.page-template-contact-php #content {
    padding-bottom: 50px;
}
.submit-fieldset {
    position: relative;
}
.contact_loader {
    background: url('img/loader.gif') no-repeat top left;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    display: none;
    top: 15px;
    left: 0;
    margin-left: 100px;
    margin-top: -7px;
}

/* =========================================================================
                                    WIDGETS
   ========================================================================= */



.widget .special-sep {
    margin-bottom: 15px;
}

/* ===========================
    Recent Posts
   =========================== */
.recent_post_container{
    list-style: none !important;
    padding: 0;
}
.recent_posts, .recent_comments {
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 10px !important;
}
.recent_posts:first-child{ padding-top: 0; }
.recent_post_img {
    margin-right: 10px;
}

.recent_post_content a ,.widget_featured_projects .featured-projects a{
    display: block;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing:antialiased;
}
.widget_featured_projects .featured-projects a {
	line-height: 25px;
}
img.widget-featured-project-img {
	margin-bottom: 5px;
}
.recent_post_img{ margin-top: 2px; float: left; }
.recent_post_img a {
    display: block;
    position: relative;  
}
.recent_post_img img{ display: inline-block; }
.recent_comments .font-icon{
    margin-right: 10px;
}
.recent-post-date {
    color: #7a8593;
    font-size: 11px;
}
.sidebar-widgets .recent_post_content a:hover {
	color: #23272c !important;
}
/* ======================
    Tags 
   ====================== */

.widget_tag_cloud .tagcloud:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.widget_tag_cloud a {
    font-size: 11px !important;
    color: #fff;
    padding: 10px;
    display: block;
    float: left;
    background-color: #2d323e;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
}

/* ===========================
    Featured Projects Slider 
   =========================== */

.featured-projects .flex-direction-nav a {
    opacity: 1;
    bottom: 90px;
}
.featured-projects .flex-caption {
    position: static;
    background: none;
    padding: 0;
    border:none;
    box-shadow: none;
    width: 100%;
}
.featured-projects .flex-caption h4{
    font-size: 14px;
    text-transform: none;

}

.featured-projects .flex-direction-nav .flex-next {
    right: 10px;
}
.featured-projects .flex-direction-nav .flex-prev {
    right: 40px;
}

/* ===========================
    Tweets
   =========================== */
   
.tweet-item{
    margin-bottom: 20px;
}

.tweet-content:before{
    content: '\f309';
    margin-right: 20px; 
    font-family: 'fontello';
}

.tweet-content .time{
    display: block;
}
.twitter-user .user{ display: block; margin-bottom: 10px; }
.twitter-user .user img { width:30px !important; height: 30px !important; }
.widget_twitter ul{
	list-style-type: none;
	padding: 0px;
	margin-bottom: 20px;
}

/* ======================
    Search
   ====================== */
.search-submit{
    display: none !important;
}
.search-icon{
    margin-left: -25px;
    color: #23272c;
}
#s{
    width: 92%;
    height: 35px;
    border-radius: 3px;
    background: #fff;
    border: none;
    font-size: 11px;
    z-index: 1000000;
}

/* ======================
    WP Calendar
   ====================== */
#wp-calendar {
    width: 100%;
    background: none;
    border: none;
    border-collapse: separate;
    border-spacing:0;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: center;
}
#wp-calendar caption {
    font-size: 12px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
#wp-calendar thead {
    font-size: 11px;
    font-weight: 700;
}
#wp-calendar thead  th{
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#wp-calendar tbody,#wp-calendar tfoot  {
    font-size: 11px;
    font-weight: 700;
}
#wp-calendar tbody tr td,#wp-calendar thead tr th,#wp-calendar tfoot tr td{
    background: none;
    border: none;
}
#wp-calendar tbody tr td {
    background: none;
    border: 1px;
}
#wp-calendar tbody tr td.pad {
    background: none;
    border:none;
}
#wp-calendar tfoot tr td{
    background: none;
    padding: 5px 0px 0px;
}
#wp-calendar td,#wp-calendar th {
    padding: 0px;
}
#today a{ color:#fff; }
#wp-calendar tfoot tr #prev{
    text-align: left;
}
#wp-calendar tfoot tr #next {
    text-align: right;
}
#wp-calendar tr a {
    display: block;
}

/* ==========================
    Social Media Icons
   ========================== */

.social_media_icons{
    list-style: none;
    padding: 0;
}
.social_media_icons li{
    display: inline;
    margin-bottom: 0;
}
#footer .widget {
    margin-bottom: 0;
}

.social_media_icons .font-icon{
    font-size: 18px;
}
.social_media_icons li{
    margin-left: 10px !important;
}
.social_media_icons li:first-child{
    margin-left: 0 !important;
}


/* ==================================================
    Categories, Archives, Links, Meta, Menu, Side nav
   ================================================== */

.widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_meta ul, 
.widget_nav_menu ul, 
.widget_pages ul{
    list-style: none;
    padding-left: 0;
}
.widget_nav_menu .sub-menu {
	padding-top: 10px;
	border-top: 1px solid #f2f2f2;
	margin-top: 10px;
}
.widget_nav_menu ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.widget_categories ul li, 
.widget_archive ul li, 
.widget_links ul li,
.widget_meta ul li, 
.widget_nav_menu ul li,
.widget_pages ul li
{
    padding-left: 25px;
}

.widget_categories ul li:before, 
.widget_archive ul li:before, 
.widget_links ul li:before,
.widget_meta ul li:before, 
.widget_nav_menu ul li:before,
.widget_pages ul li:before {
  content: '\e897';
  font-family: "fontello";
  display: inline-block;
  margin-left: -25px; /*same as padding-left set on li*/
  width: 25px; /*same as padding-left set on li*/
  font-size: 11px;
}

.sidebar-navigation , .sidebar-navigation .children {
    list-style: none;
    padding: 0
}

.sidebar-navigation li a:before{
    content: '\e75e';
    font-family: "fontello";
    display: inline-block;
    /*margin-left: -25px; same as padding-left set on li*/
    /*width: 0px; same as padding-left set on li*/
    font-size: 13px;
    margin-right: 20px;
}

.sidebar-navigation li{
    margin: 0;
}

.sidebar-navigation li.current_page_parent {
    padding-bottom: 0;
}
.sidebar-navigation .children li:last-child{
    /*border: none;*/
}
.sidebar-navigation a{
    color:#707070 !important;
    display: block;
    padding: 15px; 
    border-bottom: 1px solid #ddd; 
}
.sidebar-navigation .children a{
    padding-left: 30px;
}




/* ======================
   Newsletter
   ====================== */
.newsletter_submit{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.newsletter_email{
    width:69% !important;
    height: 25px;
}

.newsletter_status{ display: none; }

/* ======================
   Address Widget
   ====================== */

.contact-information {
    list-style: none;
    padding: 0;
}  
.contact-information li, .contact-information p {
    margin: 0 !important;
}
.contact-information h6 {
    margin-bottom: 10px;
}
.contact-information .font-icon {
    margin-right: 10px;
    font-size: 12px;
}
.contact-information.custom-list li:before {
    display: block;
}
/* ======================
   Photostream Widget
   ====================== */
.photostream ul {
    list-style: none;
    padding-left: 0;
}
.photostream ul li {
    margin: 0px 10px 10px 0px;
    float: left;
    width: auto;
	position: relative;
}
.photostream ul li.last {
    margin-right: 0px;
}
.photostream ul li a {
    display: block;
    position: relative;
}
.photostream ul li a img {
    display: block;
    width: 72px;
    height: 72px;
}
.photostream_overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
 	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.photostream ul li .icon-plus {
    top: 50%;
    position: absolute;
    left: 50%;
    font-size: 14px;
    margin: -7px 0px 0px -9px;
    color: #fff;
    line-height: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
 	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.photostream ul li:hover .photostream_overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.photostream ul li:hover .icon-plus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* ======================
   Testimonials Widget
   ====================== */
ul.testimonial_controller_wrap {
	padding: 0px;
}
.flexslider.testimonial_slider,.testimonial_controller_wrap {
	max-width: 900px;
	margin: 0px auto;
}
.testimonial_controller_wrap li:last-child,.testimonial_controller_wrap li.be-last-child{
	margin-right: 0px;
}
.flexslider_testimonials ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.flexslider_testimonials .flex-prev,.flexslider_testimonials .flex-next {
	display: none;
}
.flexslider_testimonials .slides .testimonial img {
	width: 50px;
	float: left;
	margin: 7px 10px 2px 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.testimonial-content {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px !important;
}
.testimonial-detail .right {
	margin-left: 10px;
}
.testimonial_controller {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 44px;
}
.testimonial_overlay.bg-none {
	background: none !important;
}
.be-carousel {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}


body.admin-bar #header-wrap-container.stuck {
	top: 28px !important;
}

@media only screen and (max-width: 1279px) { 
    .layout-box #header-wrap-container.stuck  {
        max-width: none;
        padding: 0;
    }  
}
/* =========================================================================
                                 Custom Scrollbar
   ========================================================================= */ 
.nicescroll-rails div {
    background: #8e91a3 !important;   
    border-radius: 3px !important;
	width: 11px !important;
	margin-right: 2px !important;
}

#ascrail2000 {
    background: #f2f2f2 !important;
}


/* =========================================================================
                                    Small Desktop
   ========================================================================= */ 
@media only screen and (min-width: 960px) and (max-width: 1279px) {
    .layout-box {
        width:100%;
    }

    #page-content.content-single-sidebar{
        width:720px;
    }

    #left-sidebar, #right-sidebar{
        width:220px;
    }
    #left-sidebar, 
    .right-sidebar-page #page-content {
        margin-right: 30px;
    }    
    .post-author {
        margin-right: 30px;
        width:70px;
    }
    .post-content-wrap {
        width: 620px;
    }
    .push-right {
        padding-left: 100px;
    }    
    .one-third .mejs-time-rail {
        width:37% !important;
    }
    .featured-projects .flex-direction-nav a {    
        bottom: 100px;
    }
}
/* =========================================================================
                                    TABLET
   ========================================================================= */


@media only screen and (min-width: 768px) and (max-width: 959px) {

    .layout-box {
        width:100%;
    }
	.style3-header #logo {
		float: left;
	}
	#navigation {
        width: auto;
    }

    #page-content.content-single-sidebar{
        width:510px;
    }

    #left-sidebar, #right-sidebar{
        width:190px;
    }
    #left-sidebar,
    .right-sidebar-page #page-content,
    .dual-sidebar-page #left-sidebar,
    #dual-sidebar-wrap {
        margin-right: 30px;
    }
    .post-author {
        margin-right: 30px;
        width:40px;
    }
    .post-content-wrap {
        width: 440px;
    }
    .push-right {
        padding-left: 0px;
    }
    .one-third .mejs-time-rail {
        width:25% !important;
    }
    .one-third .mejs-controls .mejs-time-rail .mejs-time-total {
        width:24% !important;
    }
    .one-third .mejs-controls div.mejs-horizontal-volume-slider, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width:30px !important;
    }
    .featured-projects .flex-direction-nav a {    
        bottom: 100px;
    }
}

/*------- Content Formatting Grid Blocks ----------- */


@media only screen and (max-width: 1024px) {
	.be-bg-cover {
		background-attachment: scroll !important;
		background-position: center center !important;
	}
	.full-screen .element, .full-screen.three-col .element, .full-screen.four-col .element, .full-screen.five-col .element {
		width: 33.3333332% !important;
	}

}
@media only screen and (min-width: 961px) {
	#navigation {
		display: block !important;
	}
	#header.style2-header #navigation {
		display: inline-block !important;
	}
}
@media only screen and (max-width: 960px) {
	#header-wrap-container.stuck {
		position: relative;
		width: 100%;
		box-shadow: none;
	}
	#navigation {
        float: left;
        width: 100%;
		display: none;
		background: #23272c;
		color: #fff !important;
    }
	#navigation 
		#logo {
        width: 50%;
		text-align: left;
    }
	#header.style2-header #logo {
		width: 100%;
	}
	#header.style5-header #logo {
		width: auto;
	}
	.mobile-sub-menu-controller {
		display: inline-block;
	}
	#navigation .menu {
		width: 100%;
		float: none;
	}
	#navigation li {
		display: block !important;
		text-align: left;
		float: none;
		position: relative;
	}
	#navigation ul ul,#navigation ul ul ul {
		position: relative;
		width: 100%;
		left: 0px;
        padding: 0;
	}
	#navigation li a{
		display: block;
		padding: 10px;
	}
	#navigation ul .sub-menu a  {
		padding: 10px 20px;
		line-height: 30px;
	}
	#navigation ul .sub-menu ul.sub-menu a {
		padding: 10px 30px;
	}
	body.admin-bar #header-wrap-container.stuck {
		top: 0px !important;
	}
	.sticky-wrapper {
		height: auto !important;
	}
	
	#navigation .menu > ul > li.megamenu {
		position: relative !important;
	}
	#navigation ul .sub-menu li.has_child > a:after {
		display: none;
	}
	#navigation {
		line-height: 30px !important;
		position: relative;
	}
	#header.style1-header .right.navigation-widget-area {
		width: 50%;
	}
	#header.style2-header .right.navigation-widget-area {
		width: 100%;
		display: block;
		position: relative;
	}
	#navigation .menu > ul > li.megamenu > ul > li {
		float: none;
		width: 100% !important;
	}
	#navigation .menu > ul > li.megamenu ul.sub-menu [class^="icon-"]:before, #navigation .menu > ul > li.megamenu ul.sub-menu [class*=" icon-"]:before {
		display: none;
	}
	#navigation .menu > ul > li ul.sub-menu [class^="icon-"] a,
	#navigation .menu > ul > li.megamenu ul.sub-menu [class^="icon-"] a {
		padding: 10px 20px !important;
	}
	#navigation .menu > ul > li.megamenu > ul.sub-menu a {
		padding: 10px 20px;
	}
	#navigation .menu > ul > li.megamenu ul.sub-menu a {
		border: none !important;
	}
	#navigation ul .sub-menu a {
		font-weight: normal !important;
	}
	.header-contact-wrap {
		padding-top: 5px;
	}
	.header-contact-wrap,#header-top-menu {
		line-height: 25px !important;
	}
	.header-contact-wrap .be-wrap div.left, .header-contact-wrap .be-wrap div.right {
		margin-bottom: 5px;
	}
	#header.style3-header .header-contact-wrap.bottom-header-wrap .be-wrap div.left {
		width: 100%;
	}
	#header.style3-header .left.navigation-widget-area {
		margin-left: 0px;
		float: right;
	}
	#header.style4-header #navigation {
		margin-left: 0px;
	}
	.mobile-menu-controller {
		display: block !important;
	}
	#header.style5-header .social-media-icons-mid-header {
		display: none;
	}
}


/* =========================================================================
                                    MOBILE 320
   ========================================================================= */


@media only screen and (max-width: 767px) {

    .layout-box {
        width:100%;
        margin: 0; 
    }
	.page-template-default #content {
		padding-top: 0px !important;
	}

    /*------- Content Formatting Grid Blocks ----------- */


    #page-content.content-single-sidebar,
    .right-sidebar-page #page-content, 
    ul.tabs li  { 
        float: none;
        margin-right: 0px;
        width:100%;
        margin-left: 0px;  
    }
    #right-sidebar,
    #left-sidebar {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-top: 50px;
        width: 100%;
    }

    #header-top .left, #header-top .right {
        text-align: center;
    }
    #header-top .social_media_icons .font-icon {
        font-size: 15px;
    }
    .header-contact {
        font-size: 11px;
    }
    #bottom-widgets .column-block {
        margin-bottom: 60px;
    }    

    /*  Comments */

    .children{ padding-left:0% ; }
    .vcard, .children .vcard { width:25%; margin-right: 0; }
    .comment-content,.children .comment-content { width:70%; padding-left: 4%;}
    #footer-widgets{ width: 270px; }

    .no-mobile {
        display: none;
    }
    .post-author {
/*        margin-right: 30px;
        width:40px;*/
        display: none;
    }    
    .post-content-wrap {
        width: 100%;
    }
    .push-right {
        padding-left: 0;
    }
    input[type="text"], input[type="email"], input[type="password"]{
        width: 98%;
    }
    .one-third .mejs-time-rail {
        width:46% !important;
    }
    .one-third .mejs-controls .mejs-time-rail .mejs-time-total {
        width:45% !important;
    }
    .one-third .mejs-controls div.mejs-horizontal-volume-slider, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width:30px !important;
    }
}


/* =========================================================================
                                    MOBILE 480
   ========================================================================= */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .vcard, .children .vcard {
        width:20%;
    }  
    .one-third .mejs-time-rail {
        width:60% !important;
    }
    .one-third .mejs-controls .mejs-time-rail .mejs-time-total {
        width:59% !important;
    }
    .one-third .mejs-controls div.mejs-horizontal-volume-slider, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width:40px !important;
    }          
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.left{
    float:left;
}
.right{
    float:right;
}
.last{
    margin-right: 0 !important;
}
.clear{ clear: both; }
.margin-15{
    margin-bottom: 15px;
}
 .margin-20{
    margin-bottom: 20px;
}
.margin-30{
    margin-bottom: 30px;
}
.no-margin{
    margin-bottom: 0;
}
.margin-60{
    margin-bottom: 60px;
}
.margin-50{
    margin-bottom: 50px;
}
.margin-40{
    margin-bottom: 40px;
}
.agent-margin {
    margin-bottom: 72px;
}


.truncate {
    height: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-list-style{
    list-style: none;
}
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
