div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

/* ----------------------------------
    Default Theme
----------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }

div.pp_default .pp_top .pp_left {  } /* Top left corner */
div.pp_default .pp_top .pp_middle {  } /* Top pattern/color */
div.pp_default .pp_top .pp_right {  } /* Top right corner */

div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container { background-color: #fff; padding: 16px 10px 10px 10px; }
div.pp_default .pp_content_container .pp_left { padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; margin: auto; }
div.pp_default .pp_next:hover { cursor: pointer; }

div.pp_default .pp_previous .fa,
div.pp_default .pp_next .fa{
    width: 34px;
    height: 34px;
    background-color: #fff;
    color: #5F5F5F;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 34px;
    -ms-transform: scale(.93,.93);
    -webkit-transform: scale(.93,.93);
    transform: scale(.93,.93);
}
div.pp_default .pp_next:hover .fa{
    right: 15px;
    opacity: 1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
div.pp_default .pp_previous .fa{
    right: initial;
    left: 0;

}
div.pp_default .pp_previous:hover .fa{
    left: 15px;
    opacity: 1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
div.pp_default .pp_previous:hover { cursor: pointer; } /* Previous button */

div.pp_default .pp_close,
div.pp_default .pp_contract,
div.pp_default .pp_expand{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.pp_default .pp_close,
div.pp_default .pp_contract ,
div.pp_default .pp_expand {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 27px;
    text-align: center;
    color: #5F5F5F;
    text-decoration: none;
    opacity: .9;
    border: 2px solid #5F5F5F;
}
div.pp_default .pp_expand:before{
    content: "\f065";
}
div.pp_default .pp_contract:before{
    content: "\f066";
}

div.pp_default .pp_contract:hover ,
div.pp_default .pp_expand:hover {
    opacity: 1;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next,
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause{
    background-color: #E4E4E4;
    color: #5F5F5F;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
}
div.pp_default .pp_close:before{
    content: "\f00d";
}
div.pp_default .pp_close:hover{
    color: #e42a30;
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play{
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
}
div.pp_default .pp_nav .pp_pause .fa-play:before{
    content: "\f04c";
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next{
    padding-left: 0;
    margin-top: 6px !important;
    margin-right: 4px;
}
div.pp_default .pp_gallery a.pp_arrow_previous{
    margin-right: 10px;
    margin-top: 3px !important;
}
div.pp_default .pp_gallery a.pp_arrow_next{
    margin-left: 10px;
    margin-top: 3px !important;
}

div.pp_default #pp_full_res .pp_inline { color: #000; }
div.pp_default .pp_gallery ul li a {
    border: 2px solid #E4E4E4;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #999;
}
div.pp_default .pp_social { margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }

div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,

div.pp_default .pp_content_container .pp_details { margin-top: 3px; }
div.pp_default .pp_content_container .pp_gallery ~ .pp_details { margin-top: 55px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 12px;
    left: 105px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 6px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

div.pp_default .pp_description {
    font-size: 12px;
    line-height: 14px;
    margin: 16px 10px 5px 180px;
}
div.pp_default .pp_loaderIcon { background: url(../../../themes/publisher/includes/libs/better-framework/assets/img/pretty-photo-loader.gif) center center no-repeat; } /* Loader icon */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus { outline:none; }

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 999999;
    -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
}


.pp_top {
    height: 20px;
    position: relative;
}
* html .pp_top { padding: 0 20px; }

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }

.pp_fade { display: none; }

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}
.pp_description {
    display: none;
    margin: 0;
}

.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: block !important;
    opacity: 1 !important;
    position: absolute;
    left: 50%;
    padding-top: 15px;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }

.pp_gallery ul a img { border: 0; }

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img { display: none; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    width: 49%;
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    width: 49%;
}

/*div.pp_default .pp_close,*/
a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 60px;
    top: 25px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 4000;
}

.pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

div.ppt {
    background-color: #fff;
    display: none !important;
    font-size: 17px;
    margin: 0;
    z-index: 9999;
    padding: 10px 10px 0px 15px;
    width: 100% !important;
}/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=923cac3803e6fb383ccb)
 * Config saved to config.json and https://gist.github.com/923cac3803e6fb383ccb
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;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) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#444;text-decoration:none}a:hover,a:focus{color:#e44e4f;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#e44e4f}a.text-primary:hover{color:#dd2223}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#e44e4f}a.bg-primary:hover{background-color:#dd2223}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px;line-height:1.42857143 \0}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:30px;line-height:1.5 \0}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:46px;line-height:1.33 \0}_:-ms-fullscreen,:root input[type="date"],_:-ms-fullscreen,:root input[type="time"],_:-ms-fullscreen,:root input[type="datetime-local"],_:-ms-fullscreen,:root input[type="month"]{line-height:1.42857143}_:-ms-fullscreen.input-sm,:root input[type="date"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="time"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="datetime-local"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="month"].input-sm{line-height:1.5}_:-ms-fullscreen.input-lg,:root input[type="date"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="time"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="datetime-local"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="month"].input-lg{line-height:1.33}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#e44e4f;border-color:#e13839}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#dd2223;border-color:#be1d1e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#e44e4f;border-color:#e13839}.btn-primary .badge{color:#e44e4f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#444;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#e44e4f;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#e44e4f}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#444}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#e44e4f}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;visibility:visible !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#e44e4f}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#dd2223}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#e44e4f;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{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:-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);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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:-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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{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:-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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{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:-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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{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:-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)}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#e44e4f}.panel-primary>.panel-heading{color:#fff;background-color:#e44e4f;border-color:#e44e4f}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#e44e4f}.panel-primary>.panel-heading .badge{color:#e44e4f;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#e44e4f}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}

/*!
 * Fotorama 4.6.2 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(//https://espinosa.mg.gov.br/wp-content/themes/publisher/css/fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}


/**
 * BS Pining
 * v1.0
 **/
.bs-pinning-wrapper{
    position: relative;
}
.bs-pinning-block{
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    position: fixed !important;
}
.bs-pinning-block.smart{
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.bs-pinning-block.normal {
    position: inherit !important;
}
.bs-pinning-block.pinned {
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.bs-pinning-block.unpinned {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ie7 .bs-pinning-block.unpinned,
.ie8 .bs-pinning-block.unpinned,
.ie9 .bs-pinning-block.unpinned{
    margin-top: -100%;
}
.ie7 .bs-pinning-block.unpinned-no-transition,
.ie8 .bs-pinning-block.unpinned-no-transition,
.ie9 .bs-pinning-block.unpinned-no-transition{
    margin-top: 0;
}
.bs-pinning-block.unpinned-no-transition{
    transition: none;
}
.ie7 .bs-pinning-block.unpinned,
.ie8 .bs-pinning-block.unpinned,
.ie9 .bs-pinning-block.unpinned{
    margin-top: -100%;
}
.ie7 .bs-pinning-block.unpinned-no-transition,
.ie8 .bs-pinning-block.unpinned-no-transition,
.ie9 .bs-pinning-block.unpinned-no-transition{
    margin-top: 0;
}


/**
 * Better Slider
 **/
.better-container a:active,
.better-slider a:active,
.better-container a:focus,
.better-slider a:focus  {outline: none;}
.better-slider .slides,
.better-control-nav li,
.better-control-nav,
.better-direction-nav li,
.better-direction-nav {margin: 0 !important; padding: 0; list-style: none;}

/* BetterSlider Necessary Styles
*********************************/
.better-slider {margin: 0; padding: 0; overflow: hidden}
.better-slider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.better-slider .slides .slide{position: relative;}
.better-slider.show-first .slides > li:first-child{display: block;}
.better-slider .slides img {width: 100%; height: auto; display: block;}
.better-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.better-slider  .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .better-slider  .slides {display: block;}
* html .better-slider .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .better-slider .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.better-slider { margin: 0; position: relative; zoom: 1; height: auto; direction: ltr;}
.better-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .better-viewport { max-height: 300px; }
.better-slider .slides { zoom: 1; }
.better-slider .carousel li { margin-right: 5px; }

/* Direction Nav */
.better-direction-nav {*height: 0;}
.better-direction-nav li {margin: 0 !important;}
.better-direction-nav a  { text-decoration:none; display: block; width: 30px; height: 30px;line-height:30px; margin: -15px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;background-color: #eaeaea;background-color: rgba(255, 255, 255, 0.76);
    -ms-transform: scale(.9,.9);
    -webkit-transform: scale(.9,.9);
    transform: scale(.9,.9);
}
.better-direction-nav .better-prev { left: -10px; }
.ie8 .better-direction-nav .better-prev { left: 10px;}
.better-direction-nav .better-next { right: -10px; text-align: right; }
.ie8 .better-direction-nav .better-next { right: 10px; }
.better-slider:hover .better-prev {
    opacity: 0.7;
    left: 10px;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);}
.better-slider:hover .better-next {
    opacity: 0.7;
    right: 10px;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);}
.better-slider:hover .better-next:hover, .better-slider:hover .better-prev:hover { opacity: 1; }
.better-direction-nav .better-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.better-direction-nav a:before  { width: 28px; text-align:center; font-family: FontAwesome; font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;line-height: 32px;font-size: 14px; display: inline-block; content: '\f053'; }
.better-direction-nav a.better-next:before  { content: '\f054'; }

/* Pause/Play */
.better-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.better-pauseplay a:before  { font-family: FontAwesome; font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;line-height: 1;font-size: 20px; display: inline-block; content: '\f060'; }
.better-pauseplay a:hover  { opacity: 1; }
.better-pauseplay a.better-play:before { content: '\f061'; }

@media screen and (max-width: 860px) {
    .better-direction-nav .better-prev { opacity: 1; left: 10px;}
    .better-direction-nav .better-next { opacity: 1; right: 10px;}
}

.better-slider .slides li .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 30px 15px 15px ;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.77);
}

/* Control Nav */
ol.better-control-nav,
.better-control-nav{
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
}
.better-control-nav li{
    display: inline-block;
    margin: 0 3px !important;
    vertical-align: bottom;
    position: relative;
}
.better-control-nav li a{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #bcbcbc;
    cursor: pointer;
}
.better-control-nav li a.better-active,
.better-control-nav li:hover a{
    background-color: #E44E4F;
}

/* Control Nav - Square */
.better-control-nav.square li a{
    height: 10px;
    width: 10px;
    border-radius: 0;
}

/* Control Nav - rectangle */
.better-control-nav.rectangle li a{
    height: 4px;
    width: 32px;
    border-radius: 0;
}


/*!
 * Font End Admin bar badges
 */
.bs-admin-menu-badge.bs-admin-menu-badge {
    display: inline-block;
    background-color: #d54e21;
    color: #fff;
    font-size: 9px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    margin: -4px 0 0 2px !important;
    vertical-align: middle;
     -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    z-index: 26;
    height: 18px !important;
    padding: 0 4px !important;
    min-width: 10px !important;
    text-align: center !important;
}
.bs-admin-menu-badge.bs-admin-menu-badge > .plugin-count{
    display: inline-block !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    font-size: 11px !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont_v-4.7.0.eot);src:url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff) format('woff2'),url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont_v-4.7.0.woff) format('woff'),url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont_v-4.7.0.ttf) format('truetype'),url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont_v-4.7.0.svg) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*
Theme Name: Publisher
Theme URI: http://themeforest.net/item/publisher/15801051?ref=Better-Studio
Version: 1.6.1
Description: Designed by <a href="http://betterstudio.com/">BetterStudio</a>
Author: BetterStudio
Author URI: http://betterstudio.com/
Text Domain: better-studio
License: ThemeForest Split Licence
License URI: -
Copyright: (c) 2016 BetterStudio
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors
*/

/*

    \-------------------------------------------------------/
    ______      _     _ _     _
    | ___ \    | |   | (_)   | |
    | |_/ /   _| |__ | |_ ___| |__   ___ _ __
    |  __/ | | | '_ \| | / __| '_ \ / _ \ '__|
    | |  | |_| | |_) | | \__ \ | | |  __/ |
    \_|   \__,_|_,__/|_|_|___/_| |_|\___|_|

    \--> BetterStudio, 2016 <--/

    Thanks for using our theme!

    Please don't edit this file because of loosing edits in next updates
    and use child themes that was described in documentation

    Our portfolio is here: http://themeforest.net/user/Better-Studio/portfolio

    \-------------------------------------------------------/

    TABLE OF CONTENTS:

    =>Base Style
        ->Typography

    =>Header
        ->Menu
            -->Mega Menus
                --->Column Link Mega Menu
                --->Link List Mega Menu
            -->Dark Menu Schema
        -->Menu Badges
        ->Responsive Header
            --->Responsive Mega Menu
        ->Nav Menu Pretty Tabs

    =>Top Bar

    =>Main Slider
        ->Main Slider Style 1
        ->Main Slider Style 2

    =>Main Section

    =>Archive Title

    =>Layouts

    =>Visual Composer

    =>Listing
        ->Listing columns

    =>Listing Classic

    =>Listing Grid

    =>Listing Blog

    =>Listing Thumbnail

    =>Listing Text

    =>Master Listing

    =>Modern Grid Listing
        ->Modern Grid Listing 1
        ->Modern Grid Listing 2
        ->Modern Grid Listing 3
        ->Modern Grid Listing 4

    =>Sliders
        ->Slider 1
        ->Slider 2
        ->Slider 3

    =>Boxes
        ->Box 1
        ->Box 2
        ->Box 3
        ->Box 4

    =>Widgets Listing
        ->Widget Simple Listing
        ->Widget Thumbnail Listing

    =>Separator Line

    =>Widgets & Shortcodes
        ->Archive Widget
        ->Calender Widget
        ->Category Widget
        ->Custom Menu Widget
        ->Pages Widget
        ->Recent Comments Widget
        ->Recent Posts Widget
        ->Search Widget
        ->Tag Cloud Widget
        ->Social Share Widget
        ->About Widget
        ->Popular Categories
        ->Subscribe Newsletter
        ->Flickr
        ->Likebox
        ->Dribbble
        ->Google+
        ->Embed
        ->Instagram
        ->Newsticker
        ->Better Social Counter
        ->BetterAds
        ->better-studio-shortcode
        ->Shortcode Placeholder

    =>Pagination
        ->Link Pagination
        ->Numbered Pagination

    =>Section Heading

    =>Single Post Content

    =>Single Page Content

    =>Post Formats
        ->Video Format
        ->Gallery Format
        ->Aside Format
        ->Quote Format
        ->Status Format
        ->Audio Format
        ->Chat Format

    =>Entry Content

    =>Comments

    =>Footer
        ->Footer Widgets
        ->Footer Social Icons
        ->Footer Copyright
        ->Footer Menu
        ->Footer Instagram
            >>Footer Instagram 1
            >>Footer Instagram 2

    =>Back To Top

    =>404 Page

    =>Author Profile

    =>Better Gallery

    =>Shortcodes

    =>Animations
        -> Animation keyFrames
        -> Animation Classes

    =>Pagination

    =>BS Pagin

    =>Editor Shortcodes
        ->Drop Cap
        ->Highlight
        ->Tabs
        ->Accordion
        ->List Shortcode
        ->Divider
        ->Alert Shortcode

    =>VC Customizations

    =>BGCS

    =>bs Pretty Tabs

    =>Better Reviews

    =>Ajax search

    =>Global clean styles

    =>Responsive

     =>Ad Locations

*/

/**
 * =>Default Elements
 **/
body{
    background: #fff;
}
body {
    background: #fff;
}
body.boxed{
    background-color: #eee;
}
.main-wrap{
    margin: 0 auto;
}
body.active-top-line .main-wrap{
    border-top: 3px solid #0080ce;
}
@media only screen and (max-width : 668px){
    body.active-top-line .main-wrap{
        border-top: none;
    }
}
.main-wrap .container{
    width: 100%;
}
body.full-width .main-wrap{
    width: 100%;
}
@media( min-width: 768px ){
    .boxed .main-wrap{
        width: 100% !important;
    }
}
@media only screen and (max-width : 768px) {
    .boxed .main-wrap{
        max-width:  100% !important;
    }
}
body.boxed .main-wrap{
    max-width: 1180px;
    padding: 0;
    background-color: #fff;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27);
}
.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 1180px;
}
@media only screen and (max-width : 992px) {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width : 480px) {
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.content-wrap{
    margin: 0 auto;
    padding: 0;
    max-width: 1180px;
    min-width: 300px;
}
body.boxed .content-wrap{
    overflow: hidden;
}
.container {
    width: 100%;
}


.heading-typo,
h1, h2, h3, h4, h5, h6,
.site-header .site-branding .logo{
    color: #828282;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.3;
}
h1{
    font-size: 34px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 17px;
}
h6{
    font-size: 15px;
}

.term-badges .format-badge,
.term-badges .term-badge{
    display: inline-block;
    line-height: 0;
}
.term-badges a{
    color: #8b8b8b;
    padding: 0 0 4px;
}
.term-badges a:hover{
    color: #0080ce;
}
.term-badges .fa{
    margin-right: 2px;
}
.term-badges.floated a{
    padding: 2px 7px;
    background: #0080ce;
    color: #FFF;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1.7;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.term-badges.floated{
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    line-height: 0;
    font-size:0;
}
.format-icon{
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: none;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.23);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.format-icon .fa{
    line-height: 28px;
    width: 100%;
    text-align: center;
}
.format-icon.format-audio{
    padding-right: 2px;
}
.format-icon.format-video{
    padding-left: 2px;
}
.post-summary p:last-child{
    margin-bottom: 0;
}


.entry-content a.read-more,
a.read-more{
    font-size: 12px;
    color: #fff;
    background: #434343;
    display: inline-block;
    padding: 3px 11px;
    text-transform: uppercase !important;
    margin-top: 13px;
}
.entry-content a.read-more,
a.read-more:hover{
    color: #fff;
}


.better-control-nav li a.better-active,
.better-control-nav li:hover a {
    background-color: #0080ce;
}

.main-bg-color{
    background-color: #0080ce;
    color: #fff;
}
.main-color{
    color: #0080ce;
}

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

.img-holder{
    position: relative;
    width: 80px;
    background: #eee;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-holder:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70%;
}
code{
    padding: 4px 6px;
    font-size: 90%;
    color: inherit;
    background-color: #EAEAEA;
    border-radius: 0;
}
pre {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #DCDCDC;
    border-radius: 0;
}

.search-field::-ms-clear {
    display: none;
}
.modal{
    z-index: 99999;
}

/**
 * ->Typography
 **/
body{
    font: 14px/1.7 'Lato', sans-serif;
    color: #5f6569;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-size-adjust: auto;
}

/* links and text helpers */
a:hover{
    color: #0080ce;
}
a:focus{
    color: inherit;
}
a, a:focus, a:hover{
    text-decoration: none;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease;
}


/* Form elements */
textarea,
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=email],
input[type=number],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=date],
input[type=color],
input[type=text]{
    height: 32px;
    max-width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea{
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
}
textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="color"]:focus,
input[type="text"]:focus {
    border-color: #0080ce;
    outline: 0;
}
.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"]{
    background: #0080ce;
    border: none;
    color: #fff;
    border-radius: 0;
    outline: none;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    vertical-align: middle;
    text-transform: uppercase !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.entry-content .btn,
.entry-content button,
.entry-content html input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"],
.entry-content input[type="button"]{
    color: #fff;
}
.btn:focus,
.btn:hover,
button:focus,
button:hover,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="button"]:hover{
    background: #0080ce;
    opacity: 0.85;
}
.btn.btn-lg{
    height: 57px;
    line-height: 57px;
    padding: 0 30px;
}
.btn.btn-xs{
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
}
.btn.btn-light {
    background: #FFF;
    border:1px solid #D4D4D4;
    color: #9C9C9C !important;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    height: auto;
    padding: 0 13px;
}
.btn.btn-light:hover,.btn.btn-light.hover {
    border-color: #868686;
    color: #868686 !important;
}
.btn.btn-light[disabled] {
    border-color: #EAEAEA;
    color: #EAEAEA;
}


/**
 * ->Other
 **/
.margin-sm-left {
    margin-left: 7px;
}
.margin-sm-right {
    margin-right: 7px;
}
.margin-xsm-left {
    margin-left: 3px;
}
.margin-xsm-right {
    margin-right: 3px;
}
.limit-line {
    overflow: hidden;
    white-space: nowrap;
}
.limit-dot-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-line{
    border-top: 1px solid #f4f4f4;
}
.bottom-line{
    border-bottom: 1px solid #f4f4f4;
}
li.bottom-line:last-child{
    border-bottom: none;
}
.no-list-style{
    list-style: none !important;
}
.no-list-style li{
    padding-right: 0 !important;
}
.no-list-style li:before {
    display: none !important;
}


/**
* ->Text Padding
**/
.bs-padding-1-1{
    margin-left: 5%;
    margin-right: 5%;
}
.bs-padding-0-1{
    margin-right: 5%;
}
.bs-padding-1-0{
    margin-left: 5%;
}
.bs-padding-2-2{
    margin-left: 10%;
    margin-right: 10%;
}
.bs-padding-2-1{
    margin-left: 10%;
    margin-right: 5%;
}
.bs-padding-1-2{
    margin-left: 5%;
    margin-right: 10%;
}
.bs-padding-0-2{
    margin-right: 10%;
}
.bs-padding-2-0{
    margin-left: 10%;
}
.bs-padding-3-3{
    margin-left: 15%;
    margin-right: 15%;
}
.bs-padding-0-3{
    margin-right: 15%;
}
.bs-padding-3-0{
    margin-left: 15%;
}


/**
* ->Column Text Padding
**/
.bs-shortcode-col.bs-padding-1-1{
    margin-left: 0;
    margin-right: 0;

    padding-left: 5%;
    padding-right: 5%;
}
.bs-shortcode-col.bs-padding-0-1{
    margin-right: 0;
    padding-right: 5%;
}
.bs-shortcode-col.bs-padding-1-0{
    margin-left: 0;
    padding-left: 5%;
}
.bs-shortcode-col.bs-padding-2-2{
    margin-left: 0;
    margin-right: 0;

    padding-left: 10%;
    padding-right: 10%;
}
.bs-shortcode-col.bs-padding-2-1{
    margin-left: 0;
    margin-right: 0;

    padding-left: 10%;
    padding-right: 5%;
}
.bs-shortcode-col.bs-padding-1-2{
    margin-left: 0;
    margin-right: 0;

    padding-left: 5%;
    padding-right: 10%;
}
.bs-shortcode-col.bs-padding-0-2{
    margin-right: 0;
    padding-right: 10%;
}
.bs-shortcode-col.bs-padding-2-0{
    margin-left: 0;
    padding-left: 10%;
}
.bs-shortcode-col.bs-padding-3-3{
    margin-left: 0;
    margin-right: 0;

    padding-left: 15%;
    padding-right: 15%;
}
.bs-shortcode-col.bs-padding-0-3{
    margin-right: 0;
    padding-right: 15%;
}
.bs-shortcode-col.bs-padding-3-0{
    margin-left: 0;
    padding-left: 15%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webmit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #0080ce;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/* global search form */
.search-form input[type="search"]{
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    font-size: 12px;
    box-shadow: none;
}
.search-form input[type="submit"]{
    height: 38px;
    line-height: 36px;
}


/* post meta */
.post-meta {
    padding-top: 2px;
    font-style: inherit;
}
.post-meta .time{
    margin-right: 10px;
}
.post-meta .views{
    float: none;
    margin-right: 10px;
    font-style: normal;
}
.post-meta .comments{
    margin-left: 10px;
    font-style: normal;
    float: right;
}
.post-meta .rating:first-child:last-child,
.post-meta .comments:first-child:last-child {
    float: none;
    margin-left: 0;
}
.post-meta .rating + .comments{
    float: none;
    margin-left: 0;
}
.post-meta .views .fa,
.post-meta .comments .fa{
    display: inline-block;
    margin-right: 3px;
}
.post-meta a:hover{
    color: #0080ce;
}
.post-meta .post-author-avatar img{
    margin-right: 5px;
    margin-top: -2px;
}
.post-meta .post-author{
    font-weight: bolder;
    font-style: normal;
    margin-right: 8px;
}
.post-meta .post-author:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f111';
    margin-left: 8px;
    font-size: 5px;
    vertical-align: middle;
    color: #adb5bd;
}
.post-meta .post-author-a:last-child .post-author{
    margin-right: 0;
}
.post-meta .post-author-a:last-child .post-author:after{
    display: none;
}


/**
 * =>Menu
 **/
ul.menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.menu a{
    text-decoration: none;
}
ul.menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu > li{
    float: left;
}
ul.menu > li.alignright {
    float: right;
}
ul.menu li > a{
    position: relative;
}
ul.menu > li .sub-menu{
    background-color: #eee;
    position: absolute;
    top: 102%;
    top: calc( 100% + 1px );
    z-index: 100;
    width: 200px;
}
ul.menu > li .sub-menu .sub-menu{
    left: 99.4%;
    top: 0 !important;
}
ul.menu > li li:hover > .sub-menu{
    display: block;
}
ul.menu li.menu-have-icon > a > .bf-icon{
    margin-right: 6px;
    display: inline-block;
}
ul.menu li.menu-title-hide > a > .bf-icon{
    margin-right: 0;
}
ul.menu li.menu-title-hide > a{
    padding: 0 15px;
    display: inline-block;
}
ul.menu li.menu-item-has-children.menu-title-hide > a:after{
    display: none;
}
ul.menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    margin-left: 6px;
    font-size: 13px;
}
ul.menu .sub-menu > li.menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: '\f105';
}
ul.menu .sub-menu .sub-menu > li.menu-item-has-children > a:after{
    content: '\f0da';
}
ul.menu li.menu-have-icon .bf-icon{
    margin-right: 10px;
}
ul.menu li.menu-have-icon.menu-title-hide .bf-icon{
    margin-right: 0;
}
ul.menu .sub-menu > li > a{
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
ul.menu .sub-menu > li:last-child a {
    border-bottom: none !important;
}

/* Menu Animations */
ul.menu .mega-menu,
ul.menu .sub-menu{
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
    visibility: hidden;
}
ul.menu.bsm-initialized .mega-menu,
ul.menu.bsm-initialized .sub-menu{
    display: block;
}
ul.menu.bsm-pure li:hover > .mega-menu,
ul.menu.bsm-pure li:hover > .sub-menu{
    visibility: visible !important;
    z-index: 9999 !important;
    opacity: 1 !important;
    display: block !important;
}
ul.menu.bsm-initialized li.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.bsm-enter > .sub-menu{
    visibility: visible;
    z-index: 9999;
}
ul.menu.bsm-initialized li.bsm-leave > .mega-menu,
ul.menu.bsm-initialized li.bsm-leave > .sub-menu{
    display: none;
}

    /* No animation */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none  > .sub-menu {
        display: none;
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .mega-menu,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .sub-menu{
        display: block;
    }

    /* fade animation */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .sub-menu {
        opacity: 0;
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .mega-menu,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .sub-menu{
        opacity: 1;
    }

    /* Fading Slide */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .sub-menu {
        -webkit-transform: translate3d(0, -10px, 0) scale3d(.95, .95, .95);
        transform: translate3d(0, -10px, 0) scale3d(.95, .95, .95);
        opacity: 0;
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

    /* Slide Bottom In */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .sub-menu {
        -webkit-transform: translate3d(0, 11px, 0);
        transform: translate3d(0, 11px, 0);
        opacity: 0;
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* Slide Top In */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .sub-menu {
        -webkit-transform: translate3d(0, 11px, 0);
        transform: translate3d(0, 11px, 0);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        opacity: 0;
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-name: menu-slide-top-in;
        animation-name: menu-slide-top-in;
    }
    @-webkit-keyframes menu-slide-top-in {
        0% {
            -webkit-transform: translate3d(0, -11px, 0);
            transform: translate3d(0, -11px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes menu-slide-top-in {
        0% {
            -webkit-transform: translate3d(0, -11px, 0);
            transform: translate3d(0, -11px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    /* Slide Left In */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .sub-menu {
        -webkit-transform: translate3d(11px, 0, 0);
        transform: translate3d(11px, 0, 0);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        opacity: 0;
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-name: menu-slide-left-in;
        animation-name: menu-slide-left-in;
    }
    @-webkit-keyframes menu-slide-left-in {
        0% {
            -webkit-transform: translate3d(-11px, 0, 0);
            transform: translate3d(-11px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes menu-slide-left-in {
        0% {
            -webkit-transform: translate3d(-11px, 0, 0);
            transform: translate3d(-11px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    /* Slide Right In */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .sub-menu {
        -webkit-transform: translate3d(-11px, 0, 0);
        transform: translate3d(-11px, 0, 0);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        opacity: 0;
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-name: menu-slide-right-in;
        animation-name: menu-slide-right-in;
    }
    @-webkit-keyframes menu-slide-right-in {
        0% {
            -webkit-transform: translate3d(11px, 0, 0);
            transform: translate3d(11px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes menu-slide-right-in {
        0% {
            -webkit-transform: translate3d(11px, 0, 0);
            transform: translate3d(11px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    /* Tada */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .sub-menu {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        opacity: 0;
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-animation-name: menu-tada;
        animation-name: menu-tada;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    @-webkit-keyframes menu-tada {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            opacity: 0;
        }
        10%, 20% {
            -webkit-transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
        }
        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
            transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
        }
        40%, 60%, 80% {
            -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    @keyframes menu-tada {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        10%, 20% {
            -webkit-transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
        }
        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
            transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
        }
        40%, 60%, 80% {
            -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    /* Bounce */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .sub-menu {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-animation-name: menu-bounce;
        animation-name: menu-bounce;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    @-webkit-keyframes menu-bounce {
        0%, 20%{
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
            opacity: 0;
        }
        40%, 43% {
            -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
        }
        53%, 80%, 100% {
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        70% {
            -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
        }
        90% {
            -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
        }
        100%{
            opacity: 1;
        }
    }
    @keyframes menu-bounce {
        0%, 20%{
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
            opacity: 0;
        }
        40%, 43% {
            -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
        }
        53%, 80%, 100% {
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        70% {
            -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
        }
        90% {
            -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
        }
        100%{
            opacity: 1;
        }
    }

    /* Shake */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .sub-menu {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-animation-name: menu-shake;
        animation-name: menu-shake;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    @-webkit-keyframes menu-shake {
        0%{
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 0;
        }
        20%, 60%, 50%, 70%, 90% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
        }
        20%, 40%, 60%, 80% {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @keyframes menu-shake {
        0%{
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 0;
        }
        20%, 60%, 50%, 70%, 90% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
        }
        20%, 40%, 60%, 80% {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }

    /* Swing */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .sub-menu {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        opacity: 0;
        -webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
        transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-animation-name: menu-swing;
        animation-name: menu-swing;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    @-webkit-keyframes menu-swing {
        0% {
            opacity: 0;
        }
        20% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
        }
        40% {
            -webkit-transform: rotate3d(0, 0, 1, -4deg);
            transform: rotate3d(0, 0, 1, -4deg);
        }
        60% {
            -webkit-transform: rotate3d(0, 0, 1, 2deg);
            transform: rotate3d(0, 0, 1, 2deg);
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
        }
        100% {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
            opacity: 1;
        }
    }
    @keyframes menu-swing {
        0% {
            opacity: 0;
        }
        20% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
        }
        40% {
            -webkit-transform: rotate3d(0, 0, 1, -4deg);
            transform: rotate3d(0, 0, 1, -4deg);
        }
        60% {
            -webkit-transform: rotate3d(0, 0, 1, 2deg);
            transform: rotate3d(0, 0, 1, 2deg);
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
        }
        100% {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
            opacity: 1;
        }
    }

    /* Wobble */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .sub-menu {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        opacity: 0;
        -webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
        transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-animation-name: menu-wobble;
        animation-name: menu-wobble;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    @-webkit-keyframes menu-wobble {
        0% {
            -webkit-transform: none;
            transform: none;
        }
        15% {
            -webkit-transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
            transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
        }
        30% {
            -webkit-transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
            transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
        }
        45% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
        }
        60% {
            -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
            transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
        }
        75% {
            -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
            transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
        }
        100% {
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes menu-wobble {
        0% {
            -webkit-transform: none;
            transform: none;
        }
        15% {
            -webkit-transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
            transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
        }
        30% {
            -webkit-transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
            transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
        }
        45% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
        }
        60% {
            -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
            transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
        }
        75% {
            -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
            transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
        }
        100% {
            -webkit-transform: none;
            transform: none;
        }
    }

    /* Filip In X */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .sub-menu {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        opacity: 0;
        -webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
        transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-animation-name: menu-flipInX;
        animation-name: menu-flipInX;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    @-webkit-keyframes menu-flipInX {
        0% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
            transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
            transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
            transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
            transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
        }
        100% {
            -webkit-transform: perspective(200px);
            transform: perspective(200px);
        }
    }
    @keyframes menu-flipInX {
        0% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
            transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
            transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
            transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
            transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
        }
        100% {
            -webkit-transform: perspective(200px);
            transform: perspective(200px);
        }
    }

    /* Filip In Y */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .sub-menu {
        -webkit-animation-duration: .65s;
        animation-duration: .65s;
        opacity: 0;
        -webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
        transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-animation-name: menu-flipInY;
        animation-name: menu-flipInY;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    @-webkit-keyframes menu-flipInY {
        0% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
            transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }

        40% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
            transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        60% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
            transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
            opacity: 1;
        }

        80% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
            transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
        }

        100% {
            -webkit-transform: perspective(200px);
            transform: perspective(200px);
        }
    }
    @keyframes menu-flipInY {
        0% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
            transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }

        40% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
            transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        60% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
            transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
            opacity: 1;
        }

        80% {
            -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
            transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
        }

        100% {
            -webkit-transform: perspective(200px);
            transform: perspective(200px);
        }
    }

    /* Buzz */
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .sub-menu {
        -webkit-animation-duration: .65s;
        animation-duration: .65s;
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .mega-menu ,
    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-name: menu-buzz;
        animation-name: menu-buzz;
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes menu-buzz {
        50% {
            -webkit-transform: translateX(1px) rotate(.7deg);
            transform: translateX(1px) rotate(.7deg);
        }

        100% {
            -webkit-transform: translateX(-1px) rotate(-.7deg);
            transform: translateX(-1px) rotate(-.7deg);
        }
    }
    @keyframes menu-buzz {
        50% {
            -webkit-transform: translateX(1px) rotate(.7deg);
            transform: translateX(1px) rotate(.7deg);
        }

        100% {
            -webkit-transform: translateX(-1px) rotate(-.7deg);
            transform: translateX(-1px) rotate(-.7deg);
        }
    }
.main-menu-wrapper.bs-pinning-block.pinned{
    box-shadow: none;
}


/**
 * =>Header
 **/
.site-header .content-wrap{
    overflow: visible !important;
}
.site-header > .header-inner > .content-wrap > .container{
    position: relative;
}
.site-header .site-branding{
    margin: 0;
}
.site-header .site-branding .logo{
    margin: 0;
    line-height: 0;
    font-size: 50px;
}
.site-header .site-branding .logo.text-logo{
    font-size: 30px;
    line-height: 38px;
}
.site-header .site-branding .logo img{
    max-width: 100%;
}
.site-header > .header-inner > .container{
    position: relative;
}
.site-header > .header-inner .row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.site-header > .header-inner .sidebar-col,
.site-header > .header-inner .logo-col {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
}
.site-header .shop-cart-container,
.site-header .search-container{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    z-index: 99;
}
.site-header .shop-cart-container{
    width: auto;
    min-width: 30px;
    z-index: 2;
    text-align: center;
    padding-right: 4px;
}
.site-header .search-container + .shop-cart-container {
    right: 33px;
}
.site-header .main-menu-wrapper .main-menu-container.shop-open .main-menu,
.site-header .main-menu-wrapper .main-menu-container.search-open .main-menu{
    opacity: 0;
}
.site-header .search-container.open{
    width: 100%;
}
.site-header .search-container .search-handler{
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -14px;
    z-index: 100;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #434343;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.site-header .shop-cart-container .cart-handler{
    width: auto;
    height: 42px;
    line-height: 42px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 17px;
}
.site-header .shop-cart-container.open .cart-handler,
.site-header .shop-cart-container:hover .cart-handler,
.site-header .search-container.open .search-handler,
.site-header .search-container:hover .search-handler {
    color: #0080ce;
}
.site-header .search-container .search-box{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 36px 0 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    text-align: center;
}
.site-header .shop-cart-container .cart-box{
    width: 260px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px;
    display: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-align: left;
}
.site-header .shop-cart-container .cart-box .buttons{
    margin-bottom: 0;
}
.site-header .shop-cart-container .cart-box .buttons .checkout{
    float: right;
}
.site-header .search-container .search-box .search-form .search-field {
    border: none;
    width: 100%;
    height: 45px;
    background: transparent;
    line-height: 45px;
    font-size: 14px;
    color: #434343;
}
.site-header .shop-cart-container.open .cart-box,
.site-header .search-container.open .search-box{
    display: block;
}
.site-header .main-menu-container.search-open .shop-cart-container{
    display: none;
}
.site-header .shop-cart-container .cart-handler .fa{
    vertical-align: middle;
}
.site-header .shop-cart-container .cart-handler .cart-count{
    background: #0080ce;
    display: inline-block;
    line-height: 18px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
    margin-left: 1px;
    vertical-align: middle;
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: 400;
}
.site-header .shop-cart-container .cart-box:after{
    content: '';
    height: 3px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: -3px;
    background: #0080ce;
    display: inline-block;
}
.site-header .search-container .search-box .search-form input[type="submit"]{
    display: none;
}
.site-header .shop-cart-container a.remove{
    display: inline-block;
    float: left;
    margin-right: 4px;
    font-size: 14px;
    margin-top: 4px;
}
.site-header .header-inner .row{
    position: relative;
}
.site-header .sidebar .betteradscontainer{
    padding: 0 0 5px;
    margin: 0;
    text-align: right;
}
.site-header .sidebar .betteradscontainer:last-child{
    padding-bottom: 0;
}
.site-header .sidebar .betteradscontainer .betterad-container{
    margin-bottom: 0;
}
.site-header .sidebar .betteradscontainer .betterads-empty-note,
.site-header .sidebar .betteradscontainer .betterad-caption{
    display: none;
}


/**
 * ->Menu
 **/
.main-menu > li{
    margin-right: 10px;
}
.main-menu > li > a{
    line-height: 48px;
    display: inline-block;
    padding: 0 12px;
}
.main-menu.menu li:hover > a{
    color: #0080ce;
}
.main-menu .sub-menu > li > a{
    padding: 0 16px 0 10px;
    line-height: 40px;
}
.main-menu.menu > li .sub-menu{
    width: 210px;
    background-color: #FFF;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
}
.main-menu.menu .sub-menu li > a{
    line-height: 1.7;
    padding: 8px 16px;
}
.main-menu.menu .sub-menu > li{
    position: relative;
}
.main-menu.menu .sub-menu > li > a,
.main-menu.menu .sub-menu > li{
    color: #434343;
}
.main-menu.menu .sub-menu li.current-menu-item > a{
    color: #0080ce;
}
.main-menu.menu .sub-menu li.current-menu-item:hover > a,
.main-menu.menu .sub-menu > li:hover > a{
    color: #FFFFFF;
    background: #0080ce;
}
.main-menu.menu .sub-menu > li.menu-item-has-children > a:after {
    top: 7px;
}
.main-menu.menu .sub-menu > li > a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}
.main-menu.menu .sub-menu .sub-menu > li > a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}
.main-menu.menu > li:hover > a:before,
.main-menu.menu > li.current-menu-parent > a:before,
.main-menu.menu > li.current-menu-item > a:before{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0080ce;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-menu > li{
    line-height: 25px;
    margin-right: 15px;
}
.top-menu.menu li{
    position: relative;
}
.top-menu.menu li > a{
    color: #707070;
}
.top-menu.menu li:hover > a{
    color: #0080ce;
}
.top-menu .sub-menu > li > a{
    padding: 0 16px;
    line-height: 40px;
}
.top-menu.menu > li .sub-menu{
    width: 270px;
    background-color: #222;
}
.top-menu.menu > li .sub-menu .sub-menu{
    background-color: #000;
}
.top-menu.menu .sub-menu > li > a,
.top-menu.menu .sub-menu > li{
    color: #c0c0c0;
}
.top-menu.menu .sub-menu li.current-menu-item > a,
.top-menu.menu .sub-menu > li:hover > a{
    color: #0080ce;
}
.top-menu.menu .sub-menu > li.menu-item-has-children > a:after{
    top: 7px;
}
.top-menu.menu .sub-menu > li > a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.top-menu.menu .sub-menu .sub-menu > li > a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width : 780px) {
    .main-menu > li > a {
        line-height: 46px;
        display: inline-block;
        padding: 0 7px;
        font-size: 90%;
    }
}


/**
 * -->Menu Badges
 **/
.bspw-header-style-7 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-7 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-4 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-4 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-3 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-3 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge{
    display: block;
}
.bspw-header-style-7 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-4 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-3 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-2 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-1 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.widget.widget_nav_menu .menu .better-custom-badge{
    display: none;
}
.main-menu.menu .better-custom-badge{
    position: absolute;
    left: 11px;
    top: -16px;
    background-color: #0080ce;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #FFF;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    min-width: 19px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu.menu .better-custom-badge:after{
    border: solid 4px rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #0080ce;
    bottom: -8px;
    left: 5px;
}
.main-menu.menu > .menu-item:hover > a > .better-custom-badge{
    top: -12px;
}
.main-menu.menu .sub-menu.sub-menu .better-custom-badge{
    left: auto;
    position: absolute;
    bottom: auto;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
.main-menu.menu .sub-menu.sub-menu .menu-item.menu-badge-left > a > .better-custom-badge {
    position: inherit !important;
    margin-right: 6px;
}
.main-menu.menu .sub-menu.sub-menu .menu-have-badge.menu-item-has-children > a > .better-custom-badge{
    right: 24px;
}
.main-menu.menu .sub-menu.sub-menu .better-custom-badge:after {
    display: none;
}
.site-header.header-style-7 .main-menu.menu > .menu-item > a > .better-custom-badge,
.site-header.header-style-4 .main-menu.menu > .menu-item > a > .better-custom-badge,
.site-header.header-style-3 .main-menu.menu > .menu-item > a > .better-custom-badge{
    top: 98%;
}
.site-header.header-style-7  .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-4  .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-3  .main-menu.menu > .menu-item:hover > a > .better-custom-badge {
    top: 98%;
    left: 20px;
}
.site-header.header-style-7  .main-menu.menu > .menu-item > a > .better-custom-badge:after,
.site-header.header-style-4  .main-menu.menu > .menu-item > a > .better-custom-badge:after,
.site-header.header-style-3  .main-menu.menu > .menu-item > a > .better-custom-badge:after {
    bottom: inherit;
    top: -8px;
    -webkit-transform: rotate( 180deg);
    -moz-transform: rotate( 180deg);
    transform: rotate( 180deg);
}
.site-header.header-style-5 .main-menu.menu > .menu-item > a > .better-custom-badge{
    top: 0;
}
.site-header.header-style-5  .main-menu.menu > .menu-item:hover > a > .better-custom-badge {
    top: 3px;
}
.site-header.header-style-6  .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-6 .main-menu.menu > .menu-item > a > .better-custom-badge{
    top: 0;
}
.site-header.header-style-8  .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-8 .main-menu.menu > .menu-item > a > .better-custom-badge{
    top: 0;
}


/**
 * -->Mega Menus
 **/
.menu .mega-menu{
    width: 100%;
    position: absolute;
    left: 0;
    top: 102%;
    top: calc( 100% + 1px );
    z-index: 100;
    background-color: #FFF;
    -wbkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
    text-align: left;
}
.menu > li > .mega-menu li.menu-item-has-children.better-anim-none > .sub-menu,
.menu > li > .mega-menu .bsm-leave .sub-menu,
.menu > li > .mega-menu .sub-menu{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation-name: none !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    background: none !important;
    width: 100%;
    box-shadow: none !important;
}
.menu > li > .mega-menu .sub-menu .sub-menu{
    padding-left: 15px;
}
.menu .mega-menu li.menu-item-has-children > a:after{
    display: none;
}
.menu > li > .mega-menu .mega-menu-links{
    background-color: #c8c8c8;
}


/**
     * --->Column Link Mega Menu
 **/
.mega-menu.mega-type-link{
    list-style: none;
    padding: 22px 25px 15px;
}
.mega-menu.mega-type-link .mega-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu.mega-type-link .mega-links > li {
    float: left;
}
.mega-menu.mega-type-link .mega-links > li > a{
    color: #434343;
    font-size: 105%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.mega-menu.mega-type-link .mega-links.link-2-column > li{
    width: 50%;
}
.mega-menu.mega-type-link .mega-links.link-2-column > li:nth-child(3),
.mega-menu.mega-type-link .mega-links.link-2-column > li:nth-child(1){
    clear: left;
    padding-right: 14px;
}
.mega-menu.mega-type-link .mega-links.link-2-column > li:nth-child(2),
.mega-menu.mega-type-link .mega-links.link-2-column > li:nth-child(4){
    padding-left: 14px;
}
.mega-menu.mega-type-link .mega-links.link-3-column > li{
    width: 33.33333%;
}
.mega-menu.mega-type-link .mega-links.link-3-column > li:nth-child(4),
.mega-menu.mega-type-link .mega-links.link-3-column > li:nth-child(1){
    padding-right: 14px;
    clear: left;
}
.mega-menu.mega-type-link .mega-links.link-3-column > li:nth-child(6),
.mega-menu.mega-type-link .mega-links.link-3-column > li:nth-child(3){
    padding-left: 14px;
}

.mega-menu.mega-type-link .mega-links.link-4-column > li{
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}
.mega-menu.mega-type-link .mega-links.link-4-column > li:nth-child(1),
.mega-menu.mega-type-link .mega-links.link-4-column > li:nth-child(5){
    clear: left;
}
.mega-menu.mega-type-link .mega-links .sub-menu{
    border: none;
    background: transparent;
    box-shadow:none;
}


/**
 * --->Link List Mega Menu
 **/
.mega-menu.mega-type-link-list{
    list-style: none;
    padding: 0;
}
.mega-menu.mega-type-link-list .mega-links{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.mega-menu.mega-type-link-list .mega-links > li {
    display: inline-block;
    padding: 10px 12px;
}
.mega-menu.mega-type-link-list .mega-links > li > a:hover{
    color: #0080ce;
}
.mega-menu.mega-type-link-list .mega-links > li .sub-menu{
    display: none;
    position: absolute;
    top: 100% !important;
    left: 0 !important;
    background-color: #FFF !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.37) !important;
    padding: 0 12px;
}
.mega-menu.mega-type-link-list .mega-links > li .sub-menu .sub-menu {
    background-color: #050505 !important;
    padding-left: 0;
}
.mega-menu.mega-type-link-list .mega-links li:hover > .sub-menu {
    display: block;
}
.mega-menu.mega-type-link-list .mega-links > li:hover > a {
    color: #0080ce;
}
.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li{
    position: auto;
}
.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li > a{
    border-bottom: none;
}
.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li{
    display: inline-block;
}


/**
 * --->Grid Posts Mega Menu
 **/
.mega-grid-posts{
    padding: 20px;
}
.mega-grid-posts .listing.listing-grid-1{
    margin-left: -6px;
    margin-right: -6px;
}
.mega-grid-posts .bs-pagination-response .listing.listing-grid-1{
    margin-left: 0;
    margin-right: 0;
}
.mega-grid-posts .listing.listing-grid-1.columns-4[max-width~="450px"] .listing-item{
    width: 25% !important;
    padding-right: 7px !important;
    padding-left: 7px !important;
    float: left;
}
.mega-grid-posts .postli:nth-child(1),
.mega-grid-posts .post:nth-child(5){
    clear: left;
    margin-left: -7px;
}
.mega-grid-posts .bs-listing-listing-mix-2-1,
.mega-grid-posts .listing-item-grid-1{
    margin-bottom: 0;
}


/**
 * --->Tabed Grid Posts Mega Menu
 **/
.site-header .listing-item-grid-1 .title {
    line-height: 22px;
    font-size: 15px;
}
.site-header .bs-pagination {
    margin: 5px 0 0;
}
.tabbed-grid-posts{
    position: relative;
}
.tabbed-grid-posts:before {
    content: '';
    background-color: #fbfbfb;
    width: 220px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    border-right: 1px solid #dedede;
}
.tabbed-grid-posts .tabs-section {
    list-style: none;
    width: 220px;
    max-width: 220px;
    text-align: left;
    position: relative;
    z-index: 1;
    float: left;
    padding: 23px 23px 0 23px;
    margin: 0;
}
.tabbed-grid-posts .tabs-section a:hover,
.tabbed-grid-posts .tabs-section a{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333 !important;
    padding: 5px 17px;
    border: 1px solid transparent;
    text-transform: capitalize;
    transition: none !important;
}
.tabbed-grid-posts .tabs-section .active a {
    /*border-color: #e2e2e2;*/
    /*background: #fff;*/
    color: #0080ce !important;
}
.tabbed-grid-posts .tabs-section a .fa {
    margin-right: 4px;
    color: #adadad;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease;
}
.tabbed-grid-posts .tabs-section .active a .fa {
    color: inherit;
}
.tabbed-grid-posts .tab-content{
    display: block;
    padding: 23px 23px 23px 245px;
}
.tabbed-grid-posts .listing.listing-grid-1 .listing-item-grid-1{
    margin-bottom: 5px;
}
.tabbed-grid-posts .listing.listing-grid-1.columns-3[max-width~="450px"] .listing-item{
    width: 33.3333% !important;
    float: left !important;
}
.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child( 3n-2 ) {
    padding-right: 12px !important;
    clear: left !important;
}
.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child( 1 ) {
    clear: none !important;
}
.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child( 3n-1 ) {
    padding: 0 6px !important;
}
.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child( 3n+3 ) {
    padding-left: 12px !important;
}


/**
 * ->Main Menu Wrapper
 **/
.main-menu-wrapper{
    position: relative;
}
.main-menu-wrapper .main-menu-container{
    position: relative;
}
.site-header.full-width .main-menu-wrapper,
.site-header.boxed .main-menu-wrapper .main-menu-container{
    border-top: 1px solid #e8e8e8;
    border-bottom: 3px solid #dedede;
    background: #A6CE39 !important;
}demo
.site-header.full-width .bspw-header-style-2 .main-menu-wrapper.bs-pinning-block.pinned,
.site-header.full-width .bspw-header-style-1 .main-menu-wrapper.bs-pinning-block.pinned,
.site-header.boxed .bspw-header-style-2 .main-menu-wrapper.bs-pinning-block.pinned .main-menu-container,
.site-header.boxed .bspw-header-style-1 .main-menu-wrapper.bs-pinning-block.pinned .main-menu-container{
    border-top: none;
}
body.boxed .site-header .main-menu-wrapper {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/**
 * ->Header Styles
 **/
ul.menu > li .sub-menu,
.menu .mega-menu {
    top: 107%;
    top: calc(100% + 3px);
}

/**
 * ->Header Style 1
 **/
.site-header.header-style-1 .header-inner{
    padding: 40px 0;
}
.site-header.header-style-1 .site-branding{
    text-align: center;
}
.site-header.header-style-1 .main-menu.menu{
    text-align: center;
    height: 68px;
    overflow-y: hidden;
    margin-bottom: -3px;
    padding-top: 20px;
    margin-top: -20px;
}
.site-header.header-style-1.full-width .shop-cart-container,
.site-header.header-style-1.full-width .search-container{
    top: 20px;
}
.site-header.header-style-1.full-width .main-menu.menu  .mega-menu,
.site-header.header-style-1.full-width .main-menu.menu > li .sub-menu {
    top: 100%;
}
.site-header.header-style-1 .main-menu.menu > li{
    float: none;
    display: inline-block;
    margin: 0 4px;
}
.site-header.header-style-1 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-1 .search-container .search-box .search-form .search-field{
    text-align: center;
}
.site-header.header-style-1 .main-menu-wrapper.show-cart-item.show-search-item .main-menu-container{
    padding: 0 80px;
}
.site-header.header-style-1 .main-menu-wrapper.show-search-item .main-menu-container,
.site-header.header-style-1 .main-menu-wrapper.show-cart-item .main-menu-container{
    padding: 0 45px;
}
.site-header.header-style-1 .bs-pinning-block.pinned.main-menu-wrapper .shop-cart-container,
.site-header.header-style-1 .bs-pinning-block.pinned.main-menu-wrapper .search-container{
    top: 20px;
}


/**
 * ->Header Style 2
 **/
.site-header.header-style-2 .header-inner{
    padding: 20px 0;
}
.site-header.header-style-2 .main-menu.menu{
    height: 68px;
    overflow-y: hidden;
    margin-bottom: -3px;
    padding-top: 20px;
    margin-top: -20px;
}
.site-header.header-style-2.full-width .shop-cart-container,
.site-header.header-style-2.full-width .search-container{
    top: 20px;
}
.site-header.header-style-2.full-width .main-menu.menu  .mega-menu,
.site-header.header-style-2.full-width .main-menu.menu > li .sub-menu {
    top: 100%;
}
.site-header.header-style-2 .main-menu.menu > li{
    float: left;
    display: inline-block;
    margin: 0 5px 0 0;
}
.site-header.header-style-2 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-2 .main-menu-wrapper.show-cart-item.show-search-item .main-menu-container{
    padding: 0 80px 0 0;
}
.site-header.header-style-2 .main-menu-wrapper.show-search-item .main-menu-container,
.site-header.header-style-2 .main-menu-wrapper.show-cart-item .main-menu-container{
    padding: 0 45px 0 0;
}
.site-header.header-style-2 .bs-pinning-block.pinned.main-menu-wrapper .shop-cart-container,
.site-header.header-style-2 .bs-pinning-block.pinned.main-menu-wrapper .search-container{
    top: 20px;
}


/**
 * ->Header Style 3
 **/
.site-header.header-style-3 .header-inner{
    padding: 25px 0;
}
.site-header.header-style-3 .main-menu.menu > li{
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
}
.site-header.header-style-3 .main-menu.menu{
    height: 63px;
    overflow-y: hidden;
    margin-bottom: -16px;
    padding-bottom: 15px;
}
.site-header.header-style-3 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-3.boxed .main-menu.menu  .mega-menu,
.site-header.header-style-3.boxed .main-menu.menu > li .sub-menu {
    top: 103%;
    top: calc(100% + 1px);
}
.site-header.header-style-3.full-width .main-menu.menu  .mega-menu,
.site-header.header-style-3.full-width .main-menu.menu > li .sub-menu {
    top: 76%;
    top: calc(100% - 15px);
}
.site-header.header-style-3.full-width .shop-cart-container,
.site-header.header-style-3.full-width .search-container{
    bottom: 15px;
}
.site-header.boxed.header-style-3 .main-menu-wrapper .main-menu-container,
.site-header.full-width.header-style-3 .main-menu-wrapper{
    border-bottom-width: 1px;
    border-top: none;
    border-bottom-color: #ececec;
}
.site-header.header-style-3 .ajax-search-results:after,
.site-header.header-style-3 .shop-cart-container .cart-box:after,
.site-header.header-style-3 .main-menu.menu > li:hover > a:before,
.site-header.header-style-3 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-3 .main-menu.menu > li.current-menu-item > a:before {
    height: 2px;
    bottom: 0;
}
.site-header.header-style-3 .main-menu-wrapper.show-cart-item.show-search-item .main-menu-container{
    padding: 0 80px 0 0;
}
.site-header.header-style-3 .main-menu-wrapper.show-search-item .main-menu-container,
.site-header.header-style-3 .main-menu-wrapper.show-cart-item .main-menu-container{
    padding: 0 45px 0 0;
}


/**
 * ->Header Style 4
 **/
.site-header.header-style-4 .header-inner{
    padding: 50px 0;
}
.site-header.header-style-4 .main-menu.menu{
    height: 63px;
    overflow-y: hidden;
    margin-bottom: -16px;
    padding-bottom: 15px;
}
.site-header.header-style-4.boxed .main-menu.menu  .mega-menu,
.site-header.header-style-4.boxed .main-menu.menu > li .sub-menu {
    top: 102%;
    top: calc(100% + 1px);
}
.site-header.header-style-4.full-width .main-menu.menu  .mega-menu,
.site-header.header-style-4.full-width .main-menu.menu > li .sub-menu {
    top: 76%;
    top: calc(100% - 15px);
}
.site-header.header-style-4.full-width .shop-cart-container,
.site-header.header-style-4.full-width .search-container{
    bottom: 15px;
}
.site-header.header-style-4 .main-menu.menu > li{
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
}
.site-header.header-style-4 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.boxed.header-style-4 .main-menu-wrapper .main-menu-container,
.site-header.full-width.header-style-4 .main-menu-wrapper{
    border-bottom-width: 1px;
    border-top: none;
    border-bottom-color: #ececec;
}
.site-header.header-style-4 .ajax-search-results:after,
.site-header.header-style-4 .shop-cart-container .cart-box:after,
.site-header.header-style-4 .main-menu.menu > li:hover > a:before,
.site-header.header-style-4 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-4 .main-menu.menu > li.current-menu-item > a:before {
    height: 2px;
    bottom: 0;
}
.site-header.header-style-4 .site-branding{
    text-align: center;
}
.site-header.header-style-4 .main-menu.menu{
    text-align: center;
}
.site-header.header-style-4 .main-menu.menu > li{
    float: none;
    display: inline-block;
}
.site-header.header-style-4 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-4 .search-container .search-box .search-form .search-field{
    text-align: center;
}
.site-header.header-style-4 .main-menu-wrapper.show-cart-item.show-search-item .main-menu-container{
    padding: 0 80px;
}
.site-header.header-style-4 .main-menu-wrapper.show-search-item .main-menu-container,
.site-header.header-style-4 .main-menu-wrapper.show-cart-item .main-menu-container{
    padding: 0 45px;
}


/**
 * ->Header Style 5
 **/
.site-header.header-style-5 .header-inner{
    padding: 0;
    position: relative;
    z-index: 99;
}
.site-header.header-style-5.boxed .header-inner,
.site-header.header-style-5.full-width{
    border-bottom: 1px solid #eee;
}
.site-header.header-style-5 .main-menu.menu{
    float: right;
}
.site-header.header-style-5 .main-menu.menu > li{
    float: left;
    display: inline-block;
    margin: 0;
}
.site-header.header-style-5 .main-menu.menu > li > a{
    padding: 0 15px;
}
.site-header.header-style-5 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-5 .site-branding{
    width: 33.333%;
    float: left;
}
.site-header.header-style-5 .main-menu-container{
    width: 66.666%;
    float: right;
}
.site-header.header-style-6 .main-menu-container.show-search-item,
.site-header.header-style-5 .main-menu-container.show-search-item{
    padding-right: 28px;
}
.site-header.header-style-6 .main-menu-container.show-cart-item,
.site-header.header-style-5 .main-menu-container.show-cart-item{
    padding-right: 50px;
}
.site-header.header-style-5 .main-menu > li > a {
    line-height: 78px;
}
.site-header.header-style-5 .site-branding .logo {
    line-height: 78px;
    display: table;
    width: 100%
}
.site-header.header-style-5 .site-branding .logo.img-logo a{
    display:table-cell;
    vertical-align: middle;
    line-height: 78px;
    height: 78px;
    padding: 0 10px 0 0;
}
.site-header.header-style-5 .site-branding .logo.text-logo a{
    vertical-align: middle;
    padding: 5px 10px 5px 0;
}
.site-header.header-style-5 .site-branding .logo img{
    vertical-align: middle;
    margin: 0;
    max-height: 100%;
    display: table-cell;
    max-width: 100%;
}
.site-header.header-style-5 .ajax-search-results:after,
.site-header.header-style-5 .shop-cart-container .cart-box:after,
.site-header.header-style-5 .main-menu.menu > li:hover > a:before,
.site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-5 .main-menu.menu > li.current-menu-item > a:before {
    height: 2px;
    bottom: -1px;
}
.site-header.header-style-5 .main-menu.menu > li:hover > a,
.site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a,
.site-header.header-style-5 .main-menu.menu > li.current-menu-item > a{
    background: rgba(0, 0, 0, 0.05);
}
.site-header.header-style-5 .main-menu.menu > li.menu-item-has-children > a:after {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: center;
    bottom: 0;
    color: rgba(0, 0, 0, 0.21);
}
.site-header.header-style-5 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
    max-width: 1180px;
    box-shadow: none;
    background: #fff;
}
/* sticky */
.site-header.header-style-5.full-width .content-wrap.bs-pinning-block.pinned{
    max-width: 100% !important;
}
.site-header.header-style-5.full-width .content-wrap.pinned{
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
.site-header.header-style-8 .main-menu.menu,
.site-header.header-style-6 .main-menu.menu,
.site-header.header-style-5 .main-menu.menu{
    height: 79px;
    overflow-y: hidden;
    margin-bottom: -1px;
}
.site-header.header-style-6 .main-menu.menu{
    height: 91px;
}
.site-header.header-style-8 .main-menu.menu{
    height: 67px;
}
.site-header.header-style-8 .main-menu.menu > li .sub-menu,
.site-header.header-style-8 .main-menu.menu .mega-menu,
.site-header.header-style-6 .main-menu.menu > li .sub-menu,
.site-header.header-style-6 .main-menu.menu .mega-menu,
.site-header.header-style-5 .main-menu.menu > li .sub-menu,
.site-header.header-style-5 .main-menu.menu .mega-menu{
    top: 101%;
    top: calc( 100% + 1px )
}
.site-header.header-style-8 .main-menu.menu > li .sub-menu .sub-menu,
.site-header.header-style-6 .main-menu.menu > li .sub-menu .sub-menu,
.site-header.header-style-5 .main-menu.menu > li .sub-menu .sub-menu{
    top: 0;
}


/* Search and cart box for header 5, 6 and 8 */
.site-header.header-style-6 .main-menu-container.show-search-item,
.site-header.header-style-8 .main-menu-container.show-search-item,
.site-header.header-style-5 .main-menu-container.show-search-item{
    padding-right: 32px;
}
.site-header.header-style-8 .main-menu-container.show-cart-item,
.site-header.header-style-5 .main-menu-container.show-cart-item{
    padding-right: 45px;
}
.site-header.header-style-8 .main-menu-container.show-cart-item.show-search-item,
.site-header.header-style-5 .main-menu-container.show-cart-item.show-search-item{
    padding-right: 76px;
}
.site-header.header-style-6 .main-menu-container.show-cart-item.show-search-item{
    padding-right: 80px;
}
.site-header.header-style-6 .main-menu-container.show-cart-item{
    padding-right: 51px;
}
.site-header.header-style-8 .main-menu-container.show-cart-item .cart-box,
.site-header.header-style-6 .main-menu-container.show-cart-item .cart-box,
.site-header.header-style-5 .main-menu-container.show-cart-item .cart-box{
    text-align: inherit;
}
.site-header.header-style-8 .main-menu-container.show-search-item .search-container,
.site-header.header-style-6 .main-menu-container.show-search-item .search-container,
.site-header.header-style-5 .main-menu-container.show-search-item .search-container {
    width: 30px;
}
.site-header.header-style-8 .main-menu-container.show-search-item .search-handler,
.site-header.header-style-6 .main-menu-container.show-search-item .search-handler,
.site-header.header-style-5 .main-menu-container.show-search-item .search-handler {
    position: absolute;
    right: 0;
    margin-top: -13px;
}
.site-header.header-style-8 .main-menu-container.show-search-item.show-cart-item .shop-cart-container,
.site-header.header-style-5 .main-menu-container.show-search-item.show-cart-item .shop-cart-container{
    right: 27px;
}
.site-header.header-style-6 .main-menu-container.show-search-item.show-cart-item .shop-cart-container{
    right: 30px;
    padding-right: 0;
}
.site-header.header-style-6 .main-menu-container.search-open .search-container{
    width: 66.66%;
    line-height: 90px;
}
.site-header.header-style-5 .main-menu-container.search-open .search-container {
    width: 66.66%;
    line-height: 78px;
}
.site-header.header-style-8 .main-menu-container.search-open .search-container{
    width: 66.66%;
    line-height: 66px;
}
.site-header.header-style-8 .main-menu-container.search-open .main-menu.menu,
.site-header.header-style-6 .main-menu-container.search-open .main-menu.menu,
.site-header.header-style-5 .main-menu-container.search-open .main-menu.menu{
    display: none;
}
.site-header.header-style-5 .search-container .search-box .search-form .search-field {
    height: 78px;
}
.site-header.header-style-6 .search-container .search-box .search-form .search-field {
    height: 90px;
}
.site-header.header-style-8 .search-container .search-box .search-form .search-field {
    height: 66px;
}
.site-header.header-style-5 .main-menu-container.show-cart-item .cart-handler{
    line-height: 74px;
}
.site-header.header-style-6 .main-menu-container.show-cart-item .cart-handler{
    line-height: 85px;
}
.site-header.header-style-8 .main-menu-container.show-cart-item .cart-handler{
    line-height: 62px;
}

.site-header.header-style-5 .shop-cart-container .cart-box:after,
.site-header.header-style-6 .shop-cart-container .cart-box:after,
.site-header.header-style-8 .shop-cart-container .cart-box:after {
    content: '';
    height: 2px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: -1px;
}

/**
 * ->Header Style 6
 **/
.site-header.header-style-6 .header-inner{
    padding: 0;
    position: relative;
}
.site-header.header-style-6.boxed .header-inner,
.site-header.header-style-6.full-width{
    border-bottom: 1px solid #eee;
}
.site-header.header-style-6 .main-menu.menu{
    float: right;
}
.site-header.header-style-6 .main-menu.menu > li{
    float: left;
    display: inline-block;
    margin: 0;
}
.site-header.header-style-6 .main-menu.menu > li > a{
    padding: 0 15px;
}
.site-header.header-style-6 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-6 .site-branding{
    width: 33.333%;
    float: left;
}
.site-header.header-style-6 .main-menu-container{
    width: 66.666%;
    float: right;
}
.site-header.header-style-6 .main-menu > li > a {
    line-height: 90px;
}
.site-header.header-style-6 .site-branding .logo {
    line-height: 87px;
    display: table;
    width: 100%;
}
.site-header.header-style-6 .site-branding .logo.img-logo a{
    display:table-cell;
    vertical-align: middle;
    line-height: 90px;
    height: 90px;
    padding: 0 10px 0 0;
}
.site-header.header-style-6 .site-branding .logo.text-logo a{
    vertical-align: middle;
    padding: 5px 10px 5px 0;
}
.site-header.header-style-6 .site-branding .logo img{
    vertical-align: middle;
    margin: 0;
    max-height: 100%;
    display: table-cell;
    max-width: 100%;
}
.site-header.header-style-6 .main-menu.menu > li > a >.bf-icon{
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0;
    text-align: center;
    margin-right: 0;
    font-size: 16px;
}
.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon img{
    vertical-align: top;
}
.site-header.header-style-6 .main-menu.menu > li > a >.bf-icon.bf-custom-icon{
    top: 20px;
}
.site-header.header-style-6 .main-menu.menu > li.menu-have-icon > a{
    padding-top: 24px;
    line-height: 66px;
}
.site-header.header-style-6 .main-menu.menu > li:hover > a:before,
.site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-6 .main-menu.menu > li.current-menu-item > a:before {
    height: 2px;
    bottom: -1px;
}
.site-header.header-style-6 .main-menu.menu > li:hover > a,
.site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a,
.site-header.header-style-6 .main-menu.menu > li.current-menu-item > a{
    background: rgba(0, 0, 0, 0.05);
}
.site-header.header-style-6 .main-menu.menu > li.menu-item-has-children > a:after {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: center;
    bottom: 0;
    color: rgba(0, 0, 0, 0.21);
}
/* sticky */
.site-header.header-style-6 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
    max-width: 1180px;
    box-shadow: none;
    background: #fff;
}
.site-header.header-style-6.full-width .content-wrap{
    max-width: 100% !important;
}
.site-header.header-style-6.full-width .content-wrap.pinned{
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}


/**
 * ->Header Style 7
 **/
.site-header.header-style-7 .header-inner{
    padding: 50px 0;
}
.site-header.header-style-7 .main-menu.menu > li{
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
}
.site-header.header-style-7 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.boxed.header-style-7 .main-menu-wrapper .main-menu-container,
.site-header.full-width.header-style-7 .main-menu-wrapper{
    border-bottom-width: 1px;
    border-top: none;
    border-bottom-color: #ececec;
}
.site-header.header-style-7 .ajax-search-results:after,
.site-header.header-style-7 .shop-cart-container .cart-box:after,
.site-header.header-style-7 .main-menu.menu > li:hover > a:before,
.site-header.header-style-7 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-7 .main-menu.menu > li.current-menu-item > a:before {
    height: 2px;
    bottom: 0;
}
.site-header.header-style-7 .site-branding{
    text-align: center;
}
.site-header.header-style-7 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-7 .main-menu.menu{
    height: 63px;
    overflow-y: hidden;
    margin-bottom: -16px;
    padding-bottom: 15px;
}
.site-header.header-style-7.boxed .main-menu.menu  .mega-menu,
.site-header.header-style-7.boxed .main-menu.menu > li .sub-menu {
    top: 102%;
    top: calc(100% + 1px);
}
.site-header.header-style-7.full-width .main-menu.menu  .mega-menu,
.site-header.header-style-7.full-width .main-menu.menu > li .sub-menu {
    top: 76%;
    top: calc(100% - 15px);
}
.site-header.header-style-7.full-width .shop-cart-container,
.site-header.header-style-7.full-width .search-container{
    bottom: 15px;
}
.site-header.header-style-7 .main-menu-wrapper.show-cart-item.show-search-item .main-menu-container{
    padding: 0 80px 0 0;
}
.site-header.header-style-7 .main-menu-wrapper.show-search-item .main-menu-container,
.site-header.header-style-7 .main-menu-wrapper.show-cart-item .main-menu-container{
    padding: 0 45px 0 0;
}



/**
 * ->Header Style 8
 **/
.site-header.header-style-8 .header-inner{
    padding: 0;
    position: relative;
}
.site-header.header-style-8.boxed .header-inner,
.site-header.header-style-8.full-width{
    border-bottom: 1px solid #eee;
}
.site-header.header-style-8 .main-menu.menu{
    float: left;
}
.site-header.header-style-8 .main-menu.menu > li{
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
}
.site-header.header-style-8 .main-menu.menu > li > a{
    padding: 0 7px;
}
.site-header.header-style-8 .main-menu.menu .sub-menu {
    text-align: left;
}
.site-header.header-style-8 .site-branding{
    width: 25%;
    float: left;
    padding-right: 20px;
}
.site-header.header-style-8 .main-menu-container{
    width: 75%;
    float: right;
}
.site-header.header-style-8 .main-menu > li > a {
    line-height: 66px;
}
.site-header.header-style-8 .site-branding .logo {
    line-height: 63px;
    display: table;
    width: 100%
}
.site-header.header-style-8 .site-branding .logo.img-logo a{
    display:table-cell;
    vertical-align: middle;
    line-height: 66px;
    height: 66px;
    padding: 0 10px 0 0;
}
.site-header.header-style-8 .site-branding .logo.text-logo a{
    vertical-align: middle;
    padding: 5px 10px 5px 0;
}
.site-header.header-style-8 .site-branding .logo img{
    vertical-align: middle;
    margin: 0;
    max-height: 100%;
    display: table-cell;
    max-width: 100%;
}
.site-header.header-style-8 .main-menu.menu > li:hover > a:before,
.site-header.header-style-8 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-8 .main-menu.menu > li.current-menu-item > a:before {
    height: 2px;
    bottom: -1px;
}
.site-header.header-style-8 .main-menu.menu > li.menu-item-has-children > a:after {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: center;
    bottom: 0;
    color: rgba(0, 0, 0, 0.21);
}
/* sticky */
.site-header.header-style-8 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
    max-width: 1180px;
    box-shadow: none;
    background: #fff;
}
.site-header.header-style-8.full-width .content-wrap{
    max-width: 100% !important;
}
.site-header.header-style-8.full-width .content-wrap.pinned{
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}


/**
 * ->Responsive Header
 **/
.responsive-header {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 300px;
}
.responsive-header .responsive-header-container{
    background-color: #222;
    user-select: none;
}
@media only screen and (max-width : 992px) {
    .main-menu > li {
        margin-right: 10px;
    }
    .site-header.header-style-1 .main-menu.menu > li {
        margin: 0 4px;
    }
    .site-header.header-style-8 .main-menu.menu > li ,
    .site-header.header-style-4 .main-menu.menu > li ,
    .site-header.header-style-3 .main-menu.menu > li {
        margin: 0 7px 0 0;
    }
    .site-header.header-style-8 .main-menu.menu > li > a,
    .site-header.header-style-6 .main-menu.menu > li > a,
    .site-header.header-style-5 .main-menu.menu > li > a {
        padding: 0 7px;
    }
    .main-menu > li > a {
        padding: 0 4px;
    }
}
@media only screen and (max-width : 700px){
    .site-header{
        display: none;
    }
    .responsive-header{
        display: block;
    }
}


/**
 * -->Responsive Menu
 **/
.responsive-header .menu-container{
    width: 20%;
    float: left;
    text-align: left;
}
.responsive-header .menu-container .menu-handler{
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: .3s;
    position: relative;
}
.responsive-header .menu-container.open .menu-handler:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    display: inline-block;
    background-color: #2c2c2c;
    z-index: 100000;
}
.responsive-header .menu-container.open .menu-handler .bf-icon:before{
    content: "\f00d";
}
.responsive-header .menu-container .menu-box{
    width: 300px;
    position: absolute;
    top: 54px;
    left: 0;
    background-color: #2C2C2C;
    display: none;
    z-index: 99999;
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
}
.responsive-header .menu-container.open .menu-box {
    display: block;
}
.responsive-header .menu-container .resp-menu li{
    display: block;
    line-height: 40px;
    float: none;
    position: relative;
}
.responsive-header .menu-container .resp-menu li a > .bf-icon{
    display: inline-block;
    min-width: 22px;
    margin: 0;
}
.responsive-header .menu-container .resp-menu li > a{
    padding: 0 5px 0 15px;
    color: #c0c0c0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
}
.responsive-header .menu-container .resp-menu li:hover > a{
    color: #0080ce;
}
.responsive-header .menu-container .resp-menu li:last-child > a{
    border-bottom: none;
}
.responsive-header .menu-container .resp-menu .children-button{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #c0c0c0;
    cursor: pointer;
}
.responsive-header .menu-container .resp-menu li.menu-item-has-children > a:after{
    display: none;
}
.responsive-header .menu-container .resp-menu li:hover > .mega-menu,
.responsive-header .menu-container .resp-menu li:hover > .sub-menu{
    display: none;
}
.responsive-header .menu-container .resp-menu li.open-sub > .mega-menu,
.responsive-header .menu-container .resp-menu li.open-sub > .sub-menu{
    display: block;
}
.responsive-header .menu-container .resp-menu .mega-menu,
.responsive-header .menu-container .resp-menu .sub-menu{
    display: none;
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation-name: none !important;
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: auto !important;
    background-color: #222;
    width: 100%;
    margin-top: -1px;
}
.responsive-header .menu-container .resp-menu .sub-menu > li:last-child > a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}
.responsive-header .menu-container .resp-menu .sub-menu .sub-menu{
    margin-top: 0;
}
.responsive-header .menu-container .resp-menu .sub-menu > li > a {
    padding-left: 30px;
    font-size: 80%;
}
.responsive-header .menu-container .resp-menu .sub-menu .sub-menu > li > a {
    padding-left: 45px;
}
.responsive-header .menu-container .resp-menu .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 60px;
}
.responsive-header .menu-container .menu-handler .lines {
    display: inline-block;
    width: 2.75rem;
    height: 0.35rem;
    background: #ecf0f1;
    transition: 0.3s;
    position: relative;
    margin-top: 24px;
}
.responsive-header .menu-container .menu-handler .lines:before,
.responsive-header .menu-container .menu-handler .lines:after {
    display: inline-block;
    width: 2.75rem;
    height: 0.35rem;
    background: #ecf0f1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571rem center;
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}
.responsive-header .menu-container .menu-handler .lines:before {
    top: 1rem;
}
.responsive-header .menu-container .menu-handler .lines:after {
    top: -1rem;
}
.responsive-header .menu-container.open .menu-handler .lines{
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    background: transparent;
}
.responsive-header .menu-container.open .menu-handler .lines:before,
.responsive-header .menu-container.open .menu-handler .lines:after {
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 4rem;
    margin-left: -6px;
}
.responsive-header .menu-container.open .menu-handler .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.responsive-header .menu-container.open .menu-handler .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.responsive-header .menu-container .resp-menu .better-custom-badge {
    background-color: #0080ce;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #FFF;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    min-width: 19px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    margin: 12px 6px 0 0;
}
.responsive-header .menu-container .resp-menu > li.menu-item-has-children > a > .better-custom-badge {
    margin-right: 42px;
}


/**
 * --->Responsive Mega Menu
 **/
.responsive-header .menu-container .resp-menu .mega-menu{
    display: none;
    visibility: visible;
    opacity: 1;
    background-color: #222;
    position: inherit;
    left: 0;
    top: 0;
    border: none;
}
.responsive-header .menu-container .resp-menu .mega-menu .container{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
/* column link */
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link {
    padding: 0;
}
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link .mega-links > li{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link .mega-links li a{
    padding-bottom: 0;
    margin-bottom: 0;
}
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link .mega-links li .sub-menu{
    display: none !important;
}
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link .mega-links li.open-sub > .sub-menu{
    display: block !important;
}
/* horizontal link */
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link-list .mega-links li {
    padding: 0;
    text-align: left;
}
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    background-color: #1A1A1A !important;
    text-align: left !important;
}
.responsive-header .menu-container .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
    display: block;
}
/* Grid Posts */
.responsive-header .menu-container .resp-menu  .mega-menu.mega-grid-posts .post{
    width: 100%;
    padding: 0 20px;
    float: none;
}
.responsive-header .menu-container .resp-menu  .mega-menu.mega-grid-posts .post:nth-child(4),
.responsive-header .menu-container .resp-menu  .mega-menu.mega-grid-posts .post:nth-child(3),
.responsive-header .menu-container .resp-menu  .mega-menu.mega-grid-posts .post:nth-child(2){
    display: none;
}


/**
 * -->Responsive Search
 **/
.responsive-header .search-container{
    width: 20%;
    float: left;
    text-align: right;
}
.responsive-header .search-container .search-handler{
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: .3s;
    user-select: none;
    position: relative;
}
.responsive-header .search-container.open .search-handler:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    display: inline-block;
    background-color: #2c2c2c;
    z-index: 100000;
}
.responsive-header .search-container.open .search-handler .fa-search:before {
    content: "\f00d";
}
.responsive-header .search-container .search-box{
    position: absolute;
    top: 54px;
    right: 0;
    background-color: #2C2C2C;
    padding: 15px;
    display: none;
    z-index: 99999;
    min-width: 267px;
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20);
}
body.admin-bar .responsive-header .search-container .search-box{
    top: 100%;
}
.responsive-header .search-container.open .search-box {
    display: block;
}
.responsive-header .search-container .search-box .search-form{
    position: relative;
}
.responsive-header .search-container .search-box .search-form .search-field{
    border: none;
    float: none;
    width: 100%;
}
.responsive-header .search-container .search-box .search-form .search-submit{
    position: absolute;
    right: 0;
    top: 0;
}


/**
 * -->Responsive Logo
 **/
.responsive-header .logo-container{
    width: 60%;
    float: left;
    padding: 2px 0;
    text-align: center;
    line-height: 50px;
}
.responsive-header .logo-container img{
    max-height: 50px;
    max-width: 100%;
}
.responsive-header .logo-container a{
    color: #fff;
}


/**
 * -->Light Schema
 **/
.responsive-header.light .responsive-header-container{
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}
.responsive-header.light .responsive-header-container.bs-pinning-block.pinned{
    border-bottom-color: transparent;
}
.responsive-header.light .logo-container a{
    color: #2C2C2C;
}
.responsive-header.light .search-container .search-handler{
    background-color: #FFF;
    border-left: 1px solid #E5E5E5;
}
.responsive-header.light .search-container .search-box .search-form .search-field{
    border: 1px solid #D6D6D6;
}
.responsive-header.light .search-container.open .search-handler{
    background-color: #fff;
}
.responsive-header.light .search-container.open .search-box{
    background-color: #fff;
}
.responsive-header.light .search-container.open .search-handler:after {
    background-color: #fff;
}
.responsive-header.light .menu-container .menu-handler{
    background-color: #fff;
    border-right: 1px solid #E5E5E5;
}
.responsive-header.light .menu-container .menu-handler .lines:after,
.responsive-header.light .menu-container .menu-handler .lines:before,
.responsive-header.light .menu-container .menu-handler .lines{
    background: #2C2C2C;
}
.responsive-header.light .menu-container.open .menu-handler .lines {
    background: transparent;
}
.responsive-header.light .menu-container.open .menu-handler:after {
    background-color: #fff;
}
.responsive-header.light .menu-container .menu-box {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.responsive-header.light .menu-container .resp-menu li > a {
    color: #5d5d5d;
}
.responsive-header.light .menu-container .resp-menu .sub-menu {
    background-color: #F4F4F4;
}
.responsive-header.light .menu-container .resp-menu li > a,
.responsive-header.light .menu-container .resp-menu .sub-menu > li:last-child > a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.responsive-header.light .search-container .search-handler {
    color: #2C2C2C;
}
.responsive-header.light .search-container .search-box {
    width: 282px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
}
.responsive-header.light .menu-container .resp-menu li:last-child > a{
    border-bottom: none !important;
}
.responsive-header.light .menu-container .resp-menu .mega-menu{
    background-color: #F4F4F4;
}
.responsive-header.light .menu-container .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu {
    background-color: #E4E4E4 !important;
}

/**
* ->Nav Menu Pretty Tabs
**/
.main-menu .bs-pretty-tabs-container .bs-pretty-tabs-elements {
    padding: 0;
    border: none;
    right: auto;
    left: auto;
}
.main-menu .bs-pretty-tabs-container {
    position: inherit;
}
/**
 * =>Top Bar
 **/
.topbar ul.menu > li .sub-menu{
    top: 100%;
}
.topbar .topbar-inner{
    padding: 4px 0 3px;
}
.site-header.boxed .topbar .topbar-inner {
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.site-header.full-width .topbar{
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.topbar .better-studio-shortcode{
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.topbar .better-studio-shortcode .social-list{
    display: inline-block;
    float: right;
}
.topbar .better-social-counter.style-button .social-item{
    margin: 0 0 0 4px;
}
.topbar .better-social-counter.style-button .social-item .item-icon {
    color: #444444;
    background-color: transparent;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.topbar .better-social-counter.style-button .social-item:hover .item-icon {
    color: #545454;
}


.topbar .better-social-counter.style-button .social-item {
    float: left;
    font-size: 13px;
}
.topbar .better-social-counter.style-button a:hover {
    color: #fff;
}
.topbar .search-container{
    position: relative;
    width: 26px;
    height: 26px;
    float: right;
    margin-top: 4px;
    margin-left: 4px;
}
.topbar .search-container .search-handler{
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #6D6D6D;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.topbar .search-container.open .search-handler,
.topbar .search-container:hover .search-handler {
    color: #0080ce;
}
.topbar .search-container .search-box{
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #222;
    padding: 6px;
    width: 259px;
    z-index: 99;
}
.topbar .search-container .search-box .search-form{
    float: left;
}
.topbar .search-container .search-box .search-form .search-field{
    border: none;
}
.topbar .search-container.open .search-box{
    display: block;
}
.topbar .topbar-date{
    background: #0080ce;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    line-height: 18px;
    position: relative;
    top: -1px;
}
.topbar .better-newsticker{
    margin-bottom: 0;
}
.topbar .better-newsticker .control-nav span{
    border: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.3);
    width: 18px;
}
.topbar .better-newsticker .control-nav {
    right: auto;
    left: 120px;
}
.topbar .better-newsticker .control-nav span.prev{
    margin: 0;
}
.topbar .better-newsticker ul.news-list li {
    left: 220px;
}
.topbar .better-newsticker ul.news-list li.active {
    left: 170px;
}
.topbar .topbar-sign-in{
    float: right;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}
.topbar .topbar-sign-in .fa{
    margin-right: 2px;
}
.topbar .topbar-sign-in.behind-social{
    margin-right: 8px;
    position: relative;
    padding-right: 8px;
}
.topbar .topbar-sign-in.behind-social:before{
    content: '';
    width: 1px;
    top: 50%;
    margin-top: -8px;
    height: 18px;
    display: inline-block;
    background: rgb(218, 218, 218);
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    right: -2px;
}


/**
 * =>Main Slider
 **/
.slider-style-15-container,
.slider-style-13-container,
.slider-style-11-container,
.slider-style-9-container,
.slider-style-7-container,
.slider-style-4-container.slider-container-1col,
.slider-style-3-container,
.slider-style-5-container,
.slider-style-2-container.slider-container-1col,
.slider-style-1-container{
    margin: 0 0 -20px;
    padding: 25px 0;
}
.slider-style-5-container{
    padding-bottom: 0;
}
.slider-style-16-container,
.slider-style-8-container,
.slider-style-2-container,
.slider-style-4-container{
    margin: 0 0 25px;
}
.slider-style-15-container{
    margin: 0;
    padding-bottom: 0;
}
.slider-style-13-container .bs-slider,
.slider-style-11-container .bs-slider,
.slider-style-9-container .bs-slider{
    margin-bottom: 0;
}


/**
 * =>Main Section
 **/
.main-section{
    margin-bottom: 25px;
}

/**
 * =>Archive Title
 **/
.archive-title{
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 13px;
}
.archive-title .pre-title {
    position: relative;
    margin-bottom: 17px;
}
.archive-title .pre-title span{
    background-color: #444;
    display: inline-block;
    line-height: 26px;
    z-index: 1;
    position: relative;
    padding: 0 10px;
    color: #fff;
}
.archive-title .pre-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100%;
    height: 3px;
    width: 100%;
    background-color: #444444;
}
.archive-title .page-heading{
    margin: 0 0 12px;
    position: relative;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    padding: 0;
}
.archive-title.with-actions .page-heading{
    padding-right: 30px;
}
.archive-title .actions-container{
    width: 30px;
    float: right;
}
.archive-title.without-terms .actions-container{
    margin-top: 8px;
}
.archive-title .page-heading .count,
.archive-title .rss-link{
    float: right;
    font-size: 20px;
}
.archive-title .rss-link{
    color: #f97410;
}
.archive-title .desc{
    margin-top: 12px;
}
.archive-title .desc p:last-child {
    margin-bottom: 0;
}
.archive-title .term-badges{
    margin: 10px 0 0;
    line-height: 0;
}
.archive-title .term-badges span.term-badge{
    margin-bottom: 6px;
}
.archive-title .term-badges span.term-badge a {
    background: #FFFFFF !important;
    border: 1px solid #D4D4D4 !important;
    border-color: #D4D4D4 !important;
    padding: 0 7px;
    display: inline-block;
    line-height: 20px;
    margin-right: 3px;
    font-size: 10px;
    float: left;
    color: #8b8b8b !important;
}
.archive-title .term-badges span.term-badge a:hover{
    color: #fff !important;
    background: #0080ce !important;
    border: 1px solid transparent !important;
}


/**
 * =>Layouts
 **/
.sidebar-column:after{
    width: 1px;
    height: 98%;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
}
.layout-right-sidebar .sidebar-column:after{
    left: -1px;
}
.layout-left-sidebar .sidebar-column:after{
    left: auto;
    right: -1px;
}


/**
 * =>Visual Composer
 **/
.layout-2-col,
.layout-1-col{
    margin-top: 25px;
}
.entry-content>.vc_row.vc_row-fluid.vc_row-has-fill:first-child{
    margin-top: -25px !important;
}
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.wrapper-sticky>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.wrapper-sticky>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{
    padding-top: 30px !important;
}
.vc_row-has-fill .wpb_wrapper > .bs-listing:last-child,
.vc_col-has-fill .wpb_wrapper > .bs-listing:last-child{
    margin-bottom: 30px;
}

/**
 * =>Listing
 **/
.bs-pagination-wrapper .listing + .listing{
    margin-top: 20px;
}
.post.emphasize-first-p .entry-content > p:first-child{
    font-size: 120%;
}
.listing-item .post-edit-link{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    padding: 4px 11px;
    font-size: 13px;
    display: none;
    line-height: 20px;
}
.listing-item:hover .post-edit-link {
    display: block;
}


/**
 * ->Listing columns
 **/
.listing .listing-item{
    min-height: 0%;
}
.listing.columns-1 .listing-item{
    width: 100%;
    float: none;
}
/* 2 Column */
.listing.columns-2 .listing-item{
    width: 50%;
    float: left;
}
.listing.columns-2 .listing-item:nth-child(odd){
    padding-right: 13px;
    clear: left;
}
.listing.columns-2 .listing-item:nth-child(even){
    padding-left: 13px;
}
.listing.columns-2[max-width~="450px"] .listing-item{
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.more_btn>.listing+.listing,
.infinity>.listing+.listing {
    margin-top: 20px;
}
/* 3 Column */
.listing.columns-3 .listing-item{
    width: 33.3333%;
    float: left;
}
.listing.columns-3 .listing-item:nth-child( 3n-1 ){
    padding: 0 6px;
}
.listing.columns-3 .listing-item:nth-child( 3n-2 ){
    padding-right: 12px;
    clear: left;
}
.listing.columns-3 .listing-item:nth-child( 3n+3  ){
    padding-left: 12px;
}
.listing.columns-3[max-width~="560px"] .listing-item{
    width: 50%;
}
.listing.columns-3[max-width~="560px"] .listing-item:nth-child(odd){
    padding-left: 0;
    padding-right: 13px;
    clear: left;
}
.listing.columns-3[max-width~="560px"]  .listing-item:nth-child(even){
    padding-left: 13px;
    padding-right: 0;
    clear: none;
}
.listing.columns-3[max-width~="450px"] .listing-item{
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important;
}

/* 4 Column */
.listing.columns-4 .listing-item{
    width: 25%;
    float: left;
}
.listing.columns-4 .listing-item:nth-child(4n-3){
    padding-left: 0;
    padding-right: 8px;
    clear: left;
}
.listing.columns-4 .listing-item:nth-child(4n+2){
    padding-left: 3px;
    padding-right: 5px;
}
.listing.columns-4 .listing-item:nth-child(4n+3) {
    padding-left: 5px;
    padding-right: 3px;
}
.listing.columns-4 .listing-item:nth-child(4n+4){
    padding-right: 0;
    padding-left: 8px;
}
.listing.columns-4[max-width~="900px"] .listing-item{
    width: 33.3333%;
}
.listing.columns-4[max-width~="900px"] .listing-item:nth-child( 3n-1 ){
    padding-left: 6px;
    padding-right: 6px;
    clear: none;
}
.listing.columns-4[max-width~="900px"] .listing-item:nth-child( 3n-2 ){
    padding-left: 0;
    padding-right: 12px;
    clear: left;
}
.listing.columns-4[max-width~="900px"] .listing-item:nth-child( 3n+3  ){
    padding-left: 12px;
    padding-right: 0;
    clear: none;
}
.listing.columns-4[max-width~="560px"] .listing-item{
    width: 50%;
}
.listing.columns-4[max-width~="560px"] .listing-item:nth-child(odd){
    padding-left: 0;
    padding-right: 13px;
    clear: left;
}
.listing.columns-4[max-width~="560px"]  .listing-item:nth-child(even){
    padding-left: 13px;
    padding-right: 0;
    clear: none;
}
.listing.columns-4[max-width~="450px"] .listing-item{
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important;
}


/* 5 Column */
.listing.columns-5 .listing-item{
    width: 20%;
    float: left;
}
.listing.columns-5 .listing-item:nth-child(5n+1){
    padding-left: 0;
    padding-right: 8px;
    clear: left;
}
.listing.columns-5 .listing-item:nth-child(5n+2){
    padding-left: 2px;
    padding-right: 6px;
}
.listing.columns-5 .listing-item:nth-child(5n+3) {
    padding-left: 4px;
    padding-right: 4px;
}
.listing.columns-5 .listing-item:nth-child(5n+4){
    padding-left: 6px;
    padding-right: 2px;
}
.listing.columns-5 .listing-item:nth-child(5n+5){
    padding-left: 8px;
    padding-right: 0;
}
.listing.columns-5[max-width~="1000px"] .listing-item{
    width: 25%;
}
.listing.columns-5[max-width~="1000px"] .listing-item:nth-child(4n-3){
    padding-left: 0;
    padding-right: 8px;
    clear: left;
}
.listing.columns-5[max-width~="1000px"] .listing-item:nth-child(4n+2){
    padding-left: 3px;
    padding-right: 5px;
    clear: none;
}
.listing.columns-5[max-width~="1000px"] .listing-item:nth-child(4n+3) {
    padding-left: 5px;
    padding-right: 3px;
    clear: none;
}
.listing.columns-5[max-width~="1000px"] .listing-item:nth-child(4n+4){
    padding-right: 0;
    padding-left: 8px;
    clear: none;
}
.listing.columns-5[max-width~="900px"] .listing-item{
    width: 33.3333%;
}
.listing.columns-5[max-width~="900px"] .listing-item:nth-child( 3n-1 ){
    padding-left: 6px;
    padding-right: 6px;
    clear: none;
}
.listing.columns-5[max-width~="900px"] .listing-item:nth-child( 3n-2 ){
    padding-left: 0;
    padding-right: 12px;
    clear: left;
}
.listing.columns-5[max-width~="900px"] .listing-item:nth-child( 3n+3  ){
    padding-left: 12px;
    padding-right: 0;
    clear: none;
}
.listing.columns-5[max-width~="560px"] .listing-item{
    width: 50%;
}
.listing.columns-5[max-width~="560px"] .listing-item:nth-child(odd){
    padding-left: 0;
    padding-right: 13px;
    clear: left;
}
.listing.columns-5[max-width~="560px"]  .listing-item:nth-child(even){
    padding-left: 13px;
    padding-right: 0;
    clear: none;
}
.listing.columns-5[max-width~="450px"] .listing-item{
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important;
}



/**
 * =>Listing Classic 1
 **/
.listing-item-classic-1{
    margin-bottom: 19px;
}
.listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner,
.listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner,
.listing-item-classic-1 .listing-inner{
    padding-bottom: 17px;
    border-bottom: 1px solid #F1F1F1;
}
.listing-item-classic-1.has-not-post-thumbnail .listing-inner{
    padding-bottom: 28px;
}
.listing-item-classic-1:last-child{
    margin-bottom: 0;
}
.listing-item-classic-1:last-child .listing-inner{
    padding-bottom: 0;
    border-bottom: none;
}
.listing-item-classic-1 .featured{
    position: relative;
    line-height: 0;
    margin-bottom: 17px;
}
.listing-item-classic-1 .featured iframe{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.listing-item-classic-1 .featured .img-holder{
    width: 100%;
    margin: 0;
    float: none;
}
.listing-item-classic-1 .featured .img-holder:before {
    padding-top: 50%;
}
.listing-item-classic-1 .title{
    margin: 0 0 6px;
}
.listing-item-classic-1 .title a{
    color: inherit;
}
.listing-item-classic-1:hover .title a{
    color: #0080ce;
}
.listing-item-classic-1 .post-meta{
    margin: 0 0 9px;
}
.listing-item-classic-1:hover a.read-more{
    background: #0080ce;
}
.listing-item-classic-1[max-width~="380px"] .title .post-title{
    font-size: 88%;
}

/**
 * =>Listing Classic 2
 **/
.listing.columns-3 > .listing-item-classic-2:last-child,
.listing.columns-2 > .listing-item-classic-2:last-child,
.listing.columns-1 > .listing-item-classic-2:last-child,
.listing-item-classic-2{
    margin-bottom: 25px;
}
.listing .listing-classic-2 > .listing-item-classic-2:last-child,
.listing-item-classic-2:last-child{
    margin-bottom: 0;
}
.listing-item-classic-2 .listing-inner{
    padding: 0 20px 20px 20px;
    border: 1px solid #e6e6e6;
}
.listing-item-classic-2.has-not-post-thumbnail .listing-inner{
    padding-top: 20px;
}
.listing-item-classic-2 .featured{
    position: relative;
    line-height: 0;
    margin: -1px -21px 17px;
}
.listing-item-classic-2 .featured iframe{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.listing-item-classic-2 .featured .img-holder{
    width: 100%;
    margin: 0;
    float: none;
}
.listing-item-classic-2 .featured .img-holder:before {
    padding-top: 56%;
}
.listing-item-classic-2 .title{
    margin: 0 0 6px;
}
.listing-item-classic-2 .title a{
    color: inherit;
}
.listing-item-classic-2:hover .title a{
    color: #0080ce;
}
.listing-item-classic-2 .post-meta{
    margin: 0 0 9px;
}
.listing-item-classic-2:hover a.read-more{
    background: #0080ce;
}
.listing-item-classic-2[max-width~="380px"] .title .post-title{
    font-size: 88%;
}


/**
 * =>Listing Classic 3
 **/
.listing-classic-3.columns-3 .listing-item-classic-3:last-child,
.listing-classic-3.columns-2 .listing-item-classic-3:last-child,
.listing-item-classic-3{
    margin-bottom: 25px;
}
.listing-item-classic-3 .listing-inner{
    padding: 0 25px 25px;
    border-bottom: 1px solid #F1F1F1;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
    z-index: 1;
    margin-top: -15px;
}
.listing-item-classic-3:last-child .listing-inner,
.listing-item-classic-3:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.listing-classic-3.columns-3 .listing-item-classic-3:last-child .listing-inner,
.listing-classic-3.columns-2 .listing-item-classic-3:last-child .listing-inner{
    border-bottom: 1px solid #F1F1F1;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.listing-item-classic-3 .featured{
    position: relative;
    line-height: 0;
}
.listing-item-classic-3 .featured iframe{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.listing-item-classic-3 .featured .img-holder{
    width: 100%;
    margin: 0;
    float: none;
}
.listing-item-classic-3 .featured .img-holder:before {
    padding-top: 55%;
}
.listing-item-classic-3 .title{
    margin: 40px 0 6px;
}
.listing-item-classic-3 .featured .title{
    margin: 0 4%;
    background: #fff;
    position: absolute;
    bottom: -2px;
    padding: 26px 25px 25px;
    width: 92%;
}
.listing-item-classic-3 .title a{
    color: inherit;
}
.listing-item-classic-3:hover .title a{
    color: #0080ce;
}
.listing-item-classic-3 .post-meta{
    margin: 0 0 9px;
}
.listing-item-classic-3:hover a.read-more{
    background: #0080ce;
}
.listing-item-classic-3.has-not-post-thumbnail .listing-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.listing-item-classic-3.has-not-post-thumbnail .title {
    margin-top: 20px;
}
.listing-item-classic-3[max-width~="380px"] .featured .img-holder:before{
    padding-top: 65%;
}
.listing-item-classic-3[max-width~="380px"] .featured .title{
    margin: -70px 4% 0;
    background: #fff;
    position: relative;
}
.listing-item-classic-3[max-width~="380px"] .title .post-title{
    font-size: 88%;
}


/**
 * =>Listing Grid
 **/


/**
 * ->Listing Grid 1
 **/
.listing-item-grid-1{
    margin-bottom: 22px;
}
.listing-item-grid-1 .featured{
    position: relative;
    line-height: 0;
    margin-bottom: 13px;
}
.listing-item-grid-1 .featured iframe{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.listing-item-grid-1 .featured .img-holder{
    width: 100%;
    margin: 0;
    float: none;
    display: block;
}
.listing-item-grid-1 .featured .img-holder:before {
    padding-top: 58%;
}
.listing-item-grid-1:hover .format-icon {
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}
.listing-item-grid-1 .title{
    margin: 0 0 6px;
}
.listing-item-grid-1 .title a{
    color: inherit;
    text-transform: inherit;
}
.listing-item-grid-1:hover .title a{
    color: #0080ce;
}
.listing-item-grid-1 .post-meta{
    margin: 0 0 7px;
}
.listing-item-grid-1 .post-summary{
    padding-bottom: 22px;
    border-bottom: 1px solid #F1F1F1;
    border-bottom-color: rgba(0,0,0,0.07);
}
/* columns */
.listing-grid.columns-1 .listing-item-grid-1:last-child .post-summary{
    padding-bottom: 0;
    border-bottom: none;
}

.listing-item-grid.simple-grid .featured{
    margin-bottom: 7px;
}
.listing-item-grid.simple-grid .featured .img-holder:before {
    padding-top: 66%;
}


/**
 * ->Listing Grid 2
 **/
.listing-item-grid-2{
    margin-bottom: 22px;
}
.listing-item-grid-2 .featured{
    position: relative;
    line-height: 0;
    margin-bottom: 13px;
}
.listing-item-grid-2 .featured iframe{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.listing-item-grid-2 .featured .img-holder{
    width: 100%;
    margin: 0;
    float: none;
    display: block;
}
.listing-item-grid-2 .featured .img-holder:before {
    padding-top: 58%;
}
.listing-item-grid-2:hover .format-icon{
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}
.listing-item-grid-2 .title{
    margin: 0 0 6px;
}
.listing-item-grid-2 .title a{
    color: inherit;
    text-transform: inherit;
}
.listing-item-grid-2:hover .title a{
    color: #0080ce;
}
.listing-item-grid-2 .post-meta{
    margin: 0 0 15px;
}
.listing-item-grid-2 .post-summary{
    padding-bottom: 22px;
    border-bottom: 1px solid #F1F1F1;
}



/**
 * =>Listing Blog 1 & 5
 **/
.listing-item-blog .format-icon{
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    line-height: 25px;
    font-size: 13px;
}
.listing-item-blog .format-icon.format-audio{
    padding-right: 3px;
}
.listing-item-blog .format-icon.format-video{
    padding-left: 3px;
}
.listing-item-blog .format-icon .fa{
    line-height: 25px;
}
.listing-item-blog .featured:hover .format-icon{
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}
.listing-item-blog:hover a.read-more{
    background-color: #0080ce;
}
.listing-item-blog-5,
.listing-item-blog-1{
    margin-bottom: 23px;
}
.listing-item-blog-5:last-child,
.listing-item-blog-1:last-child{
    margin-bottom: 0;
}
.listing-item-blog-5 .featured,
.listing-item-blog-1 .featured{
    position: relative;
    float: left;
    margin-right: 23px;
    line-height: 0;
}
.listing-item-blog-5 .featured .img-holder,
.listing-item-blog-1 .featured .img-holder{
    width: 210px;
    margin: 0;
}
.listing-item-blog-5 .featured .img-holder.img-holder:before,
.listing-item-blog-1 .featured .img-holder.img-holder:before {
    padding-top: 64%;
}
.listing-item-blog-5 > .title,
.listing-item-blog-1 > .title{
    margin: 0 0 6px;
}
.listing-item-blog-5 > .title a,
.listing-item-blog-1 > .title a{
    color: inherit;
}
.listing-item-blog-5:hover > .title,
.listing-item-blog-1:hover > .title{
    color: #0080ce
}
.listing-item-blog-5 .post-summary,
.listing-item-blog-1 .post-summary{
    margin-top: 6px
}
.listing-item-blog-1.has-post-thumbnail .post-summary{
    padding-left: 233px;
}
.listing-item-blog-5.has-post-thumbnail .post-summary{
    padding-left: 323px;
}
.listing-item-blog-5 .post-summary p + .read-more{
    margin-top: 0;
}
.listing-item-blog-5 .featured .img-holder{
    width: 300px;
    margin: 0;
}
.listing-item-blog.has-not-post-thumbnail:first-child{
    padding-top: 0;
    border-top: none;
}
.listing-item-blog.has-not-post-thumbnail + .listing-item-blog,
.listing-item-blog + .listing-item-blog.has-not-post-thumbnail {
    padding-top: 18px;
    border-top: 1px solid #f1f3f5;
}
.listing-item-blog-5[max-width~="560px"] .img-holder{
    width: 220px;
}
.listing-item-blog-5.has-post-thumbnail[max-width~="560px"] .post-summary{
    padding-left: 243px;
}
.listing-item-blog-5[max-width~="420px"] .featured,
.listing-item-blog-1[max-width~="420px"] .featured{
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
}
.listing-item-blog-5[max-width~="420px"] .featured,
.listing-item-blog-5[max-width~="420px"] .img-holder{
    width: 100%;
}
.listing-item-blog-1.has-post-thumbnail[max-width~="420px"] .post-summary {
    padding-left: 0;
}
.listing-item-blog-5.has-post-thumbnail[max-width~="420px"] .post-summary {
    padding-left: 0;
}


/**
 * =>Listing Blog 2
 **/
.listing-item-blog-2{
    margin-bottom: 23px;
}
.listing-item-blog-2:last-child{
    margin-bottom: 0;
}
.listing-item-blog-2 .featured{
    position: relative;
    float: right;
    margin-left: 23px;
    line-height: 0;
}
.listing-item-blog-2 .featured .img-holder{
    width: 210px;
    margin: 0;
}
.listing-item-blog-2 .featured .img-holder.img-holder:before {
    padding-top: 64%;
}
.listing-item-blog-2 > .title{
    margin: 0 0 6px;
}
.listing-item-blog-2 > .title a{
    color: inherit;
}
.listing-item-blog-2:hover > .title{
    color: #0080ce
}
.listing-item-blog-2 .post-summary {
    margin-top: 6px
}
.listing-item-blog-2.has-post-thumbnail .post-summary{
    padding-right: 233px;
}
.listing-item-blog-2[max-width~="420px"] .featured{
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
}
.listing-item-blog-2.has-post-thumbnail[max-width~="420px"] .post-summary {
    padding-right: 0;
}


/**
 * =>Listing Blog 3
 **/
.listing-item-blog-3{
    margin-bottom: 23px;
}
.listing-item-blog-3:last-child{
    margin-bottom: 0;
}
.listing-item-blog-3 .featured{
    position: relative;
    float: left;
    margin-right: 23px;
    line-height: 0;
}
.listing-item-blog-3 .featured .img-holder{
    width: 210px;
    margin: 0;
}
.listing-item-blog-3.has-post-thumbnail .post-summary{
    padding-left: 233px;
}
.listing-item-blog-3 .featured .img-holder.img-holder:before {
    padding-top: 64%;
}
.listing-item-blog-3 > .title{
    margin: 7px 0 3px;
}
.listing-item-blog-3 > .post-meta{
    margin-bottom: 10px;
}
.listing-item-blog-3 > .title a{
    color: inherit;
}
.listing-item-blog-3:hover > .title{
    color: #0080ce
}
.listing-item-blog-3[max-width~="420px"] .featured{
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
}
.listing-item-blog-3[max-width~="420px"] .featured{
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
}
.listing-item-blog-3.has-post-thumbnail[max-width~="420px"] .post-summary {
    padding-left: 0;
}


/**
 * =>Listing Blog 4
 **/
.listing-blog-4 .listing-item-blog.has-post-thumbnail{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.listing-blog-4 .listing-item-blog.has-post-thumbnail:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


/**
 * =>Tall Listings
 **/
.listing-item-tall .format-icon{
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    line-height: 25px;
    font-size: 12px;
}
.listing-item-tall .format-icon .fa{
    line-height: 25px;
}
.listing-item-tall:hover .format-icon{
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}


/**
 * =>Listing Tall 1
 **/
.listing-item-tall-1{
    margin-bottom: 23px;
}
.listing-item-tall-1:last-child{
    margin-bottom: 0;
}
.listing-item-tall-1 .featured{
    position: relative;
}
.listing-item-tall-1 .featured .img-holder{
    width: 100%;
    margin: 0;
}
.listing-item-tall-1 .featured .img-holder{
    background-position: top center;
}
.listing-item-tall-1 .featured .img-holder.img-holder:before {
    padding-top: 134%;
}
.listing-item-tall-1 > .title{
    margin: 15px 0 9px;
}
.listing-item-tall-1 > .title a{
    color: inherit;
}
.listing-item-tall-1:hover > .title{
    color: #0080ce
}
.listing-item-tall-1 .post-summary {
    margin-top: 10px
}


/**
 * =>Listing Tall 2
 **/
.listing-item-tall-2{
    margin-bottom: 23px;
}
.listing-item-tall-2:last-child{
    margin-bottom: 0;
}
.listing-item-tall-2 .featured{
    position: relative;
}
.listing-item-tall-2 .featured .img-holder{
    width: 100%;
    margin: 0;
}
.listing-item-tall-2 .featured .img-holder{
    background-position: top center;
}
.listing-item-tall-2 .featured .img-holder.img-holder:before {
    padding-top: 134%;
}
.listing-item-tall-2 .term-badges.floated{
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}
.listing-item-tall-2 .term-badges.floated a {
    pointer-events: all;
}
.listing-item-tall-2 > .title{
    margin: 15px 0 9px;
}
.listing-item-tall-2 > .title a{
    color: inherit;
}
.listing-item-tall-2:hover > .title{
    color: #0080ce
}
.listing-item-tall-2 .post-meta{
    text-align: center;
}
.listing-item-tall-2 .post-summary {
    text-align: center;
    margin-top: 10px
}


/**
 * =>Listing Thumbnail 1
 **/
.listing-tb-1 > .listing-item-tb-1:last-child,
.listing-item-tb-1 {
    margin-bottom: 18px;
}
.listing-mix-3-1 .listing-tb-1 > .listing-item-tb-1:last-child,
.listing-item-tb-1:last-child{
    margin-bottom: 0;
}
.listing-item-tb-1 .title {
    margin: 0;
}
.listing-item-tb-1 .title a{
    color: inherit;
}
.listing-item-tb-1:hover .title a{
    color: #0080ce;
}
.listing-item-tb-1 .post-meta{
    padding-top: 0;
    margin-bottom: 3px;
}
.listing-item-tb-1 .featured{
    margin-right: 13px;
    float: left;
    position: relative;
    line-height: 0;
}
.listing-item-tb-1 .img-holder {
    width: 86px;
    margin-right: 0;
    float: none;
}
.listing-item-tb-1 .img-holder:before {
    padding-top: 74%;
}


/**
 * =>Listing Thumbnail 2
 **/
.listing-item-tb-2 {
    margin-bottom: 20px;
}
.listing-item-tb-2 .term-badges.floated{
    left: 0;
}
.listing-item-tb-2 .item-inner {
    position: relative;
}
.listing-item-tb-2 .title {
    margin: 0;
}
.listing-item-tb-2 .title a{
    color: inherit;
}
.listing-item-tb-2:hover .title a{
    color: #0080ce;
}
.listing-item-tb-2 .featured{
    margin-bottom: 9px;
    line-height: 0;
    position: relative;
}
.listing-item-tb-2 .format-icon{
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 12px;
}
.listing-item-tb-2 .format-icon .fa{
    line-height: 24px;
}
.listing-item-tb-2:hover .format-icon {
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}
.listing-item-tb-2 .img-holder {
    width: 100%;
    margin-right: 0;
    float: none;
    display: block;
}
.listing-item-tb-2 .img-holder:before {
    padding-top: 70%;
}
.listing-item-tb-2:hover .term-badges.floated .term-badge a{
    background-color: #0080ce !important;
}
.listing.listing-tb-2.columns-4[max-width~="900px"] .listing-item,
.listing.listing-tb-2.columns-5[max-width~="900px"] .listing-item{
    width: 25% !important;
    float: left !important;
}
.listing.listing-tb-2.columns-4[max-width~="900px"] .listing-item:nth-child(4n-3),
.listing.listing-tb-2.columns-5[max-width~="900px"] .listing-item:nth-child(4n-3){
    padding-left: 0 !important;
    padding-right: 8px !important;
    clear: left !important;
}
.listing.listing-tb-2.columns-4[max-width~="900px"] .listing-item:nth-child(4n+2),
.listing.listing-tb-2.columns-5[max-width~="900px"] .listing-item:nth-child(4n+2){
    padding-left: 3px !important;
    padding-right: 5px !important;
    clear: none !important;
}
.listing.listing-tb-2.columns-4[max-width~="900px"] .listing-item:nth-child(4n+3),
.listing.listing-tb-2.columns-5[max-width~="900px"] .listing-item:nth-child(4n+3) {
    padding-left: 5px !important;
    padding-right: 3px !important;
    clear: none !important;
}
.listing.listing-tb-2.columns-4[max-width~="900px"] .listing-item:nth-child(4n+4),
.listing.listing-tb-2.columns-5[max-width~="900px"] .listing-item:nth-child(4n+4){
    padding-right: 0 !important;
    padding-left: 8px !important;
    clear: none !important;
}
.listing.listing-tb-2.columns-3[max-width~="560px"] .listing-item:nth-child( 3n-1 ),
.listing.listing-tb-2.columns-5[max-width~="560px"] .listing-item:nth-child( 3n-1 ),
.listing.listing-tb-2.columns-4[max-width~="560px"] .listing-item:nth-child( 3n-1 ){
    padding: 0 6px !important;
    clear: none !important;
}
.listing.listing-tb-2.columns-3[max-width~="560px"] .listing-item:nth-child( 3n-2 ),
.listing.listing-tb-2.columns-5[max-width~="560px"] .listing-item:nth-child( 3n-2 ),
.listing.listing-tb-2.columns-4[max-width~="560px"] .listing-item:nth-child( 3n-2 ){
    padding-left: 0 !important;
    padding-right: 12px !important;
    clear: left !important;
}
.listing.listing-tb-2.columns-5[max-width~="560px"] .listing-item:nth-child( 3n+3  ),
.listing.listing-tb-2.columns-3[max-width~="560px"] .listing-item:nth-child( 3n+3  ),
.listing.listing-tb-2.columns-4[max-width~="560px"] .listing-item:nth-child( 3n+3  ){
    padding-left: 12px !important;
    padding-right: 0 !important;
    clear: none !important;
}
.listing.listing-tb-2.columns-3[max-width~="560px"] .listing-item,
.listing.listing-tb-2.columns-4[max-width~="560px"] .listing-item,
.listing.listing-tb-2.columns-5[max-width~="560px"] .listing-item{
    width: 33.3333% !important;
    float: left;
}
.listing.listing-tb-2.columns-5[max-width~="450px"] .listing-item,
.listing.listing-tb-2.columns-4[max-width~="450px"] .listing-item,
.listing.listing-tb-2.columns-3[max-width~="450px"] .listing-item,
.listing.listing-tb-2.columns-2[max-width~="450px"] .listing-item {
    float: left !important;
    width: 50% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.listing.listing-tb-2.columns-5[max-width~="450px"] .listing-item:nth-child(odd),
.listing.listing-tb-2.columns-4[max-width~="450px"] .listing-item:nth-child(odd),
.listing.listing-tb-2.columns-3[max-width~="450px"] .listing-item:nth-child(odd),
.listing.listing-tb-2.columns-2[max-width~="450px"] .listing-item:nth-child(odd){
    padding-right: 13px !important;
    clear: left !important;
    padding-left: 0 !important;
}
.listing.listing-tb-2.columns-5[max-width~="450px"] .listing-item:nth-child(even),
.listing.listing-tb-2.columns-4[max-width~="450px"] .listing-item:nth-child(even),
.listing.listing-tb-2.columns-3[max-width~="450px"] .listing-item:nth-child(even),
.listing.listing-tb-2.columns-2[max-width~="450px"] .listing-item:nth-child(even) {
    padding-left: 13px !important;
    padding-right: 0 !important;
    clear: none !important;
}

/**
 * =>Listing Thumbnail 3
 **/
.listing-item-tb-3 {
    margin-bottom: 18px;
}
.listing-item-tb-3:last-child{
    margin-bottom: 0;
}
.listing-tb-3 > .listing-item-tb-3:last-child{
    margin-bottom: 18px;
}
.listing-item-tb-3 .title {
    margin: 0 0 3px;
}
.listing-item-tb-3 .title a{
    color: inherit;
}
.listing-item-tb-3:hover .title a{
    color: #0080ce;
}
.listing-item-tb-3 .post-meta{
    padding-top: 0;
}
.listing-item-tb-3 .featured{
    margin-left: 13px;
    float: right;
    position: relative;
    line-height: 0;
}
.listing-item-tb-3 .img-holder {
    width: 86px;
    margin-right: 0;
    float: none;
}
.listing-item-tb-3 .img-holder:before {
    padding-top: 74%;
}


/**
 * =>Listing Text 1
 **/
.listing-item-text-1{
    position: relative;
    margin-bottom: 13px;
}
.listing-item-text-1:last-child{
    margin-bottom: 0;
}
.listing-item-text-1 .item-inner{
    padding-bottom: 12px;
    border-bottom: 1px dashed #EAEAEA;
    border-bottom-color: rgba(0,0,0,0.08);
}
.listing-item-text-1 .term-badges.floated{
    position: relative;
    left: auto;
    right: auto;
    top:auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 12px;
}
.listing-item-text-1 .term-badges.floated .term-badge a{
    color: #fff !important;
    margin: 0 2px;
}
.listing-item-text-1:hover .term-badges.floated .term-badge a{
    background: #0080ce !important;
}
.listing-item-text-1 .title{
    margin: 0;
}
.listing-item-text-1.no-meta .title{
    margin-bottom: 10px;
}
.listing-item-text-1 .title a{
    color: inherit;
}
.listing-item-text-1:hover .title a{
    color: #0080ce;
}
.listing-item-text-1 .post-meta{
    padding-top: 10px;
    text-align: center;
}
.listing-text-1.listing.columns-1 .listing-item:last-child{
    margin-bottom: 0;
}
.listing-text-1.listing.columns-1 .listing-item:last-child .item-inner{
    border-bottom: none;
}


/**
 * =>Listing Text 2
 **/
.listing-item-text-2{
    position: relative;
    margin-bottom: 12px;
}
.listing-item-text-2:last-child{
    margin-bottom: 0;
}
.listing-item-text-2 .item-inner{
    border-left: 3px solid #0080ce;
    padding-left: 12px;
}
.listing-item-text-2 .term-badges.floated{
    position: relative;
    left: auto;
    right: auto;
    top:auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 10px;
}
.listing-item-text-2 .term-badges.floated .term-badge a{
    background: #434343 !important;
    color: #fff !important;
    margin: 0;
}
.listing-item-text-2:hover .term-badges.floated .term-badge a{
    background: #0080ce !important;
}
.listing-item-text-2 .title{
    margin: 0;
}
.listing-item-text-2 .title a{
    color: inherit;
}
.listing-item-text-2:hover .title a{
    color: #0080ce;
}
.listing-item-text-2 .post-meta .comments,
.listing-item-text-2 .post-meta .post-author,
.listing-item-text-2 .post-meta{
    font-size: 11px;
}
.listing-text-2.listing.columns-1 .listing-item:last-child{
    margin-bottom: 0;
}
.listing-text-2.listing.columns-1 .listing-item:last-child .item-inner{
    border-bottom: none;
}


/**
 * =>BS Listing
 **/
.bs-listing{
    margin-bottom: 40px;
}
.bs-listing p:empty {
    display: none;
}
.entry-content > .vc_row[data-vc-full-width] .bs-listing-modern-grid-listing-3:last-child{
    margin-bottom: 10px;
}
.vc_row[data-vc-full-width] .bs-listing:last-child{
    margin-bottom: 30px;
}


/**
 * =>Mix Listing 1
 **/
.listing-mix-1-1 .listing-item-grid-1{
    margin-bottom: 0;
}
.listing-mix-1-1 .listing-item-grid-1 .post-summary{
    padding-bottom: 0;
    border-bottom: none;
}
.listing-mix-1-1 .listing-item-tb-1 {
    margin-bottom: 24px;
}
.listing-mix-1-1 .listing-item-tb-1:last-child{
    margin-bottom: 0;
}
.listing-mix-1-1 .column-1{
    width: 50%;
    float: left;
    padding-right: 15px;
}
.listing-mix-1-1 .column-2{
    width: 50%;
    float: left;
    padding-left: 15px;
}
.listing.listing-mix-1-1[max-width~="450px"] .column-2,
.listing.listing-mix-1-1[max-width~="450px"] .column-1{
    width: 100%;
    padding: 0;
    float: none;
}
.listing.listing-mix-1-1[max-width~="450px"] .column-1 {
    margin-bottom: 20px;
}


/**
 * =>Mix Listing 1-2
 **/
.listing.listing-mix-1-2 .listing-item-grid-1{
    margin-bottom: 30px;
}
.listing.listing-mix-1-2 .listing-item-grid-1 .post-summary{
    padding-bottom: 0;
    border-bottom: none;
}
.listing.listing-mix-1-2 .listing-item-tb-1 {
    margin-bottom: 7px;
}
.listing.listing-mix-1-2 .column-1{
    width: 50%;
    float: left;
    padding-right: 15px;
}
.listing.listing-mix-1-2 .column-2{
    width: 50%;
    float: left;
    padding-left: 15px;
}
.listing.listing-mix-1-2[max-width~="450px"] .column-2,
.listing.listing-mix-1-2[max-width~="450px"] .column-1{
    width: 100%;
    padding: 0;
    float: none;
}
.listing.listing-mix-1-2[max-width~="450px"] .column-1 {
    margin-bottom: 20px;
}
.bs-listing-listing-mix-1-2 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0;
}


/**
 * =>Mix Listing 1-4
 **/
.listing.listing-mix-1-4 .listing-item-grid-1{
    margin-bottom: 0;
}
.listing.listing-mix-1-4 .listing-item-grid-1 .post-summary{
    padding-bottom: 0;
    border-bottom: none;
}
.listing.listing-mix-1-4 .column-1{
    width: 70%;
    float: left;
    padding-right: 20px;
}
.listing.listing-mix-1-4 .column-2{
    width: 30%;
    float: left;
    padding-left: 20px;
}
.listing.listing-mix-1-4[max-width~="450px"] .column-2,
.listing.listing-mix-1-4[max-width~="450px"] .column-1{
    width: 100%;
    padding: 0;
    float: none;
}
.listing.listing-mix-1-4[max-width~="450px"] .listing-item-grid-1{
    margin-bottom: 20px;
}
.listing.listing-mix-1-4[max-width~="450px"] .listing-item-tb-2{
    width: 50%;
    float: left;
}
.listing.listing-mix-1-4[max-width~="450px"] .listing-item-tb-2:nth-child(odd){
    padding-right: 13px;
    clear: left;
}
.listing.listing-mix-1-4[max-width~="450px"] .listing-item-tb-2:nth-child(even){
    padding-left: 13px;
}


/**
 * =>Mix Listing 2-1
 **/
.listing-mix-2-1 .listing-item-grid-1 .post-summary{
    padding-bottom: 0;
    border-bottom: none;
}
.bs-listing-listing-mix-2-1 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0;
}


/**
 * =>Mix Listing 2-2
 **/
.listing-mix-2-2 .listing-item-grid-1 .post-summary{
    padding-bottom: 0;
    border-bottom: none;
}


/**
 * =>Mix Listing 3
 **/
.listing.listing-mix-3-1 .row-1 + .row-2{
    margin-top: 23px;
}
.listing.listing-mix-3-1 .listing-item-grid-1{
    margin-bottom: 0;
}


/**
 * =>Mix Listing 3-2
 **/
.listing.listing-mix-3-2 .row-1:last-child{
    margin-bottom: 20px;
}
.listing.listing-mix-3-2 .row-1 + .row-2{
    margin-top: 23px;
}
.listing.listing-mix-3-2 .listing-item-grid-1{
    margin-bottom: 0;
}
.more_btn>.listing-mix-3-2+.listing-mix-3-2,
.infinity>.listing-mix-3-2+.listing-mix-3-2{
    margin-top: 0;
}


/**
 * =>Mix Listing 3-3
 **/
.listing.listing-mix-3-3 .row-1 + .row-2{
    margin-top: 23px;
}
.listing.listing-mix-3-3 .listing-item-grid-1{
    margin-bottom: 0;
}


/**
 * =>Mix Listing 3-4
 **/
.listing.listing-mix-3-4 .row-1 + .row-2{
    margin-top: 23px;
}
.listing.listing-mix-3-4 .listing-item-tb-1:last-child,
.listing.listing-mix-3-4 .listing-mg-3-item{
    margin-bottom: 0;
}


/**
 * =>Mix Listing 6
 **/
.listing-mix-6 .listing-item-grid-1{
    margin-bottom: 0;
}
.listing-mix-6 .listing-item-grid-1 .post-summary{
    padding-bottom: 0;
    border-bottom: none;
}
.listing-mix-6 .listing-item-text {
    margin-bottom: 12px;
}
.listing-mix-6 .listing-item-text:last-child{
    margin-bottom: 0;
}
.listing-mix-6 .column-1{
    width: 50%;
    float: left;
    padding-right: 15px;
}
.listing-mix-6 .column-2{
    width: 50%;
    float: left;
    padding-left: 15px;
}
.listing.listing-mix-6[max-width~="450px"] .column-2,
.listing.listing-mix-6[max-width~="450px"] .column-1{
    width: 100%;
    padding: 0;
    float: none;
}
.listing.listing-mix-6[max-width~="450px"] .column-1 {
    margin-bottom: 20px;
}


/**
 * =>Mix Listing 10
 **/
.listing-mix-4-1 .listing-classic-3{
    margin-bottom: 15px;
}
.bs-pagination-wrapper .listing-mix-4-1 + .listing-mix-4-1{
    margin-top: 0;
}


/**
 * =>Mix Listing 11
 **/
.listing-mix-4-2 .listing-classic-3{
    margin-bottom: 15px;
}
.bs-listing-listing-mix-4-2 .bs-pagination-wrapper .listing + .listing{
    margin-top: 0;
}


/**
 * =>Mix Listing 12
 **/
.listing-mix-4-3 .listing-classic-2{
    margin-bottom: 25px;
}
.bs-pagination-wrapper .listing-mix-4-3 + .listing-mix-4-3{
    margin-top: 0;
}



/**
 * =>Mix Listing 13
 **/
.listing-mix-4-4 .listing-classic-2{
    margin-bottom: 25px;
    margin-top: 0 !important;
}
.bs-pagination-wrapper .listing-mix-4-4 + .listing-mix-4-4{
    margin-top: 0;
}


/**
 * =>Mix Listing 14
 **/
.listing-mix-4-5 .listing-classic-2.columns-2 .listing-item-classic-2{
    margin-bottom: 25px !important;
}
.listing-mix-4-5 .listing-classic-2{
    margin-bottom: 25px;
}
.listing-mix-4-5 .listing-classic-2:last-child{
    margin-bottom: 0;
}
.bs-listing-listing-mix-4-5 .bs-pagination-wrapper .listing + .listing{
    margin-top: 0;
}


/**
 * =>Mix Listing 15
 **/
.listing-mix-4-6 .listing-classic-2.columns-2 .listing-item-classic-2{
    margin-bottom: 25px !important;
}
.listing-mix-4-6 .listing-classic-2{
    margin-bottom: 25px;
}
.listing-mix-4-6 .listing-classic-2.columns-2{
    margin-bottom: 0;
}
.bs-listing-listing-mix-4-6 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0;
}


/**
 * =>Mix Listing 16
 **/
.listing-mix-4-7 .listing-classic-3{
    margin-bottom: 0;
}
.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0;
}
.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing-mix-4-7 + .listing-mix-4-7.listing-mix-4-7 {
    margin-top: 20px;
}


/**
 * =>Mix Listing 17
 **/
.listing-mix-4-8 .listing-classic-2{
    margin-bottom: 25px;
}


/**
 * =>Modern Grid Listing
 **/
.listing-mg-item{
    position: relative;
    overflow: hidden;
}
.listing-mg-item.has-not-post-thumbnail .img-cont{
    background-color: #e4e4e4;
}
.listing-modern-grid .bs-slider-item .item-content,
.listing-mg-1-item .item-content,
.listing-mg-item .term-badges.floated,
.listing-mg-item .img-cont,
.listing-mg-item .content-container{
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
.listing-modern-grid.slider-overlay-simple .listing-mg-item .content-container {
    padding: 22px 20px 20px;
    background: rgba(0, 0, 0, 0.42);
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
.listing-modern-grid.slider-overlay-simple-gr .listing-mg-item .img-cont:after{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    top: auto;
    height: 200px;
}
.listing-modern-grid.slider-overlay-colored .listing-item-17 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-9 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-1 .img-cont:after{
    background: #dc4225;
    background: -moz-linear-gradient(45deg, #292484 0%, #dc4225 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #292484), color-stop(100%, #dc4225));
    background: -webkit-linear-gradient(45deg, #292484 0%, #dc4225 100%);
    background: -o-linear-gradient(45deg, #292484 0%, #dc4225 100%);
    background: -ms-linear-gradient(45deg, #292484 0%, #dc4225 100%);
    background: linear-gradient(45deg, #292484 0%, #dc4225 100%);
}
.listing-modern-grid.slider-overlay-colored .listing-item-18 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-10 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-2 .img-cont:after{
    background: #26D0CE;
    background: -moz-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #1A2980), color-stop(100%, #26D0CE));
    background: -webkit-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
    background: -o-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
    background: -ms-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
    background: linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
}
.listing-modern-grid.slider-overlay-colored .listing-item-19 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-11 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-3 .img-cont:after{
    background: #1D976C;
    background: -moz-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #1D976C), color-stop(100%, #3cf93d));
    background: -webkit-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
    background: -o-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
    background: -ms-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
    background: linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
}
.listing-modern-grid.slider-overlay-colored .listing-item-20 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-12 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-4 .img-cont:after{
    background: #dc4225;
    background: -moz-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #e0be00), color-stop(100%, #dc4225));
    background: -webkit-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
    background: -o-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
    background: -ms-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
    background: linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
}
.listing-modern-grid.slider-overlay-colored .listing-item-21 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-13 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-5 .img-cont:after{
    background: #ff4f39;
    background: -moz-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff4f39), color-stop(100%, #dd0098));
    background: -webkit-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
    background: -o-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
    background: -ms-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
    background: linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
}
.listing-modern-grid.slider-overlay-colored .listing-item-22 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-14 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-6 .img-cont:after{
    background: #3895ff;
    background: -moz-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #3895ff), color-stop(100%, #2add28));
    background: -webkit-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
    background: -o-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
    background: -ms-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
    background: linear-gradient(45deg, #3895ff 0%, #2add28 100%);
}
.listing-modern-grid.slider-overlay-colored .listing-item-23 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-15 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-7 .img-cont:after{
    background: #7741d5;
    background: -moz-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #7741d5), color-stop(100%, #c56200));
    background: -webkit-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
    background: -o-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
    background: -ms-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
    background: linear-gradient(45deg, #7741d5 0%, #c56200 100%);
}
.listing-modern-grid.slider-overlay-colored .listing-item-24 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-16 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-8 .img-cont:after{
    background: #06c67b;
    background: -moz-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #06c67b), color-stop(100%, #076fc5));
    background: -webkit-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
    background: -o-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
    background: -ms-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
    background: linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
}


.listing-modern-grid.slider-overlay-colored .listing-mg-item .img-cont:after{
    opacity: 0.7;
}
.listing-modern-grid.slider-overlay-colored .listing-mg-item:hover .img-cont:after {
    opacity: .53;
}
/* Animated Gradiant */
.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item .img-cont:after{
    background-size: 300% 300%;
    -webkit-animation: mg-gr-anim 5.5s ease-in infinite;
    -moz-animation: mg-gr-anim 5.5s ease-in infinite;
    -o-animation: mg-gr-anim 5.5s ease-in infinite;
    animation: mg-gr-anim 5.5s ease-in infinite;
    opacity: 0.5;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item:hover .img-cont:after {
    opacity: .7;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-17 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-9 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-1 .img-cont:after{
    background: linear-gradient(135deg, #292484, #dc4225);
    background-size: 500% 500%;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-18 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-10 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-2 .img-cont:after{
    background: linear-gradient(135deg, #1A2980, #26D0CE);
    background-size: 500% 500%;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-19 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-11 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-3 .img-cont:after{
    background: linear-gradient(135deg, #1D976C, #3cf93d);
    background-size: 500% 500%;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-20 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-12 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-4 .img-cont:after{
    background: linear-gradient(135deg, #e0be00, #dc4225);
    background-size: 500% 500%;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-21 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-13 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-5 .img-cont:after{
    background: linear-gradient(135deg, #ff4f39, #dd0098);
    background-size: 1000% 1000%;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-22 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-14 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-6 .img-cont:after{
    background: linear-gradient(135deg, #06c67b, #076fc5);
    background-size: 1000% 1000%;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-23 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-15 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-7 .img-cont:after{
    background: linear-gradient(135deg, #7741d5, #c56200);
    background-size: 1000% 1000%;
}
.listing-modern-grid.slider-overlay-colored-anim .listing-item-24 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-16 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-8 .img-cont:after{
    background: linear-gradient(135deg, #3895ff, #2add28);
    background-size: 1000% 1000%;
}
@-webkit-keyframes mg-gr-anim {
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}
@-moz-keyframes mg-gr-anim {
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}
@-o-keyframes mg-gr-anim {
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}
@keyframes mg-gr-anim {
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}
.listing-mg-item.listing-mg-6-item.listing-mg-6-item:hover .title a,
.listing-mg-item.listing-mg-4-item.listing-mg-4-item:hover .title a,
.listing-mg-item.listing-mg-3-item.listing-mg-3-item:hover .title a,
.listing-mg-item.listing-mg-2-item.listing-mg-2-item:hover .title a,
.listing-mg-item.listing-mg-1-item.listing-mg-1-item:hover .title a{
    color: #fff !important;
}
.listing-modern-grid-6[max-width~="780px"] .listing-mg-item:hover .format-icon,
.listing-modern-grid-4[max-width~="780px"] .listing-mg-item:hover .format-icon,
.listing-modern-grid-3[max-width~="780px"] .listing-mg-item:hover .format-icon,
.listing-modern-grid-2[max-width~="780px"] .listing-mg-item:hover .format-icon,
.listing-modern-grid-1[max-width~="780px"] .listing-mg-item:hover .format-icon{
    right: 20px;
    top: 20px;
    margin-top: 0;
    margin-right: 0;
    transform: auto;
}
.listing-mg-item:hover .format-icon{
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}
.listing-item-3.listing-mg-1-item:hover .format-icon,
.listing-item-4.listing-mg-1-item:hover .format-icon{
    margin-top: -30px;
}
.listing-item-5.listing-mg-2-item:hover .format-icon,
.listing-item-4.listing-mg-2-item:hover .format-icon,
.listing-item-3.listing-mg-2-item:hover .format-icon,
.listing-item-2.listing-mg-2-item:hover .format-icon{
    margin-top: -25px;
}
.listing-mg-3-item:hover .format-icon{
    top: 27px;
    margin-top: 0;
}
.more_btn>.listing-modern-grid-3+.listing-modern-grid-3,
.infinity>.listing-modern-grid-3+.listing-modern-grid-3 {
    margin-top: 0;
}



/**
 * ->Modern Grid Type 1
 **/
.listing-mg-type-1:before{
    display: block;
    content: " ";
    width: 100%;
    padding-top: 68.17%;
}
.listing-modern-grid .bs-slider-item .listing-mg-type-1 .item-content,
.listing-mg-type-1 .item-content{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.listing-mg-type-1 .img-cont{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0;
}
.listing-mg-type-1 .img-cont:after{
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.listing-mg-type-1:hover .img-cont{
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
}
.listing-mg-type-1 .content-container{
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    padding: 0;
    max-height: 75%;
    overflow: hidden;
    pointer-events: none;
}
.listing-mg-type-1 .content-container a{
    pointer-events: all;
}
.listing-mg-type-1 .title{
    margin: 0;
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}
.listing-item.listing-mg-type-1 .title.title a.post-url,
.listing-item.listing-mg-type-1 .title.title a.post-url:hover{
    color: inherit !important;
}
.listing-mg-type-1 .post-meta,
.listing-mg-type-1 .post-meta {
    margin-top: 3px;
}
.listing-mg-type-1 .post-meta .post-author{
    color: #fff;
}
.listing-mg-type-1 .post-meta .comments{
    color: #fff;
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.listing-mg-type-1 .post-meta .rating + .comments {
    float: none;
    margin-left: 0;
    vertical-align: middle;
}
.listing-mg-type-1 .post-meta .time,
.listing-mg-type-1 .post-meta .post-author:after{
    color: rgba(255, 255, 255, 0.57);
}


/**
 * ->Modern Grid Listing 1
 **/
.listing-mg-1-item.listing-item-2 .title,
.listing-mg-1-item.listing-item-3 .title,
.listing-mg-1-item.listing-item-4 .title,
.listing-mg-1-item.listing-item-5 .title{
    font-size: 72%;
}
.listing-mg-1-item.listing-item-2 .title{
    font-size: 80%;
}
.listing-modern-grid-1 .mg-col-1{
    width: 56%;
    float: left;
    padding-right: 2px;
    overflow: hidden;
}
.listing-modern-grid-1 .mg-col-2{
    width: 44%;
    float: left;
    padding-left: 2px;
    overflow: hidden;
}
.listing-modern-grid-1 .mg-row-1{
    margin: 0 0 4px;
    overflow: hidden;
}
.listing-mg-1-item.listing-item-2:before{
    padding-top: 47.29%;
}
.listing-modern-grid-1 .item-4-cont,
.listing-modern-grid-1 .item-3-cont{
    width: 50%;
    float: left;
    overflow: hidden;
}
.listing-modern-grid-1 .item-3-cont{
    padding-right: 2px;
}
.listing-modern-grid-1 .item-4-cont{
    padding-left: 2px;
}
.listing-mg-1-item.listing-item-3:before,
.listing-mg-1-item.listing-item-4:before{
    padding-top: 78.2%;
}
.listing-modern-grid-1[max-width~="780px"] .listing-mg-1-item:before{
    padding-top: 89%;
}
.listing-modern-grid-1[max-width~="780px"] .listing-mg-1-item.listing-item-2:before{
    padding-top: 65.5%;
}
.listing-modern-grid-1[max-width~="480px"] .listing-mg-1-item.listing-item-2:before{
    padding-top: 50.5%;
}
.listing-modern-grid-1[max-width~="780px"] .listing-mg-1-item.listing-item-4:before,
.listing-modern-grid-1[max-width~="780px"] .listing-mg-1-item.listing-item-3:before{
    padding-top: 94.6%;
}
.listing-modern-grid-1[max-width~="780px"] .listing-item-1 .title{
    font-size: 80%;
}
.listing-modern-grid-1[max-width~="780px"] .listing-item-2 .title{
    font-size: 72%;
}
.listing-modern-grid-1[max-width~="780px"] .listing-item-4 .title,
.listing-modern-grid-1[max-width~="780px"] .listing-item-3 .title{
    font-size: 62%;
}
.listing-modern-grid-1[max-width~="780px"] .listing-item-4 .term-badges,
.listing-modern-grid-1[max-width~="780px"] .listing-item-3 .term-badges{
    display: none;
}
.listing-modern-grid-1[max-width~="780px"] .listing-mg-item .content-container{
    left: 15px;
    right: 15px;
    bottom: 10px;
    max-height: 50%;
}
.listing-modern-grid-1[max-width~="620px"] .listing-mg-item:hover .format-icon,
.listing-modern-grid-1[max-width~="620px"] .listing-mg-item .format-icon{
    right: 12px;
    top: 12px;
}
.listing-modern-grid-1[max-width~="620px"] .mg-col-1{
    width: 100%;
    padding: 0;
}
.listing-modern-grid-1[max-width~="620px"] .mg-col-2{
    width: 100%;
    padding: 4px 0 0 0;
}
.listing-modern-grid-1[max-width~="620px"] .mg-row-1{
    width: 50%;
    padding-right: 2px;
    float: left;
}
.listing-modern-grid-1[max-width~="620px"] .mg-row-2{
    width: 50%;
    padding-left: 2px;
    float: right;
}
.listing-modern-grid-1[max-width~="620px"] .item-3-cont{
    width: 100%;
    padding: 0;
}
.listing-modern-grid-1[max-width~="620px"] .item-4-cont{
    display: none;
}
.listing-modern-grid-1[max-width~="620px"] .listing-item-1:before {
    padding-top: 46%;
}
.listing-modern-grid-1[max-width~="620px"] .listing-mg-1-item.listing-item-3:before,
.listing-modern-grid-1[max-width~="620px"] .listing-mg-1-item.listing-item-2:before{
    padding-top: 65.5%;
}
.listing-modern-grid-1[max-width~="620px"] .listing-item-3 .title,
.listing-modern-grid-1[max-width~="620px"] .listing-item-2 .title{
    font-size: 72%;
}
.listing-modern-grid-1[max-width~="620px"] .listing-item-2 .post-meta,
.listing-modern-grid-1[max-width~="620px"] .listing-item-3 .term-badges.floated,
.listing-modern-grid-1[max-width~="620px"] .listing-item-4 .term-badges.floated{
    display: none;
}
.listing-modern-grid-1[max-width~="560px"] .listing-mg-1-item.listing-item-1:before{
    padding-top: 50%;
}
.listing-modern-grid-1[max-width~="560px"] .listing-mg-1-item.listing-item-2 .term-badges.floated{
    display: none;
}
.listing-modern-grid-1[max-width~="560px"] .listing-mg-1-item.listing-item-3:before,
.listing-modern-grid-1[max-width~="560px"] .listing-mg-1-item.listing-item-2:before{
    padding-top: 79.5%;
}
.listing-modern-grid-1[max-width~="480px"] .listing-mg-1-item.listing-item-1:before{
    padding-top: 55%;
}
.listing-modern-grid-1[max-width~="480px"] .listing-mg-1-item.listing-item-1 .post-meta{
    display: none;
}
.listing-modern-grid-1[max-width~="480px"] .listing-item-3 .title,
.listing-modern-grid-1[max-width~="480px"] .listing-item-2 .title{
    font-size: 64%;
}
.listing-modern-grid-1[max-width~="480px"] .listing-mg-item .content-container{
    left: 12px;
    right: 12px;
    bottom: 12px;
}
.listing-modern-grid-1[max-width~="480px"] .listing-mg-item.listing-item-3 .content-container,
.listing-modern-grid-1[max-width~="480px"] .listing-mg-item.listing-item-2 .content-container {
    max-height: 40%;
}
.slider-overlay-simple.listing-modern-grid-1[max-width~="480px"] .listing-mg-item.listing-item-3 .content-container,
.slider-overlay-simple.listing-modern-grid-1[max-width~="480px"] .listing-mg-item.listing-item-2 .content-container {
    max-height: 60%;
    padding: 12px 12px 10px;
}


/**
 * ->Modern Grid Listing 2
 **/
.listing-mg-2-item.listing-item-2 .title,
.listing-mg-2-item.listing-item-3 .title,
.listing-mg-2-item.listing-item-4 .title,
.listing-mg-2-item.listing-item-5 .title{
    font-size: 72%;
}
.listing-mg-2-item:before{
    padding-top: 77.76%;
}
.listing-mg-2-item.listing-item-1:before {
    padding-top: 69.05%;
}
.listing-modern-grid-2 .mg-col-1{
    width: 53%;
    float: left;
    padding-right: 2px;
}
.listing-modern-grid-2 .mg-col-2{
    width: 47%;
    float: left;
    padding-left: 2px;
}
.listing-modern-grid-2 .item-2-cont,
.listing-modern-grid-2 .item-3-cont,
.listing-modern-grid-2 .item-4-cont,
.listing-modern-grid-2 .item-5-cont{
    width: 50%;
    float: left;
}
.listing-modern-grid-2 .item-4-cont,
.listing-modern-grid-2 .item-2-cont{
    padding-right: 2px;
}
.listing-modern-grid-2 .item-5-cont,
.listing-modern-grid-2 .item-3-cont{
    padding-left: 2px;
}
.listing-modern-grid-2 .mg-row-1{
    margin-bottom: 4px;
}
.listing-modern-grid-2[max-width~="900px"] .listing-mg-item .content-container{
    left: 15px;
    right: 15px;
    bottom: 12px;
    max-height: 50%;
}
.listing-modern-grid-2[max-width~="780px"] .mg-col-2 ,
.listing-modern-grid-2[max-width~="780px"] .mg-col-1 {
    width: 50%;
}
.listing-modern-grid-2[max-width~="780px"] .listing-mg-item:before{
    padding-top: 93%;
}
.listing-modern-grid-2[max-width~="780px"] .listing-item-1:before {
    padding-top: 93%;
}
.listing-modern-grid-2[max-width~="780px"] .listing-mg-item .title{
    font-size: 66%;
}
.listing-modern-grid-2[max-width~="780px"] .listing-item-1 .title{
    font-size: 86%;
}
.listing-modern-grid-2[max-width~="780px"] .listing-item-5 .term-badges,
.listing-modern-grid-2[max-width~="780px"] .listing-item-4 .term-badges,
.listing-modern-grid-2[max-width~="780px"] .listing-item-3 .term-badges,
.listing-modern-grid-2[max-width~="780px"] .listing-item-2 .term-badges{
    display: none;
}
.listing-modern-grid-2[max-width~="620px"] .listing-mg-item .post-meta{
    display: none;
}
.listing-modern-grid-2[max-width~="620px"] .listing-mg-item.listing-item-1 .post-meta{
    display: block;
}
.listing-modern-grid-2[max-width~="620px"] .listing-mg-item:hover .format-icon,
.listing-modern-grid-2[max-width~="620px"] .listing-mg-item .format-icon{
    right: 12px;
    top: 12px;
}
.listing-modern-grid-2[max-width~="620px"] .listing-mg-item:before{
    padding-top: 60%;
}
.listing-modern-grid-2[max-width~="620px"] .listing-item-1:before {
    padding-top: 45%;
}
.listing-modern-grid-2[max-width~="620px"] .mg-col-1{
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
}
.listing-modern-grid-2[max-width~="620px"] .mg-col-2{
    width: 100%;
    padding: 0;
}
.listing-modern-grid-2[max-width~="560px"] .listing-mg-item:before{
    padding-top: 80%;
}
.listing-modern-grid-2[max-width~="560px"] .listing-item-1:before {
    padding-top: 55%;
}
.slider-overlay-simple.listing-modern-grid-2[max-width~="480px"] .listing-mg-item.listing-item-5 .content-container,
.slider-overlay-simple.listing-modern-grid-2[max-width~="480px"] .listing-mg-item.listing-item-4 .content-container,
.slider-overlay-simple.listing-modern-grid-2[max-width~="480px"] .listing-mg-item.listing-item-3 .content-container,
.slider-overlay-simple.listing-modern-grid-2[max-width~="480px"] .listing-mg-item.listing-item-2 .content-container {
    max-height: 64%;
    padding: 12px;
}


/**
 * ->Modern Grid Listing 3
 **/
.bs-shortcode.bs-modern-grid-listing-3{
    margin-bottom: 10px;
}
.listing-mg-3-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.listing-mg-3-item .item-content{
    position: relative;
    overflow: hidden;
}
.listing-mg-3-item .item-content:before{
    display: block;
    content: " ";
    width: 100%;
    padding-top: 65%;
}
.listing-mg-3-item .img-cont{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0;
}
.listing-mg-3-item .img-cont:after{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.listing-mg-3-item:hover .img-cont{
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
}
.listing-mg-3-item .content-container{
    position: absolute !important;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
}
.listing-mg-3-item .content-container a{
    pointer-events: all;
}
.listing-mg-3-item .title{
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    text-align: center !important;
}
.listing-mg-3-item .title a{
    color: #fff;
}
.listing-mg-3-item .post-meta{
    margin-top: 12px;
    text-align: center !important;
    font-size: 11px;
}
.listing-mg-3-item .post-meta .comments,
.listing-mg-3-item .post-meta .post-author{
    color: #fff;
    font-size: 11px;
}
.listing-mg-3-item .post-meta .comments {
    float: none;
    margin-left: 0;
}
.listing-mg-3-item .post-meta .time,
.listing-mg-3-item .post-meta .post-author:after{
    color: rgba(255, 255, 255, 0.57);
}
.listing-mg-3-item .term-badges.floated{
    position: relative;
    right: auto;
    left: auto;
    top:auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 15px;
}
.listing-mg-3-item .term-badges.floated .term-badge a{
    margin: 0 2px;
}
.listing-mg-3-item[max-width~="300px"] .title{
    font-size: 82%;
}
.listing-mg-3-item[max-width~="300px"] .post-meta{
    display: none;
}


/**
 * ->Modern Grid Listing 4
 **/
.bs-shortcode.bs-modern-grid-listing-4{
    margin-bottom: 10px;
}
.listing-mg-4-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
}
.listing-mg-4-item .item-content{
    position: relative;
    overflow: hidden;
}
.listing-mg-4-item .item-content:before{
    display: block;
    content: " ";
    width: 100%;
    padding-top: 135%;
}
.listing-mg-4-item .img-cont{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0;
}
.listing-mg-4-item .img-cont:after{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.listing-mg-4-item:hover .img-cont {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
}
.listing-mg-4-item .content-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    overflow: hidden;
    pointer-events: none;
}
.listing-mg-4-item .content-container a{
    pointer-events: all;
}
.listing-mg-4-item .title{
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    text-align: center !important;
}
.listing-mg-4-item .title a{
    color: #fff;
}
.listing-mg-4-item .post-meta{
    margin-top: 12px;
    text-align: center !important;
    font-size: 11px;
}
.listing-mg-4-item .post-meta .comments,
.listing-mg-4-item .post-meta .post-author{
    color: #fff;
    font-size: 11px;
}
.listing-mg-4-item .post-meta .comments {
    float: none;
    margin-left: 0;
}
.listing-mg-4-item .post-meta .time,
.listing-mg-4-item .post-meta .post-author:after{
    color: rgba(255, 255, 255, 0.57);
}
.listing-mg-4-item .term-badges.floated{
    position: absolute;
    right: auto;
    left: 0;
    top: 26px;
    bottom: auto;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    pointer-events: none;
}
.listing-mg-4-item .term-badges.floated .term-badge a{
    margin: 0 2px;
    pointer-events: all;
}
.listing-modern-grid-4[max-width~="370px"] .listing-mg-4-item .post-meta{
    display: none;
}


/* 3 Column */
.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child( 3n-1 ){
    padding: 0 2px;
}
.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child( 3n-2 ){
    padding-right: 4px;
    clear: left;
}
.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child( 3n+3  ){
    padding-left: 4px;
}
.listing-modern-grid-4.listing.columns-3[max-width~="560px"] .listing-item{
    width: 50%;
}
.listing-modern-grid-4.listing.columns-3[max-width~="560px"] .listing-item:nth-child(odd){
    padding-left: 0;
    padding-right: 4px;
    clear: left;
}
.listing-modern-grid-4.listing.columns-3[max-width~="560px"]  .listing-item:nth-child(even){
    padding-left: 4px;
    padding-right: 0;
    clear: none;
}

/* 4 Column */
.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n-3){
    padding-left: 0;
    padding-right: 3px;
    clear: left;
}
.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+2){
    padding-left: 1px;
    padding-right: 2px;
}
.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+3) {
    padding-left: 2px;
    padding-right: 1px;
}
.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+4){
    padding-right: 0;
    padding-left: 3px;
}
.listing-modern-grid-4.listing.columns-4[max-width~="900px"] .listing-item{
    width: 33.3333%;
}
.listing-modern-grid-4.listing.columns-4[max-width~="900px"] .listing-item:nth-child( 3n-1 ){
    padding: 0 2px;
    clear: none;
}
.listing-modern-grid-4.listing.columns-4[max-width~="900px"] .listing-item:nth-child( 3n-2 ){
    padding-left: 0;
    padding-right: 4px;
    clear: left;
}
.listing-modern-grid-4.listing.columns-4[max-width~="900px"] .listing-item:nth-child( 3n+3  ){
    padding-left: 4px;
    padding-right: 0;
    clear: none;
}
.listing-modern-grid-4.listing.columns-2 .listing-itemm,
.listing-modern-grid-4.listing.columns-4[max-width~="560px"] .listing-item{
    width: 50%;
}
.listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(odd),
.listing-modern-grid-4.listing.columns-4[max-width~="560px"] .listing-item:nth-child(odd){
    padding-left: 0;
    padding-right: 4px;
    clear: left;
}
.listing-modern-grid-4.listing.columns-2  .listing-item:nth-child(even),
.listing-modern-grid-4.listing.columns-4[max-width~="560px"]  .listing-item:nth-child(even){
    padding-left: 4px;
    padding-right: 0;
    clear: none;
}
.listing-modern-grid-4[max-width~="620px"] .listing-mg-4-item .item-content:before{
    padding-top: 115%;
}

/**
 * ->Modern Grid Listing 5
 **/
.listing-modern-grid-5 .mg-col{
    position: relative;
    float: left;
}
.listing-modern-grid-5 .mg-col-1{
    width: 55%;
    left: 22.5%;
    padding: 0 10px;
}
.listing-modern-grid-5 .mg-col-2{
    width: 22.5%;
    left: -55%;
    padding: 0 20px 0 0;
}
.listing-modern-grid-5 .mg-col-3{
    width: 22.5%;
    padding: 0 0 0 20px;
}
.listing-modern-grid-5[max-width~="780px"] .mg-col-1{
    width: 100%;
    left: auto;
    margin: 0 0 20px;
    padding: 0;
}
.listing-modern-grid-5[max-width~="780px"] .mg-col-3,
.listing-modern-grid-5[max-width~="780px"] .mg-col-2{
    width: 50%;
    left: auto;
    padding: 0 40px;
}
.listing-modern-grid-5[max-width~="620px"] .mg-col-1{
    margin-bottom: 10px;
}
.listing-modern-grid-5[max-width~="620px"] .mg-col-3,
.listing-modern-grid-5[max-width~="620px"] .mg-col-2{
    padding: 0 20px;
}
.listing-modern-grid-5[max-width~="620px"] .listing-mg-5-item-small .title{
    padding: 0;
    line-height: 1.3;
}
.listing-modern-grid-5[max-width~="620px"] .listing-mg-5-item-small .title a{
    font-size: 90%;
}
.listing-modern-grid-5[max-width~="480px"] .mg-col-3{
    padding: 0 0 0 10px;
}
.listing-modern-grid-5[max-width~="480px"] .mg-col-2{
    padding: 0 10px 0 0;
}
.listing-modern-grid-5 .term-badges.floated{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    pointer-events: none;
    z-index: 1;
    line-height: 0;
    text-align: center;
}
.listing-modern-grid-5 .term-badges.floated a{
    pointer-events: all;
}
.listing-mg-5-item .item-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.listing-mg-5-item .item-content:before{
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70.29%;
}
.listing-mg-5-item .img-cont{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0;
}
.listing-mg-5-item .title a{
    color: inherit;
}
.bs-listing-modern-grid-listing-5 .listing-mg-5-item:hover .title a:hover,
.bs-listing-modern-grid-listing-5 .listing-mg-5-item:hover .title a{
    color: #0080ce !important;
}
.listing-mg-5-item .title{
    line-height: 1.4;
}
.listing-mg-5-item .content-container{
    padding: 0 !important;
    background: none !important;
}

/* item big */
.listing-mg-5-item-big .img-cont {
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
}
.listing-mg-5-item-big .item-content:before{
    padding-top: 66.29%;
}
.listing-mg-5-item-big:hover .img-cont{
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.listing-mg-5-item-big .content-container{
    position: relative;
    padding: 20px !important;
    overflow: hidden;
    pointer-events: none;
    margin: -80px 35px 0;
    z-index: 1;
    background: #fff !important;
    min-height: 100px;
}
.listing-mg-5-item-big .title{
    margin: 0 0 6px;
}
.listing-mg-5-item-big .post-meta{
    text-align: center;
}
.listing-mg-5-item-big .post-meta .comments{
    float: none;
    margin-left: 0;
}
.listing-modern-grid-5[max-width~="450px"] .listing-mg-5-item-big .content-container{
    padding: 20px 15px !important;
    overflow: hidden;
    pointer-events: none;
    margin: -80px 18px 0;
}
.listing-modern-grid-5[max-width~="780px"] .listing-mg-5-item-big .title{
    line-height: 1;
}
.listing-modern-grid-5[max-width~="780px"] .listing-mg-5-item-big .title a{
    font-size: 71%;
}
.listing-modern-grid-5[max-width~="780px"] .listing-mg-5-item-big .item-content:before{
    padding-top: 54%;
}
.listing-modern-grid-5[max-width~="560px"] .listing-mg-5-item-big .item-content:before{
    padding-top: 62%;
}

/* item small */
.listing-mg-5-item-small .item-content:before{
    padding-top: 68%;
}
.listing-modern-grid-5[max-width~="560px"]  .listing-mg-5-item-small .term-badges.floated {
    display: none;
}
.listing-modern-grid-5[max-width~="560px"]  .listing-mg-5-item-small .item-content:before {
    padding-top: 70%;
}
.listing-mg-5-item-small{
    margin-bottom: 16px;
}
.mg-col .listing-mg-5-item-small:last-child{
    margin-bottom: 0;
}
.listing-mg-5-item-small .title {
    padding: 0 13px;
    margin: 10px 0 0;
    min-height: 38px;
}


/**
 * ->Modern Grid Listing 6
 **/
.listing-mg-6-item{
    position: relative;
    overflow: hidden;
}
.listing-mg-6-item + .listing-mg-6-item {
    margin-top: 4px;
}
.listing-mg-6-item:before{
    display: block;
    content: " ";
    width: 100%;
    padding-top: 64%;
}
.listing-modern-grid .bs-slider-item .item-content,
.listing-mg-6-item .item-content{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.listing-mg-6-item .img-cont{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0;
}
.listing-mg-6-item .img-cont:after{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.listing-mg-6-item:hover .img-cont{
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
}
.listing-mg-6-item .content-container{
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    padding: 0;
    max-height: 75%;
    overflow: hidden;
    pointer-events: none;
}
.listing-mg-6-item .content-container a{
    pointer-events: all;
}
.listing-mg-6-item .title{
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}
.listing-mg-6-item .title a{
    color: inherit;
}
.listing-mg-6-item .post-meta,
.listing-mg-6-item .post-meta {
    margin-top: 3px;
}
.listing-mg-6-item .post-meta .post-author{
    color: #fff;
}
.listing-mg-6-item .post-meta .comments{
    color: #fff;
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.listing-mg-6-item .post-meta .rating + .comments {
    float: none;
    margin-left: 0;
}
.listing-mg-6-item .post-meta .time,
.listing-mg-6-item .post-meta .post-author:after{
    color: rgba(255, 255, 255, 0.57);
}
.listing-modern-grid-6 .mg-col-1{
    width: 50%;
    float: left;
    padding-right: 2px;
}
.listing-modern-grid-6 .mg-col-2{
    width: 50%;
    float: left;
    padding-left: 2px;
}
.listing-modern-grid-6[max-width~="780px"] .content-container{
    max-height: 50%;
}
.listing-modern-grid-6[max-width~="780px"] .listing-item .title{
    line-height: 1;
}
.listing-modern-grid-6[max-width~="780px"] .listing-item .title a{
    font-size: 80%;
}
.listing-modern-grid-6[max-width~="480px"] .mg-col-1{
    width: 100%;
    padding: 0;
}
.listing-modern-grid-6[max-width~="480px"] .mg-col-2{
    width: 100%;
    padding: 4px 0 0 0;
}
.listing-modern-grid-6[max-width~="480px"] .listing-mg-6-item:before{
    padding-top: 60%;
}
.listing-modern-grid-6[max-width~="620px"] .listing-mg-6-item .post-meta{
    display: none;
}
.slider-overlay-simple.listing-modern-grid-6[max-width~="480px"] .listing-mg-item .content-container {
    max-height: 60%;
    padding: 18px 15px 18px;
}
.more_btn>.listing-modern-grid-6+.listing-modern-grid-6,
.infinity>.listing-modern-grid-6+.listing-modern-grid-6{
    margin-top: 4px;
}


/**
 * ->Modern Grid Listing 7
 **/
.listing-mg-7-item:before{
    padding-top: 60%;
}
.listing-modern-grid-7 .mg-row-1{
    padding-bottom: 4.05px;
}
.listing-modern-grid-7 .mg-row-1 .mg-col-1{
    width: 50%;
    float: left;
    padding-right: 2px;
}
.listing-modern-grid-7 .mg-row-1 .mg-col-2{
    width: 50%;
    float: left;
    padding-left: 2px;
}
.listing-modern-grid-7 .mg-row-2 .mg-col{
    width: 33.333%;
    float: left;
}
.listing-modern-grid-7 .mg-row-2 .mg-col-1{
    padding-right: 2.7px;
}
.listing-modern-grid-7 .mg-row-2 .mg-col-2{
    padding-left: 1.35px;
    padding-right: 1.35px;
}
.listing-modern-grid-7 .mg-row-2 .mg-col-3{
    padding-left: 2.7px;
}
.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item{
    width: 100%;
}
.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item:before{
    padding-top: 60%;
}
.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title{
    font-size: 79%;
}
.listing-modern-grid-7[max-width~="980px"] .mg-row-1 .listing-mg-7-item .title{
    font-size: 92%;
}
.listing-modern-grid-7[max-width~="980px"] .mg-row-2 .listing-mg-7-item .title{
    font-size: 72%;
}
.listing-modern-grid-7[max-width~="780px"] .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7[max-width~="780px"] .listing-mg-7-item.listing-mg-item .format-icon{
    right: 20px !important;
    top: 20px !important;
    transform: none;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
    margin: 0;
}
.listing-modern-grid-7[max-width~="780px"] .listing-mg-7-item:before {
    padding-top: 70%;
}
.listing-modern-grid-7[max-width~="780px"] .mg-row-2 .listing-mg-7-item:before {
    padding-top: 74%;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-1 .mg-col{
    width: 100%;
    padding: 0;
    float: none;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-1 .mg-col-1{
    padding-bottom: 4.05px;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-1 .listing-mg-7-item:before {
    padding-top: 40%;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-2 .mg-col{
    width: 50%;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-2 .mg-col-1{
    padding-right: 2.025px;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-2 .mg-col-2{
    padding-left: 2.025px;
    padding-right: 0;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-2 .mg-col-3{
    display:none;
}
.listing-modern-grid-7[max-width~="620px"] .mg-row-2 .listing-mg-7-item .format-icon{
    display: none;
}
.listing-modern-grid-7[max-width~="480px"] .mg-row-1 .listing-mg-7-item:before {
    padding-top: 52%;
}
.listing-modern-grid-7[max-width~="480px"] .mg-row-2 .listing-mg-7-item:before {
    padding-top: 76%;
}
.listing-modern-grid-7[max-width~="480px"] .mg-row-1 .listing-mg-7-item .title{
    font-size: 82%;
}
.listing-modern-grid-7[max-width~="480px"] .mg-row-2 .listing-mg-7-item .title{
    font-size: 62%;
}
.listing-modern-grid-7[max-width~="480px"] .mg-row-2 .listing-mg-7-item .content-container {
    max-height: 43%;
}


/**
 * ->Modern Grid Listing 8
 **/
.listing-mg-8-item.listing-item-2 .title,
.listing-mg-8-item.listing-item-3 .title,
.listing-mg-8-item.listing-item-4 .title,
.listing-mg-8-item.listing-item-5 .title{
    font-size: 72%;
}
.listing-mg-8-item.listing-item-2 .title{
    font-size: 80%;
}
.listing-modern-grid-8 .mg-col-1{
    width: 46%;
    float: left;
    padding-right: 2px;
    overflow: hidden;
}
.listing-modern-grid-8 .mg-col-2{
    width: 32%;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
}
.listing-modern-grid-8 .mg-col-3{
    width: 22%;
    float: left;
    padding-left: 2px;
    overflow: hidden;
}
.listing-modern-grid-8 .mg-row-1{
    margin: 0 0 4px;
    overflow: hidden;
}
.listing-modern-grid-8 .item-4-cont,
.listing-modern-grid-8 .item-3-cont{
    width: 50%;
    float: left;
    overflow: hidden;
}
.listing-modern-grid-8 .item-3-cont{
    padding-right: 2px;
}
.listing-modern-grid-8 .item-4-cont{
    padding-left: 2px;
}
.listing-mg-8-item.listing-item-1:before{
    padding-top: 71.779%;
}
.listing-mg-8-item.listing-item-2:before{
    padding-top: 53%;
}
.listing-mg-8-item.listing-item-3:before,
.listing-mg-8-item.listing-item-4:before{
    padding-top: 100.55%;
}
.listing-mg-8-item.listing-item-5:before{
    padding-top: 150.6%;
}
.listing-mg-8-item.listing-mg-item:hover .format-icon,
.listing-mg-8-item.listing-mg-item .format-icon{
    right: 20px !important;
    top: 20px !important;
    transform: none;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
    margin: 0;
}
.listing-modern-grid-8[max-width~="980px"] .mg-col-3{
    display: none;
}
.listing-modern-grid-8[max-width~="980px"] .mg-col-1{
    width: 56%;
}
.listing-modern-grid-8[max-width~="980px"] .mg-col-2{
    width: 44%;
    padding-right: 0;
}
.listing-modern-grid-8[max-width~="980px"] .listing-mg-8-item.listing-item-2:before{
    padding-top: 47.29%;
}
.listing-modern-grid-8[max-width~="980px"] .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8[max-width~="980px"] .listing-mg-8-item.listing-item-3:before{
    padding-top: 87.29%;
}
.listing-modern-grid-8[max-width~="780px"] .listing-mg-8-item:before{
    padding-top: 89%;
}
.listing-modern-grid-8[max-width~="780px"] .listing-mg-8-item.listing-item-2:before{
    padding-top: 65.5%;
}
.listing-modern-grid-8[max-width~="480px"] .listing-mg-8-item.listing-item-2:before{
    padding-top: 50.5%;
}
.listing-modern-grid-8[max-width~="780px"] .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8[max-width~="780px"] .listing-mg-8-item.listing-item-3:before{
    padding-top: 94.6%;
}
.listing-modern-grid-8[max-width~="780px"] .listing-item-1 .title{
    font-size: 80%;
}
.listing-modern-grid-8[max-width~="780px"] .listing-item-2 .title{
    font-size: 72%;
}
.listing-modern-grid-8[max-width~="780px"] .listing-item-4 .title,
.listing-modern-grid-8[max-width~="780px"] .listing-item-3 .title{
    font-size: 62%;
}
.listing-modern-grid-8[max-width~="780px"] .listing-item-4 .term-badges,
.listing-modern-grid-8[max-width~="780px"] .listing-item-3 .term-badges{
    display: none;
}
.listing-modern-grid-8[max-width~="780px"] .listing-mg-item .content-container{
    left: 15px;
    right: 15px;
    bottom: 10px;
    max-height: 50%;
}
.listing-modern-grid-8[max-width~="620px"] .mg-col-1{
    width: 100%;
    padding: 0;
}
.listing-modern-grid-8[max-width~="620px"] .mg-col-2{
    width: 100%;
    padding: 4px 0 0 0;
}
.listing-modern-grid-8[max-width~="620px"] .mg-row-1{
    width: 50%;
    padding-right: 2px;
    float: left;
}
.listing-modern-grid-8[max-width~="620px"] .mg-row-2{
    width: 50%;
    padding-left: 2px;
    float: right;
}
.listing-modern-grid-8[max-width~="620px"] .item-3-cont{
    width: 100%;
    padding: 0;
}
.listing-modern-grid-8[max-width~="620px"] .item-4-cont{
    display: none;
}
.listing-modern-grid-8[max-width~="620px"] .listing-item-1:before {
    padding-top: 46%;
}
.listing-modern-grid-8[max-width~="620px"] .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8[max-width~="620px"] .listing-mg-8-item.listing-item-2:before{
    padding-top: 65.5%;
}
.listing-modern-grid-8[max-width~="620px"] .listing-item-3 .title,
.listing-modern-grid-8[max-width~="620px"] .listing-item-2 .title{
    font-size: 72%;
}
.listing-modern-grid-8[max-width~="620px"] .listing-item-2 .post-meta,
.listing-modern-grid-8[max-width~="620px"] .listing-item-3 .term-badges.floated,
.listing-modern-grid-8[max-width~="620px"] .listing-item-4 .term-badges.floated{
    display: none;
}
.listing-modern-grid-8[max-width~="560px"] .listing-mg-8-item.listing-item-1:before{
    padding-top: 50%;
}
.listing-modern-grid-8[max-width~="560px"] .listing-mg-8-item.listing-item-2 .term-badges.floated{
    display: none;
}
.listing-modern-grid-8[max-width~="560px"] .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8[max-width~="560px"] .listing-mg-8-item.listing-item-2:before{
    padding-top: 79.5%;
}
.listing-modern-grid-8[max-width~="480px"] .listing-mg-8-item.listing-item-1:before{
    padding-top: 55%;
}
.listing-modern-grid-8[max-width~="480px"] .listing-mg-8-item.listing-item-1 .post-meta{
    display: none;
}
.listing-modern-grid-8[max-width~="480px"] .listing-item-3 .title,
.listing-modern-grid-8[max-width~="480px"] .listing-item-2 .title{
    font-size: 64%;
}
.listing-modern-grid-8[max-width~="480px"] .listing-mg-item .content-container{
    left: 12px;
    right: 12px;
    bottom: 12px;
}
.listing-modern-grid-8[max-width~="480px"] .listing-mg-item.listing-item-3 .content-container,
.listing-modern-grid-8[max-width~="480px"] .listing-mg-item.listing-item-2 .content-container {
    max-height: 40%;
}
.slider-overlay-simple.listing-modern-grid-8[max-width~="480px"] .listing-mg-item.listing-item-3 .content-container,
.slider-overlay-simple.listing-modern-grid-8[max-width~="480px"] .listing-mg-item.listing-item-2 .content-container {
    max-height: 60%;
    padding: 12px 12px 10px;
}


/**
 * ->Modern Grid Listing 9
 **/
.listing-mg-9-item.listing-item-2 .title,
.listing-mg-9-item.listing-item-3 .title,
.listing-mg-9-item.listing-item-4 .title,
.listing-mg-9-item.listing-item-5 .title,
.listing-mg-9-item.listing-item-6 .title,
.listing-mg-9-item.listing-item-7 .title{
    font-size: 72%;
}
.listing-mg-9-item.listing-mg-item:hover .format-icon,
.listing-mg-9-item.listing-mg-item .format-icon{
    right: 20px !important;
    top: 20px !important;
    transform: none;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
    margin: 0;
}
.listing-mg-9-item:before{
    padding-top: 93.76%;
}
.listing-mg-9-item.listing-item-1:before {
    padding-top: 74.51%;
}
.listing-modern-grid-9 .mg-col-1{
    width: 45.6%;
    float: left;
    padding-right: 2px;
}
.listing-modern-grid-9 .mg-col-2{
    width: 36.37%;
    float: left;
    padding-left: 2px;
    padding-right: 1px;
}
.listing-modern-grid-9 .mg-col-3{
    width: 18.03%;
    float: left;
    padding-left: 2px;
}
.listing-modern-grid-9 .item-2-cont,
.listing-modern-grid-9 .item-3-cont,
.listing-modern-grid-9 .item-4-cont,
.listing-modern-grid-9 .item-5-cont{
    width: 50%;
    float: left;
}
.listing-modern-grid-9 .item-4-cont,
.listing-modern-grid-9 .item-2-cont{
    padding-right: 2px;
}
.listing-modern-grid-9 .item-5-cont,
.listing-modern-grid-9 .item-3-cont{
    padding-left: 2px;
}
.listing-modern-grid-9 .mg-row-1{
    margin-bottom: 4px;
}
.listing-modern-grid-9[max-width~="980px"] .mg-col-1{
    width: 53%;
}
.listing-modern-grid-9[max-width~="980px"] .mg-col-2{
    width: 47%;
}
.listing-modern-grid-9[max-width~="980px"] .mg-col-3{
    display: none;
}
.listing-modern-grid-9[max-width~="980px"] .listing-mg-9-item:before{
    padding-top: 86.97%;
}
.listing-modern-grid-9[max-width~="980px"] .listing-item-1:before {
    padding-top: 77%;
}
.listing-modern-grid-9[max-width~="900px"] .listing-mg-item .content-container{
    left: 15px;
    right: 15px;
    bottom: 12px;
    max-height: 50%;
}
.listing-modern-grid-9[max-width~="780px"] .mg-col-2 ,
.listing-modern-grid-9[max-width~="780px"] .mg-col-1 {
    width: 50%;
}
.listing-modern-grid-9[max-width~="780px"] .listing-mg-item:before{
    padding-top: 93%;
}
.listing-modern-grid-9[max-width~="780px"] .listing-item-1:before {
    padding-top: 92.876%;
}
.listing-modern-grid-9[max-width~="780px"] .listing-mg-item .title{
    font-size: 66%;
}
.listing-modern-grid-9[max-width~="780px"] .listing-item-1 .title{
    font-size: 86%;
}
.listing-modern-grid-9[max-width~="780px"] .listing-item-5 .term-badges,
.listing-modern-grid-9[max-width~="780px"] .listing-item-4 .term-badges,
.listing-modern-grid-9[max-width~="780px"] .listing-item-3 .term-badges,
.listing-modern-grid-9[max-width~="780px"] .listing-item-2 .term-badges{
    display: none;
}
.listing-modern-grid-9[max-width~="620px"] .listing-mg-item .post-meta{
    display: none;
}
.listing-modern-grid-9[max-width~="620px"] .listing-mg-item.listing-item-1 .post-meta{
    display: block;
}
.listing-modern-grid-9[max-width~="620px"] .listing-mg-item:hover .format-icon,
.listing-modern-grid-9[max-width~="620px"] .listing-mg-item .format-icon{
    right: 12px;
    top: 12px;
}
.listing-modern-grid-9[max-width~="620px"] .listing-mg-item:before{
    padding-top: 60%;
}
.listing-modern-grid-9[max-width~="620px"] .listing-item-1:before {
    padding-top: 45%;
}
.listing-modern-grid-9[max-width~="620px"] .mg-col-1{
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
}
.listing-modern-grid-9[max-width~="620px"] .mg-col-2{
    width: 100%;
    padding: 0;
}
.listing-modern-grid-9[max-width~="560px"] .listing-mg-item:before{
    padding-top: 80%;
}
.listing-modern-grid-9[max-width~="560px"] .listing-item-1:before {
    padding-top: 55%;
}
.slider-overlay-simple.listing-modern-grid-9[max-width~="480px"] .listing-mg-item.listing-item-5 .content-container,
.slider-overlay-simple.listing-modern-grid-9[max-width~="480px"] .listing-mg-item.listing-item-4 .content-container,
.slider-overlay-simple.listing-modern-grid-9[max-width~="480px"] .listing-mg-item.listing-item-3 .content-container,
.slider-overlay-simple.listing-modern-grid-9[max-width~="480px"] .listing-mg-item.listing-item-2 .content-container {
    max-height: 64%;
    padding: 12px;
}


/**
 * ->Modern Grid Listing 10
 **/
.listing-mg-10-item:before{
    padding-top: 60%;
}
.listing-modern-grid-10 .mg-row-1{
    padding-bottom: 4.05px;
}
.listing-modern-grid-10 .mg-row-1 .mg-col-1{
    width: 50%;
    float: left;
    padding-right: 2px;
}
.listing-modern-grid-10 .mg-row-1 .mg-col-2{
    width: 50%;
    float: left;
    padding-left: 2px;
}
.listing-modern-grid-10 .mg-row-2 .mg-col{
    width: 25%;
    float: left;
}
.listing-modern-grid-10 .mg-row-2 .mg-col-1{
    padding-right: 3px;
}
.listing-modern-grid-10 .mg-row-2 .mg-col-2{
    padding-left: 1px;
    padding-right: 2px;
}
.listing-modern-grid-10 .mg-row-2 .mg-col-3{
    padding-left: 2px;
    padding-right: 1px;
}
.listing-modern-grid-10 .mg-row-2 .mg-col-4{
    padding-left: 3px;
}
.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item{
    width: 100%;
}
.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before{
    padding-top: 64%;
}
.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title{
    font-size: 79%;
}
.listing-modern-grid-10 .mg-row-2 .listing-mg-item:hover .format-icon {
    margin-top: -46px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.listing-modern-grid-10[max-width~="980px"] .listing-mg-10-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-10[max-width~="980px"] .listing-mg-10-item.listing-mg-item .format-icon{
    right: 20px !important;
    top: 20px !important;
    transform: none;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
    margin: 0;
}
.listing-modern-grid-10[max-width~="980px"] .mg-row-2 .mg-col{
    width: 33.333%;
}
.listing-modern-grid-10[max-width~="980px"] .mg-row-2 .mg-col-1{
    padding-right: 2.7px;
}
.listing-modern-grid-10[max-width~="980px"] .mg-row-2 .mg-col-2{
    padding-left: 1.35px;
    padding-right: 1.35px;
}
.listing-modern-grid-10[max-width~="980px"] .mg-row-2 .mg-col-3{
    padding-left: 2.7px;
}
.listing-modern-grid-10[max-width~="980px"] .mg-row-2 .mg-col-4{
    display: none;
}
.listing-modern-grid-10[max-width~="980px"] .mg-row-1 .listing-mg-10-item .title{
    font-size: 92%;
}
.listing-modern-grid-10[max-width~="980px"] .mg-row-2 .listing-mg-10-item .title{
    font-size: 72%;
}
.listing-modern-grid-10[max-width~="780px"] .listing-mg-10-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-10[max-width~="780px"] .listing-mg-10-item.listing-mg-item .format-icon{
    right: 20px !important;
    top: 20px !important;
    transform: none;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
    margin: 0;
}
.listing-modern-grid-10[max-width~="780px"] .listing-mg-10-item:before {
    padding-top: 70%;
}
.listing-modern-grid-10[max-width~="780px"] .mg-row-2 .listing-mg-10-item:before {
    padding-top: 74%;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-1 .mg-col{
    width: 100%;
    padding: 0;
    float: none;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-1 .mg-col-1{
    padding-bottom: 4.05px;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-1 .listing-mg-10-item:before {
    padding-top: 40%;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-2 .mg-col{
    width: 50%;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-2 .mg-col-1{
    padding-right: 2.025px;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-2 .mg-col-2{
    padding-left: 2.025px;
    padding-right: 0;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-2 .mg-col-3{
    display:none;
}
.listing-modern-grid-10[max-width~="620px"] .mg-row-2 .listing-mg-10-item .format-icon{
    display: none;
}
.listing-modern-grid-10[max-width~="480px"] .mg-row-1 .listing-mg-10-item:before {
    padding-top: 52%;
}
.listing-modern-grid-10[max-width~="480px"] .mg-row-2 .listing-mg-10-item:before {
    padding-top: 76%;
}
.listing-modern-grid-10[max-width~="480px"] .mg-row-1 .listing-mg-10-item .title{
    font-size: 82%;
}
.listing-modern-grid-10[max-width~="480px"] .mg-row-2 .listing-mg-10-item .title{
    font-size: 62%;
}
.listing-modern-grid-10[max-width~="480px"] .mg-row-2 .listing-mg-10-item .content-container {
    max-height: 43%;
}


/**
 * =>Sliders
 **/
.bs-listing-slider-1 > .bs-slider,
.bs-listing-slider-2 > .bs-slider,
.bs-listing-slider-3 > .bs-slider{
    margin-bottom: 0;
}
.bs-listing-slider-1,
.bs-listing-slider-2,
.bs-listing-slider-3{
    margin-bottom: 22px;
}

.bs-shortcode.bs-slider .better-direction-nav a{
    text-indent: -9999px;
}
.bs-shortcode.bs-slider .better-direction-nav a:before{
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    content: '\f053';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-indent: 0;
    width: auto;
    height: auto;
}
.bs-shortcode.bs-slider .better-direction-nav a.better-next:before{
    content: '\f054';
    right: -3px;
}
.bs-slider-item{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bs-slider-item > .item-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bs-slider-item > .item-content:before{
    display: block;
    content: " ";
    width: 100%;
    padding-top: 45%;
}
.bs-slider-item .img-cont{
    background-repeat: no-repeat !important;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bs-slider .bs-slider-item:nth-child(1){ /* fix for first load */
    float: left;
    display: block;
    width: 100%;
}
.bs-slider-item.has-not-post-thumbnail .img-cont{
    background-color: #e2e2e2;
}


/**
 * ->Slider 1
 **/
.bs-slider-1-item > .item-content:before{
    padding-top: 45%;
}
.bs-slider-1-item .img-cont:after{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
}
.bs-slider-1-item:hover .img-cont{
    transform: scale3d(1.04, 1.04, 1);
    -webkit-transform: scale3d(1.04, 1.04, 1);
    -moz-transform: scale3d(1.04, 1.04, 1);
}
.bs-slider-1-item .content-container{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    bottom: -80px;
    left: 30px;
    right: 30px;
    padding: 0 30px 30px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
}
.bs-slider-1-item.slider-content-shown .content-container {
    bottom: 0;
    opacity: 1;
}
.bs-slider-1-item .content-container a{
    pointer-events: all;
}
.bs-slider-1-item .title{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    text-align: center !important;
    max-width: 70%;
    margin: 0 auto;
}
.bs-slider-1-item .title a{
    color: #fff;
}
.bs-slider-1-item .post-meta{
    margin-top: 12px;
    text-align: center !important;
    font-size: 11px;
}
.bs-slider-1-item .post-meta .comments,
.bs-slider-1-item .post-meta .post-author{
    color: #fff;
    font-size: 11px;
}
.bs-slider-1-item .post-meta .comments{
    float: none;
    margin-left: 0;
}
.bs-slider-1-item .post-meta .time,
.bs-slider-1-item .post-meta .post-author:after{
    color: rgba(255, 255, 255, 0.57);
}
.bs-slider-1-item .term-badges.floated{
    position: absolute;
    right: auto;
    left: 0;
    top: 30px;
    bottom: auto;
    width: 100%;
    text-align: center;
    pointer-events: none;
}
.bs-slider-1 .better-direction-nav .better-next,
.bs-slider-1 .better-direction-nav .better-prev {
    opacity: 1;
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    margin: -36px 0 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.bs-slider-1 .better-direction-nav .better-prev {
    left: 20px;
}
.bs-slider-1 .better-direction-nav .better-next {
    right: 20px;
}
.bs-slider-1-item:hover .format-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.bs-slider-1-item[max-width~="780px"] > .item-content:before{
    padding-top: 60%;
}
.bs-slider-1-item[max-width~="370px"] > .item-content:before{
    padding-top: 110%;
}
.bs-slider-1-item[max-width~="370px"] .title a{
    font-size: 75%;
    line-height: 170%;
    display: inline-block;
}
.bs-slider-1-item[max-width~="370px"] .content-container {
    left: 0;
    right: 0;
    padding: 0 20px 20px;
}
.bs-slider-1[max-width~="370px"] .better-direction-nav .better-prev {
    left: -20px;
    opacity: 0;
}
.bs-slider-1[max-width~="370px"]:hover .better-direction-nav .better-prev {
    left: 10px;
    opacity: 1;
}
.bs-slider-1[max-width~="370px"] .better-direction-nav .better-next {
    right: -20px;
    opacity: 0;
}
.bs-slider-1[max-width~="370px"]:hover .better-direction-nav .better-next {
    right: 10px;
    opacity: 1;
}

/**
 * ->Slider 2
 **/
.bs-slider-2-item > .item-content:before{
    padding-top: 45%;
}
.bs-slider-2-item:hover .img-cont{
    transform: scale3d(1.04, 1.04, 1);
    -webkit-transform: scale3d(1.04, 1.04, 1);
    -moz-transform: scale3d(1.04, 1.04, 1);
}
.bs-slider-2-item .content-container{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding: 30px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    width: 460px;
    margin: 0 0 0 -230px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.bs-slider-2-item.slider-content-shown .content-container {
    bottom: 40px;
    opacity: 1;
}
.bs-slider-2-item .content-container a{
    pointer-events: all;
}
.bs-slider-2-item .title{
    margin: 10px 0 0;
    line-height: 1.4;
    text-align: center !important;
}
.bs-slider-2-item .title a{
    color: #212121;
}
.bs-slider-2-item .post-meta{
    margin-top: 8px;
    text-align: center !important;
    font-size: 12px;
}
.bs-slider-2-item .post-meta .comments,
.bs-slider-2-item .post-meta .post-author{
    color: #212121;
    font-size: 12px;
}
.bs-slider-2-item .post-meta .comments{
    float: none;
    margin-left: 0;
}
.bs-slider-2-item .post-meta .time,
.bs-slider-2-item .post-meta .post-author:after{
    color: #212121;
}
.bs-slider-2-item .content-container a.read-more{
    border: 1px solid #0080ce;
    background: none;
    color: #636363;
    font-size: 12px;
    padding: 6px 20px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    line-height: 20px;
    margin-top: 15px;
}
.bs-slider-2-item .content-container a.read-more:hover{
    background: #0080ce;
    color: #ffffff;
}
.bs-slider-2-item .term-badges.floated{
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.bs-slider-2-item .term-badges.floated .term-badge a{
    background: #212121 !important;
    color: #fff !important;
    margin: 0;
}
.bs-slider-2-item:hover .format-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.bs-slider-2 .better-direction-nav .better-next,
.bs-slider-2 .better-direction-nav .better-prev {
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    margin: -36px 0 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.bs-slider-2-item[max-width~="780px"] > .item-content:before{
    padding-top: 70%;
}
.bs-slider-2-item[max-width~="780px"] .title a{
    font-size: 85%;
}
.bs-slider-2-item[max-width~="520px"] > .item-content:before{
    padding-top: 120%;
}
.bs-slider-2-item[max-width~="520px"] .post-meta{
    display: none;
}
.bs-slider-2-item[max-width~="520px"] .title a{
    font-size: 75%;
    line-height: 170%;
    display: inline-block;
}
.bs-slider-2-item[max-width~="520px"] .content-container {
    left: 7.5%;
    bottom: 7.5%;
    right: 7.5%;
    padding: 20px;
    width: 85%;
    transform: none;
    margin: 0;
}
.bs-slider-2[max-width~="370px"] .better-direction-nav .better-next,
.bs-slider-2[max-width~="370px"] .better-direction-nav .better-prev {
    display: none;
}


/**
 * ->Slider 3
 **/
.bs-slider-3-item > .item-content:before{
    padding-top: 45%;
}
.bs-slider-3-item:hover .img-cont{
    transform: scale3d(1.04, 1.04, 1);
    -webkit-transform: scale3d(1.04, 1.04, 1);
    -moz-transform: scale3d(1.04, 1.04, 1);
}
.bs-slider-3-item .content-container{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    left: 50%;
    top: 45%;
    padding: 30px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    width: 460px;
    margin: -120px 0 0 -230px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.bs-slider-3-item .content-container a.read-more{
    border: 1px solid #0080ce;
    background: none;
    color: #636363;
    font-size: 12px;
    padding: 6px 20px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    line-height: 20px;
    margin-top: 15px;
}
.bs-slider-3-item .content-container a.read-more:hover{
    background: #0080ce;
    color: #ffffff;
}
.bs-slider-3-item.slider-content-shown .content-container {
    opacity: 1;
    top: 50%;
}
.bs-slider-3-item .content-container a{
    pointer-events: all;
}
.bs-slider-3-item .title{
    margin: 10px 0 0;
    line-height: 1.4;
    text-align: center !important;
}
.bs-slider-3-item .title a{
    color: #212121;
}
.bs-slider-3-item .post-meta{
    margin-top: 8px;
    text-align: center !important;
    font-size: 12px;
}
.bs-slider-3-item .post-meta .comments,
.bs-slider-3-item .post-meta .post-author{
    color: #212121;
    font-size: 12px;
}
.bs-slider-3-item .post-meta .comments{
    float: none;
    margin-left: 0;
}
.bs-slider-3-item .post-meta .time,
.bs-slider-3-item .post-meta .post-author:after{
    color: #212121;
}
.bs-slider-3-item .term-badges.floated{
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.bs-slider-3-item .term-badges.floated .term-badge a{
    background: #212121 !important;
    color: #fff !important;
    margin: 0;
}
.bs-slider-3-item[max-width~="780px"] > .item-content:before{
    padding-top: 60%;
}
.bs-slider-3 .better-direction-nav .better-next,
.bs-slider-3 .better-direction-nav .better-prev {
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    margin: -36px 0 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.bs-slider-3 .better-direction-nav .better-prev {
    left: 20px;
}
.bs-slider-3 .better-direction-nav .better-next {
    right: 20px;
}
.bs-slider-3-item:hover .format-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.bs-slider-3-item[max-width~="780px"] .title a{
    font-size: 90%;
}
.bs-slider-3-item[max-width~="780px"] > .item-content:before{
    padding-top: 60%;
}
.bs-slider-3-item[max-width~="520px"] > .item-content:before{
    padding-top: 110%;
}
.bs-slider-3-item[max-width~="520px"] .post-meta{
    display: none;
}
.bs-slider-3-item[max-width~="520px"] .title a{
    font-size: 75%;
    line-height: 150%;
    display: inline-block;
}
.bs-slider-3-item[max-width~="370px"] .content-container {
    left: 7.5%;
    bottom: 7.5%;
    right: 7.5%;
    top: auto;
    padding: 20px;
    width: 85%;
    transform: none;
    margin: 0;
}
.bs-slider-3-item[max-width~="370px"].slider-content-shown .content-container {
    bottom: 25px;
}
.bs-slider-3[max-width~="370px"] .better-direction-nav .better-next,
.bs-slider-3[max-width~="370px"] .better-direction-nav .better-prev {
    display: none;
}


/**
 * =>Boxes
 **/
.bs-box-inner{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bs-box-inner:before{
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70%;
}
.bs-box .box-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.bs-box .box-image{
    background-repeat: no-repeat !important;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/**
 * ->Box 1
 **/
.bs-box-1 .bs-box-inner{
    background: #ccc;
}
.bs-box-1 .box-text {
    position: absolute;
    background: #ffffff;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 1;
    pointer-events: none;
}
.bs-box-1 .box-image:before{
    border: 1px solid #ffffff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bs-box-1:hover .box-image:before{
    bottom: 15px;
    left: 15px;
    opacity: 1;
    right: 15px;
    top: 15px;
}
.bs-box-1 .box-pre-title{
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.bs-box-1 .box-title{
    font-size: 22px;
    margin: 0;
}


/**
 * ->Box 2
 **/
.bs-box-2 .box-image:after{
    border: 1px solid #ffffff;
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    bottom: 15px;
    left: 15px;
    opacity: 1;
    right: 15px;
    top: 15px;
}
.bs-box-2 .box-text {
    position: absolute;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    text-align: center;
}
.bs-box-2 .box-image:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bs-box-2:hover .box-image:before {
    background: rgba(0, 0, 0, 0.3);
}
.bs-box-2 .box-title{
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    padding: 5px 10px;
    line-height: 1.3;
    background: #ffffff;
    color: #353535;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
}


/**
 * ->Box 3
 **/
.bs-box-3 .box-text {
    position: absolute;
    font-size: 16px;
    padding: 0;
    bottom: 25px;
    left: 25px;
    right: 25px;
    opacity: 1;
    pointer-events: none;
}
.bs-box-3 .box-image:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bs-box-3:hover .box-image:before {
    background: rgba(0, 0, 0, 0.35);
}
.bs-box-3 .box-sub-title{
    font-size: 13px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.09);
}
.bs-box-3 .box-title{
    font-size: 17px;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.09);
}
.bs-box-3 .bf-icon{
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.09);
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}
.bs-box-3.box-no-bg .box-sub-title,
.bs-box-3.box-no-bg .box-title,
.bs-box-3.box-no-bg .bf-icon{
    color: #333;
    text-shadow: none;
}
.bs-box-3.box-no-bg{
    background: #eee;
}
.bs-box-3.box-no-bg .box-image:before{
    display: none;
}

.bs-box-3.box-text-left .box-sub-title,
.bs-box-3.box-text-left .box-title,
.bs-box-3.box-text-left  .bf-icon{
    text-align: left !important;
}
.bs-box-3.box-text-right .box-sub-title,
.bs-box-3.box-text-right .box-title,
.bs-box-3.box-text-right  .bf-icon{
    text-align: right !important;
}
.bs-box-3.box-text-center .box-sub-title,
.bs-box-3.box-text-center .box-title,
.bs-box-3.box-text-center  .bf-icon{
    text-align: center !important;
}


/**
 * ->Box 4
 **/
.bs-box-4 .bs-box-inner:before{
    padding-top: 120%;
}
.bs-box-4 .box-text {
    position: absolute;
    font-size: 16px;
    padding: 0;
    bottom: 25px;
    left: 25px;
    right: 25px;
    opacity: 1;
    pointer-events: none;
}
.bs-box-4 .box-image:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bs-box-4:hover .box-image:before {
    background: rgba(0, 0, 0, 0.35);
}
.bs-box-4 .box-sub-title{
    font-size: 13px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.09);
}
.bs-box-4 .box-title{
    font-size: 17px;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.09);
}
.bs-box-4 .bf-icon{
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.09);
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}
.bs-box-4.box-no-bg .box-sub-title,
.bs-box-4.box-no-bg .box-title,
.bs-box-4.box-no-bg .bf-icon{
    color: #333;
    text-shadow: none;
}
.bs-box-4.box-no-bg{
    background: #eee;
}
.bs-box-4.box-no-bg .box-image:before{
    display: none;
}

.bs-box-4.box-text-left .box-sub-title,
.bs-box-4.box-text-left .box-title,
.bs-box-4.box-text-left  .bf-icon{
    text-align: left !important;
}
.bs-box-4.box-text-right .box-sub-title,
.bs-box-4.box-text-right .box-title,
.bs-box-4.box-text-right  .bf-icon{
    text-align: right !important;
}
.bs-box-4.box-text-center .box-sub-title,
.bs-box-4.box-text-center .box-title,
.bs-box-4.box-text-center  .bf-icon{
    text-align: center !important;
}


/**
 * =>Widgets Listing
 **/
.widget .listing-widget,
.listing-widget{
    padding: 0;
    margin: 0;
    list-style: none;
}
.listing-widget .listing-item img.wp-post-image{
    max-width: 80px;
    float: left;
    margin-right: 15px;
}
.listing-widget .listing-item{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.listing-widget .listing-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.listing-widget .img-holder {
    width: 80px;
}
.listing-widget .img-holder:before{
    padding-top: 70%;
}
.listing-widget .listing-item .post-meta{
    margin-top: 2px;
}


/**
 * ->Widget Simple Listing
 **/
.listing-widget.listing-widget-simple .listing-item .title{
    font-size: 14px;
    margin: 0;
}
.listing-widget.listing-widget-simple .listing-item .title a{
    line-height: 1.4;
}
.listing-widget.listing-widget-simple .listing-item .post-meta{
    margin-top: 5px;
    margin-bottom: 8px;
}


/**
 * ->Widget Thumbnail Listing
 **/
.listing-widget.listing-widget-thumbnail .listing-item .title{
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}


/**
 * =>Separator Line
 **/
.separator-line{
    margin: 15px auto;
    width: 70%;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 20px;
    color: #949494;
}
.separator-line .sep-icon{
    padding: 0 25px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: relative;
    z-index: 1;
    color: rgba(0, 0, 0, 0.35);
}
.separator-line .sep-icon:after {
    content: '';
    height: 2px;
    width: 440%;
    top: 50%;
    left: -440%;
    position: absolute;
    margin-top: -1px;
    background-color: #DADADA;
    background-color: rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.separator-line .sep-icon:before {
    content: '';
    height: 2px;
    width: 440%;
    top: 50%;
    right: -440%;
    position: absolute;
    margin-top: -1px;
    background-color: #DADADA;
    background-color: rgba(0, 0, 0, 0.15);
    display: inline-block;
}


/**
 * =>Widgets & Shortcodes
 **/
.widget {
    margin-bottom: 30px;
    font-size: 14px;
}
.sidebar > .widget:last-child{
    margin-bottom: 0;
}
.widget .widget-heading {
    position: relative;
    margin: 0 0 21px;
    line-height: inherit;
    padding: 0;
    color: #fff;
    font-size: 13px;
}
.widget .widget-heading > .h-text{
    color: #444;
    padding: 3px 15px 3px 0;
    position: relative;
    display: inline-block;
    background: #fff;
    z-index: 1;
}
.widget .widget-heading > .h-text .bf-icon{
    margin-right: 4px;
}
.widget .widget-heading a:hover,
.widget .widget-heading a{
    color: inherit;
}
.widget .widget-heading:after {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.08);
}
.widget ul,
.widget ol{
    padding-left: 20px;
    margin-bottom: 0;
}
.widget li{
    margin-bottom: 7px;
}
.widget li:last-child {
    margin-bottom: 0;
}
.widget li > ul{
    margin-top: 10px;
}
.widget img{
    max-width: 100%;
    height: auto;
}
.widget.widget_text img{
    margin: 10px 0 15px 0;
}
.widget select{
    width: 100%;
}


/**
 * ->Archive Widget
 **/
.widget.widget_archive ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget.widget_archive ul li a:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f187';
    margin-right: 10px;
}
.widget.widget_archive ul li a{
    font-size: 14px;
}
.widget.widget_archive ul li{
    border-bottom: 1px solid #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget.widget_archive ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget.widget_archive .post-count{
    float: right;
    color: #444;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background: #eee;
    text-align: center;
}

/**
 * ->Calender Widget
 **/
.widget.widget_calendar{
    font-size: 13px;
}
.widget.widget_calendar table{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.widget.widget_calendar table td,
.widget.widget_calendar table th{
    text-align: center;
    padding: 5px 0;
}
.widget.widget_calendar table td.active-day {
    background-color: #444444;
    background-color: rgba(0, 0, 0, 0.71);
}
.widget.widget_calendar table td.active-day:hover{
    background-color: #444444;
    background-color: rgba(0, 0, 0, 0.91);
}
.widget.widget_calendar table td:hover,
.widget.widget_calendar table td {
    background-color: #DCDCDC;
    background-color: rgba(0, 0, 0, 0.08);
    color: #888;
    color: rgba(0, 0, 0, 0.51);
}
.widget.widget_calendar table td.pad:hover,
.widget.widget_calendar table td.pad{
    background-color: #ffffff;
    background-color: rgba(0, 0, 0, 0.03);
}
.widget.widget_calendar table td a{
    color: #fff;
}
.widget.widget_calendar table caption {
    padding: 20px 5px;
    text-align: center;
    background-color: #444444;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    color: #fff;
    margin-bottom: 2px;
}
.widget.widget_calendar table tfoot td, .widget.widget_calendar table th {
    background-color: #444444;
    background-color: rgba(0, 0, 0, 0.71);
    color: #fff;
}
.widget.widget_calendar table tfoot td:hover{
    background-color: #dedede;
}


/**
 * ->Category Widget
 **/
.widget.widget_categories ul{
    list-style: none;
    padding-left: 0;
}
.widget.widget_categories ul:last-child{
    margin-bottom: 0;
}
.widget.widget_categories ul li{
    border-bottom: 1px solid #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget.widget_categories ul li a{
    text-transform: capitalize;
    font-size: 14px;
}
.widget.widget_categories ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget.widget_categories ul li a:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f07c';
    margin-right: 10px;
}
.widget.widget_categories .children a:before {
    content: '\f115';
}
.widget.widget_categories .post-count{
    float: right;
    color: #444;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 4px;
    background: #eee;
    background: rgba(0, 0, 0, 0.08);
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.widget.widget_categories ul.children{
    border-top: 1px solid #F5F5F5;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 25px;
}
.widget.widget_categories ul.children li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}


/**
 * ->Custom Menu Widget
 **/
.widget.widget_nav_menu .bf-icon{
    margin-left: 5px;
    margin-right: 7px;
}
.widget.widget_nav_menu ul.menu li.menu-have-icon.menu-title-hide > a > .bf-icon {
    margin-right: 5px;
}
.widget.widget_nav_menu ul.menu{
    font-size: 16px;
}
.widget.widget_nav_menu ul ul,
.widget.widget_nav_menu ul{
    list-style: none;
    margin-top: 0;
    padding: 0;
}
.widget.widget_nav_menu ul.menu > li .sub-menu{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    background: none;
}
.widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu{
    left: 0;
}
.widget.widget_nav_menu ul.menu li{
    display: block;
    float: none;
    margin-bottom: 2px;
    padding: 0;
}
.widget.widget_nav_menu ul.menu li:before{
    content: '';
    display: none;
}
.widget.widget_nav_menu ul.menu li.menu-title-hide span.hidden{
    display: inline !important;
    visibility: visible !important;
}
.widget.widget_nav_menu ul.menu li a{
    line-height: 24px;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    display: block;
    position: relative;
    width: 100%;
}
.widget.widget_nav_menu ul.menu li a .description{
    display: none;
}
.widget.widget_nav_menu ul.menu li > a:hover{
    color: #fff !important;
    background-color: #0080ce;
    border-color: transparent !important;
}
.widget.widget_nav_menu ul.menu li a:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0da';
    margin-left: 7px;
    margin-right: 7px;
}
.widget.widget_nav_menu ul.menu ul li a:before{
    content: '\f105';
}
.widget.widget_nav_menu ul.menu li .sub-menu li.menu-have-icon > a:before,
.widget.widget_nav_menu ul.menu li.menu-have-icon a:before{
    display: none;
}
.widget.widget_nav_menu ul.menu ul li:first-child{
    margin-top: 2px;
}
.widget.widget_nav_menu ul.menu ul li{
    margin-left: 15px;
}
.widget.widget_nav_menu ul.menu ul ul li{
    margin-left: 15px;
}
.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
    border-bottom: 1px solid #dedede !important;
}
.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a:hover {
    border-bottom-color: transparent !important;
}
.widget.widget_nav_menu ul.menu li .sub-menu > li > a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0da';
}
.widget.widget_nav_menu .menu .better-custom-badge{
    background-color: #0080ce;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #FFF !important;
    font-family: "Open Sans";
    font-size: 10px;
    padding: 0 5px;
    margin-left: 13px;
    font-weight: bold;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    min-width: 19px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 8px;
}
.widget.widget_nav_menu .menu .better-custom-badge:after{
    border: solid 4px rgba(0, 0, 0, 0);
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #0080ce;
    top: 50%;
    left: -8px;
    margin-top: -4px;
}
.ltr .widget.widget_nav_menu .menu .better-custom-badge:after {
    border-left-color: transparent !important;
}
.widget.widget_nav_menu ul.menu li.current-menu-item > a{
    background-color: #0080ce;
    border-color: transparent;
    color: #fff;
}
.widget.widget_nav_menu ul.menu > li > .mega-menu{
    display: none;
}
.widget.widget_nav_menu ul.menu li.menu-item-has-children > a:after{
    display: none;
}
.widget.widget_nav_menu ul.menu .sub-menu,
.widget.widget_nav_menu ul.menu .mega-menu{
    display: block;
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation-name: none !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background: none !important;
    width: 100%;
}


/**
 * ->Pages Widget
 **/
.widget.widget_pages ul{
    list-style: none;
    padding-left: 0;
}
.widget.widget_pages ul li{
    border-bottom: 1px solid #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget.widget_pages ul li a{
    font-size: 13px;
}
.widget.widget_pages ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget.widget_pages ul li a:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f15b';
    margin-right: 10px;
}


/**
 * ->Recent Comments Widget
 **/
.widget.widget_recent_comments a{
    border-bottom: 1px solid #e7e7e7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.widget.widget_recent_comments a:hover{
    border-bottom-color: #0080ce;
}
.widget.widget_recent_comments ul{
    list-style: none;
    padding-left: 0;
}
.widget.widget_recent_comments ul li{
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget.widget_recent_comments ul li a{
    font-size: 13px;
}
.widget.widget_recent_comments ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget.widget_recent_comments ul li:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f075';
    margin-right: 10px;
}


/**
 * ->Recent Posts Widget
 **/
.widget.widget_recent_entries ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget.widget_recent_entries ul li{
    border-bottom: 1px solid #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.widget.widget_recent_entries ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget.widget_recent_entries li a{
    font-size: 14px;
}
.widget.widget_recent_entries li .post-date{
    font-style: italic;
    display: block;
    font-size: 12px;
}


/**
 * ->RSS Widget
 **/
.widget.widget_rss li .rsswidget{
    font-size: 14px;
}
.widget.widget_rss li .rss-date{
    display: block;
    font-style: italic;
}
.widget.widget_rss li .rssSummary{
    font-size: 13px;
}


/**
 * ->Search Widget
 **/
.widget.widget_product_search .woocommerce-product-search,
.widget.widget_display_search form[role="search"],
.widget.widget_search .search-form {
    position: relative;
}
.widget.widget_search .widget-heading > .h-text{
    border-color: #F1F1F1;
}
.widget.widget_product_search .search-field,
.widget.widget_display_search form[role="search"] input#bbp_search,
.widget.widget_search .search-form input[type="search"] {
    width: 100%;
    padding-right: 20%;
    margin: 0;
    line-height: 36px;
    height: 36px;
}
.widget.widget_product_search input[type='submit'],
.widget.widget_display_search form[role="search"] input#bbp_search_submit,
.widget.widget_search .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    height: 36px;
    padding: 0 16px;
}


/**
 * ->Tag Cloud Widget
 **/
.widget.widget_tag_cloud .tagcloud a{
    display: inline-block;
    line-height: 16px;
    color: #444;
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 0 6px 6px 0;
    padding: 5px 7px;
    font-size: 12px !important;
    font-weight: normal;
}
.widget.widget_tag_cloud .tagcloud a:hover{
    background-color: #0080ce;
    color: #fff;
    border-color: transparent;
}


/**
 * ->Social Share Widget
 **/
.bs-social-share .social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bs-social-share li.social-item{
    float: left;
    margin-right: 6px;
    padding: 0;
}
.bs-social-share li.social-item a{
    font-family: "Open Sans", sans-serif;
    border-radius: 2px;
}
.bs-social-share li.social-item.whatsapp{
    display: none;
}
.widget_bs-theme-social-share .bs-social-share li.social-item{
    float: none;
    display: inline-block;
}
@media only screen and (max-width : 780px) {
    .bs-social-share li.social-item.whatsapp{
        display: block;
    }
}


/**
 * -->Social Share Style Button
 **/
.bs-social-share.style-button li.social-item a{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 13px;
    background-color: #8d8d8d;
    display: block;
    color: #fff !important;
    margin-bottom: 7px;
}
.bs-social-share.style-button li.social-item a:hover{
    background-color: #7c7c7c;
}
.bs-social-share.style-button li.social-item a span{
    margin-left: 7px;
}
.bs-social-share.style-button.no-title-style li.social-item a{
    width: 40px;
    text-align:center ;
    padding: 0;
}
.bs-social-share.style-button.no-title-style li.social-item a .fa{
    margin-right: 0;
}
.bs-social-share.style-button.colored li.social-item.facebook a{ background-color: #4a639f; }
.bs-social-share.style-button.colored li.social-item.facebook a:hover{ background-color: #5271b3; }
.bs-social-share.style-button.colored li.social-item.twitter a{ background-color: #59c8ff; }
.bs-social-share.style-button.colored li.social-item.twitter a:hover{ background-color: #58d1ff; }
.bs-social-share.style-button.colored li.social-item.google_plus a{ background-color: #D73D32; }
.bs-social-share.style-button.colored li.social-item.google_plus a:hover{ background-color: #e64035; }
.bs-social-share.style-button.colored li.social-item.pinterest a{ background-color: #cb2027; }
.bs-social-share.style-button.colored li.social-item.pinterest a:hover{ background-color: #e32229; }
.bs-social-share.style-button.colored li.social-item.linkedin a{ background-color: #0266a0; }
.bs-social-share.style-button.colored li.social-item.linkedin a:hover{ background-color: #027ec1; }
.bs-social-share.style-button.colored li.social-item.tumblr a{ background-color: #3e5a70; }
.bs-social-share.style-button.colored li.social-item.tumblr a:hover{ background-color: #426283; }
.bs-social-share.style-button.colored li.social-item.email a{ background-color: #0c151c; }
.bs-social-share.style-button.colored li.social-item.email a:hover{ background-color: #1a2a39; }
.bs-social-share.style-button.colored li.social-item.telegram a{ background-color: #179cde; }
.bs-social-share.style-button.colored li.social-item.telegram a:hover{ background-color: #0f8dde; }
.bs-social-share.style-button.colored li.social-item.whatsapp a{ background-color: #00e676; }
.bs-social-share.style-button.colored li.social-item.whatsapp a:hover{ background-color: #00ca65; }


/**
 * -->Social Share Outline Button
 **/
.bs-social-share.style-outline-button li.social-item a{
    height: 32px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 13px;
    display: block;
    color: #5e5e5e;
    border: 2px solid #a1a1a1;
    margin-bottom: 7px;
}
.bs-social-share.style-outline-button li.social-item a .fa{
    margin-right: 5px;
}
.bs-social-share.style-outline-button.no-title-style li.social-item a{
    width: 40px;
    text-align:center ;
}
.bs-social-share.style-outline-button.no-title-style li.social-item a .fa{
    margin-right: 0;
}
.bs-social-share.style-outline-button.colored li.social-item.facebook a{ border-color: #4a639f; color: #4a639f;}
.bs-social-share.style-outline-button.colored li.social-item.facebook a:hover{ border-color: #5271b3; color: #5271b3;}
.bs-social-share.style-outline-button.colored li.social-item.twitter a{ border-color: #59c8ff; color: #59c8ff; }
.bs-social-share.style-outline-button.colored li.social-item.twitter a:hover{ border-color: #58d1ff; color: #58d1ff;}
.bs-social-share.style-outline-button.colored li.social-item.google_plus a{ border-color: #D73D32; color: #D73D32;}
.bs-social-share.style-outline-button.colored li.social-item.google_plus a:hover{ border-color: #e64035; color: #e64035;}
.bs-social-share.style-outline-button.colored li.social-item.pinterest a{ border-color: #cb2027; color: #cb2027;}
.bs-social-share.style-outline-button.colored li.social-item.pinterest a:hover{ border-color: #e32229; color: #e32229;}
.bs-social-share.style-outline-button.colored li.social-item.linkedin a{ border-color: #0266a0; color: #0266a0;}
.bs-social-share.style-outline-button.colored li.social-item.linkedin a:hover{ border-color: #027ec1; color: #027ec1;}
.bs-social-share.style-outline-button.colored li.social-item.tumblr a{ border-color: #3e5a70; color: #3e5a70; }
.bs-social-share.style-outline-button.colored li.social-item.tumblr a:hover{ border-color: #426283; color: #426283;}
.bs-social-share.style-outline-button.colored li.social-item.email a{ border-color: #0c151c; color: #0c151c;}
.bs-social-share.style-outline-button.colored li.social-item.email a:hover{ border-color: #1a2a39; color: #1a2a39;}
.bs-social-share.style-outline-button.colored li.social-item.telegram a{ border-color: #179cde; color: #179cde;}
.bs-social-share.style-outline-button.colored li.social-item.telegram a:hover{ border-color: #179cde; color: #179cde;}
.bs-social-share.style-outline-button.colored li.social-item.whatsapp a{ border-color: #00e676; color: #00e676;}
.bs-social-share.style-outline-button.colored li.social-item.whatsapp a:hover{ border-color: #00ca65; color: #00ca65;}


/**
 * ->About Widget
 **/
.bs-about .about-title{
    text-align: center;
    margin:  0 0 15px;
}
.bs-about .about-text{
    text-align: center;
}
.bs-about .about-link{
    text-align: center;
    margin-top: 10px;
}
.bs-about .about-link a{
    color: #0080ce;
    font-weight: bold;
    font-size: 14px;
}
.bs-about .about-icons-list{
    text-align: center;
    margin: 17px 0 0;
    padding: 0;
}
.bs-about .about-icons-list .about-icon-item{
    display: inline-block;
    margin: 0 5px 5px 0;
}
.bs-about .about-icons-list .about-icon-item a{
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #333;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.bs-about .about-icons-list .about-icon-item a:hover{
    color: #fff;
    box-shadow: none;
}
.bs-about .about-icons-list .about-icon-item.facebook a:hover{
    background-color: #4a639f;
}
.bs-about .about-icons-list .about-icon-item.twitter a:hover{
    background-color: #59c8ff;
}
.bs-about .about-icons-list .about-icon-item.google-plus a:hover{
    background-color: #D73D32;
}
.bs-about .about-icons-list .about-icon-item.instagram a:hover{
    background: #f77638;
    background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.bs-about .about-icons-list .about-icon-item.youtube a:hover{
    background-color: #cc181e;
}
.bs-about .about-icons-list .about-icon-item.youtube a:hover{
    background-color: #cc181e;
}
.bs-about .about-icons-list .about-icon-item.dribbble a:hover{
    background-color: #ea4c89;
}
.bs-about .about-icons-list .about-icon-item.vimeo a:hover{
    background-color: #46a3e9;
}
.bs-about .about-icons-list .about-icon-item.behance a:hover{
    background-color: #3b63fc;
}
.bs-about .about-icons-list .about-icon-item.pinterest a:hover{
    background-color: #cb2027;
}
.bs-about .about-icons-list .about-icon-item.github a:hover{
    background-color: #4c4c4c;
}
.bs-about .about-icons-list .about-icon-item.email a:hover{
    background-color: #333;
}
.bs-about .about-icons-list .about-icon-item.telegram a:hover{
    background-color: #179cde;
}


/**
 * ->Popular Categories
 **/
.bs-popular-categories .bs-popular-terms-list{
    padding: 0 20px;
    margin: 0;
    list-style: none;
}
.bs-popular-categories .bs-popular-term-item{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
    line-height: 24px;
}
.bs-popular-categories .bs-popular-term-item:hover{
    color: #0080ce;
}
.bs-popular-categories .bs-popular-term-item a{
    color: #333;
}
.bs-popular-categories .bs-popular-term-item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.bs-popular-categories .bs-popular-term-item .term-count{
    float: right;
    display: inline-block;
    background: #EDEDED;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.bs-popular-categories .bs-popular-term-item:hover .term-count{
    background: #0080ce;
    color: #fff;
}
.bs-popular-categories .bs-popular-term-item:hover a{
    color: inherit;
}


/**
 * ->Subscribe Newsletter
 **/
.widget.widget_bs-subscribe-newsletter{
    background: #efefef;
    padding: 27px 23px !important;
}
.widget.widget_bs-subscribe-newsletter .widget-heading > .h-text{
    background: #efefef;
}
.bs-subscribe-newsletter .subscribe-image{
    margin-bottom: 15px;
    text-align: center;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}
.bs-subscribe-newsletter .subscribe-message{
    text-align: center;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.bs-subscribe-newsletter .subscribe-message p:last-child{
    margin-bottom: 0;
}
.bs-subscribe-newsletter form{
    width: 100%;
    position: relative;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
}
.bs-subscribe-newsletter .newsletter-email{
    color: #5f6569;
    width: 100%;
    border-color: #CBD1D8;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
}
.bs-subscribe-newsletter .newsletter-subscribe{
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    border-radius: 0 3px 3px 0;
    text-transform: capitalize !important;
    cursor: pointer;
    font-size: 14px;
}
.bs-subscribe-newsletter .newsletter-subscribe .fa{
    margin-right: 3px;
}
.bs-subscribe-newsletter .powered-by{
    font-size: 12px;
    margin: 5px auto 0;
    max-width: 311px;
    color: #b7b7b7;
}
.bs-subscribe-newsletter .powered-by img{
    opacity: 0.8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}
.bs-subscribe-newsletter.bs-feedburner-newsletter .powered-by img:hover,
.bs-subscribe-newsletter .powered-by img:hover{
    opacity: 1;
}
.bs-subscribe-newsletter.bs-feedburner-newsletter .powered-by img {
    opacity: 0.6;
}


/**
 * ->Flickr
 **/
.bs-flickr .bs-flickr-photo-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.bs-flickr .bs-flickr-photo-list .bs-flickr-photo img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-flickr .bs-flickr-photo-list .bs-flickr-photo img:hover{
    opacity: .9;
}

/* 2 column */
.bs-flickr .bs-flickr-photo-list.columns-2{
    margin: 0;
}
.bs-flickr .bs-flickr-photo-list.columns-2 li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
}
.bs-flickr .bs-flickr-photo-list.columns-2 li img{
    width: 100%;
}
.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(odd){
    padding-right: 5px;
}
.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(even){
    padding-left: 5px;
}
.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(n+3){
    clear: right;
}

/* 3 column */
.bs-flickr .bs-flickr-photo-list.columns-3 li{
    float: left;
    width: 33.333%;
    margin-bottom: 8px;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1){
    width: 66.66666%;
    padding-right: 3px !important;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) img{
    width: 100%;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(2){
    padding: 0 0 0 6px !important;
    margin-bottom: 10px;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3){
    padding: 0 0 0 6px !important;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li img{
    max-width: 100%;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child( 3n-1 ){
    padding: 0 3px;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child( 3n-2 ){
    padding-right: 6px;
    clear: left;
}
.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child( 3n+3  ){
    padding-left: 6px;
}
/* list style */
.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo{
    float: left;
    width: 12.5%;
}
.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo img{
    max-width: 100%;
}
.bs-flickr .bs-flickr-photo-list.list-photos{
    margin: 0;
    padding: 0;
}


/**
 * ->Likebox
 **/


/**
 * ->Dribbble
 **/
.bs-dribbble .bs-dribbble-shot-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.bs-dribbble .bs-dribbble-shot-list li:before{
    display: none;
}
.bs-dribbble .bs-dribbble-shot-list li{
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
}
.bs-dribbble .bs-dribbble-shot-list .dribbble-shot img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-dribbble .bs-dribbble-shot-list .dribbble-shot img:hover{
    opacity: .9;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(odd){
    padding-right: 5px;
}
.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(even){
    padding-left: 5px;
}
.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(n+3){
    clear: right;
}


.bs-dribbble .bs-dribbble-shot-list.columns-3 li{
    float: left;
    width: 33.333%;
}
.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child( 3n-1 ){
    padding: 0 3px;
}
.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child( 3n-2 ){
    padding-right: 6px;
    clear: left;
}
.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child( 3n+3  ){
    padding-left: 6px;
}


/**
 * ->Google+
 **/
.bs-google-plus > div{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
}


/**
 * ->Embed
 **/
.bs-embed .bs-embed-item iframe{
    max-width: 100%;
}
.bs-embed .bs-embed-item{
    margin-bottom: 15px;
}
.bs-embed .bs-embed-item:last-child {
    margin-bottom: 0;
}


/**
 * ->Instagram
 **/
.bs-instagram .bs-instagram-photo-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.bs-instagram .bs-instagram-photo-list li:before{
    display: none;
}
.bs-dribbble .bs-instagram-photo-list li{
    padding: 0;
    margin-bottom: 8px;
    text-align: center;
}
.bs-instagram .bs-instagram-photo-list .bs-instagram-photo img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-instagram .bs-instagram-photo-list .bs-instagram-photo img:hover{
    opacity: .9;
}
/* 2 column */
.bs-instagram .bs-instagram-photo-list.columns-2 li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
    max-height: 155px;
    overflow: hidden;
}
.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(odd){
    padding-right: 5px;
}
.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(even){
    padding-left: 5px;
}
.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(n+3){
    clear: right;
}
/* 3 column */
.bs-instagram .bs-instagram-photo-list.columns-3 li{
    float: left;
    width: 33.333%;
    overflow: hidden;
    margin-bottom: 10px;
}
.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child( 3n-1 ){
    padding: 0 3px;
}
.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child( 3n-2 ){
    padding-right: 6px;
    clear: left;
}
.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child( 3n+3  ){
    padding-left: 6px;
}
/* list style */
.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo{
    float: left;
    width: 12.5%;
}
.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo img{
    max-width: 100%;
}
.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo-list{
    margin: 0;
    padding: 0;
}


/**
 * ->Newsticker
 **/
.better-newsticker{
    min-height: 24px;
    max-height: 24px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}
.better-newsticker .heading{
    display: inline-block;
    width: 110px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase !important;
    margin: 0;
    background-color: #0080ce;
    color: #fff;
    text-align: center;
}
.better-newsticker ul.news-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.better-newsticker ul.news-list li{
    margin: 0;
    padding: 0 15px 0 0;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    overflow: hidden;
    width: 70%;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 140px;
}
.better-newsticker ul.news-list li.active{
    margin: 0;
    z-index: 1;
    opacity: 1;
    left: 128px;
}
.better-newsticker ul.news-list li a{
    color: #696969;
}
.better-newsticker ul.news-list li a:hover{
    color: #0080ce;
}
.better-newsticker .control-nav{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 24px;
}
.better-newsticker .control-nav span{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #EAEAEA;
    color: #CCCCCC;
    background: #fff;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    cursor: pointer;
    vertical-align: top;
}
.better-newsticker .control-nav span:hover{
    color: #0080ce;
    border-color:#0080ce;
}
.better-newsticker .control-nav span.prev{
    margin-right: 6px;
}
.newsticker-container{
    margin: 0 0 20px;
}
.layout-1-col .newsticker-container {
    padding-right: 0;
    padding-left: 0;
}
.better-newsticker.header-ticker{
    margin: 0;
}
.wpb_wrapper .better-newsticker{
    margin-left: 20px;
    margin-right: 20px;
}
.entry-content>.vc_row:first-child>.wpb_column>.vc_column-inner>.wpb_wrapper>.better-newsticker{
    margin-top: -5px;
}
.better-newsticker .control-nav span .fa {
    line-height: 24px;
    position: relative;
    top: -2px;
}

/**
 * ->Better Social Counter
 **/
.better-social-counter.style-style-6 .item-icon,
.better-social-counter.style-big-button .social-item,
.better-social-counter.style-button .item-icon,
.better-social-counter.style-box .item-icon,
.better-social-counter.style-clean .item-icon,
.better-social-counter.style-modern .item-icon {
    background-color: #434343;
}
.better-social-counter.style-big-button .item-icon,
.better-social-counter.style-box .item-title,
.better-social-counter.style-box .item-count {
    background-color: #313131;
}
.widget_better-social-counter .better-social-counter.style-button .social-list{
    text-align: center;
}
.widget_better-social-counter .better-social-counter.style-button .social-item{
    display: inline-block;
    float: none;
}
.widget_better-social-counter .better-social-counter.style-style-6 .social-item{
    border-bottom: none;
}


/**
 * ->BetterAds
 **/
.betteradscontainer{
    margin-bottom: 30px;
}
.betteradscontainer .betterad-container:last-child{
    margin-bottom: 0;
}
.widget .betteradscontainer {
    margin-bottom: 0;
}


/**
 * ->better-studio-shortcode
 **/
.better-studio-shortcode{
    margin-bottom: 30px;
}

.site-footer .better-studio-shortcode,
.widget .better-studio-shortcode {
    margin-bottom: 0;
}


/**
 * ->Shortcode Placeholder
 **/
.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p{
    word-break: break-all;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p + .bsbt-shortcode-placeholder{
    margin-top: 5px;
}
.bsbt-shortcode-placeholder{
    text-align: center;
    background: #FFF8D7;
    border: 1px solid #E5D68D;
    margin: 0 0 40px;
    padding: 15px;
    line-height: 24px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.bsbt-shortcode-placeholder a:hover,
.bsbt-shortcode-placeholder a{
    color: #e43c36 !important;
    font-weight: bolder;
}
.bsbt-shortcode-placeholder.type-small{
    padding: 7px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

/**
 * ->Shortcode Row & Columns
 **/
.bs-shortcode-row{
    margin-bottom: 20px;
}

.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col{
    width: 100% !important;
    margin-bottom: 15px;
}
.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col:last-child{
    margin-bottom: 0;
}

.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col{
    width: 50% !important;
    margin-bottom: 15px;
}
.bs-shortcode-row-3-column[max-width~="450px"] .bs-shortcode-col{
    width: 100% !important;
}
.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col:last-child{
    margin-bottom: 0;
}

.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col{
    width: 33.3333% !important;
    margin-bottom: 15px;
}
.bs-shortcode-row-4-column[max-width~="600px"] .bs-shortcode-col{
    width: 50% !important;
}
.bs-shortcode-row-4-column[max-width~="450px"] .bs-shortcode-col{
    width: 100% !important;
}
.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col:last-child{
    margin-bottom: 0;
}




blockquote {
    font-size: 110%;
    background-color: #efefef;
    border-left: none;
    padding: 60px 35px 50px;
    margin: 40px 0px 30px;
    position: relative;
    text-align: center;
    clear: both;
}
blockquote:before {
    content: '\f10e';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 30px;
    font-family: FontAwesome;
    color: #444444;
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    line-height: 101px;
    border-radius: 50%;
    text-align: center;
}
blockquote.bs-pullquote{
    min-width: 250px;
    max-width: 333px;
    display: inline-block;
    padding: 20px 20px 20px;
    margin: 0 0 20px 0;
    background-color: #f3f3f3;
    clear: none;
}
blockquote.bs-pullquote:before{
    display: none;
}
blockquote.bs-pullquote-right {
    text-align: right;
    float: right;
    margin-left: 25px;
    border-right: 4px solid #0080ce;
}
blockquote.bs-pullquote-left {
    text-align: left;
    float: left;
    margin-right: 25px;
    border-left: 4px solid #0080ce;
}
blockquote p:last-child{
    margin-bottom: 0;
}



/**
 * =>Pagination
 **/
.pagination{
    margin: 20px 0 0;
    font-size: 18px;
}
.entry-content .bs-post-pagination .pages{
    border-color: #DADADA !important;
    color: #333;
}
.entry-content .bs-post-pagination span {
    line-height: 28px;
    height: 28px;
    min-width: 28px;
}


/**
 * ->Link Pagination
 **/
.pagination.bs-links-pagination .older{
    float: left;
    width: 50%;
    text-align: left;
}
.pagination.bs-links-pagination .newer{
    float: right;
    width: 50%;
    text-align: right;
}
.pagination.bs-links-pagination a{
    display: inline-block;
    margin-right: 1px;
    line-height: 26px;
    height: 26px;
    min-width: 30px;
    text-align: center;
    padding: 0 9px;
    background-color: #fff;
    border: 1px solid #DADADA;
    color: #8A8F92;
    font-size: 12px;
    text-transform: uppercase;
}
.pagination.bs-links-pagination a:hover{
    color: #fff;
    background: #0080ce;
    border: 1px solid #0080ce;
}


/**
 * ->Numbered Pagination
 **/
.pagination.bs-numbered-pagination .page-numbers.dots:hover,
.pagination.bs-numbered-pagination .page-numbers,
.pagination.bs-numbered-pagination span,
.pagination.bs-numbered-pagination .wp-pagenavi a,
.pagination.bs-numbered-pagination .wp-pagenavi span{
    display: inline-block;
    margin-right: 1px;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #DADADA;
    color: #8A8F92;
    font-size: 12px;
    text-transform: uppercase;
}
.pagination.bs-numbered-pagination span{
    margin-right: 0;
}
.pagination.bs-numbered-pagination > span,
.pagination.bs-numbered-pagination .wp-pagenavi a:hover,
.pagination.bs-numbered-pagination .page-numbers:hover,
.pagination.bs-numbered-pagination .wp-pagenavi .current,
.pagination.bs-numbered-pagination .current{
    color: #0080ce;
    border: 1px solid;
}
.pagination.bs-numbered-pagination .next .fa{
    margin-left: 4px;
    font-size: 15px;
}
.pagination.bs-numbered-pagination .prev .fa{
    margin-right: 4px;
    font-size: 15px;
}


/**
 * =>Section Heading
 **/
.section-heading{
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.section-heading:after{
    content: '';
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.section-heading.multi-tab:after {
    /*top: 100%;*/
    /*margin-top: 0;*/
    /*background: #444;*/
}
.section-heading .h-text{
    display: inline-block;
    padding: 4px 17px 4px 0;
    color: #A6CE39 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    background: #fff;
}
.section-heading .h-text .bf-icon{
    margin-right: 3px;
    vertical-align: top;
    line-height: inherit;
}
.section-heading .other-link{
    float: right;
}
.section-heading .other-link .h-text{
    background: rgb(255, 255, 255);
    margin-left: 0;
    color: #484848;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 84%;
    padding: 4px 0 4px 17px;
}
/*.section-heading .other-link:hover .h-text{*/
    /*color: #444 !important;*/
/*}*/
.section-heading.multi-tab .main-link:hover .h-text,
.section-heading.multi-tab .main-link.active .h-text,
.section-heading .active > .h-text{
    color: #444;
}
.section-heading.multi-tab .main-link .h-text{
    color: #484848 ;
}
.section-heading p{
    margin-bottom: 0 !important;
    display: inline-block;
}
.bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text.h-text,
.section-heading.multi-tab .main-link.active .h-text.h-text,
.section-heading.multi-tab .active > .h-text,
.section-heading .other-link:hover .h-text,
.section-heading.multi-tab .main-link:hover .h-text {
    color: #0080ce;
}
.section-heading a:hover {
    color: #0080ce;
}


/**
 * =>Footer
 **/
.site-footer{
    background-color: #434343;
}


/**
 * ->Footer Widgets
 **/
.footer-widgets{
    padding: 35px 0;
}
.footer-widgets .widget .widget-heading:after{
    height: 2px;
    margin: 0;
    top: 100%;
    background: #444;
}
.footer-widgets .widget .widget-heading .h-text{
    border:none !important;
    font-size: 14px;
}
.footer-widgets .bs-popular-categories .bs-popular-term-item:hover .term-count,
.footer-widgets .widget .better-control-nav li a:hover,
.footer-widgets .widget .better-control-nav li a.better-active{
    background-color: #0080ce !important;
}
.footer-widgets .widget a:hover{
    color: #0080ce !important;
}
/* Footer Light Text */
.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a {
    background-color: rgba(0, 0, 0, 0.08);
}
.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a,
.footer-widgets.light-text .widget.widget_archive .post-count,
.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item .term-count,
.footer-widgets.light-text .widget.widget_categories .post-count,
.footer-widgets.light-text .widget.widget_calendar table tfoot td,
.footer-widgets.light-text .widget.widget_calendar table th,
.footer-widgets.light-text .widget.widget_calendar table td.active-day,
.footer-widgets.light-text .widget.widget_calendar table caption,
.footer-widgets.light-text .widget .widget-heading .h-text,
.footer-widgets.light-text .widget .widget-heading:after{
    background: rgba(255, 255, 255, 0.26);
}
.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a,
.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a,
.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a,
.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item,
.footer-widgets.light-text .widget.widget_pages ul li,
.footer-widgets.light-text .widget.widget_categories ul.children,
.footer-widgets.light-text .widget.widget_categories ul.children,
.footer-widgets.light-text .widget.widget_categories ul li{
    border-color: rgba(255, 255, 255, 0.06);
}
.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a{
    border-color: rgba(255, 255, 255, 0.06) !important;
}
.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a:hover{
    color: rgba(255, 255, 255, 0.71) !important;
}
.footer-widgets.light-text .widget.widget_calendar table td:hover,
.footer-widgets.light-text .widget.widget_calendar table td,
.footer-widgets.light-text .widget {
    color: rgba(255, 255, 255, 0.71);
}
.footer-widgets.light-text .widget.widget_categories .post-count,
.footer-widgets.light-text .post-meta .post-author,
.footer-widgets.light-text .widget a{
    color: white;
}
.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a{
    -webkit-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
    -moz-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
    box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
    color: white;
}
.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
    color: white !important;
}
.footer-widgets.light-text .better-control-nav li a,
.footer-widgets.light-text .widget.widget_bs-subscribe-newsletter {
    background: rgba(0, 0, 0, 0.15);
}
/* Footer Dark Text */
.footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a {
    background-color: rgba(0, 0, 0, 0.08);
}
.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item .term-count,
.footer-widgets.dark-text .widget.widget_categories .post-count,
.footer-widgets.dark-text .widget.widget_calendar table tfoot td,
.footer-widgets.dark-text .widget.widget_calendar table th,
.footer-widgets.dark-text .widget.widget_calendar table td.active-day,
.footer-widgets.dark-text .widget.widget_calendar table caption,
.footer-widgets.dark-text .widget .widget-heading .h-text,
.footer-widgets.dark-text .widget .widget-heading:after{
    background: rgba(0, 0, 0, 0.5);
}
.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item,
.footer-widgets.dark-text .widget.widget_pages ul li,
.footer-widgets.dark-text .widget.widget_categories ul.children,
.footer-widgets.dark-text .widget.widget_categories ul.children,
.footer-widgets.dark-text .listing-item-text-2 .item-inner,
.footer-widgets.dark-text .widget.widget_categories ul li{
    border-color: rgba(255, 255, 255, 0.06);
}
.footer-widgets.dark-text .widget.widget_calendar table td:hover,
.footer-widgets.dark-text .widget.widget_calendar table td,
.footer-widgets.dark-text .widget {
    color: rgba(0, 0, 0, 0.69);
}
.footer-widgets.dark-text .post-meta .post-author,
.footer-widgets.dark-text .widget a{
    color: rgba(0, 0, 0, 0.6);
}
.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a{
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
    color: rgba(0, 0, 0, 0.41);
}
.footer-widgets.dark-text .widget.widget_categories .post-count,
.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
    color: white !important;
}
.footer-widgets.dark-text .better-control-nav li a,
.footer-widgets.dark-text .widget.widget_bs-subscribe-newsletter {
    background: rgba(0, 0, 0, 0.15);
}
.footer-widgets.dark-text .listing-item-text-1 .item-inner {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}


/**
 * ->Footer Social Icons
 **/
.site-footer .footer-social-icons{
    padding: 20px 0;
    background: #292929;
}
.site-footer .footer-social-icons .social-item{
    margin-bottom: 0;
}


/**
 * ->Footer Copyright
 **/
.site-footer .copy-footer{
    padding: 22px 0 22px;
    background: #353535;
}
.site-footer .copy-footer .container{
    font-size: 12px;
}
.site-footer .copy-2,
.site-footer .copy-1{
    color: #FFFFFF;
    font-size: 15px;
}
.site-footer .copy-2{
    text-align: right;
}
.site-footer .copy-2 a,
.site-footer .copy-1 a{
    color: #F3F3F3;
}
.site-footer .copy-2 a:hover,
.site-footer .copy-1 a:hover{
    color: #0080ce;
}
@media only screen and (max-width : 780px){
    .site-footer .copy-1,
    .site-footer .copy-2{
        text-align: center;
    }
    .site-footer .copy-1{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .site-footer ul.menu.footer-menu{
        text-align: center;
    }
    .site-footer ul.menu.footer-menu > li{
        float: none;
        margin: 0 7px;
        display: inline-block;
    }
}


/**
 * ->Footer Menu
 **/
.footer-menu-container{
    border-bottom: 2px solid #646464;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    padding: 10px 0;
    margin-bottom: 10px;
}
ul.menu.footer-menu > li {
    margin-right: 20px;
}
ul.menu.footer-menu li > a{
    color: inherit;
    text-transform: inherit;
}
ul.menu.footer-menu li > a:hover{
    color: #0080ce;
}


/**
 * ->Footer Instagram
 **/
.footer-instagram .footer-instagram-label{
    margin: 25px 0;
    text-align: center;
    font-size: 18px;
}
.footer-instagram .bs-instagram-photo{
    position: relative;
    z-index: 1;
}
.footer-instagram .bs-instagram-photo a:hover,
.footer-instagram .bs-instagram-photo a{
    color: #fff;
}
.footer-instagram .bs-instagram-photo a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    display: block;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    opacity: 0;
}
.footer-instagram .bs-instagram-photo a:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}
.footer-instagram .bs-instagram-photo:hover a:after,
.footer-instagram .bs-instagram-photo:hover a:before{
    opacity: 1;
}
.footer-instagram .bs-instagram-photo img{
    max-width: 100%;
}


/**
 * >>Footer Instagram 1
 **/
.footer-instagram-1{
    padding: 0 2px 2px;
}
.footer-instagram-1 .bs-instagram-col{
    float: left;
    width: 16.666666667%;
    overflow: hidden;
}
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(1){
    max-width: 100%;
}
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(2),
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(3){
    max-width: 50%;
    float: left;
}
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(3){
    max-width: 100%;
    clear: left;
}
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(1),
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(2){
    max-width: 50%;
    float: left;
}
.footer-instagram-1 .bs-instagram-col .bs-instagram-photo{
    border: 2px solid transparent;
}
@media only screen and (max-width : 1280px){
    .footer-instagram-1 .bs-instagram-col{
        width: 20%;
    }
    .footer-instagram-1 .bs-instagram-col.bs-instagram-col-6{
        display: none;
    }
}
@media only screen and (max-width : 980px){
    .footer-instagram-1 .bs-instagram-col{
        width: 25%;
    }
    .footer-instagram-1 .bs-instagram-col.bs-instagram-col-5{
        display: none;
    }
}
@media only screen and (max-width : 780px){
    .footer-instagram-1 .bs-instagram-col{
        width: 33.33333%;
    }
    .footer-instagram-1 .bs-instagram-col.bs-instagram-col-4{
        display: none;
    }
}
@media only screen and (max-width : 480px){
    .footer-instagram-1 .bs-instagram-col{
        width: 50%;
    }
    .footer-instagram-1 .bs-instagram-col.bs-instagram-col-3{
        display: none;
    }
}


/**
 * >>Footer Instagram 2
 **/
.footer-instagram-2{
    margin: 0;
}
.footer-instagram-2 .bs-instagram-photo{
    width:12.5%;
    float: left;
}
@media only screen and (max-width : 1280px){
    .footer-instagram-2 .bs-instagram-photo{
        width: 14.285714286%;
    }
    .footer-instagram-2 .bs-instagram-photo-7{
        display: none;
    }
}
@media only screen and (max-width : 1100px){
    .footer-instagram-2 .bs-instagram-photo{
        width: 16.666666667%;
    }
    .footer-instagram-2 .bs-instagram-photo-6{
        display: none;
    }
}
@media only screen and (max-width : 980px){
    .footer-instagram-2 .bs-instagram-photo{
        width: 20%;
    }
    .footer-instagram-2 .bs-instagram-photo-5{
        display: none;
    }
}
@media only screen and (max-width : 780px){
    .footer-instagram-2 .bs-instagram-photo{
        width: 25%;
    }
    .footer-instagram-2 .bs-instagram-photo-4{
        display: none;
    }
}
@media only screen and (max-width : 500px){
    .footer-instagram-2 .bs-instagram-photo{
        width: 33.333%;
    }
    .footer-instagram-2 .bs-instagram-photo-3{
        display: none;
    }
}


/**
 * >>Footer Instagram 3
 **/
.footer-instagram-3{
    margin: 0 0 30px;
}
.footer-instagram-3 .bs-instagram-photo{
    width: 200px;
    margin: 0 20px;
    float: left;
}
.footer-instagram-3 .simply-scroll-container {
    position: relative;
}
.footer-instagram-3 .simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.footer-instagram-3 .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-instagram-3 .simply-scroll-list li {
    padding: 0;
    margin: 0 15px;
    list-style: none;
}
.footer-instagram-3 .custom .simply-scroll-clip {
    width: 100%;
    height: 210px;
}


/**
 * =>Single Post Content
 **/
.single-container{
    margin-bottom: 30px;
}
.post-related+.single-container,
.post-related+.ajax-post-content {
    margin-top: 30px;
}
.post-related .listing-item-grid-1{
    margin-bottom: 12px;
}
.post-related .listing-item-grid-1 .title{
    font-size: 15px;
    line-height: 1.4;
}
.content-column .single-container:last-child{
    margin-bottom: 0;
}
.content-column > div:last-child{
    margin-bottom: 30px;
}
.layout-1-col .single-page-builder-content{
    margin-bottom: -25px;
}



/* Post Terms */
.entry-terms{
    margin-bottom: 6px;
}
.entry-terms:last-child{
    margin-bottom: -3px;
}
.entry-terms ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
.entry-terms li{
    display: inline;
}
.entry-terms span.sep{
    margin: 0 5px;
}
.entry-terms .terms-label{
    padding: 0 10px;
    display: inline-block;
    margin-right: 4px;
}
.entry-terms.source .terms-label,
.entry-terms.via .terms-label,
.entry-terms.post-tags .terms-label{
    line-height: 20px;
    border: 1px solid #444;
    background: #444;
    color: #fff;
    font-size: 10px;
    float: left;
}
.entry-terms.source a,
.entry-terms.via a,
.entry-terms.post-tags a{
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 0 7px;
    display: inline-block;
    line-height: 20px;
    margin-right: 3px;
    font-size: 10px;
    float: left;
    margin-bottom: 3px;
    color: #5f5f5f;
}
.entry-terms.source a:hover,
.entry-terms.via a:hover,
.entry-terms.post-tags a:hover{
    color: #fff;
    background: #0080ce;
    border: 1px solid transparent;
}


/* post author box */
.single-container > .post-author{
    padding: 0;
    margin: 30px 0 0;
    position: relative;
}
.single-container > .post-author .post-author-avatar img{
    float: left;
    margin-right: 20px;
}
.single-container > .post-author .author-title{
    margin: 7px 0;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
}
.single-container > .post-author .author-links{
    float: right;
    width: 50%;
    text-align: right;
}
.single-container > .post-author .author-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-container > .post-author .author-links li{
    margin-left: 15px;
    display: inline-block;
}
.single-container > .post-author .author-links a{
    color: #9D9D9D;
    font-size: 14px;
}
.single-container > .post-author .author-links li.facebook a:hover{ color: #4a639f }
.single-container > .post-author .author-links li.twitter a:hover{ color: #59c8ff }
.single-container > .post-author .author-links li.google-plus a:hover{ color: #D73D32 }
.single-container > .post-author .author-links li.instagram a:hover{ color: #517FA4 }
.single-container > .post-author .author-links li.flickr a:hover{ color: #2f44db }
.single-container > .post-author .author-links li.behance a:hover{ color: #3b63fc }
.single-container > .post-author .author-links li.soundcloud a:hover{ color: #F50 }
.single-container > .post-author .author-links li.delicious a:hover{ color: #4a79ff }
.single-container > .post-author .author-links li.vimeo a:hover{ color: #46a3e9 }
.single-container > .post-author .author-links li.dribbble a:hover{ color: #ea4c89 }
.single-container > .post-author .author-links li.linkedin a:hover{ color: #0266a0 }
.single-container > .post-author .author-links li.youtube a:hover{ color: #cc181e }
.single-container > .post-author .author-links li.pinterest a:hover{ color: #cb2027 }
.single-container > .post-author .author-links li.github a:hover{ color: #666666 }

.single-container > .post-author .post-author-bio{
    margin-top: 15px;
    font-size: 13px;
    padding-left: 100px;
}
.single-container > .post-author .post-author-bio p:last-child{
    margin-bottom: 0;
}
/* post related */
.post-related{
    margin-top: 30px;
    position: relative;
}
.post-related .related-heading{
    margin: 0 0 20px;
    line-height: 16px;
    border-bottom: 3px solid #434343;
}
.post-related .related-heading .h-text{
    background: #434343;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 6px 12px;
    text-transform: uppercase;
}
.post-related .listing-item-grid-simple .heading-container{
    background: #F5F5F5;
}
@media only screen and (max-width : 520px) {
    .single-container > .post-author .author-links {
        float: none;
        width: 100%;
        text-align: left;
    }
    .single-container > .post-author .author-links li {
        margin-left: 0;
        margin-right: 15px;
    }
    .single-container > .post-author .post-author-bio {
        margin-top: 5px;
    }
}
@media only screen and (max-width : 380px) {
    .single-container > .post-author .post-author-avatar{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .single-container > .post-author .post-author-avatar img{
        float: none;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .single-container > .post-author .author-links {
        text-align: center;
    }
    .single-container > .post-author .author-links li {
        margin-left: 7px;
        margin-right: 7px;
    }
    .single-container > .post-author .post-author-bio {
        margin-top: 5px;
    }
    .single-container > .post-author .author-title{
        text-align: center;
        margin: 8px 0 5px;
    }
    .single-container > .post-author .post-author-bio {
        text-align: center;
        padding-left: 0;
    }
}


/**
 * =>Single Post Templates
 **/
.single-post-meta.post-meta .comments {
    float: none;
    margin-left: 0;
}
.single-post-title{
    line-height: 1.3;
}
.single-featured{
    text-align: center;
    display: block;
    margin: 0 0 20px;
    line-height: 0;
    position: relative;
}
.single-featured img{
    max-width: 100%;
    height: auto !important;
}
.single-featured iframe{
    max-width: 100%;
}
.image-credit a:hover,
.image-credit a{
    color: #fff !important;
}
.single-featured .image-credit{
    position: absolute;
    right: 0;
    font-size: 10px;
    display: inline-block;
    padding: 0 8px;
    bottom: -18px;
    color: #adadad;
    background: transparent;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
}
.post.format-standard .single-featured .image-credit {
    line-height: 20px;
    background: rgba(0, 0, 0, 0.26);
    bottom: 0;
    color: #fff;
}
/* post share */
.single-post-share {
    margin: 0 0 10px;
}
.entry-terms + .single-post-share.bottom-share {
    margin-top: 20px;
}
.single-post-share.bottom-share{
    margin-bottom: -10px;
}
.single-post-share ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-post-share li {
    margin-right: 7px;
    float: left;
}
.single-post-share a{
    font-size: 12px;
    padding: 0 10px;
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    line-height: 32px;
    border-radius: 3px;
}
.single-post-share a:hover{
    color: #fff !important;
}
.single-post-share a .fa{
    margin-right: 10px;
    margin-left: -10px;
    padding: 0;
    width: 32px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 32px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    vertical-align: top;
}
.single-post-share a:hover .fa{
    background: rgba(0, 0, 0, 0.08);
}
.single-post-share a:hover .fa.fa-envelope{
    background: rgba(255, 255, 255, 0.2);
}
.single-post-share .social-item a .fa{
    margin-right: -10px;
    border-radius: 3px 0 0 3px;
}
.single-post-share .social-item .item-title{
    display: none;
    font-family: 'Open Sans', sans-serif,serif;
}
.single-post-share .social-item:nth-child(3) a .fa,
.single-post-share .social-item:nth-child(2) a .fa,
.single-post-share .social-item:nth-child(1) a .fa{
    margin-right: 10px;
}
.single-post-share .social-item:nth-child(3) .item-title,
.single-post-share .social-item:nth-child(2) .item-title,
.single-post-share .social-item:nth-child(1) .item-title{
    display: inline-block;
}
.single-post-share .facebook a{
    background-color: #4a639f;
}
.single-post-share .twitter a{
    background-color: #59c8ff;
}
.single-post-share .google_plus a{
    background-color: #D73D32;
}
.single-post-share .email a{
    background-color: #0c151c;
}
.single-post-share .pinterest a{
    background-color: #cb2027;
}
.single-post-share .linkedin a{
    background-color: #0266a0;
}
.single-post-share .tumblr a{
    background-color: #3e5a70;
}
.single-post-share .telegram a{
    background-color: #26b2f1;
}
.single-post-share .whatsapp{
    display: none !important;
}
.single-post-share .whatsapp a{
    background-color: #00e676;
}
.single-post-share .whatsapp .fa{
    font-size: 18px;
}
@media only screen and (max-width : 550px) {
    .single-post-share .social-item:nth-child(3) a .fa{
        margin-right: -10px;
    }
    .single-post-share .social-item:nth-child(3) .item-title{
        display: none;
    }
}
@media only screen and (max-width : 450px) {
    .single-post-share .social-item:nth-child(2) a .fa{
        margin-right: -10px;
    }
    .single-post-share .social-item:nth-child(2) .item-title{
        display: none;
    }
}
@media only screen and (max-width : 780px) {
    .single-post-share .whatsapp {
        display: block !important;
    }
}


/**
 * =>Single Post Template 1
 **/
.post-tp-1-header .post-meta-wrap {
    margin: 20px 0;
    padding: 0;
}
.post-tp-1-header .post-meta-wrap .post-meta{
    padding: 0;
}
.post-tp-1-header .post-meta-wrap .term-badges + .post-meta .post-author-a:last-child .post-author:after {
    display: none;
}
.post-tp-1-header .term-badges {
    float: right;
    margin: 0;
    display: inline;
    line-height: 18px;
}
.post-tp-1-header .term-badges:first-child:last-child{
    float: none;
}
.post-tp-1-header .term-badges a{
    background: #444444;
    padding: 0 6px;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    margin: 0 0 0 4px;
}
.post-tp-1-header .term-badges .term-badge:first-child a{
    margin: 0;
}
.post-tp-1-header .term-badges a:hover{
    background: #0080ce;
}
.post-tp-1-header .single-post-title{
    margin: 0 0 15px;
}
@media only screen and (max-width : 420px) {
    .post-tp-1-header .term-badges {
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .post-tp-1-header .post-meta-wrap {
        margin: 10px 0 12px;
        padding: 0;
    }
}


/**
 * =>Single Post Template 2
 **/
.post-tp-2-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    margin: 0 0 25px;
}
.post-tp-2-header:before{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 380px;
}
.post-tp-2-header .post-header-inner{
    padding: 30px 30px;
    height: 560px;
    position: relative;
    overflow: hidden;
}
.post-tp-2-header .post-header-title{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.post-tp-2-header .single-post-title{
    color: #fff;
}
.post-tp-2-header .term-badges.floated {
    position: relative;
    top: auto;
    left:auto;
    right: auto;
    bottom: auto;
    margin-bottom: 10px;
}
.post-tp-2-header .post-meta .views,
.post-tp-2-header .post-meta .post-author,
.post-tp-2-header .post-meta,
.post-tp-2-header .post-meta a{
    color: #fff;
}
.post-tp-2-header .image-credit{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
}
.post-tp-2-header .image-credit:hover{
    color: #fff;
}
@media only screen and (max-width : 1080px) {
    .post-tp-2-header .post-header-inner{
        height: 450px;
    }
}
@media only screen and (max-width : 680px) {
    .post-tp-2-header .post-header-inner{
        height: 350px;
    }
}


/**
 * =>Single Post Template 3
 **/
.post-tp-3-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    margin-bottom: 25px;
}
.post-tp-3-header:before{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 380px;
}
.post-tp-3-header .post-header-inner{
    padding: 30px 30px;
    height: 560px;
    position: relative;
    overflow: hidden;
}
.post-tp-3-header .post-header-title{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.post-tp-3-header .single-post-title{
    color: #fff;
}
.post-tp-3-header .term-badges.floated {
    position: relative;
    top: auto;
    left:auto;
    right: auto;
    bottom: auto;
    margin-bottom: 10px;
}
.post-tp-3-header .post-meta .views,
.post-tp-3-header .post-meta .post-author,
.post-tp-3-header .post-meta,
.post-tp-3-header .post-meta a{
    color: #fff;
}
.post-tp-3-header .image-credit{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
}
.post-tp-3-header .image-credit:hover{
    color: #fff;
}
@media only screen and (max-width : 1080px) {
    .post-tp-3-header .post-header-inner {
        height: 450px;
    }
}
@media only screen and (max-width : 780px) {
    .post-tp-3-header .post-header-inner{
        padding: 20px;
    }
    .post-tp-3-header .post-header-title{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .post-tp-3-header .image-credit{
        bottom: 5px;
    }
}
@media only screen and (max-width : 680px) {
    .post-tp-3-header .post-header-inner{
        height: 350px;
    }
}


/**
 * =>Single Post Template 4
 **/
.post-tp-4-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    margin: 0 0 25px;
}
.post-tp-4-header:before{
    background: rgba(0, 0, 0, 0.25);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.post-tp-4-header .post-header-inner{
    padding: 30px 30px;
    height: 580px;
    position: relative;
    overflow: hidden;
}
.post-tp-4-header .post-header-title{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.39);
}
.post-tp-4-header .single-post-title{
    color: #fff;
    text-align: center;
}
.post-tp-4-header .term-badges.floated {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: center;
}
.post-tp-4-header .term-badges.floated .term-badge a,
.post-tp-4-header .term-badges.floated a{
    background: #fff !important;
    color: #444 !important;
}
.post-tp-4-header .post-meta .views,
.post-tp-4-header .post-meta .post-author,
.post-tp-4-header .post-meta,
.post-tp-4-header .post-meta a{
    color: #fff;
}
.post-tp-4-header .post-meta{
    text-align: center;
}
.post-tp-4-header .image-credit{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0 8px;
}
.post-tp-4-header .move-to-content{
    display: block;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.post-tp-4-header .move-to-content .fa{
    cursor: pointer;
}
@media only screen and (max-width : 1080px) {
    .post-tp-4-header .post-header-inner{
        height: 500px;
    }
}
@media only screen and (max-width : 680px) {
    .post-tp-4-header .post-header-inner{
        height: 430px;
    }
}


/**
 * =>Single Post Template 5
 **/
.post-tp-5-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    margin-bottom: 25px;
}
.post-tp-5-header:before{
    background: rgba(0, 0, 0, 0.25);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.post-tp-5-header .post-header-inner{
    padding: 30px 30px;
    height: 580px;
    position: relative;
    overflow: hidden;
}
.post-tp-5-header .post-header-title{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.post-tp-5-header .single-post-title{
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.39);
}
.post-tp-5-header .term-badges.floated {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.post-tp-5-header .term-badges.floated .term-badge a,
.post-tp-5-header .term-badges.floated a{
    background: #fff !important;
    color: #444 !important;
}
.post-tp-5-header .post-meta .views,
.post-tp-5-header .post-meta .post-author,
.post-tp-5-header .post-meta,
.post-tp-5-header .post-meta a{
    color: #fff;
}
.post-tp-5-header .post-meta{
    text-align: center;
}
.post-tp-5-header .image-credit{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0 8px;
}
.post-tp-5-header .move-to-content{
    display: block;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.post-tp-5-header .move-to-content .fa{
    cursor: pointer;
}

@media only screen and (max-width : 1080px) {
    .post-tp-5-header .post-header-inner {
        height: 450px;
    }
}
@media only screen and (max-width : 780px) {
    .post-tp-5-header .post-header-inner{
        padding: 20px 20px;
    }
    .post-tp-5-header .post-header-title{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}


/**
 * =>Single Post Template 6
 **/
.post-tp-6-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    margin-bottom: 25px;
    height: 550px;
}
.post-template-6 .post-header-inner{
    padding: 20px 20px 20px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: -150px;
}
.post-template-6.post-template-6-no-term .post-header-inner {
    padding-top: 33px;
    padding-bottom: 30px;
}
.post-template-6.post-template-6-no-meta .post-header-inner {
    padding-top: 25px;
    padding-bottom: 20px;
}
.post-template-6.post-template-6-no-meta.post-template-6-no-term .post-header-inner {
    padding-top: 35px;
    padding-bottom: 20px;
    margin-top: -120px;
}
.post-template-6 .single-post-title{
    margin: 0 0 15px;
}
.post-template-6 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
}
.post-tp-6-header .term-badges.floated .term-badge a,
.post-tp-6-header .term-badges.floated a{
    background: #fff !important;
    color: #444 !important;
}
.post-tp-6-header .post-meta .post-author,
.post-tp-6-header .post-meta,
.post-tp-6-header .post-meta a{
    color: #fff;
}
.post-tp-6-header .post-meta{
    text-align: center;
}
.post-tp-6-header .image-credit{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0 8px;
}
.post-tp-6-header .image-credit:hover{
    background: rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width : 1080px) {
    .post-tp-6-header{
        height: 450px;
    }
}
@media only screen and (max-width : 780px) {
    .post-tp-6-header{
        height: 350px;
    }
    .post-template-6 .post-header-inner{
        margin-top: 0;
        padding-top: 0;
    }
    .post-tp-6-header .post-header-inner{
        padding: 20px 20px;
    }
    .post-tp-6-header .post-header-title{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}


/**
 * =>Single Post Template 7
 **/
.post-tp-7-header{
    position: relative;
    background-color: #565656;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
}
.post-tp-7-header:before{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 380px;
}
.post-tp-7-header .post-header-inner{
    padding: 30px 30px 0;
    height: 580px;
    position: relative;
}
.post-tp-7-header .post-header-title{
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    background: #fff;
    padding: 25px 25px 0;
}
.post-tp-7-header .post-header-title .single-post-title{
    margin-top: 0
}
.page-layout-2-col-right .post-tp-7-header .post-header-title {
    left: -5px;
    right: -5px;
}
.post-tp-7-header .term-badges.floated {
    position: relative;
    top: auto;
    left:auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
}
.post-tp-7-header .image-credit{
    position: absolute;
    right: 0;
    top: -21px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0 8px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (max-width : 1366px) {
    .post-tp-7-header .post-header-inner{
        height: 500px;
    }
}
@media only screen and (max-width : 1080px) {
    .post-tp-7-header .post-header-inner{
        height: 400px;
    }
}
@media only screen and (max-width : 980px) {
    .post-tp-7-header .post-header-title {
        left: 0;
        right: 0;
    }
}


/**
 * =>Single Post Template 8
 **/
.post-tp-8-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    height: 350px;
    float: left;
    width: 40%;
    margin: 0 30px 25px 0;
}
.post-template-8 .post-header-inner{
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.post-template-8 .single-post-title{
    margin: 0 0 13px;
}
.post-template-8 .single-post-title:last-child{
    margin-bottom: 0;
}
.post-template-8 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
}
.post-tp-8-header .term-badges.floated .term-badge a,
.post-tp-8-header .term-badges.floated a{
    background: #fff !important;
    color: #444 !important;
}
.post-tp-8-header .post-meta .post-author,
.post-tp-8-header .post-meta,
.post-tp-8-header .post-meta a{
    color: #fff;
}
.post-tp-8-header .post-meta{
    text-align: center;
}
.post-tp-8-header .image-credit{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.24);
    font-size: 10px;
    color: white;
}
@media only screen and (max-width : 780px) {
    .post-tp-8-header{
        width: 100%;
        margin-right: 0;
    }
    .post-template-8 .post-header-inner{
        margin-top: 0;
        padding-top: 0;
    }
    .post-tp-8-header .post-header-inner{
        padding: 20px 20px;
    }
    .post-tp-8-header .post-header-title{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}


/**
 * =>Single Post Template 9
 **/
.post-template-9 .post-header-inner{
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.post-template-9 .single-post-title{
    margin: 0 0 12px;
}
.post-template-9 .single-post-title:last-child{
    margin-bottom: 0;
}
.post-template-9 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
}
.post-tp-9-header .term-badges.floated .term-badge a,
.post-tp-9-header .term-badges.floated a{
    background: #fff !important;
    color: #444 !important;
}
.post-tp-9-header .post-meta .post-author,
.post-tp-9-header .post-meta,
.post-tp-9-header .post-meta a{
    color: #fff;
}




/**
 * =>Single Post Template 10
 **/
.post-tp-10-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    height: 350px;
    float: left;
    width: 40%;
    margin: 0 30px 25px 0;
}
.post-template-10 .post-header-inner{
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.post-template-10 .single-post-title{
    margin: 0 0 13px;
}
.post-template-10 .single-post-title:last-child {
    margin-bottom: 0;
}
.post-template-10 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
}
.post-tp-10-header .term-badges.floated .term-badge a,
.post-tp-10-header .term-badges.floated a{
    background: #fff !important;
    color: #444 !important;
}
.post-tp-10-header .post-meta .post-author,
.post-tp-10-header .post-meta,
.post-tp-10-header .post-meta a{
    color: #fff;
}
.post-tp-10-header .post-meta{
    text-align: center;
}
@media only screen and (max-width : 780px) {
    .post-tp-10-header{
        width: 100%;
        margin-right: 0;
    }
    .post-template-10 .post-header-inner{
        margin-top: 0;
        padding-top: 0;
    }
    .post-tp-10-header .post-header-inner{
        padding: 20px;
    }
    .post-tp-10-header .post-header-title{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .post-tp-10-header .image-credit{
        bottom: 5px;
    }
}



/**
 * =>Single Post Template 11
 **/
.post-tp-11-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    margin-bottom: 25px;
}
.post-tp-11-header:before{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 380px;
}
.post-tp-11-header .post-header-inner{
    height: 470px;
    position: relative;
    overflow: hidden;
}
.post-tp-11-header .post-header-title{
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}
.post-tp-11-header .single-post-title{
    color: #fff;
    margin: 0 0 10px;
}
.post-tp-11-header .single-post-title:last-child{
    margin-bottom: 0;
}
.post-tp-11-header .term-badges.floated {
    position: relative;
    top: auto;
    left:auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
}
.post-tp-11-header .post-meta .views,
.post-tp-11-header .post-meta .post-author,
.post-tp-11-header .post-meta,
.post-tp-11-header .post-meta a{
    color: #fff;
}
.post-tp-11-header .image-credit{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    overflow: hidden;
    white-space: nowrap;
}
.post-tp-11-header .image-credit:hover{
    color: #fff;
}
@media only screen and (max-width : 1080px) {
    .post-tp-11-header .post-header-inner {
        height: 450px;
    }
}
@media only screen and (max-width : 780px) {
    .post-tp-11-header .post-header-inner {
        height: 380px;
    }
    .post-tp-11-header .post-header-inner{
        padding: 20px 20px;
    }
    .post-tp-11-header .post-header-title{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .post-tp-11-header .image-credit{
        bottom: 5px;
    }
}


/**
 * =>Single Post Template 12
 **/
.post-tp-12-header{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #3c3c3c;
    margin: 0 0 25px;
}
.post-tp-12-header .single-post-share {
    margin: 25px 0 -20px;
    text-align: center;
}
.post-tp-12-header .single-post-share li {
    margin: 0 3px;
    float: none;
    display: inline-block;
}
.post-tp-12-header .single-featured{
    margin: 20px auto 0;
    max-width: 900px;
}
.post-tp-12-header .post-header-inner{
    padding: 40px 25px 50px;
    position: relative;
}
.post-tp-12-header .single-post-title{
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}
.post-tp-12-header .single-post-title:last-child{
    margin-bottom: 30px;
}
.post-tp-12-header .term-badges.floated {
    position: relative;
    top: auto;;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 20px;
}
.post-tp-12-header .term-badges.floated .term-badge a,
.post-tp-12-header .term-badges.floated a{
    background: #fff !important;
    color: #444 !important;
}
.post-tp-12-header .post-meta .views,
.post-tp-12-header .post-meta .post-author,
.post-tp-12-header .post-meta,
.post-tp-12-header .post-meta a{
    color: #fff;
}
.post-tp-12-header .post-meta{
    text-align: center;
}
.post-tp-12-header .image-credit{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    text-align: center;
}
.post-tp-12-header .image-credit:hover{
    color: #fff;
}


/**
 * =>Single Post Template 13
 **/
.post-template-13 .single-container {
    padding-right: 40px;
    padding-left: 40px;
}
.post-tp-13-header {
    padding: 0;
}
.post-tp-13-header .post-meta-wrap {
    margin: 15px 0;
    padding: 0;
    text-align: center;
}
.post-tp-13-header .post-meta-wrap .post-meta{
    padding: 0;
}
.post-tp-13-header .single-featured {
    margin: 0 -40px 20px;
}
.post-tp-13-header .term-badges {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 25px;
}
.post-tp-13-header .single-post-title{
    margin: 0 0 15px;
    text-align: center;
}
.post-tp-13-header .single-post-title:first-child{
    margin-top: 15px;
}
.post-tp-13-header .single-post-title + .post-share,
.post-tp-13-header .single-post-title + .single-featured {
    margin-top: 25px;
}
.post-tp-13-header .single-post-share {
    margin: 15px 0 10px;
    text-align: center;
}
.post-tp-13-header .single-post-share li {
    margin: 0 3px;
    float: none;
    display: inline-block;
}
.post-template-13 .comments-template{
    margin-right: 40px;
    margin-left: 40px;
}
.post-template-13 .ajax-post-content .comments-template.comments-template{
    margin-right: 0;
    margin-left: 0;
}
.post-template-13 .post-related{
    margin-right: 40px;
    margin-left: 40px;
}
@media only screen and (max-width : 780px) {
    .post-template-13 .single-container {
        padding-right: 0;
        padding-left: 0;
    }
    .post-tp-13-header .single-featured {
        margin: 0 0 20px;
    }
    .post-template-13 .post-related,
    .post-template-13 .comments-template{
        margin-right: 0;
        margin-left: 0;
    }
}


/**
 * =>Single Page Content
 **/
.single-page-content > .featured{
    text-align: center;
    display: block;
    margin: 0 0 20px;
    line-height: 0;
}
.single-page-content > .featured img{
    max-width: 100%;
    height: auto !important;
}
.single-page-content > .featured iframe{
    max-width: 100%;
}


/**
 * =>Single Attachment Template
 **/
.single-attachment-content .return-to{
    margin-bottom: 20px;
}
.single-attachment-content .return-to .fa{
    border: 1px solid #D4D4D4;
    border: 1px solid rgba(138, 138, 138, 0.33);
    color: #9C9C9C;
    color: rgba(138, 138, 138, 0.83);
    font-size: 12px;
    padding: 0 9px;
    display: inline-block;
    line-height: 24px;
    min-width: 26px;
    text-align: center;
    cursor: pointer;
    margin-right: 7px;
    text-decoration: none;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease;
}
.single-attachment-content .return-to:hover .fa {
    background-color: #0080ce;
    border-color: transparent;
    color: #fff;
}
.single-attachment-content .parent-images ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-attachment-content .parent-images .img-holder{
    width: 100%;
    margin-bottom: 12px;
}
.single-attachment-content .parent-images .img-holder .fa{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    z-index: 2;
}
.single-attachment-content .parent-images .img-holder:hover .fa{
    opacity: 1;
}
.single-attachment-content .parent-images .img-holder:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.single-attachment-content .parent-images .img-holder:hover:after{
    opacity: 1;
}
.single-attachment-content .attachment-title{
    font-size: 22px;
}
.single-attachment-content .pagination{
    margin-bottom: 23px;
}
.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item{
    width: 25% !important;
    float: left !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n-3){
    padding-left: 0 !important;
    padding-right: 8px !important;
    clear: left !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+2){
    padding-left: 3px !important;
    padding-right: 5px !important;
    clear: none !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+3) {
    padding-left: 5px !important;
    padding-right: 3px !important;
    clear: initial !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+4){
    padding-right: 0 !important;
    padding-left: 8px !important;
    clear: none !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child( 3n-1 ){
    padding: 0 6px !important;
    clear: none !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child( 3n-2 ){
    padding-left: 0 !important;
    padding-right: 12px !important;
    clear: left !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child( 3n+3  ){
    padding-left: 12px !important;
    padding-right: 0 !important;
    clear: none !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item{
    width: 33.3333% !important;
    float: left;
}
.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item{
    float: left !important;
    width: 50% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(odd){
    padding-right: 13px !important;
    clear: left !important;
    padding-left: 0 !important;
}
.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(even){
    padding-left: 13px !important;
    padding-right: 0 !important;
    clear: none !important;
}


/**
 * =>Post Formats
 **/


/**
 * ->Video Format
 **/
.format-video.listing-item-grid .heading-container{
    margin-top: 0;
}


/**
 * ->Gallery Format
 **/
.format-gallery.listing-item-grid .heading-container{
    z-index: 999;
}


/**
 * ->Aside Format
 **/
.single-post-content.format-aside .entry-content,
.single-post-content.format-aside .post-summary{
    position: relative;
    padding: 32px 50px 32px 50px;
    line-height: 30px;
    color: #5a4f43;
    background-color: #f2f6c1;
    border: 1px solid #E8E8E8;
    background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%),-webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%),-moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%),-o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-size: 100% 100%;
}
.single-post-content.format-aside .entry-content{
    margin-bottom: 20px;
}
.single-post-content.format-aside .entry-content blockquote:before{
    background: transparent;
    top: 26px;
}


/**
 * ->Quote Format
 **/
.single-post-content.format-quote .entry-content,
.single-post-content.format-quote .post-summary{
    text-align: center;
    background-color: #F3F3F3;
    border: 1px solid rgba(0, 0, 0, 0.11);
    padding: 30px 20px;
    margin-bottom: 30px;
}
.single-post-content.format-quote .entry-content blockquote,
.single-post-content.format-quote .post-summary blockquote{
    border-left: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
}
.single-post-content.format-quote .entry-content blockquote:before,
.single-post-content.format-quote .post-summary blockquote:before{
    top: -20px;
    background: transparent;
    line-height: 80px;
}
.single-post-content.format-quote .entry-content blockquote{
    background: none;
    padding: 20px 0;
}
.single-post-content.format-quote .entry-content blockquote cite,
.single-post-content.format-quote .post-summary blockquote cite {
    font-weight: 800;
    font-style: normal;
    display: block;
    margin-top: 10px;
}
.single-post-content.format-quote .entry-content blockquote cite:before,
.single-post-content.format-quote .post-summary blockquote cite:before {
    content: "\2014 \2009";
}
.single-post-content.format-quote .heading-container .post-meta,
.single-post-content.format-quote .heading-container .title{
    text-align: center;
}


/**
 * ->Status Format
 **/
.single-post-content.format-status .entry-content,
.single-post-content.format-status .post-summary{
    text-align: center;
    padding: 20px;
    border: 2px solid #EAEAEA;
    font-size: 14px;
}
.single-post-content.format-status .post-summary{
    float: left;
}
.single-post-content.format-status .entry-content{
    margin-bottom: 19px;
}
.single-post-content.format-status .entry-content p:last-child,
.post.format-status .post-summary p:last-child {
    margin-bottom: 0;
}
.single-post-content.format-status .heading-container .post-meta,
.single-post-content.format-status .heading-container .title{
    text-align: center;
}


/**
 * ->Audio Format
 **/


/**
 * ->Chat Format
 **/
.better-chat{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.better-chat .chat-item {
    margin-bottom: 10px;
}
.better-chat .chat-item p:last-child{
    margin-bottom: 0;
}
.better-chat .chat-item .user-name{
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.better-chat .chat-item{
    margin: 0 0 30px;
    border-radius: 14px;
    padding: 8px 16px;
    background: #e5e5ea;
    max-width: 75%;
    clear: both;
    position: relative;
}
.better-chat .chat-item.chat-no-author{
    margin-bottom: 10px;
}
.better-chat .chat-item.chat-next-author{
    margin-bottom: 2px;
}
.better-chat .chat-item.chat-next-author:before,
.better-chat .chat-item.chat-next-author:after{
    display: none;
}

.better-chat .chat-item {
    float: right;
    background-color: #dcdcdc;
    color: #373737;
    text-align: right;
}
.better-chat .chat-item::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: 0px;
    width: 12px;
    height: 16px;
    border-left: 8px solid #dcdcdc;
    border-bottom-left-radius: 12px 6px;
}


.better-chat .chat-item.chat-speaker-9,
.better-chat .chat-item.chat-speaker-7,
.better-chat .chat-item.chat-speaker-5,
.better-chat .chat-item.chat-speaker-3,
.better-chat .chat-item.chat-speaker-1 {
    float: left;
    text-align: left;
}
.better-chat .chat-item.chat-speaker-9:after,
.better-chat .chat-item.chat-speaker-7:after,
.better-chat .chat-item.chat-speaker-5:after,
.better-chat .chat-item.chat-speaker-3:after,
.better-chat .chat-item.chat-speaker-1:after{
    display: none
}
.better-chat .chat-item.chat-speaker-9 .user-name,
.better-chat .chat-item.chat-speaker-7 .user-name,
.better-chat .chat-item.chat-speaker-5 .user-name,
.better-chat .chat-item.chat-speaker-3 .user-name,
.better-chat .chat-item.chat-speaker-1 .user-name{
    left: 0;
    right: auto;
}
.better-chat .chat-item.chat-speaker-9:before,
.better-chat .chat-item.chat-speaker-7:before,
.better-chat .chat-item.chat-speaker-5:before,
.better-chat .chat-item.chat-speaker-3:before,
.better-chat .chat-item.chat-speaker-1:before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 12px;
    height: 16px;
    border-right: 8px solid transparent;
    border-left: none;
    border-bottom-right-radius: 12px 6px;
}


.better-chat .chat-item.chat-speaker-1 {
    background-color: #1289fe;
    color: white;
}
.better-chat .chat-item.chat-speaker-1:before {
    border-right-color: #1289fe;
}

.better-chat .chat-item.chat-speaker-3 {
    background-color: #009e5d;
    color: white;
}
.better-chat .chat-item.chat-speaker-3:before {
    border-right-color: #009e5d;
}

.better-chat .chat-item.chat-speaker-4 {
    background-color: #daa715;
    color: white;
}
.better-chat .chat-item.chat-speaker-4:after {
    border-left-color: #daa715;
}

.better-chat .chat-item.chat-speaker-5 {
    background-color: #ce4309;
    color: white;
}
.better-chat .chat-item.chat-speaker-5:before {
    border-right-color: #ce4309;
}

.better-chat .chat-item.chat-speaker-6 {
    background-color: #da3699;
    color: white;
}
.better-chat .chat-item.chat-speaker-6:after {
    border-left-color: #da3699;
}

.better-chat .chat-item.chat-speaker-7 {
    background-color: #7655ce;
    color: white;
}
.better-chat .chat-item.chat-speaker-7:before {
    border-right-color: #7655ce;
}

.better-chat .chat-item.chat-speaker-8 {
    background-color: #3b99da;
    color: white;
}
.better-chat .chat-item.chat-speaker-8:after {
    border-left-color: #3b99da;
}

.better-chat .chat-item.chat-speaker-9 {
    background-color: #158a54;
    color: white;
}
.better-chat .chat-item.chat-speaker-9:before {
    border-right-color: #158a54;
}


/**
 * =>Entry Content
 **/
.entry-content .bs-intro,
.bs-intro{
    font-size: 110%;
    font-weight: bolder;
    -webkit-font-smoothing: antialiased;
}
.entry-content {
    font-size: 14px;
    line-height: 1.6;
    color: #4A4A4A;
    padding-bottom: 20px;
}
.post .entry-content.single-post-content:last-child{
    padding-bottom: 0;
}
.single-page-builder-content .entry-content {
    padding-bottom: 0;
}
.single-page-simple-content .entry-content iframe,
.entry-content.single-post-content iframe {
    max-width: 100%;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    height: 100% !important;
}
.entry-content p{
    margin-bottom: 17px;
}
.entry-content ol,
.entry-content ul{
    margin-bottom: 17px;
}
.entry-content table{
    border: 1px solid #ddd;
}
.entry-content table > thead > tr > th,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > tbody > tr > td,
.entry-content table > tfoot > tr > td {
    border: 1px solid #ddd;
    padding: 7px 10px;
}
.entry-content table > thead > tr > th,
.entry-content table > thead > tr > td {
    border-bottom-width: 2px;
}
.entry-content dl dt{
    font-size: 15px;
}
.entry-content dl dd{
    margin-bottom: 10px;
}
.entry-content acronym[title] {
    border-bottom: 1px dotted #999;
}
.entry-content .alignright{
    margin: 5px 0 20px 20px;
    float: right;
}
.entry-content .alignleft{
    margin: 5px 20px 15px 0;
    float: left;
}
.entry-content figure.alignleft .wp-caption-text{
    text-align: left;
}
.entry-content figure.alignright .wp-caption-text{
    text-align: right;
}
.entry-content figure,
.entry-content img{
    max-width: 100%;
    height: auto;
}
.entry-content img.aligncenter{
    display: block;
    margin: 15px auto 25px;
}
.entry-content figure.aligncenter{
    margin: 20px auto;
    text-align: center ;
}
.entry-content figure.aligncenter img{
    display: inline-block;
}
.entry-content .wp-caption-text,
.entry-content .gallery-caption,
.entry-content figcaption{
    margin: 5px 0 0;
    font-style: italic;
    font-size: 13px;
    line-height: 15px;
    color: #545454;
    padding: 0;
    text-align: center;
}
.entry-content .twitter-tweet{
    width: 100% !important;
}
.entry-content .gallery{
    text-align: center;
}
.entry-content .gallery:after{
    content: "";
    display: table;
    clear: both;
}
.entry-content .gallery .gallery-item{
    margin-bottom: 10px;
    position: relative;
}
.entry-content .gallery .gallery-item img{
    max-width: 100% !important;
    height: auto !important;
}
.entry-content .gallery.gallery-columns-2{
    clear: both;
}
.entry-content .gallery.gallery-columns-2 .gallery-item{
    width: 50%;float: left;
}
.entry-content .gallery.gallery-columns-3 .gallery-item{
    width: 33.33%;float: left;
}
.entry-content .gallery.gallery-columns-4 .gallery-item{
    width: 25%;float: left;
}
.entry-content .gallery.gallery-columns-5 .gallery-item{
    width: 20%;float: left;
}
.entry-content .gallery.gallery-columns-6 .gallery-item{
    width: 16.666%; float: left;
}
.entry-content .gallery.gallery-columns-7 .gallery-item{
    width: 14.28%; float: left;
}
.entry-content .gallery.gallery-columns-8 .gallery-item{
    width: 12.5%; float: left;
}
.entry-content .gallery.gallery-columns-9 .gallery-item{
    width: 11.111%; float: left;
}
.entry-content .terms-list{
    margin-bottom: 10px;
}
.entry-content .terms-list span.sep{
    margin: 0 5px;
}
.single-post-content a, .single-page-simple-content a{
    color: #0080ce;
}
.entry-content.single-page-simple-content a:hover,
.entry-content.single-post-content a:hover{
    text-decoration: underline;
}
.entry-content hr {
    margin: 27px 0;
    border-top: 2px solid #F0F0F0;
}
.entry-content > *:last-child{
    margin-bottom: 0;
}
.entry-content > h6:first-child,
.entry-content > h5:first-child,
.entry-content > h4:first-child,
.entry-content > h3:first-child,
.entry-content > h2:first-child,
.entry-content > h1:first-child{
    margin-top: 0;
}


/**
 * =>Comments
 **/
.comments-template{
    margin-top: 30px;
}
.comments-wrap {
    margin: 0 auto;
    position: relative;
}
.comments-template .comments-closed{
    text-align: center;
    padding: 20px 15px;
    background-color: #F5F5F5;
}

/* Comment List */
.comments-wrap ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments-wrap ol.comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 10%;
}
@media only screen and (max-width : 600px){
    .comments-wrap ol.comment-list .children {
        padding-left: 7%;
    }
}

/* Comment Types */
.comments-wrap li.comment,
.comments-wrap li.pingback {
    clear: both;
}
.comments-wrap li > article{
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 0;
}
.comments-wrap .comment-list > li:first-child > article {
    border-top: none;
}

/* Comment Avatar */
.comment-list .comment-avatar{
    float: left;
    margin: 0 20px 10px 0;
}
.comment-list .comment-avatar .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* Comment Meta */
.comment-list .comment-meta {
    margin: 0 0 5px;
    color: #858585;
}
.comment-list .comment-meta .comment-author {
    display: inline-block;
    padding: 4px 0 0;
    font-size: 15px;
    text-transform: capitalize !important;
    font-style: normal;
}
.comments-wrap li.pingback .comment-meta .comment-author{
    padding-top: 0;
}
.comment-list .comment-meta .comment-author .says{
    color: #9A9A9A;
}
.comment-list li.bypostauthor > article > .comment-meta .comment-author a,
.comment-list li.bypostauthor > article > .comment-meta .comment-author{
    color: #0080ce;
}
.comment-list .comment-meta .comment-published{
    font-style: italic;
    display: inline-block;
    margin: 0;
    padding: 12px 0 0;
    float: right;
    font-size: 11px;
    color: #C2C2C2;
}

/* Comment Content */
.comment-list .comment-content {
    margin: 0 0 8px;
    font-size: 13px;
}

/* Comment Footer */
.comment-list .comment-footer{
    font-size: 12px;
}
.comment-list .comment-footer .comment-edit-link{
    margin-left: 15px;
}
.comment-list .comment-footer .comment-edit-link,
.comment-list .comment-footer{
    color: #868686;
    float: right;
}
.comment-list .comment-footer .comment-edit-link:hover{
    color: #0080ce;
}
.comment-list .comment-footer .comment-reply-link {
    display: inline-block;
    float: right;
    color: #909090;
    text-align: center;
}
.comment-list .comment-footer .comment-reply-link:hover {
    color: #0080ce;
}

/* Comment Nav */
.comments-wrap .comments-nav{
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    position: relative;
}
.comments-wrap .comments-nav:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #eee;
}
.comments-wrap .comments-nav .page-numbers,
.comments-wrap .comments-nav .prev-page,
.comments-wrap .comments-nav .next-page {
    position: relative;
    background-color: #fff;
    display: inline-block;
    z-index: 1;
    padding: 0 15px;
}
.comments-wrap .comments-nav .next-page{
    float: left;
    padding: 0 15px 0 0;
}
.comments-wrap .comments-nav .prev-page{
    float: right;
    padding: 0 0 0 15px;
}

/* Comment Form */
.comment-respond.comments-template {
    margin-top: 40px;
}
.comment-respond {
    margin: 0 auto;
    position: relative;
}
@media only screen and (max-width :780px){
    .comment-respond {
        margin-bottom: 30px;
    }
}
.comment-respond > .comment-reply-title{
    display: none;
}
.comments-wrap + .comment-respond{
    margin-top: 20px;
}
.comment-respond .comment-reply-title {
    position: absolute;
    top: -16px;
    left: 20px;
    right: 20px;
    margin: 0;
    line-height: 16px;
}
.comment-respond #cancel-comment-reply-link,
.comment-respond .comment-reply-title .h-text{
    background: #434343;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 6px 12px;
    text-transform: uppercase;
}
.comment-respond .log-in-out {
    text-align: center;
}
.form-allowed-tags {
    margin-top: -1.5rem;
    font-size:  0.9375rem;
}
.comment-respond #cancel-comment-reply-link{
    float: right;
    background: #0080ce;
    color: #fff !important;
}
.comments-wrap .comment-respond .comment-reply-title {
    text-align: inherit;
}
.comment-respond .note-after,
.comment-respond .note-before{
    text-align: center;
    margin-bottom: 15px;
}
.comment-respond .note-after p:last-child,
.comment-respond .note-before p:last-child{
    margin-bottom: 0;
}

.comment-respond .author-wrap{
    width: 50%;
    float: left;
    padding-right: 10px;
}
.comment-respond .email-wrap{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.comment-respond .url-wrap{
    width: 100%;
}
.comment-respond .url-wrap .url{
    max-width: 100%;
    width: 100%;
}
.comment-respond .author-wrap input,
.comment-respond .email-wrap input{
    width: 100%;
}


.comment-respond .comment-wrap,
.comment-respond .email-wrap,
.comment-respond .author-wrap,
.comment-respond .url-wrap{
    margin-bottom: 15px;
}
.comment-respond .comment,
.comment-respond .email,
.comment-respond .author,
.comment-respond .url{
    border: 1px solid #d8d8d8;
    padding: 18px 12px;
}
.comment-respond .email,
.comment-respond .author,
.comment-respond .url {
    padding: 8px 12px;
    height: auto;
}
.comment-respond .comment{
    height: 200px;
}
.comment-respond textarea:focus{
    border-color: #0080ce;
}
.comment-respond .comment-submit{
    background: #434343;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
}
.comment-respond .form-submit{
    margin: 0;
}
.ajaxified-comments-container {
    margin: 20px 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    color: #868686;
}
.comment-ajaxified-placeholder {
    color: #868686;
}
.comment-ajaxified-placeholder {
    margin: 0 5px;
}

/**
 * =>Back To Top
 **/
.back-top{
    background: #0080ce;
    color: #ffffff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}
.back-top.fade-out:hover{
    opacity: 1;
}
.back-top.is-visible{
    visibility: visible;
    opacity: .6;
    bottom: 8px;
}
.back-top.fade-out1 {
    opacity: .7;
}
.back-top.fade-out2 {
    opacity: .8;
}
.back-top.fade-out3 {
    opacity: .9;
}
.back-top.fade-out4 {
    opacity: 1;
}
.back-top.dark{
    background: #383838;
    color: #fff;
}
.back-top:hover{
    opacity: 1;
}


/**
 * =>404 Page
 **/
.error404 .content-column{
    max-width: 800px !important;
    margin: 10px auto 50px;
}
.error404 .content-column .second-row{
    margin-bottom: 5px;
}
.error404 .content-column .desc-section{
    text-align: center;
}
.error404 .content-column .desc-section .title-404{
    margin: 0 0 15px;
    color: #444;
    font-weight: bolder;
    text-align: center;
}
.error404 .content-column .text-404{
    font-size: 130px;
    line-height: 175px;
    font-weight: bold ;
    color: #444;
    text-align: center;
    margin: 0;
}
.error404 .content-column .action-links {
    margin-bottom: 10px;
    margin-top: 20px;
}
.error404 .content-column .action-links .fa{
    margin-right: 5px;
}
.error404 .content-column .top-line{
    margin-top: 15px;
    padding-top: 25px;
}
.error404 .content-column .search-form label{
    width: 100%;
}
.error404 .content-column .search-form .search-field{
    width: 80%;
    border: 1px solid #cbcbcb;
    height: 34px;
    line-height: 20px;
    padding: 0 30% 0 10px;
    outline: none;
    float: left;
    background: #fff;
}
.error404 .content-column .search-form .search-submit{
    position: absolute;
    right: 15px;
    top: 41px;
    height: 34px;
    padding: 0 7%;
    line-height: 28px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}
.error404 .content-column .search-form.have-focus .search-field{
    border-color: #9e9e9e;
}


/**
 * =>Author Profile
 **/
.author-profile{
    margin-bottom: 29px;
}
.author-profile .post-author-avatar{
    float: left;
    margin-right: 15px;
}
.author-profile .post-author-avatar img{
    border-radius: 50%;
}
.author-profile .author-title{
    font-size: 22px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.author-profile .post-author-bio{
    margin: 10px auto 0 auto;
    padding-left: 115px;
}
.author-profile .post-author-bio p:last-child {
    margin-bottom: 0;
}
.author-profile .author-links{
    margin-top: 15px;
}
.author-profile .author-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.author-profile .author-links ul li{
    display: inline-block;
    background-color: #fff;
    padding: 0 ;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.author-profile .author-links ul li a{
    display: inline-block;
    line-height: 26px;
    height: 26px;
    width: 26px;
    background-color: #eee;
    font-size: 12px;
    color: #fff;
}
.author-profile .author-links ul li.facebook a{ background-color: #4a639f }
.author-profile .author-links ul li.twitter a{ background-color: #59c8ff }
.author-profile .author-links ul li.google-plus a{ background-color: #D73D32 }
.author-profile .author-links ul li.instagram a{ background-color: #517FA4 }
.author-profile .author-links ul li.flickr a{ background-color: #2f44db }
.author-profile .author-links ul li.behance a{ background-color: #3b63fc }
.author-profile .author-links ul li.soundcloud a{ background-color: #F50 }
.author-profile .author-links ul li.delicious a{ background-color: #4a79ff }
.author-profile .author-links ul li.vimeo a{ background-color: #46a3e9 }
.author-profile .author-links ul li.dribbble a{ background-color: #ea4c89 }
.author-profile .author-links ul li.linkedin a{ background-color: #0266a0 }
.author-profile .author-links ul li.youtube a{ background-color: #cc181e }
.author-profile .author-links ul li.pinterest a{ background-color: #cb2027 }
.author-profile .author-links ul li.github a{ background-color: #666666 }



/**
 * =>Better Gallery
 **/
.better-gallery{
    margin: 10px -0 25px;
}
.better-gallery .gallery-title{
    color: #fff;
    padding: 10px 0 0;
    text-align: center;
    user-select: none;
}
.better-gallery .gallery-title .prev,
.better-gallery .gallery-title .next{
    cursor: pointer;
    color: #373737;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.17);
    font-family: 'Open Sans';
    font-size: 11px !important;
    padding: 0 11px;
    display: inline-block;
    line-height: 20px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: uppercase;
}
.better-gallery .gallery-title .prev:hover,
.better-gallery .gallery-title .next:hover{
    background-color: #0080ce;
    color: #fff;
}
.better-gallery .gallery-title .next .fa{
    margin-left: 3px;
}
.better-gallery .gallery-title .prev .fa{
    margin-right: 3px;
}
.better-gallery .count{
    font-size: 12px;
    margin-right: 20px;
    margin-left: 20px;
    font-style: normal;
    line-height: 24px;
    display: inline-block;
    color: #808080;
    vertical-align: middle;
    min-width: 46px;
}
.better-gallery .count i {
    font-style: normal;
}
.better-gallery .main-title{
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #373737;
    font-weight: bolder;
    text-align: center;
    font-size: 26px;
    margin-bottom: 12px;
}
.better-gallery .slide-title-wrap{
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.better-gallery .slide-title-wrap .slide-copy,
.better-gallery .slide-title-wrap .slide-title{
    padding: 4px 11px;
    background-color: rgba(20, 20, 20, 0.55);
    display: inline-block;
    font-size: 12px;
}
.better-gallery .slide-title-wrap .slide-copy{
    margin: 4px;
    font-style: italic;
}
.better-gallery .fotorama__thumb:before{
    width: 85px;
    height: 62px;
    position: relative;
    display: block;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.33);
    z-index: 8;
}
.better-gallery .fotorama__nav:before,
.better-gallery .fotorama__stage:before {
    background-image: linear-gradient(transparent,rgba(0,0,0,.6) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.7),transparent);
    background-position: 0 0,0 0;
    opacity: 0.4;
}
.better-gallery .fotorama__nav:after,
.better-gallery .fotorama__stage:after {
    background-image: linear-gradient(transparent,rgba(0,0,0,.6) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.7),transparent);
    background-position: 100% 0,100% 0;
    opacity: 0.4;
}
.better-gallery .fotorama__thumb-border{
    border-color: #0080ce;
}
.better-gallery .fotorama__wrap {
    padding-top: 15px;
}
.better-gallery .count {
    font-size: 12px;
    margin-right: 20px;
    margin-left: 20px;
    font-style: normal;
    line-height: 24px;
    display: inline-block;
    color: #808080;
    vertical-align: middle;
    text-transform: lowercase;
}
.better-gallery .fotorama__nav-wrap{
    margin-top: 8px;
    padding: 0 10px;
}
.better-gallery .fotorama__wrap .fotorama__html{
    height: 100%;
    text-align: center;
}
.better-gallery .fotorama__wrap .fotorama__html img{
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.17);
}
.better-gallery .fotorama__wrap .fotorama__html > div {
    height: 100%;
}


/**
 * =>No Results
 **/
.no-results{
    text-align: center;
}
.no-results > .title{
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0;
}
.no-results > .title:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #F0F0F0;
}
.no-results > .title span{
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.no-results .search-form{
    margin: 20px 0 30px;
}
.no-results .search-form input[type="submit"] {
    float: none;
}
.no-results .search-form input[type="search"] {
    float: none;
    width: 240px;
}


/**
 * =>Shortcodes
 **/
.bs-shortcode{
    margin-bottom: 30px;
}
.wpb_wrapper > .widget{
    margin-bottom: 30px;
}
.widget > .bs-shortcode:last-child {
    margin-bottom: 0;
}
.bs-shortcode.bs-heading-shortcode{
    margin-bottom: 21px;
}
/**
 * =>Animations
 **/

@-webkit-keyframes bs-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bs-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bs-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bs-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bs-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bs-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bs-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bs-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bs-spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}
@keyframes bs-spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}
.bs-animate {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bs-fadeInLeft {
    -webkit-animation-name: bs-fadeInLeft;
    animation-name: bs-fadeInLeft;
}
.bs-fadeInRight {
    -webkit-animation-name: bs-fadeInRight;
    animation-name: bs-fadeInRight;
}
.bs-fadeInDown {
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown;
}
.bs-fadeInUp {
    -webkit-animation-name: bs-fadeInUp;
    animation-name: bs-fadeInUp;
}
.bs-spin {
    -webkit-animation-name: bs-spin;
    animation-name: bs-spin;
}
.pagination-animate>.bs-animate {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.bs-tab-anim.bs-tab-animated.active{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown;
}


/**
 * =>BS Loading
 **/

.bs-loading,
.bs-loading > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-loading {
    display: block;
    font-size: 0;
    color: #333;
}
.bs-loading > div {
    display: inline-block;
    float: none;
    background-color: #0080ce;
}
.bs-loading {
    width: 54px;
    height: 54px;
}
.bs-loading > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    -webkit-animation-name: bs-loading-keyframe;
    -moz-animation-name: bs-loading-keyframe;
    -o-animation-name: bs-loading-keyframe;
    animation-name: bs-loading-keyframe;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bs-loading > div:nth-child(1) {
    -webkit-animation-duration: .65s;
    -moz-animation-duration: .65s;
    -o-animation-duration: .65s;
    animation-duration: .65s;
    -webkit-animation-delay: .03s;
    -moz-animation-delay: .03s;
    -o-animation-delay: .03s;
    animation-delay: .03s;
}
.bs-loading > div:nth-child(2) {
    -webkit-animation-duration: 1.02s;
    -moz-animation-duration: 1.02s;
    -o-animation-duration: 1.02s;
    animation-duration: 1.02s;
    -webkit-animation-delay: .09s;
    -moz-animation-delay: .09s;
    -o-animation-delay: .09s;
    animation-delay: .09s;
}
.bs-loading > div:nth-child(3) {
    -webkit-animation-duration: 1.06s;
    -moz-animation-duration: 1.06s;
    -o-animation-duration: 1.06s;
    animation-duration: 1.06s;
    -webkit-animation-delay: -.69s;
    -moz-animation-delay: -.69s;
    -o-animation-delay: -.69s;
    animation-delay: -.69s;
}
.bs-loading > div:nth-child(4) {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: -.41s;
    -moz-animation-delay: -.41s;
    -o-animation-delay: -.41s;
    animation-delay: -.41s;
}
.bs-loading > div:nth-child(5) {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-delay: .04s;
    -moz-animation-delay: .04s;
    -o-animation-delay: .04s;
    animation-delay: .04s;
}
.bs-loading > div:nth-child(6) {
    -webkit-animation-duration: .84s;
    -moz-animation-duration: .84s;
    -o-animation-duration: .84s;
    animation-duration: .84s;
    -webkit-animation-delay: .07s;
    -moz-animation-delay: .07s;
    -o-animation-delay: .07s;
    animation-delay: .07s;
}
.bs-loading > div:nth-child(7) {
    -webkit-animation-duration: .68s;
    -moz-animation-duration: .68s;
    -o-animation-duration: .68s;
    animation-duration: .68s;
    -webkit-animation-delay: -.66s;
    -moz-animation-delay: -.66s;
    -o-animation-delay: -.66s;
    animation-delay: -.66s;
}
.bs-loading > div:nth-child(8) {
    -webkit-animation-duration: .93s;
    -moz-animation-duration: .93s;
    -o-animation-duration: .93s;
    animation-duration: .93s;
    -webkit-animation-delay: -.76s;
    -moz-animation-delay: -.76s;
    -o-animation-delay: -.76s;
    animation-delay: -.76s;
}
.bs-loading > div:nth-child(9) {
    -webkit-animation-duration: 1.24s;
    -moz-animation-duration: 1.24s;
    -o-animation-duration: 1.24s;
    animation-duration: 1.24s;
    -webkit-animation-delay: -.76s;
    -moz-animation-delay: -.76s;
    -o-animation-delay: -.76s;
    animation-delay: -.76s;
}
@-webkit-keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: .35;
        -webkit-transform: scale(.45);
        transform: scale(.45);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: .35;
        -moz-transform: scale(.45);
        transform: scale(.45);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: .35;
        -o-transform: scale(.45);
        transform: scale(.45);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: .35;
        -webkit-transform: scale(.45);
        -moz-transform: scale(.45);
        -o-transform: scale(.45);
        transform: scale(.45);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/**
 * =>BS Pagin
 **/
.deferred-loading-container {
    position: relative;
}
.bs-pagination-wrapper:focus {
    outline: none !important;
}
.bs-pagin-loading-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.bs-pagin-loading-wrapper .bs-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
}
.bs-pagination-wrapper .bs-pagination-in-loading{
    opacity: 0.15;
    pointer-events: none;
}
.bs-pagination{
    margin: 15px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.post-related .bs-pagination {
    margin-top: 0;
}
.bs-pagination-label{
    color: #9C9C9C;
    color: rgba(138, 138, 138, 0.83);
    font-size: 11px;
    margin-left: 4px;
}
.btn-bs-pagination{
    border: 1px solid #D4D4D4;
    border: 1px solid rgba(138, 138, 138, 0.33);
    color: #9C9C9C !important;
    color: rgba(138, 138, 138, 0.83) !important;
    font-size: 11px !important;
    padding: 0 6px;
    display: inline-block;
    line-height: 22px !important;
    min-width: 26px;
    text-align: center !important;
    cursor: pointer;
    text-transform: uppercase !important;
}
.btn-bs-pagination.bs-pagination-in-loading,
.btn-bs-pagination:hover,
.btn-bs-pagination.hover{
    border-color: #0080ce;
    color: #fff !important;
    background: #0080ce;
}
body .bs-pagination a.btn-bs-pagination.disabled:hover{
    border: 1px solid #D4D4D4 !important;
    border: 1px solid rgba(138, 138, 138, 0.33) !important;
    color: #9C9C9C !important;
    color: rgba(138, 138, 138, 0.83) !important;
    background-color: transparent !important;
    cursor: default;
}
.btn-bs-pagination.disabled:hover,
.btn-bs-pagination.disabled{
    opacity: 0.5;
}
.btn-bs-pagination .fa {
    font-weight: bold;
}
.btn-bs-pagination.next .fa{
    margin-left: 3px;
}
.btn-bs-pagination.prev .fa{
    margin-right: 3px;
}
.bs-pagination-wrapper{
    position: relative;
}
.btn-bs-pagination .loading .fa{
    margin-right: 3px;
}
.btn-bs-pagination .loaded .fa{
    margin-left: 3px;
}
.bs-pagination.bs-ajax-pagination.infinity,
.bs-pagination.bs-ajax-pagination.more_btn_infinity,
.bs-pagination.bs-ajax-pagination.more_btn{
    text-align: center;
}
.bs-pagination.bs-ajax-pagination.infinity .btn-bs-pagination,
.bs-pagination.bs-ajax-pagination.more_btn_infinity .btn-bs-pagination,
.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination{
    line-height: 26px !important;
    padding: 0 7px;
}
.bs-pagination.bs-simple-pagination .btn-bs-pagination.prev .fa{
    margin: 0 0 0 3px;
}
.bs-pagination.bs-simple-pagination .btn-bs-pagination.next .fa{
    margin: 0 3px 0 0;
}
.bs-listing-listing-classic-3 .bs-pagination .pagination,
.bs-listing-listing-classic-3 .bs-pagination,
.bs-listing-listing-classic-2 .bs-pagination .pagination,
.bs-listing-listing-classic-2 .bs-pagination,
.bs-listing-listing-text-1 .bs-pagination .pagination,
.bs-listing-listing-text-1 .bs-pagination,
.bs-listing-listing-mix-4-6 .bs-pagination .pagination,
.bs-listing-listing-mix-4-6 .bs-pagination,
.bs-listing-listing-mix-4-5 .bs-pagination .pagination,
.bs-listing-listing-mix-4-5 .bs-pagination,
.bs-listing-listing-mix-4-4 .bs-pagination .pagination,
.bs-listing-listing-mix-4-4 .bs-pagination,
.bs-listing-listing-mix-4-3 .bs-pagination .pagination,
.bs-listing-listing-mix-4-3 .bs-pagination,
.bs-listing-listing-mix-4-2 .bs-pagination .pagination,
.bs-listing-listing-mix-4-2 .bs-pagination,
.bs-listing-listing-mix-4-1 .bs-pagination .pagination,
.bs-listing-listing-mix-4-1 .bs-pagination,
.bs-listing-listing-thumbnail-1 .bs-pagination .pagination,
.bs-listing-listing-thumbnail-1 .bs-pagination,
.bs-listing-listing-thumbnail-2 .bs-pagination .pagination,
.bs-listing-listing-thumbnail-2 .bs-pagination,
.bs-listing-listing-thumbnail-3 .bs-pagination .pagination,
.bs-listing-listing-thumbnail-3 .bs-pagination,
.bs-listing-listing-mix-3-2 .bs-pagination .pagination,
.bs-listing-listing-mix-3-2 .bs-pagination,
.bs-listing-listing-mix-2-1 .bs-pagination .pagination,
.bs-listing-listing-mix-2-1 .bs-pagination,
.bs-listing-listing-grid-1 .bs-pagination .pagination,
.bs-listing-listing-grid-1 .bs-pagination,
.bs-listing-listing-grid-2 .bs-pagination .pagination,
.bs-listing-listing-grid-2 .bs-pagination,
.bs-listing-modern-grid-listing-3 .bs-pagination .pagination,
.bs-listing-modern-grid-listing-3 .bs-pagination,
.bs-listing-listing-tall-1 .bs-pagination .pagination,
.bs-listing-listing-tall-1 .bs-pagination,
.bs-listing-listing-tall-2 .bs-pagination .pagination,
.bs-listing-listing-tall-2 .bs-pagination,
.bs-listing-listing-mix-1-2 .bs-pagination .pagination{
    margin-top: 0;
}
.bs-listing-listing-mix-1-2 .bs-pagination{
    margin-top: 0;
    position: relative;
    top: -20px;
    margin-bottom: -20px;
}


/**
 * =>Editor Shortcodes
 **/

.bs-slider-controls .btn-bs-pagination.next {
    margin-left: 5px;
}
.bs-slider-items-container>.bs-slider-item{
    display: none;
}
.bs-slider-items-container .bs-slider-item.bs-slider-first-item {
    display: block;
}
.bs-slider-items-container .bs-control-nav-style-2 .btn-bs-pagination.next{
    float: right;
}
.bs-slider-items-container .bs-control-nav-style-3 {
    text-align: center;
}
.bs-listing.bs-listing-single-tab .bs-slider-items-container .bs-control-nav-style-4 .btn-bs-pagination{
    line-height: 22px;
    min-width: 24px;
    padding: 0 6px;
    border-radius: 50%;
}

.bs-slider-dots{
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
.bs-slider-dots li{
    display: inline-block;
}
.bs-slider-dots .bts-bs-dots-btn{
    cursor: pointer;
}
.bs-slider-dots .bs-slider-active > .bts-bs-dots-btn{
    background: #0080ce;
}
.bs-slider-dots-style-4,
.bs-slider-dots-style-3,
.bs-slider-dots-style-2,
.bs-slider-dots-style-1{
    text-align: center;
    line-height: 27px;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
}
.bs-control-nav + .bs-slider-dots-style-4,
.bs-control-nav + .bs-slider-dots-style-3,
.bs-control-nav + .bs-slider-dots-style-2,
.bs-control-nav + .bs-slider-dots-style-1{
    bottom: 0;
}
.bs-control-nav-style-4 + .bs-slider-dots-style-4,
.bs-control-nav-style-4 + .bs-slider-dots-style-3,
.bs-control-nav-style-4 + .bs-slider-dots-style-2,
.bs-control-nav-style-4 + .bs-slider-dots-style-1{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.bs-slider-dots-style-4 .bts-bs-dots-btn,
.bs-slider-dots-style-3 .bts-bs-dots-btn,
.bs-slider-dots-style-2 .bts-bs-dots-btn,
.bs-slider-dots-style-1 .bts-bs-dots-btn{
    display: inline-block;
    height: 8px;
    width: 8px;
    text-indent: -9999px;
    overflow: hidden;
    background: #eee;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: all;
}
.bs-slider-dots-style-1 .bts-bs-dots-btn{
    border-radius: 50%;
}
.bs-slider-dots-style-3 .bts-bs-dots-btn{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bs-slider-dots-style-4 .bts-bs-dots-btn {
    width: 12px;
    height: 4px;
}
.bs-simple-pagination.simple_next_prev .btn-bs-pagination.prev{
    float: right;
}

/* fixes */
.bs-listing-listing-mix-4-8 .bs-slider-controls,
.bs-listing-listing-mix-4-7 .bs-slider-controls,
.bs-listing-modern-grid-listing-5 .bs-slider-controls,
.bs-listing-modern-grid-listing-2 .bs-slider-controls,
.bs-listing-modern-grid-listing-1 .bs-slider-controls,
.bs-listing-listing-text-2 .bs-slider-controls,
.bs-listing-listing-text-1 .bs-slider-controls,
.bs-listing-listing-classic-3 .bs-slider-controls,
.bs-listing-listing-classic-1 .bs-slider-controls,
.bs-listing-listing-blog-4 .bs-slider-controls,
.bs-listing-listing-blog-3 .bs-slider-controls,
.bs-listing-listing-blog-2 .bs-slider-controls,
.bs-listing-listing-blog-1 .bs-slider-controls,
.bs-listing-listing-mix-1-1 .bs-slider-controls,
.bs-listing-listing-mix-3-3 .bs-slider-controls,
.bs-listing-listing-mix-3-1 .bs-slider-controls,
.bs-listing-listing-mix-1-3 .bs-slider-controls,
.bs-listing-listing-mix-1-4 .bs-slider-controls{
    height: 27px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.bs-listing-modern-grid-listing-5 .bs-slider-controls,
.bs-listing-listing-mix-1-4 .bs-slider-controls{
    margin-top: 0;
}
.bs-listing-listing-text-1 .bs-slider-controls{
    margin-top: 0;
}
.bs-listing-modern-grid-listing-2 .bs-slider-controls,
.bs-listing-modern-grid-listing-1 .bs-slider-controls{
    margin-top: 10px;
}
.bs-listing-modern-grid-listing-6 .bs-slider-controls {
    height: 27px;
    margin-bottom: -10px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}
.bs-listing-listing-mix-2-2 .bs-slider-controls{
    height: 27px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.bs-listing-listing-thumbnail-1 .bs-slider-controls{
    height: 27px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}
.bs-listing-listing-thumbnail-2 .bs-slider-controls{
    height: 27px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.bs-listing-listing-classic-2 .bs-slider-controls,
.bs-listing-listing-classic-2 .bs-slider-controls{
    height: 27px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}
.bs-listing-modern-grid-listing-4 .bs-slider-controls{
    height: 27px;
}
.bs-listing-listing-tall-1 .bs-slider-controls,
.bs-listing-listing-tall-2 .bs-slider-controls{
    height: 27px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}
.bs-listing-modern-grid-listing-3 .bs-slider-controls{
    height: 27px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}
.bs-listing-listing-grid-2 .bs-slider-controls,
.bs-listing-listing-grid-1 .bs-slider-controls{
    height: 27px;
    margin-top: -7px;
    position: relative;
    z-index: 1;
}



/**
 * ->Drop Cap
 **/
.dropcap.dropcap {
    display: inline-block;
    float: left;
    margin: 0 8px -10px 0;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    text-transform: uppercase;
}
.dropcap.dropcap-square {
    background-color: #0080ce;
    color: #fff;
    padding: 0 11px;
}
.dropcap.dropcap-square-outline {
    border: 2px solid #0080ce;
    color: #0080ce;
    padding: 0 11px;
    line-height: 70px;
}
.dropcap.dropcap-circle {
    background-color: #0080ce;
    color: #fff;
    padding: 0 11px;
    border-radius: 50%;
    min-width: 74px;
    font-size: 52px;
    text-align: center;
}
.dropcap.dropcap-circle-outline {
    border: 2px solid #0080ce;
    color: #0080ce;
    padding: 0 11px;
    border-radius: 50%;
    min-width: 74px;
    font-size: 52px;
    text-align: center;
    line-height: 72px;
}


/**
 * ->Highlight
 **/
.bs-highlight{
    background-color: #FF9;
    padding: 0 3px;
}
.bs-highlight.bs-highlight-red{
    background-color: #FFB6B6;
}


/**
 * ->Tabs
 **/
.bs-tab-shortcode{
    margin-bottom: 20px;
}
.bs-tab-shortcode .nav.nav-tabs{
    border-bottom: 3px solid #0080ce;
    padding-bottom: 1px;
}
.bs-tab-shortcode .nav-tabs>li>a{
    background-color: #dcdcdc;
    border: none;
    padding: 5px 12px;
    margin-right: 10px;
    border-radius: 0;
    color: #4A4A4A;
}
.bs-tab-shortcode .nav-tabs>li>a:focus,
.bs-tab-shortcode .nav-tabs>li>a:hover,
.bs-tab-shortcode .nav-tabs>li.active>a{
    background-color: #0080ce;
    color: #fff;
    border: none;
}
.bs-tab-shortcode .tab-content .tab-pane{
    padding: 20px;
    border: 3px solid #0080ce;
    border-top: none;
    margin-top: -17px;
}


/**
 * ->Accordion
 **/
.bs-row-shortcode{
    margin-bottom: 20px;
}
.bs-accordion-shortcode .panel{
    box-shadow: none;
    border-radius: 0;
    border-width: 2px;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease;
}
.bs-accordion-shortcode .panel-heading {
    padding: 10px 15px 10px 15px;
}
.bs-accordion-shortcode .panel-heading a{
    color: #585858;
}
.bs-accordion-shortcode .panel-heading a:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f067';
    margin: 0 10px 0 0;
}
.bs-accordion-shortcode .panel-heading.active a:before{
    content: '\f068';
}
.bs-accordion-shortcode .panel-heading *,
.bs-accordion-shortcode .panel-heading .panel-title br {
    display: none;
}
.bs-accordion-shortcode .panel-heading .panel-title,
.bs-accordion-shortcode .panel-heading .panel-title a {
    display: block;
}
.bs-accordion-shortcode .panel-heading+.panel-collapse>.panel-body{
    border-top-width: 2px;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease;
}
.bs-accordion-shortcode .panel.open .panel-heading a,
.bs-accordion-shortcode .panel .panel-heading a:hover{
    color: #0080ce;
}
.bs-accordion-shortcode .panel.open .panel-heading+.panel-collapse>.panel-body,
.bs-accordion-shortcode .panel.open{
    border-color: #0080ce;
}


/**
 * ->List Shortcode
 **/
ul.bs-shortcode-list ul,
ul.bs-shortcode-list{
    list-style: none;
    padding-left: 20px;
    overflow: hidden;
}
ul.bs-shortcode-list ul{
    padding-left: 13px;
}
ul.bs-shortcode-list li{
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px;
}
ul.bs-shortcode-list li:before{
    width: 25px;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 6px;
    color: #0080ce;
}
ul.bs-shortcode-list li:empty{
    display: none;
}
ul.bs-shortcode-list.list-style-check li:before{
    content: "\f00c";
}
ul.bs-shortcode-list.list-style-star li:before{
    content: "\f005";
}
ul.bs-shortcode-list.list-style-edit li:before{
    content: "\f044";
}
ul.bs-shortcode-list.list-style-folder li:before{
    content: "\f07b";
}
ul.bs-shortcode-list.list-style-file li:before{
    content: "\f15b";
}
ul.bs-shortcode-list.list-style-heart li:before{
    content: "\f004";
}
ul.bs-shortcode-list.list-style-asterisk li:before{
    content: "\f069";
}



/**
 * ->Divider
 **/
hr.bs-divider{
    height: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #DBDBDB;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin: 30px auto 28px;
    position: relative;
    width: 90%;
}
hr.bs-divider.dashed-line{
    border-style: dashed;
    border-width: 1px;
}
hr.bs-divider.full{
    width: 100%;
}
hr.bs-divider.large{
    width: 90%;
}
hr.bs-divider.small{
    width: 70%;
}
hr.bs-divider.tiny{
    width: 50%;
}
hr.bs-divider + h3,
hr.bs-divider + h2,
hr.bs-divider + h1 {
    margin-top: -10px;
}
hr.bs-divider + h5{
    margin-top: -5px;
}
h5 + hr.bs-divider,
h4 + hr.bs-divider,
h3 + hr.bs-divider,
h2 + hr.bs-divider,
h1 + hr.bs-divider{
    margin-top: 28px;
}


/**
 * ->Alert Shortcode
 **/
.bs-shortcode-alert.alert{
    border-radius: 0;
}
.bs-shortcode-alert.alert-simple{
    background-color: #F3F3F3;
    border-color: #E6E6E6;
}


/**
 * =>Sticky
 **/
.listing-item-blog.sticky,
.listing-item-blog.sticky:first-child {
    background-color: #FFFBDF;
    padding: 30px 25px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}


/**
 * =>VC Customizations
 **/
.vc_images_carousel:hover .vc_carousel-control .icon-next,
.vc_images_carousel:hover .vc_carousel-control .icon-prev {
    background: #fff;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{
    height: 0;
}
.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before {
    top: -11px;
    line-height: 30px;
    color: #333;
    text-shadow: none;
}
.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before{
    right: -1px;
}
.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before{
    left: -1px;
}
.wpb_gallery > .wpb_wrapper > .wpb_flexslider{
    padding: 0;
    margin: 0 0 30px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    zoom: 1;
    height: auto !important;
}
.wpb_flexslider .flex-direction-nav a {
    width: 30px;
    height: 30px;
}
.wpb_flexslider .flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 14px;
    display: inline-block;
    content: '\f001';
    text-shadow: none;
    line-height: 30px;
    height: 30px;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    background: #fff;
    text-align: center;
    line-height: 30px;
}
.wpb_flexslider.flexslider:hover .flex-prev {
    left: 40px;
}
.wpb_flexslider.flexslider:hover .flex-next {
    right: 40px;
}



/**
 * =>BGCS
 **/
.better-gcs-result .gsc-result .gs-title:hover *,
.better-gcs-result .gsc-result .gs-title:hover{
    color: #0080ce;
}


/**
 * =>bs Pretty Tabs
 **/
.bs-pretty-tabs-container {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    z-index: 2;
}
.bs-pretty-tabs-container .bs-pretty-tabs-more {
    z-index: 3;
    position: relative;
}
.bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link {
    display: block;
    float: none;
    width: 100%;
}
.bs-pretty-tabs-container .bs-pretty-tabs-elements .h-text {
    border: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px 10px;
    text-align: right;
}
.bs-pretty-tabs-container .bs-pretty-tabs-elements {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index:2;
    white-space: nowrap;
    border: 1px solid #d8d8d8;
    display: none;
    padding: 5px;
    min-width: 160px;
}
.bs-pretty-tabs .bs-pretty-tabs-more.other-link{
    pointer-events: none;
}
.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{
    position: relative;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid transparent;
}
.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text{
    transition: none;
}
.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text .fa {
    margin-left: 3px;
}
.bs-pretty-tabs .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text{
    border: 1px solid #d8d8d8;
    border-bottom: none;
}
.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    display: none;
}
.bs-pretty-tabs.bs-pretty-tabs-initialized .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text:after {
    display: block;
}
.bs-pretty-tabs-container:hover .bs-pretty-tabs-elements {
    display: block;
}
.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text {
    background: transparent !important;
    color: currentColor !important;
    border-color: rgba(0, 0, 0, 0.13) !important;
}
.bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text {
    color: #0080ce;
}
.section-heading.multi-tab .other-link {
    opacity: 0;
    -webkit-transition: color .7s ease, background .7s ease;
    -moz-transition: color .7s ease, background .7s ease;
    -o-transition: color .7s ease, background .7s ease;
    transition: color .7s ease, background .7s ease;
    position: absolute;
}
.section-heading.multi-tab .bs-pretty-tabs-container {
    padding-left: 10px;
    background: #fff;
}
.bs-pretty-tabs.bs-pretty-tabs-initialized .other-link {
    opacity: 1;
    position: relative;
}


/**
 * =>Better Reviews
 **/
.rating-bar span,
.betterstudio-review .verdict .overall{
    background-color: #0080ce;
}
.rating-stars span:before {
    color: #0080ce;
}
.bs-slider-1-item .rating-stars,
.listing-mg-6-item .rating-stars,
.listing-mg-4-item .rating-stars,
.listing-mg-3-item .rating-stars,
.listing-mg-2-item .rating-stars,
.listing-mg-1-item .rating-stars{
    color: #fff;
}
.bs-slider-1-item .post-meta .rating-bar,
.listing-mg-6-item .post-meta .rating-bar,
.listing-mg-4-item .post-meta .rating-bar,
.listing-mg-3-item .post-meta .rating-bar,
.listing-mg-2-item .post-meta .rating-bar,
.listing-mg-1-item .post-meta .rating-bar{
    background-color: #fff;
}
.listing-item-tall-2 .post-meta .rating,
.listing-item-text-1 .post-meta .rating,
.bs-slider-item .post-meta .rating,
.listing-mg-5-item-big .post-meta .rating,
.listing-mg-4-item .post-meta .rating,
.listing-mg-3-item .post-meta .rating{
    float: none;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px;
}
.listing-item-text-1 .post-meta .comments,
.listing-item-tall-2 .post-meta .comments{
    float: none;
    margin-left: 0;
}


/**
 * =>Ajax search
 **/
.search-container {
    position: relative;
}
.search-container.open.result-results-exist .search-preview {
    display: block;
}
.search-preview {
    display: none;
    border: 1px solid #dedede;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
    font-weight: 400;
    color: #383838;
    line-height: 1;
    z-index: 99;
}
.search-preview [data-section-name] {
    max-height: 280px;
}
.search-preview .clean-title {
    font-size: 16px;
    margin-bottom: 15px;
}
.search-preview .listing-item-thumbnail:last-child,
.search-preview ul.products  {
    margin-bottom: 0;
}
.ajax-search-results {
    background: inherit;
}
.ajax-search-results .search-404 {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.ajax-search-results .clean-button {
    margin-left: 0 !important;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result-results-exist .search-preview {
    border-top: 0;
}
.two-column-results-list,
.ajax-search-no-product .ajax-ajax-posts-list {
    padding: 21px;
    position: relative;
}
.two-column-results-list>div{
    width: 50%;
    float: left;
    background: inherit;
    padding-right: 3%;
 }
.two-column-results-list>div:last-child {
    padding-right: 0;
}
.two-column-results-list>.ajax-posts-columns {
    width: 45%;
}
.two-column-results-list>.ajax-products-columns {
    width: 55%;
}
.ajax-search-loading {
    display: block;
    text-align: center;
    color: #a6a6a6;
}

.ajax-ajax-posts-list {
    overflow: hidden;
    background: inherit;
    display: table-cell;
}
.ajax-ajax-posts-list .ajax-search-loading,
.ajax-ajax-posts-list .align-vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #afafaf;
}
.ajax-taxonomy-list .ajax-search-loading,
.ajax-taxonomy-list .align-vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #afafaf;
}
.ajax-ajax-posts-list .ajax-taxonomy-list {
    margin-top: 30px;
}
.ajax-ajax-posts-list .listing-thumbnail {
    margin-bottom: 20px;
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown;
}
.search-preview .bs-listing-products {
    margin-bottom: 28px;
}
.ajax-taxonomy-list {
    background: #fbfbfb;
    border-left: 1px solid #e2e2e2;
    display: table-cell;
    overflow: hidden;
    width: 30%;
    padding: 25px;
}
.ajax-products-columns .add_to_cart_button {
    display: none !important;
}
.ajax-products-columns .price {
    margin-top: 19px;
}
.ajax-products-columns .star-rating+.price {
    margin-top: 0;
}
.ajax-products-columns ul.products li.product,
.ajax-products-columns ul.products li.product {
    margin-bottom: 1px;
}
.search-preview .post-categories {
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown;
}
.search-preview .post-categories li {
    display: inline-block;
    margin: 0 0 0 5px;
}
.ajax-search-results {
    display: table-row;
}
.ajax-search-results-wrapper {
    display: table;
    background: inherit;
    width: 100%;
    height: 350px;
}
.ajax-search-results:after {
    content: ' ';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #028bd4;
    right: -1px;
    height: 3px;
}
.ajax-categories-columns {
    background: inherit;
    margin-bottom: 30px;
}
.ajax-tags-columns {
    background: inherit;
}
.ajax-search-no-product .ajax-taxonomy-list>div {
    width: 100%;
    float: none;
    background: inherit;
    height: 152px;
    margin-bottom: 0;
    position: relative;
}
.ajax-search-no-product .ajax-taxonomy-list {
    width: 100%;
}
.ajax-search-no-product .ajax-ajax-posts-list {
    width: 53%;
}
.ajax-search-no-product.ajax-search-fullwidth .ajax-ajax-posts-list {
    width: 69%;
    position: relative;
}
.ajax-search-no-product.ajax-search-fullwidth .two-column-results-list {
    padding: 5px;
}
.ajax-search-no-product.ajax-search-fullwidth .listing-thumbnail {
    margin-bottom: 0;
}
.ajax-posts-column {
    background: inherit;
}



/*
* woocommerce posts style
*/
.search-preview .woocommerce-MyAccount-navigation ul li a:hover,
.search-preview .woocommerce-MyAccount-navigation ul li.is-active a,
.search-preview .woocommerce  .woocommerce-Reviews .star-rating,
.search-preview .woocommerce div.product p.price,
.search-preview .woocommerce div.product span.price,
.search-preview .woocommerce div.product .woocommerce-product-rating,
.search-preview .woocommerce ul.products li.product .price {
    color: #06a800  !important;
}
.search-preview .woocommerce ul.products li.product,
.search-preview .woocommerce-page ul.products li.product {
    font-size: 14px;
}
.search-preview .woocommerce ul.products li.product h3 {
    font-size: 1em;
}
.ajax-posts-columns {
    background: inherit;
}


/**
 * =>Global clean styles
 **/
.clean-title {
    position: relative;
    background: inherit;
    margin-bottom: 8px;
}
.clean-title>span {
    position: relative;
    z-index: 30;
    background: inherit;
    display: inline-block;
    padding: 0 15px;
    margin-left: -10px;
}
.clean-title::after {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #e5e5e5;
    display: block;
    content: ' ';
}
.clean-button {
    border-radius: 0;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    color: #383838;
    font-size: 13px;
    font-weight: 600;
    padding: 0 9px;
    margin: 0 1px 5px;
    display: inline-block;
    line-height: 28px;
}
.clean-button-light {
    background: #fff;
}
.clean-button .fa {
    margin-right: 6px;
}


/**
 * =>Responsive
 **/
@media only screen and (max-width : 1000px) {
    .container {
        width: 100%;
    }
    .content-wrap {
        padding: 0;
    }
}
@media only screen and (max-width : 768px){
    .slider-container .content-wrap{
        padding-bottom: 0;
    }
}

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

}

@media only screen and (max-width : 420px) {
    .widget {
        margin-bottom: 15px;
    }
}

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

@media only screen and (max-width : 668px){
    body{
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bs-visible-md {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .bs-visible-sm {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .bs-visible-lg {
        display: block !important;
    }

}
@media (max-width: 991px) {
    .bs-hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bs-hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .bs-hidden-lg {
        display: none !important;
    }
}


.site-header .betteradscontainer{
    text-align: right !important;
    margin-bottom: 0;
}
.site-header .betteradscontainer .betterad-caption{
    display: none !important;
}

.ajax-post-content{
    margin-top: 30px;
}
.ajax-post-content .post-header-inner .term-badges.floated{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}
.ajax-post-content .single-post-title{
    margin: 10px 0 5px;
}
.ajax-post-content .single-featured.single-featured{
     margin-left: 0;
     margin-right: 0;
}
.ajax-post-content .post-meta{
    margin: 0 0 10px;
}
.ajax-post-content .comments-template.comments-template,
.ajax-post-content .post-related.post-related,
.ajax-post-content .single-container.single-container{
    padding-right: 0;
    padding-left: 0;
}
.ajax-post-content{
    max-width: 856px;
    margin-left: auto;
    margin-right: auto;
}


/**
 * =>Login
 **/
.modal.sign-in-modal {
    text-align: center;
    padding: 0!important;
}
.modal.sign-in-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.sign-in-modal .modal-content{
    border: none;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.31);
}
.sign-in-modal .modal-header{
    padding: 0;
    border-bottom: 1px solid #efefef;
    line-height: 48px;
    text-align: center;
}
.sign-in-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 440px;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.sign-in-modal .close-modal{
    position: absolute;
    top: 32px;
    right: 37px;
    font-size: 15px;
    color: #BDBDBD;
    line-height: 15px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.sign-in-modal .close-modal:hover{
    color: #333;
}
.sign-in-modal .bs-login.bs-type-profile,
.sign-in-modal .bs-login.bs-type-login-register,
.sign-in-modal .bs-login.bs-type-login {
    height: 380px;
    top: 25px;
}
.bs-login.bs-type-login {
    height: 320px;
}
.bs-login.bs-type-login-register {
    height: 350px;
}
.bs-login {
    max-width: 290px;
    height: 350px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.bs-login .bs-login-panel {
    display: block;
    position: absolute;
    width: 100%;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .44s cubic-bezier(0.445, 0.050, 0.000, 0.800);
    -moz-transition: all .44s cubic-bezier(0.445, 0.050, 0.000, 0.800);
    -ms-transition: all .44s cubic-bezier(0.445, 0.050, 0.000, 0.800);
    transition: all .44s cubic-bezier(0.445, 0.050, 0.000, 0.800);
}
.bs-login .bs-login-panel.bs-current-login-panel.bs-login-sign-panel {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.bs-login .bs-login-panel.bs-login-sign-panel {
    left: -44px;;
}
.bs-login .bs-login-panel.bs-login-reset-panel {
    right: -44px;;
}
.bs-login .bs-login-panel.bs-current-login-panel.bs-login-reset-panel {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.bs-login .login-header {
    text-align: center;
    color: #7A7A7A;
    font-size: 14px;
    margin-bottom: 15px;
}
.bs-login .login-header:last-child {
    margin-bottom: 0;
}
.bs-login .login-header .login-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 64px;
}
.bs-login .bs-login-reset-panel .login-header {
    margin-bottom: 27px;
}
.bs-login .bs-login-reset-panel .login-header .login-icon {
    color: #494949;
}
.bs-login .bs-login-reset-panel .login-header p {
    margin-bottom: 4px;
}
.bs-login .login-field {
    margin-bottom: 15px;
}
.bs-login .login-field:last-child {
    margin-bottom: 0;
}
.bs-login input[type=password],
.bs-login input[type=text] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
}
.bs-login .remember-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.bs-login .remember-checkbox + .remember-label {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    color: #A0A0A0;
    font-weight: lighter;
}
.bs-login .remember-checkbox:checked + .remember-label {
    background-position: 0 -16px;
    color: #424242;
}
.bs-login .remember-label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABGdBTUEAALGPC/xhBQAAAVZJREFUSA3tlTFug0AQRQcwMgoFEg2uXbnlCJyF0kdIAU1a38A14hb0Ri6ho0UUpDOFEdrMR4EQgyIIRYp4pZVgdt6fgd2ZleI4ViVJeuPpNk1j0oyhKMq7EOLM83UDWNf1436/f1FVdQZOVNe1mWXZ8Xa7EV2v1/J+v7PYsgEGrIy050YepgcGrDw0/ub5KUD0/Af8D1AYfLYXnyEwYGWugDMXRrVEBL5gwEpry3n1Nv63fpCmKbmuS3mef2375XKZ1cuSJBGWZQkmxeFwEGhpYEe7MHUeENlxHCqKoo3MTZhk+RMdZhCGodA0TZxOpz6rYWREt21blGXZroOlTqCqKsGNsk0RjhDhyGK32/W2IQyFbwIw+L7fO0PEMIz+/RGeFIDR87wegshj2vDpxiiDbmEoMhW584PAhiOMBn8KbbdbiqKIgiAg0/zhylx9tXE6f9sPPgDpK2Td6sBUpAAAAABJRU5ErkJggg==);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bs-login .go-reset-panel {
    float: right;
    color: #595959;
}
.bs-login .login-submit {
    margin-bottom: 10px;
}
.bs-login .login-btn {
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 100%;
}
.bs-login .bs-login-reset-panel .login-btn {
    background: #575757 !important;
}
.bs-login .login-signup {
    font-size: 14px;
    color: #A7A7A7;
    text-align: center;
}
.bs-login .go-login-panel {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -15px;
    color: #ADADAD;
    transition: all .5s ease;
}
.sign-in-modal .bs-login .go-login-panel {
    left: -30px;
    top: -25px;
}
.bs-login .go-login-panel:hover {
    cursor: pointer;
    position: absolute;
    color: #3f3f3f;
}
.bs-login.bs-type-profile {
    max-width: 290px;
    height: 240px;
}
.bs-login .bs-login-panel.bs-current-login-panel.bs-login-user-panel {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.sign-in-modal .bs-login .bs-login-panel.bs-current-login-panel.bs-login-user-panel {
    top: 15px;
}
.bs-login .bs-login-user-panel .login-header img {
    border-radius: 50%;
}
.bs-login .user-links {
    padding: 0;
    list-style: none;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}
.bs-login .user-links li {
    border-bottom: 1px solid #dcdcdc;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.bs-login .user-links li:last-child {
    border-bottom: none;
}
.bs-login .user-links a {

}
.bs-login .user-links .fa {
    margin-right: 5px;
}


/**
 * =>Ad Locations
 **/

/**
 * ->After Header Location
 **/
.betteradscontainer.adloc-after-header{
    margin-bottom: 0;
}
.betteradscontainer.adloc-after-header .betterad-caption{
    display: none;
}
.betteradscontainer.adloc-after-header.betterad-column-3 .betterad-container:nth-child(3),
.betteradscontainer.adloc-after-header.betterad-column-3 .betterad-container:nth-child(2),
.betteradscontainer.adloc-after-header.betterad-column-2 .betterad-container:nth-child(2),
.betteradscontainer.adloc-after-header .betterad-container:first-child{
    margin-top: 20px;
}
.betteradscontainer.adloc-after-header.betterad-column-3 .betterad-container:nth-last-child(3),
.betteradscontainer.adloc-after-header.betterad-column-3 .betterad-container:nth-last-child(2),
.betteradscontainer.adloc-after-header.betterad-column-2 .betterad-container:nth-last-child(2),
.betteradscontainer.adloc-after-header .betterad-container:last-child{
    margin-bottom: -4px;
}
.betteradscontainer.adloc-after-header.betterad-column-3 .betterad-container.betterad-type-code:nth-last-child(3),
.betteradscontainer.adloc-after-header.betterad-column-3 .betterad-container.betterad-type-code:nth-last-child(2),
.betteradscontainer.adloc-after-header.betterad-column-2 .betterad-container.betterad-type-code:nth-last-child(2),
.betteradscontainer.adloc-after-header.betterad-column-1 .betterad-container.betterad-type-code:last-child{
    margin-bottom: -11px;
}
@media (min-width: 1140px) {
    .betteradscontainer.adloc-after-header.adloc-show-desktop + .content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important;
    }
    .betteradscontainer.adloc-after-header.adloc-show-desktop ~ .post-header.post-tp-12-header,
    .betteradscontainer.adloc-after-header.adloc-show-desktop ~ .post-header.post-tp-7-header,
    .betteradscontainer.adloc-after-header.adloc-show-desktop ~ .post-header.post-tp-4-header,
    .betteradscontainer.adloc-after-header.adloc-show-desktop ~ .post-header.post-tp-2-header {
        margin-top: 25px;
    }
}
@media (min-width: 1019px) and (max-width: 1140px) {
    .betteradscontainer.adloc-after-header.adloc-show-tablet-landscape + .content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important;
    }
    .betteradscontainer.adloc-after-header.adloc-show-tablet-landscape ~ .post-header.post-tp-12-header,
    .betteradscontainer.adloc-after-header.adloc-show-tablet-landscape ~ .post-header.post-tp-7-header,
    .betteradscontainer.adloc-after-header.adloc-show-tablet-landscape ~ .post-header.post-tp-4-header,
    .betteradscontainer.adloc-after-header.adloc-show-tablet-landscape ~ .post-header.post-tp-2-header {
        margin-top: 25px;
    }
}
@media (min-width: 768px) and (max-width: 1018px) {
    .betteradscontainer.adloc-after-header.adloc-show-tablet-portrait + .content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important;
    }
    .betteradscontainer.adloc-after-header.adloc-show-tablet-portrait ~ .post-header.post-tp-12-header,
    .betteradscontainer.adloc-after-header.adloc-show-tablet-portrait ~ .post-header.post-tp-7-header,
    .betteradscontainer.adloc-after-header.adloc-show-tablet-portrait ~ .post-header.post-tp-4-header,
    .betteradscontainer.adloc-after-header.adloc-show-tablet-portrait ~ .post-header.post-tp-2-header {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .betteradscontainer.adloc-after-header.adloc-show-phone + .content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important;
    }
    .betteradscontainer.adloc-after-header.adloc-show-phone ~ .post-header.post-tp-12-header,
    .betteradscontainer.adloc-after-header.adloc-show-phone ~ .post-header.post-tp-7-header,
    .betteradscontainer.adloc-after-header.adloc-show-phone ~ .post-header.post-tp-4-header,
    .betteradscontainer.adloc-after-header.adloc-show-phone ~ .post-header.post-tp-2-header {
        margin-top: 25px;
    }
}


/**
 * ->Before Footer Location
 **/
.betteradscontainer.adloc-before-footer{
    margin-bottom: 0;
}
.betteradscontainer.adloc-before-footer .betterad-caption{
    display: none;
}
.betteradscontainer.adloc-before-footer.betterad-column-3 .betterad-container:nth-child(3),
.betteradscontainer.adloc-before-footer.betterad-column-3 .betterad-container:nth-child(2),
.betteradscontainer.adloc-before-footer.betterad-column-2 .betterad-container:nth-child(2),
.betteradscontainer.adloc-before-footer .betterad-container:first-child{
    margin-top: 20px;
}
.betteradscontainer.adloc-before-footer.betterad-column-3 .betterad-container:nth-last-child(3),
.betteradscontainer.adloc-before-footer.betterad-column-3 .betterad-container:nth-last-child(2),
.betteradscontainer.adloc-before-footer.betterad-column-2 .betterad-container:nth-last-child(2),
.betteradscontainer.adloc-before-footer .betterad-container:last-child{
    margin-bottom: 20px;
}
.betteradscontainer.adloc-before-footer.betterad-column-3 .betterad-container.betterad-type-code:nth-last-child(3),
.betteradscontainer.adloc-before-footer.betterad-column-3 .betterad-container.betterad-type-code:nth-last-child(2),
.betteradscontainer.adloc-before-footer.betterad-column-2 .betterad-container.betterad-type-code:nth-last-child(2),
.betteradscontainer.adloc-before-footer.betterad-column-1 .betterad-container.betterad-type-code:last-child{
    margin-bottom: 14px;
}


/**
 * ->After Related Ajax
 **/
.betteradscontainer.adloc-ajaxed-related{
    padding: 20px 0;
    margin-bottom: -15px;
}


/**
 * ->After Tags Before Author Box
 **/
.betteradscontainer.adloc-post-before-author{
    margin-bottom: 0;
    margin-top: 30px;
}