/*
-----------------------------------------------------------------------------------
        Theme Name: Equest Riding Club
        Description: This is riding club theme which is made with a page builder and 40+ elements.
        Version: 1.0
        License:
        License URI:
        Tags:one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/


/* Table of content In sequence */

	/* ------------ BASE ------------- */
	/* ------------------Typography------------- */
	/* ----------------- Links and Form ------------- */
	/* ----------------- Section Title Descriptions ------------- */
	/* ----------------- WordPress Core------------- */
	/* ----------------- WP Default Gallery ------------- */
	/* ----------- HEADER------------- */
	/* -----------------logo------------- */
	/* ---------------- ESSENTIAL STYLES------------- */
	/* -----------------ewebcraft Menu Styling------------- */
	/* -----------------mobile menu ------------- */
	/* -----------------Top header------------- */
	/* -----------------Social Icons------------- */
	/* ---------- Our Team------------- */
	/* -----------Footer Section------------- */
	/* -----------Widgets Style ------------- */
	/* ---------------  Contact info widget ------------- */
	/* -----------------Flickr Widget Style ------------- */
	/* -----------------Recent Posts Widget------------- */
	/* -----------------Tag Widget ------------- */
	/* -----------------Removing Child Pages from Widgets ------------- */
	/* ----------Page Builder Item TItles and Widget Title------------- */
	/* --------- MAIN --------------- */
	/* --------  BLOG LOOP --------------- */
	/* -----------------Masonry BLOG --------------- */
	/* -----------------Post Social Sharebox ------------- */
	/* -----------------Post Author Information------------- */
	/* -----------------LOOP META DATE   --------------- */
	/* -----------------POST FORMAT --------------- */
	/* -----------------PAGE BUILDER ELEMENTS --------------- */
	/* -----------------Pricing table --------------- */
	/* ---------Table ------------- */
	/* -------- Twitter --------------- */
	/* ---------Progress Bar------------- */
	/* -------- Button --------------- */
	/* ---------disabling Isotope CSS3 transitions------------- */
	/* ---------Theme Boxed Layout Style------------- */
	/* ---------Scroll Up Style------------- */
	/* ---------Infinite Scroll ------------- */
	/* ---------List------------- */
	/* -------- Contact Form 7 ------------- */
	/* --------Google map ------------- */
	/* --------Circle Chart on Page Builder ------------- */
	/* --------MileStone------------- */
	/* --------Coming Soon ------------- */
	/* --------Error 404 ------------- */
	/* --------Before After ------------- */
	/* --------Nice Scrolling Fix ------------- */
	/* --------Slider Form   ------------- */

/* ------------ BASE ------------- */

::selection {
    background: #e96969;
    color: #ffffff;
}
::-moz-selection {
    background: #e96969;
    color: #ffffff;
}
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    list-style: none;
}
li{
    line-height: 1.9;
}
p {
    margin-bottom: 20px;
}
iframe, embed, img {
    max-width: 100%;
    border: none;
}    
a:hover {
    text-decoration: none;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #888888;
    font-weight: bold;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 32px;
    line-height: 1.6;
	font-weight:500
}
h2 {
    font-size: 22px;
    line-height: 1.6;
	font-weight:300
}
h3 {
    font-size: 18px;
    line-height: 1.6;
}
h4 {
    font-size: 16px;
    line-height: 1.6;
}
h5 {
    font-size: 14px;
    line-height: 1.6;
}
h6 {
    font-size: 12px;
    line-height: 1.6;
}
.highlight { 
    color: #e96969;
}
p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 20px 0;
}
.jw-element p {
font-size:14px;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}
.fullwidth{
	padding:0px !important;
}
.fullwidth .span12{
	width:99% !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	}
.fullwidth .container{
	overflow:hidden
}
.hidden {  display: none !important; }
dt{
    line-height: 2;
}
/* 02. Links and Form */

a{
    outline: 0;
    color: #8d8d8d;
    text-decoration: none;
}
a:hover,
a:focus {
    outline: 0;
    color: #666666;
    text-decoration: none;
}
a
{
    -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;
}
.ls-inner a{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol,
ul { margin-left: 30px; }
ol { list-style: decimal; }
ul { list-style: square outside; }
aside ul,.jw-twitter ul.jtwt{position: relative; margin: 0; list-style: none;}
aside ul ul{margin-top: 15px;}
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; }
form,
fieldset { margin-bottom: 20px; }

@-moz-document url-prefix() { 

    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select  {
    height: 44px;
    padding: 0 10px !important;
}
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    display: block;
    margin: 0;
	margin-bottom:10px;
/*    padding: 20px !important;*/
	padding: 5px 10px 5px 18px !important;
/*	
	padding-left:18px !important;
	padding-right:10px !important;    
*/	
	height: 40px;
    width: 335px;
    outline: none;
    border: 1px solid #e1e1e1;
    background: transparent;
/*    color: #d5d5d5;*/
	color: #333;
    font-size: 18px;
    font-family: "Oxygen",Arial, Helvetica, sans-serif;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.slider-form.horizontal input[type="text"], .slider-form.horizontal input[type="email"]{
	  background: #fff;
	  border-color:#d3d3d3;
	color: #333;	  
}
.slider-form.horizontal input[type="text"]:focus, .slider-form.horizontal input[type="email"]:focus{
	 color: #d3d3d3;
	color: #333;	 
}
#searchform input{
	border: 1px solid #e1e1e1 !important;
	padding-left:37px !important
	}
.wpcf7-form input[type=text],.wpcf7-form input[type=email]{
	margin-right:30px;
	margin-bottom:30px;
	}
.wpcf7-form input[name=your-subject]{
	margin-right:0px
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #e1e1e1;
	color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
textarea { min-height: 240px;margin-bottom:30px; }
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}
form.wpcf7-form p:last-of-type{
	display:block;
	text-align:center;
	width:auto;
}
form.wpcf7-form p:last-of-type input[type="submit"]{
	width:250px;
	display:inline;
	font-size:30px;
	font-family:'Raleway';
	color:#333333;
	font-weight:normal;
	height:60px;
}
form.wpcf7-form p:last-of-type input[type="submit"]:hover{
	background:transparent !important;
}
form.wpcf7-form p:last-of-type input[type="submit"]:hover{
	border-style:dashed !important;
}
label,
legend {
    display: block;
    cursor: pointer;
}
label span,
legend span { font-weight: bold; }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    width:100%;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
/*    background-color: transparent;*/
    font-weight: bold;
    font-size: 14px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    cursor: pointer;
	color:#202020;
	height:46px;
/*	line-height:46px;*/
	border:1px solid #e1e1e1;
}
.jw-message-box .alert button{
	height:auto !important;
	width:auto !important;
	}
.jw-message-box .alert button:hover{
	background:none !important;
	opacity:1;
	}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    opacity: 1;
}
/* ---       Section Title Descriptions --- */
.container_title{
text-align:center;
width:75%;
margin:0 auto;
font-size:16px;
}
.container_title .bottomdivider{
	width: 55%;
    height: 1px;
    margin: 0px auto;
	margin-top:35px;
	position:relative;
}
.container_title .bottomdivider .dividerlineleft{
	height: 1px;
	border-bottom: 1px solid #e1e1e1;
	float:left;
	width:40%
}
.bg-color .container_title .bottomdivider .dividerlineleft,.bg-color .container_title .bottomdivider .dividerlineright{
	border-bottom: 1px solid #606060 !important;
}
.bg-color .container_title .bottomdivider i{
	color:#606060 !important;
}
.container_title .bottomdivider .dividerlineright{
	height: 1px;
	border-bottom: 1px solid #e1e1e1;
	float:right;
	width:40%
}
.container_title .bottomdivider .dividerbox{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -16px;
    width: 20%;
}
.container_title .bottomdivider .dividerbox i{
	font-size:30px;
}
.page .row-container{
	padding:20px 0px;
	}
.page .row-container.bg-parallax {
	padding:0;
	margin-bottom:60px;
	}
.page .row-container:last-of-type.bg-parallax {
	margin-bottom:0px;
}
.page .row-container.bg-parallax h2 , .page .row-container.bg-parallax h3{
	color:#fff !important;
	 margin-top: -8px;
}
.page #subscription{
	padding-top: 70px;
}
.container_title h1 {
	margin-top:-20px;
	}
.page .row-container:first-of-type .container_title h1 {
	margin-top:0px;
	}
.page .row-container:first-of-type {
padding-top:40px;
}
.container_title p{
	margin:0px !Important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/* ---------- HEADER ------------- */
#header{
    left: 0;
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 9999;
/*	background:transparent !important;*/
    background:rgba(0,0,0, .6) !important;
}
#header .jw-logo-bg{
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 20%;
    background: #e96969;
}
header#header .container{
    position: relative;
}
header#header .container .row .span2{
    background: #e96969;
}
#header.stuck{
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:rgba(0,0,0, .6) !important;
    z-index: 10001;
	display:none;
}
.downstuck{
	display:block !important;
	transition: all 0.2s ease-out 0.1s !important;
}
body.admin-bar #header.stuck{
    top: 28px;
}
#header.stuck .jw-logo{
    line-height: 72px;
    height: 72px !important;
    padding: 0 30px 0 0 !important;
}
#header.stuck .jw-logo img{
    width: 80% !important;
}
#header.stuck ul.sf-menu > li > a{
    margin-top: 0px;
	margin-bottom:0px;
	line-height:75px;
    padding: 0px 10px;
	padding-right:0px;
}
ul.sf-menu > li a:after{
			content: '\f078';
			font-size: 13px;
			font-family: FontAwesome;
			color:transparent;
			margin-left:3px;
			font-weight:normal;
		}
ul.sf-menu > li a:hover:after{
			content: '\f078';
			font-size: 13px;
			font-family: FontAwesome;
			color:transparent;
			font-weight:normal;
			margin-left:3px;
		}

/* logo */
#header .jw-logo {
    position: relative;
    font-size: 28px;
    line-height: 70px;
    display: inline-block;
    *display: inline;
    padding-right: 30px;
    background: #e96969;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    #header .jw-logo{
        line-height: 70px;
    }
}
#header .jw-logo .logo{
    color: #fff;
}
.jw-menu-container{
    float: right;
	display:none;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
}
.sf-menu > li {
    float: left;
    -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;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;
}

.sf-menu a {
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/* ewebcraft Menu Styling*/

.sf-menu [class^="icon-"],.sf-menu [class*=" icon-"]{
    font-size: 14px;
}
ul.sf-menu > [class^="icon-"] a,.sf-menu > [class*=" icon-"] a{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sf-menu > [class^="icon-"]:before, .sf-menu > [class*=" icon-"]:before{
    position: relative;
    bottom: -40px;
    display: block;
    color: #000;
    text-align: center;
}
.sf-menu ul{
    left: 0px;
	border-top:2px solid #fff
}
ul.sf-menu > li > a{
	 margin-top: 6px;
    padding: 17px 10px;  
    text-transform: capitalize;
	padding-right:0px
}
ul.sf-menu > li a{    
    display: block;
    color: #888888;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Lato',Arial,sans-serif;
}
ul.sf-menu li ul li a{
    padding: 10px 20px;
    width: 160px;
    color: #888888;
    letter-spacing: normal;
    font-weight: normal;
}
ul.sf-menu li ul li a:hover{
    color: #e96969;
}
ul.sf-menu li ul li{
    background-color:#fff;
    text-align: left;
}
ul.sf-menu > li:hover > a{
    border-bottom: 4px solid #e96969;
    color: #e96969;
}
.sf-menu > li.current_page_item  > a
{
    color: #e96969;
}
.sf-menu > li .current-menu-item > a,#sidebar ul.menu li.current_page_item a{
    color: #438700;
}
ul.sf-menu li ul li.current_page_ancestor a{
    color: #fff;
}


/* ------------ mobile menu --------------- */
.show-mobile-menu {
    position: relative;
    margin-top: -1px;
    width: 100%;
    height: 50px;
    background: #888888;
    cursor: pointer;
}
.show-mobile-menu .mobile-menu-icon{
    float: right;
    margin-right: 20px;
    width: 40px;
}
.show-mobile-menu .mobile-menu-text{display: none;
                                    float: left;
                                    margin-left: 20px;
                                    color: #FFF;
                                    font-size: 18px;
                                    line-height: 50px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 4px;
    background: #fff;
}

#mobile-menu {
    background: none repeat scroll 0 0 #000;
    display: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
#mobile-menu ul{margin: 0;padding:10px 0;width:100%;list-style: none;}
#mobile-menu ul.sub-menu{display: none;margin-top: 15px;margin-bottom: -15px;padding: 0;}
#mobile-menu ul li{position: relative;display: block;padding:10px 0;border-top:1px solid rgba(255,255,255,.1);}
#mobile-menu ul li:first-child{border-top:none;}
#mobile-menu ul li a{display:block;display: inline-block !Important;color:#999;font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;}
#mobile-menu ul li a:hover{color:#FFF;}
#mobile-menu ul li.has-children>.action-expand{float: right;width: 30px;text-align: center;height: 30px;font-size: 22px;line-height: 30px;
cursor: pointer;}
#mobile-menu ul li.has-children>a{width: 85%;}
#mobile-menu ul li.has-children>.action-expand>.opened,#mobile-menu ul li.has-children.menu-open>.action-expand>.closed{display: none;}
#mobile-menu ul li.has-children>.action-expand>.closed,#mobile-menu ul li.has-children.menu-open>.action-expand>.opened{display: block;}
#mobile-menu ul ul li a:before{margin-right:5px;content:'-';}
#mobile-menu ul ul ul li a:before{margin-right:5px;content:'- -';}
#mobile-menu ul ul ul ul li a:before{margin-right:5px;content:'- - -';}
#mobile-menu ul ul li:first-child{border-top:1px solid rgba(255,255,255,.1);}


/* Row Container Parallax */
.bg-parallax {
    background-attachment: fixed;
}


/* Top header */
.jw-top-bar {
    border-bottom: 1px solid #dddddd;
    background: #FFF;
}
.jw-top-bar-info {
    position: relative;
    line-height: 41px;
    color: #8d8d8d;
}

/* 05. Social Icons */


.jw-social-icon{
    margin: 0;
    margin-bottom: -1px;
    list-style: none;
	
}

.jw-social-icon li{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.loop-image .jw-social-icon a{
    display: inline-block;
    width:38px;
    background: url(assets/img/socielbg.png) repeat;
}

.jw-social-icon a:hover i{
color:#fff !important;

}
.jw-social-icon a,#bottom .jw-social-icon a{
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 38px;
    text-align: center;
    line-height: 38px;
	margin-right:20px;
	color: #4f4f4f !important;
    font-size: 20px;
	padding-bottom:4px;
}
#footer .jw-social-icon a{
	border:1px solid #fff !important;
	color: #fff !important;
	height: 38px;
	width: 38px;
}
#footer .jw-social-icon{
	margin-top:50px;
}
#bottom .jw-social-icon a:hover{
	padding-bottom:0px;
	}
#sidebar .jw-social-icon a{
	margin-right:16px;
	margin-bottom:10px;
	}
.jw-social-icon a span,#bottom .jw-social-icon a span{
    display: block;
    line-height: 42px;

    -webkit-transition: all 400ms ease-out 0s;	
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;

    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);

    -webkit-perspective: 1000px; 
    -moz-perspective: 1000px;  
    -ms-perspective: 1000px;  
    perspective: 1000px;
}
.jw-social-icon a:hover {
    color: #fff;
}
.jw-social-icon a:hover span,#bottom .jw-social-icon a:hover span{
    color: #FFFFFF;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.jw-social-icon a.facebook:hover span{
    background-color: #305fb3;
}
.jw-social-icon a.flickr:hover span{
    background-color: #ff0084;
}
.jw-social-icon a.gplus:hover span{
    background-color: #d7482a;
}
.jw-social-icon a.twitter:hover span{
    background-color: #00d7d5;
}
.jw-social-icon a.pinterest:hover span{
    background-color: #e1003a;
}
.jw-social-icon a.skype:hover span{
    background-color: #12c7ef;
}
.jw-social-icon a.soundcloud:hover span{
    background-color: #fe5600;
}
.jw-social-icon a.vimeo:hover span{
    background-color: #3f90bf;
}
.jw-social-icon a.youtube:hover span{
    background-color: #ff3333;
}
.jw-social-icon a.dribbble:hover span{
    background-color: #f06eaa;
}
.jw-social-icon a.linkedin:hover span{
    background-color: #3399cc;
}
.jw-social-icon a.instagram:hover span{
    background-color: #9f6f59;
}
.jw-social-icon a.rss:hover span{
    background-color: #fca600;
}
/* Our Team */

.jw-our-team{
    margin: 0 -30px;
}

.team-member .member-title{
    padding-top: 20px;
    text-align: left;

}
.team-member h3,.team-member h3 a{
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1;
	color:#000;
	font-weight:normal;
	margin-bottom:5px;
}
.team-member .member-social{
    text-align: left;
    height: 48px;
}
.team-content{
   text-align:center;
}

/* ewebcraft Blog Feature Title */

#page-title {
  background: none repeat scroll 0 0 / cover #333;
    padding: 100px 0 15px;
}
#page-title h3 {
    text-align:center;
    margin: 0;
	font-size:16px !important;
	color:#fff;
}
#page-title h1 {
    text-transform: uppercase;
    font-size: 40px;
	font-weight:700;
	text-align:center;
    margin: 0;
	color:#fff;
}
/* Breadcrump added cause little css :P */
.jw-breadcrumb{
    padding: 0 6px;
}
.jw-breadcrumb i{
	background: none repeat scroll 0 0 #fff;
    color: #444;
    padding: 3px 3px 3px 7px;
    text-align: center;
	}
#page-title h3,.jw-breadcrumb{
    clear: left;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 13px;
    font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 30px;
	color: #fff;
}
#page-title span {
    margin: 0 7px;
    color: #fff;
}
h1.page-title span {
    margin:0 !important;
}
.jw-breadcrumb span a, .jw-breadcrumb span.statictext{
    color: #fff !important;
}

/* Featured image on Page */
#featured-image {
    text-align: center;
}
#featured-image.featured-image{
	height:620px;
}
section#featured-image {
   overflow:hidden;
   position:relative;
}
section#featured-image img {
   position:relative;
  height:auto;
  width:auto;
  min-height:100%;
  min-width:100%;
  top:0px;
}
.top-paralaxe{
	padding-top:40px !important;
}
.paralaxe-text{    
    color: #FFFFFF;
    font-family: 'Roboto';
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    width: 55%;
	float:left;	
	text-align:left
}
.paralaxe-text > h1, .paralaxe-text > h2{
	color:#fff;
	font-weight:normal;
}
.paralaxe-text > h1{
	font-size:50px !important;
	margin-bottom:0px;
}
.paralaxe-text > h1 > .word3, .paralaxe-text > h1 > .word2{
	font-weight:bold;
}
.paralaxe-text > h2{
	font-family:'Open sans';
}
.paralaxe-text .list-icon{
	width:10%;
	float:left;
	display:inline;
		margin-top:37px;
}
.paralaxe-text .list-icon i{
	font-size:40px;
}
.paralaxe-text .slider-list{
	width:90%;
	float:left;
	display:inline;
	text-align:left;
	margin-top:30px;
}
.paralaxe-text .slider-list > p{
	font-size:18px;
	font-family:'Open sans';
}
.paralaxe-text .slider-list > h2{
	margin-bottom:0px;
}
	.videotext{
	 width:97%;
	 text-align:center;
	 top: 46%;
	}


/* 09. Footer Section */

#footer{
    background: #2a303c;
    color: #8d8d8d;
}
#footer > .container{
    padding: 50px 15px 0;  
}
#footer > .container .span12{
	margin-left: 30px;
}
#bottom .copyright{
    color: #aaa;
    font-weight: normal;
}
#bottom .copyright a{
    color: #000 !important;
	text-decoration:underline;
    font-weight: bold;
}
#bottom {
    padding: 15px 0 15px;
    background: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
	margin-top:30px;
}
#bottom ul, #bottom p {
    margin: 0;
	color: #202020 !important;
}
#bottom ul {
    float: right;
}
#bottom a {
    color: #fff !important;
}

/* Widgets Style */
aside > ul{
    padding: 10px 0px;
}
aside h2.widget-title{
	font-size:18px;
	margin:0px;
	margin-bottom:9px;
	font-weight:500;
	color:#444;
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
	}
 #sidebar li a{
	 display:block;
	 }
#sidebar .widget_rss li a{
	 display:block !important;
	 text-decoration:underline;
	 }
/*aside > ul li a{
    color: #888888;*/
/*font-weight: bold;*/
aside > ul li a:hover{
    color: #e96969;
}
#sidebar aside.widget,#footer aside.widget{
    margin-bottom: 30px;
}
#sidebar aside.widget ul li {
    margin-right: 15px;
    padding: 10px 0 10px !important;
    border-bottom: 1px solid #e1e1e1;
	padding-left:20px !important;
}

#sidebar aside.widget ul li:before{
    position: absolute;
    left: 0px;
    content: '\f101';
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 27px;
}
#sidebar aside.widget ul li:first-child{
    padding-top: 4px;
}
#sidebar aside.widget ul li:last-child{
    padding-bottom: 4px;
    border-bottom: 0;
}
#sidebar aside.widget [class^="icon-"] a,#sidebar aside.widget [class*=" icon-"] a{
    padding-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
form#searchform{
    position: relative;
}
form#searchform .icon-search{
    position: absolute;
    top: 11px;
    left: 15px;
    color: #D6D6D6;
    font-size: 18px;
}
form#searchform input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;    
    margin: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #888;
}
h3.widget-title{
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
}
#footer h3.widget-title{
    color: #fff;
}
h3.widget-title span {
    color: #fff;
    font-weight: bold;
}
#footer .green-bottom{
    color: #e96969;
    font-size: 26px;
}


/* Contact info widget */
.contact-info-widget{
    min-height: 157px;
    background: url(assets/img/contact-background.png) no-repeat;
}
.contact-info-widget ul i{
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 13px;
    color: #aaa;
    text-align: center;
    font-size: 14px;
}
#footer .contact-info-widget a{
    color: #aaa;
}
.contact-info-widget ul div{
    padding-left: 30px;
}
.contact-info-widget ul li{
    margin-bottom: 10px;
}
.cinfo{
	background:#f9f9f9;
	line-height:48px;
	margin-bottom:10px;
	}
.cinfo i{
	padding:18px;
	background:#f8f8f8;
	font-size:16px;
	margin-right:20px;
	}
.contact-addr i{
	padding:15px 20px;
	}
.contact-web i{
	padding:15px 18px;
	}
.contact-email i{
	padding:15px 17px;
	}
.contact-call i{
	padding:15px 18px;
	}
/* Flickr Widget Style */
.flickr-channel a img:hover,.dribbble-widget a img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray; /* IE 6-9 */
    -webkit-transition: 0.30s ease-in;
    -moz-transition: 0.30s ease-in;
    -o-transition: 0.30s ease-in;
    transition: 0.30s ease-in;
}
.flickr-channel a img,.dribbble-widget a img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.flickr-channel a,.dribbble-widget a {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    height: auto;
}
.flickr-widget .flickr-channel{
    display: inline-block;
    *display: inline;
}

/* Recent Posts Widget */

.jw-recent-posts-widget ul{
    margin: 0;
    list-style: none;
}
.jw-recent-posts-widget ul li{
    display: inline-block;    
    padding: 10px 0;
    width: 100%;    
}
#sidebar aside.widget .jw-recent-posts-widget ul li{
    padding: 12px 0 0;
    border-bottom: 0;
}
#sidebar aside.widget .jw-recent-posts-widget ul li:first-child{
    padding-top: 4px;
}
#sidebar .widget .jw-recent-posts-widget ul li:before{
    display: none;
}
#sidebar .jw-recent-posts-widget h4{
    font-weight: normal;
}
.jw-recent-posts-widget ul li:first-child{
    padding-top: 0;
}
.jw-recent-posts-widget h4{
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
}
.jw-recent-posts-widget .meta,footer#footer .jw-recent-posts-widget .meta a{
    color: #aaa;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}
.jw-recent-posts-widget .recent-thumb img{
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.2);
    box-shadow: inset 0 1px rgba(255,255,255,.2);
}
.jw-recent-posts-widget .recent-thumb {
    float: left;
    margin: 4px 22px 4px 0;    
}

/* Tag Widget */
#footer .tagcloud a{
    background: #121212 !important;
    color: #8d8d8d !important;
}
.widget_tag_cloud h2{
	margin-bottom:20px !important
	}
.tagcloud a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
	border:1px solid #e1e1e1;
}
.tagcloud a:hover,#footer .tagcloud a:hover{
    background: #e96969 !important;
    color: #FFF !important;
}
/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu{
    display: none;
}
#footer .jw-title-border{
    background: #fff;
}
#footer .jw-recent-posts-widget h4 a{
    color: #fff;
}
#footer .jw-recent-posts-widget h4 a:hover{
    color: #e96969;
}
.footer-logo {
    width:370px;
	margin:0 auto;
	padding-bottom:44px;
	padding-left: 30px;
	position:absolute;
	top:65px;
	right:0;
	left:0
}
/* Page Builder Item TItles and Widget Title*/

.jw-title-container, .jw-widget-title-container{
    position: relative;
}
.jw-title-container h2.jw-title{
	font-weight:300 !important;
	margin-bottom:40px !important;
}
.jw-title-border{
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #e96969;
}


/* ------------ MAIN --------------- */
#main,#slider{
    position: relative;
    background: #FFF;   
}
.single #main,.woocommerce #main{
    padding: 30px 0;
}
#main [class*="span"] {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    *display: inline;
}
#main .jw-service [class*="span"] {
    margin-bottom: 0px;
}
#main .span6 > .jw-service {
    margin:0 auto;
	width:300px;
}
.right-sidebar {
    float: right;
}
.content-left{
    float: right;
}

/* ------------ BLOG LOOP --------------- */


h2.loop-title, h1.single-title {
    font-weight: 500;
    font-size: 26px;
}
h2.loop-title{
/*	padding-bottom:10px;*/
	border-bottom:1px solid #dddddd;
}
h2.loop-title a{
	color:#202020;
	
}
h1.single-post-title{
	margin-top:20px;
	font-size:18px;
	font-weight:normal;
	}
h2.loop-title{
  margin-top:0px;
	font-size:26px;
	font-weight:normal;
} 
.category .loop-block {
    margin-bottom: 50px;
}
.loop-block ul{
	margin-bottom: 10px;
    margin-top: 10px;
	}
.loop-meta.inline{
/*    margin-top: 20px !important;*/
	}
.isotope-container .loop-meta.inline{
    margin-top: 0px !important;
	}
.isotope-container .span12{
	margin-top:0px !important;
	margin-left:0px !important;
}
.isotope-container .meta-container ul{
	margin-bottom:10px;
}
.isotope-container .meta-container{
	float:left;
	display:inline;
	margin-right:15px;
}
h2.loop-title a:hover{
    color: #e96969;
}
.loop-media {
    margin-top: 0px;
	position:relative;
}
article.type-post:first-child .loop-media {
    margin-top: 0px;
}
.loop-media iframe {
    width: 100%;
}
.meta-container {
    position: relative;
    font-weight: bold;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body.single .meta-container {
	margin-bottom:20px;
}
.meta-container.tag {	
	background:#f8f8f8;

	padding:12px;
	}
.loop-meta {
/*    padding: 10px 0;*/
}
.single .loop-meta{
	margin:0px;
	padding:0px;
	border:none;
	}
.single .loop-media{
	margin-bottom:15px;
	}
.loop-meta a{
    color: #888888;
}
.loop-meta a:hover{
    color: #e96969;
}
.loop-meta.tag {
    float:right;
    min-height: 20px;
}
.loop-meta.tag a{
	text-transform:capitalize;
	font-size:14px;
	font-weight:normal;
	}
.type-post .loop-block{
	padding-top:30px;
	padding-bottom:50px;
	position:relative;
	margin-bottom:30px;
	}
body.page .isotope-item .loop-block{
	border:1px solid #e1e1e1;
	padding:20px;
	padding-top:2px;
	padding-bottom:0px;
	}
body.page .isotope-container .loop-meta{
	padding:0px !important
}
.type-post .loop-block .carousel-meta{
	 margin-left: 75px;
	}
article.span3 .loop-block .carousel-meta{
	margin-left: 75px;
	}
.loop-block .date, .loop-meta span.date{
	color:#a4a4a4;
	font-family:'Oxygen';
	font-size:13px;
	}
.page-builder-blog .loop-block .date, .loop-meta span.date{
	padding-top:15px;
}
.loop-block li.date{
	padding:0px;
	}
.page-builder-blog ul{
	margin-bottom:0px !important;
}
	.page-builder-blog .loop-meta .loop-file{
			width:100px;
			height:80px;
			background:#ccc;
			overflow:hidden
	}
 .page-builder-blog .loop-meta .loop-file span.date{
	border: medium none;
    color: #202020 !important;
    display: block;
    font-size: 22px;
    padding: 15px 23px 12px;
    text-align: center;
	font-weight:normal !important;
	}
.loop-meta .loop-file span.date span, .single .loop-meta span.date span{
	margin-top:0px;
	}
body.date article, body.search-results article, body.tag article{
	margin-bottom:20px;
		}
body.date .loop-block, body.search-results .loop-block, body.tag .loop-block{
	padding-top:10px;
	padding-bottom:10px;
	}
body.date .loop-meta .loop-file span.date, body.search-results .loop-meta .loop-file span.date, body.tag .loop-meta .loop-file span.date {
	top:29px;
	left:-20px;
	}
.loop-meta li.author, body.date .loop-meta li.author, body.search-results .loop-meta li.author, body.tag .loop-meta li.author{
	font-weight:normal;
	
	}
body.date ul.loop-meta, body.search-results  ul.loop-meta, body.tag  ul.loop-meta{
	margin-bottom:20px;
	}
.loop-block .date span.month, .loop-meta span.date  span.month{
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-top: 9px;
    text-transform: uppercase;
	font-weight:normal !important;
	}
.one-auther, .one-auther{
	border-right:1px solid #e1e1e1;
	padding-right:10px;
	line-height: 0px;
	}
.comment-count a{
	color:#888888;
	}
a.comment-count{
	color:#c8c8c8;
	}
.loop-block .loop-meta {
    margin-right: 170px;
}
ul.loop-meta li {
    color: #a4a4a4;
    line-height: 1;
}
ul.loop-meta li i, i.cm {
	padding-right:2px;
	font-size:14px;
	}

ul.loop-meta li:first-child{
    padding-left: 0;
    border:none;
}
ul.loop-meta li span.date,ul.loop-meta li a{
    color: #a4a4a4;
	font-weight:normal
}
ul.loop-meta li:last-child {
    padding-right: 0;
}
.loop-meta li i ,.loop-meta i.cm{
    margin-right: 5px;
    color: #8d8d8d;
    font-size: 14px;
}
.loop-block a.more-link{   
	background-color: #4f4f4f;
    border: 1px solid #e1e1e1;
    color: #ffffff;
    display: block;
    font-family: "Raleway";
/*    
    font-size: 22px;
    height: 54px;
    line-height: 54px;
*/    
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 170px;
}
.loop-block a.signup-link{   
	background-color: #4f4f4f;
    border: 1px solid #e1e1e1;
    color: #ffffff;
    display: block;
    font-family: "Raleway";
/*    
    font-size: 22px;
    height: 54px;
    line-height: 54px;
*/    
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 250px;
}

.loop-block a.more-link:hover{
	border-Style:dashed;
}
body.page .isotope-item .loop-block a.more-link{
	border:none;
	}
.loop-block a.more-link:hover{
    color: #FFF;
}
.read-more-container{
	width: 112.7%;
    margin-left: -21px;
	border-top:1px solid #e1e1e1;
	text-align:center;	
	margin-top:20px;		
	}
.read-more-container a{
	text-align:center !important;	
	padding-left:1px;
	}
	
/* ------------ Masonry BLOG --------------- */

#main .jw-blog .isotope-container article.loop {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-bottom: 0 !important;
	
}
.span12 > .row > .jw-element.span6{
	margin-bottom:0px !important;
} 
.isotope-container .loop-media, .isotope-container .loop-block .loop-meta {
    margin: 0;
}
.isotope-container .loop-block a.more-link {
    position: static;
    background: none;
    color: #c8c8c8;
    text-align: left;
    line-height: 42px;
    width: auto;
    height: auto;
}
.isotope-container h3.loop-title {
    font-size: 18px;
    padding-top:0px;
	
}
.isotope-container .post-categories li{
	list-style:none;
	margin-top:-9px;
	float:left;
	display:inline;
	
}
.jw-blog .span3 .read-more-container{
	width: 118%;
	}
.jw-blog .span6 .read-more-container{
	width: 108%;
	}
.isotope-container h3.loop-title a{
	color:#fff;
	font-weight:normal;
	}
.isotope-container .loop-media blockquote, .isotope-container .loop-media .link-content {
    padding: 40px 20px 20px;
    margin: 0;
    position: static;
}
.isotope-container .loop-media blockquote:before {
    display: none;
}
.isotope-container .loop-media blockquote p, .isotope-container .loop-media .link-text {
    font-size: 16px;
    line-height: 1.6;
}
.isotope-container span.post-format:before {
    font-size: 20px;
}
.isotope-container article .loop-format {
    width: 100%;
    top: 20px;
}


/* Post Social Sharebox */
.jw_post_sharebox{
    float:left
}
.jw_post_sharebox > div{
    float: left;
    height: 20px;
    margin-right: 10px;
}
.jw_post_sharebox > div:last-child{
    margin-right: 0;
}
.jw_post_sharebox .facebook_share iframe{
    border:none;
    overflow:hidden;
    width:75px;
    height:21px;
}
.jw_post_sharebox .googleplus_share > div {
    width: 65px !important;
}
.twitter_share > iframe {
    width: 85px !important;
}
article.jw_portfolio .jw_post_sharebox{
    position: static;
    margin-top: 10px;
}


/* Post Author Information */
.about-author h2{
	margin-top:60px;
	font-size:18px;
	font-weight:500;
	}
ul.loop-meta li a{
	color:#202020;
}
.jw-author{
    margin:0;
    padding: 30px;
    background-color: #f8f8f8;
}
.jw-author .author-image{
    float: left;
    margin-right: 30px;
}
.jw-author h3,.jw-author a{
    font-size: 14px;
}
.jw-author p {
    margin: 0;
}

/* ------------ LOOP META DATE   --------------- */

article .loop-format {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 70px;
    background: #e96969;
    text-align: center;
}
span.post-format:before{
    display: block;
    color: #fff;    
    font-size: 32px;
    font-family: FontAwesome;
}
.post-format.link:before{
    content: "\f0c1";
}
.post-format.quote:before{
    content: "\f10d";
}


/* ------------ POST FORMAT --------------- */

.format-quote .loop-media,.format-link .loop-media{
    position: relative;
    display: block;
    background: #e96969;
}

/* aside */

article.format-aside .loop-block,.sticky .loop-block{
    padding: 15px 20px;
    border: 1px solid #dddddd;
    background: #fff;
}
.sticky .loop-block{
    background: #f9f9f9;
}

/* Blockquote */
blockquote{
    width: 60%;
    background: #F6F6F6;
    position: relative;
    padding: 20px 30px;
    border: none;
    margin: 0 auto;
    margin-bottom: 15px;
}
.loop-media blockquote:before{
    content: "";
}
blockquote:before{
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    left: -32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #e96969;
}
blockquote p{
    padding: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 20px;
}

.loop-media blockquote {
    width: auto;
    margin-left: 70px;
    padding: 40px 50px;
    background: #f8f8f8;
}
.loop-media blockquote p:before {
    display: none;
}
.loop-media blockquote p {
    padding: 0 0 5px;
    color: #888888;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.3;
}
.loop-media blockquote span {
    color: #aaa;
    font-weight: bold;
}

/* Divider */

.jw-divider {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #FFF;
	 margin-top: 12px;
}
.jw-element.jw-divider-space-container{
    margin-top:    0 !important;
    margin-bottom: 0 !important;
    min-height:    0 !important;
}
/* link */

.loop-media .link-content {
    margin-left: 70px; 
    padding: 40px 50px;
    background: #f8f8f8;
}
.loop-media .link-text {    
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}
.loop-media .link-text a {
    color: #888888;
}
/* image gallery */
.image-links a.btn-border{
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
}
.gallery-container .slide-item {
    position: absolute;
}
.gallery-container .slide-item:first-child {
    position: static;
}
.loop-image {
    position: relative;
}
.jw-blog .isotope-item .loop-image {
	overflow:hidden;
}
.jw-blog .isotope-item .loop-image img{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
.jw-blog .isotope-item .loop-image img:hover{
	
    -webkit-transform: scale(1.09,1.10);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.09,1.10);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
.jw-blog .isotope-item .loop-image img {
  max-width:370px !important;
}
.loop-image a, .gallery-container {
    position: relative;
}
.jw-blog .image-overlay {
    background-color: transparent;
    opacity:1;
    filter: alpha(opacity=1);
}

.gallery-slide .slide-item img{
    width: 100%;
}
.gallery-container .carousel-arrow a.carousel-prev,.gallery-container .carousel-arrow a.carousel-next{
    border: none;
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
	border:1px solid #fff;
}
.image-overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 71, 67, .6);
    text-align: center;
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;

}
.member-image{
	overflow:hidden;
	border:2px solid #fff;
}
.loop-image:hover .image-overlay, .slide-item:hover .image-overlay{
    opacity: 1;
    filter: alpha(opacity=100);

}
.image-overlay.hover-link{
    background-image: url(assets/img/hover-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.image-overlay .image-links{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}
.gallery-container .carousel-arrow{
    bottom: 48%;
    width:100%;
	right:0px;
}
.gallery-container .carousel-arrow a.carousel-prev{
    margin-left: 15px;
}
.gallery-container .carousel-arrow a.carousel-next{
    margin-right: 15px;
	float:right;	
}
.carousel-arrow {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 10px;
}
.carousel-arrow a.carousel-prev, .carousel-arrow a.carousel-next {
    display: inline-block !important;    
    width: 48px;
    height: 48px;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px; 
}
.carousel-arrow a.carousel-prev{
    margin-right:4px;
}
.carousel-text .carousel-arrow{
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 10px;
}


/* video format */
.video-height {
    display: table-cell;
    background: #ddd;
    vertical-align: middle;
}
.videoslider video{position:fixed;right:0;bottom:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background:url('/assets/images/polina.jpg') no-repeat;background-size:cover;}
.videoslider .pattren{
	left: 0;
	position: absolute;
	right: 0;
	background:url('assets/img/pattern.png') repeat;
	top: 0;
	width:100%;
	height:100%;
	
	}
/* jp player */

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

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

div.jp-audio,
div.jp-video {
    margin-bottom: 40px;
    color: #fff;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}
.isotope-item div.jp-audio,
.isotope-item div.jp-video {
    margin-bottom: 0px;
}

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

div.jp-interface {
    position: relative;
    z-index: 100;
    width: 100%;
    background: url(assets/img/jplayer_bg.png) repeat-x;
}
.isotope-item div.jp-interface {
	position:absolute;
	top:35%;
	background:none;
	box-shadow:none;
	}
.isotope-item.span3 div.jp-interface {
	top:30%;
	}
.isotope-item.span6 div.jp-interface {
	top:42%;
	}
div.jp-type-single div.jp-interface { height: 30px; }
.isotope-item div.jp-type-single div.jp-interface { height: 50px; }

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

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

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

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

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
    top: 0;
    left: 0;
}
.isotope-item div.jp-type-single a.jp-play,
.isotope-item div.jp-type-single a.jp-pause {
    top: 0;
    left: 46%;
	background-color:rgba(255, 255, 255, 0.4);
	padding:10px;
}
.isotope-item.span3 div.jp-type-single a.jp-play,
.isotope-item.span3 div.jp-type-single a.jp-pause {
	left: 40%;
	}
.isotope-item div.jp-type-single a.jp-play:hover,
.isotope-item div.jp-type-single a.jp-pause:hover {
	background-color:rgba(255, 255, 255, 0.6);
}

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

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

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

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

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

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

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

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

div.jp-progress-container {
    position: absolute;
    top: 0;
    width: 99%;
    height: 6px;
}

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

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

.single div.jp-type-single div.jp-progress, body.archive div.jp-type-single div.jp-progress,body.category div.jp-type-single div.jp-progress{ width: 868px; }

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

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

/*The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
        background: url("pbar-ani.gif");*/

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

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

div.jp-type-single div.jp-volume-bar {
    top: 0;
    left: 18px;
}

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

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

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

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

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

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

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

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

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




/* Pagination */
.jw-portfolio .pagination{
    text-align: left;
}
.pagination{
    margin: 0;
}
.pagination ul{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.jw-pagination.pagination ul>li>a, .jw-pagination.pagination ul>li>span{
    margin-left: 5px;
    padding: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #d6d6d6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #d6d6d6;
    text-align: center;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
}
.pagination ul>li>a.current, .pagination ul>li>span.current, .pagination ul>li>a:hover{
    border-color: #e96969;
    background: #fff;
    color: #e96969;
}
.pagination-container{
	height:56px;
	border:1px solid #e1e1e1;
	line-height:56px;
	margin-top:100px;
	}
.pagination-container .pagination.alignleft i{
	margin-right:10px;
	margin-top:-4px;
}
.pagination-container .pagination.alignright i{
	margin-left:10px;margin-top:-4px;
}
body.single-jw_portfolio .pagination-container{
	margin-bottom:100px;
	}
.pagination-container li a{
	padding:19px 25px !important;
	border:none !important;
	border-radius:0px !important;
	background:#f8f8f8 !important;
	padding-bottom:20px !important;
	color:#666 !important;
}
.pagination-container .alignleft li a{
	border-right:1px solid #e1e1e1 !important;
	}
	
.pagination-container .alignright li a{
	border-left:1px solid #e1e1e1 !important;
	}
.pagination-container .alignright .npost{
	line-height:56px !important;
	float:left;
	padding-right:20px;
	margin:0px
	}
.pagination-container .alignleft .npost{
	line-height:56px !important;
	float:right;
	padding-left:20px;
	margin:0px
	}
/* Comment Form Styling */
#comments {
    margin-top: 50px;
}
#comments input[type=email],#comments input[type=text], #comments textarea{
	border-color:#d8d8d8 !important;
}

.comment-form-comment{
    width: 100%;
}
p.form-submit,.comment-form-author{
    width: 100%;
}
p.form-submit input{
    width: 25%;
    text-transform: uppercase;
	height:48px
}
p.form-submit input:hover{
	color:#888 !important;
	background:transparent !important;
}
 .comment-form-author p input, .comment-form-author p.comment-form-email input{
	 width: 75%;
	 height:48px
	}
#commentform input[type="text"], .comment-form-comment textarea{    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-bottom: 0;
    padding: 20px;  
}
#commentform{
    width: 100%;
    display: inline-block;
}
.comment-form-comment textarea{
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 20px;
    width:75%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#reply-title,.comment-title{
    margin-bottom: 20px;
    font-size: 16px;
}
.comment-title{
    margin-bottom: 25px;
}
.comment-author img {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    width: 70px;
    height: 70px;
}
.comment-meta{
    position: relative;
    top: -3px;
    color: #222222;
    font-weight: bold;
}
.comment-meta span.comment-replay-link{
   bottom: -82px;
    left: -2px;
    position: absolute;
	line-height:24px;
	padding: 0px 20px
}
.comment-meta span a{
    font-weight: bold;
}
.comment-body {
    position: relative;    
    margin-bottom: 25px;
    margin-left: 100px;
}
.comment-list
.comment-block .comment-block {
    margin-left: 29px;
    padding-left: 50px;
    border-left: 1px solid #E5E5E5;
}
.comment-author{
    margin-bottom: 5px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 95%;
    border: 1px dotted #e1e1e1;
	background:#f9f9f9;
	padding:20px;
}

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


/* ------------ PAGE BUILDER ELEMENTS --------------- */


/* 07. Callout */
.span9 .jw-callout.with-button .callout-text{
    padding-right: 200px;
}
.jw-callout.with-button .callout-text{
    position: relative;
    padding-right: 250px;
}
.jw-callout h1{
	color: #222222;
    font-size: 30px;
    font-weight: normal;
}
.jw-callout a{
    color: #e96969;
}
.jw-callout p{
    font-size: 13px;
}
.callout-text>a.btn{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -24px 0 0;
    text-transform: uppercase;
}
.callout-text>a.btn:hover{
	border-style:dashed
}

/* 06. Service Box */
.jw-service-box{
    padding-bottom: 30px;
	position:relative;
}
.jw-service-box{
	margin-top:0px !important;
	margin-bottom:0px !important;
}
.left-service{
    display: inline-block;
}
.jw-service-box .jw-service-icon{
    display: block;
    margin-bottom: 0px;
    text-align: center;
	
}
.jw-features{

	}
.span2 .jw-features .span2{
	width:170px !important;
	}
.jw-features .jw-service-box .jw-service-icon {
    display: block;
    margin-bottom: 11px;
    text-align: center;
}
.jw-features .jw-service-box{
	padding:20px 0px;
	border:1px solid rgba(255,255,255,.0);
	}
.jw-features .jw-service-box:hover{
	background:rgba(255,255,255,.2);
	border:1px solid #ffffff;
	}
.jw-service-box.left-service .jw-service-icon{
    float: left;
}
.jw-service-box .jw-service-icon.pull-left,.jw-service-box .jw-service-icon.pull-right{
    margin-bottom: 10px;
}
.jw-service-box .jw-service-content.desc_unstyle{
    text-align:inherit;
}
.jw-service-box .jw-service-content{
    text-align: center;
	padding:25px;
	border:1px solid #d8d8d8
}
.jw-service-box .jw-service-content p a i{
		bottom: 37px;
		position: absolute;
		right: 7px;
}
.jw-service-box .jw-service-content p a:hover{
    color: #222;
}
.jw-service-box h3{
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 1;
}
/*
.jw-service-content p a{
    display: inline-block;
    padding: 9px 20px;
    border: 2px solid #d6d6d6;
    text-transform: uppercase;
    color: #aaa;
    font-weight: bold;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	
}
*/
.jw-service-content p a{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #007bff transparent;
	}
.jw-service-content p a i{
	color:#4f4f4f !important;
	font-weight:normal;
}
.jw-service-box:hover .jw-service-content p a{
	border-color: transparent transparent #4f4f4f transparent;
	transition: all 0.4s ease-out 0.2s;
}
.jw-service-box:hover{
	cursor:crosshair
}
.jw-service-box:hover .jw-service-content p {
	color:#222 !important;
	transition: all 0.4s ease-out 0.2s;
}
.jw-service-content h3 a{
    color: #aaa;
}
.jw-service-content h3 a:hover{
    color: #888888;
}
.jw-service-content p{
	margin-bottom: 0;
}
.jw-service-content p:last-child{
    margin-bottom: 0;
	text-align: right;
    width: 112%;
	padding-bottom:22px;
}
.jw-font-awesome{
    display: inline-block;
}
.jw-font-awesome.circle{
    -moz-border-radius: 1500px;
    border-radius: 1500px;
    -wenkit-border-radius: 1500px;
}

/* 11. Accordion Bootstrap Modify ewebcraft */

.accordion-heading .accordion-toggle{
    position: relative;
    background-color: #e96969;
    color: #3d3d3d;
    text-transform: capitalize;
    font-size: 16px;
}
.jw-accordion{
	background:#fff;
}
.accordion-heading .accordion-toggle span.jw-check{
background: none repeat scroll 0 0 #202020;
    float: left;
    margin-right: 15px;
    margin-top: -11px;
    padding: 11px 13px 11px 15px;
}
.accordion-heading .accordion-toggle {
    padding: 11px 15px !important;
	padding-left:0px !important;
}
.accordion-heading .accordion-toggle span.jw-check .icon-plus,.accordion-heading .accordion-toggle.active span.jw-check .icon-minus{
    display: inline-block;
    color: #fff !important;
    font-size: 10px;
}
.accordion-heading .accordion-toggle span.jw-check .icon-plus{
	color: #fff !important;
	}
.accordion-heading .accordion-toggle span.jw-check .icon-minus,.accordion-heading .accordion-toggle.active span.jw-check .icon-plus{
    display: none;
}
.accordion-heading .accordion-toggle.active span.jw-check{
    color: #fff;
}
.accordion-group{
    margin-top: 1px;
    margin-bottom: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;;
}
.accordion-group:last-child{
    margin-bottom: 0;
}
.accordion-inner{
    padding: 20px 0px;
    border-top: none;
}
.accordion-group  .accordion-inner p{
	color:#555555 !important;
	padding-left: 35px;
	padding-right: 35px;
}
.accordion-inner p:last-child{
    margin-bottom: 0;
}




/* Tab Top and Below Side */

.nav-tabs>li>a,.tabs-below>.nav-tabs>li>a{
    padding: 0 20px;
    border: none;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f8f8f8;
    color: #888888;
}
.tabs-top .nav li a span{
    margin-left: 10px;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a i{
    color: #888888;
}
.nav-tabs>li>a span,.nav-tabs>li>a i{
    display: inline-block;
    padding: 18px 0;
    font-weight: bold;
}
.tabs-left>.nav-tabs>li a i, .tabs-right>.nav-tabs>li a i{
    padding: 0;
}
.nav-tabs>li.active>a span{
    color: #333;
}
.nav-tabs>li>a, .nav-pills>li>a{
    margin-right: 1px;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
    border: none;
    border-bottom-color: transparent;
    background: #f6f6f6;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .tabs-left>.nav-tabs>li>a:hover, .tabs-left>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li>a:hover, .tabs-right>.nav-tabs>li>a:focus {
    border-color: #dddddd;
}
/*.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;*/
.nav-tabs{
    margin: 0;
    border-bottom: 0;
}
.tab-content{
    padding: 20px;
    min-height: 100px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #f6f6f6;
}
.tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}
.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover, .tabs-below>.nav-tabs>.active>a:focus{
    border: 1px solid #dddddd;
    border-top-color: transparent;
}
.tabs-below>.nav-tabs>li>a:hover, .tabs-below>.nav-tabs>li>a:focus{
    border-top-color: transparent;
    border-bottom-color: #dddddd;
}
.tabs-below>.nav-tabs{
    border-top: none;
}
/* Tab Left and Right Side */
.tabs-left .tab-content,.tabs-right .tab-content{
    margin: 0;
}
.tabs-left>.nav-tabs{
    margin-right: -1px;
}
.tabs-right>.nav-tabs{
    margin-left: -1px;
}
.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a{
    padding: 20px 10px;
    min-width: 15px;
}
.tabs-left>.tab-content, .tabs-right>.nav-tabs>li>a{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tabs-right>.tab-content, .tabs-left>.nav-tabs>li>a{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a{
    margin-bottom: 0;
}
.tabs-left>.nav-tabs>li>a span,.tabs-right>.nav-tabs>li>a span{
    padding: 0 15px;
}
#page-title .container{
    padding: 0 10px;
}




/* ------------ Pricing table --------------- */

.jw-pricing-col {
    float: left;
}
.jw-pricing-four {
    width: 25%;
}

/* Table */
table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    background-color:transparent;
}
table th,table td{
    padding:8px;
    border-top:1px solid #f0f0f0;
    vertical-align:top;
    text-align:left;
    line-height:20px;
}
table th{
    font-weight:bold;
}
table thead th{
    vertical-align:bottom;
}
table caption + thead tr:first-child th,table caption + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{border-top:0;}
table tbody + tbody{
    border-top:2px solid #dddddd;
}

/* ------------ Twitter --------------- */
#sidebar aside.widget ul.jtwt { position: relative; list-style: none;}
#footer aside.widget ul.jtwt li,ul.jtwt li, .twitter-follow { margin-bottom: 0px; margin-left: 36px; line-height: 20px;}
#sidebar aside.widget ul.jtwt li{margin-left:20px;}
#sidebar aside.widget ul.jtwt li:before,#footer aside.widget ul.jtwt li:before,ul.jtwt li:before{
    position: absolute;
    left: 0;
    display: inline-block;
     margin-top: -2px;
    color: #8d8d8d;
    content: "\f099";
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    speak: none;
}
aside.widget ul.jtwt li:last-child { margin-bottom: 0px; }
.jtwt_loader { font-weight: bold; }
.jtwt_picture { float: left; margin-right: 10px; }
a.jtwt_date { display: none; font-size: 12px;}


/* 08. Carousel Elements with Portfolio and Partnerss */

.caroufredsel_wrapper{
    margin: 0 !important;
}
.list_carousel {
    position: relative;
    margin: 0 -15px !important;
}
.list_carousel li {
    position: relative;
    display: block;
    float: left;
    margin: 0 15px;
    padding: 0;
    width: 270px;
    height: auto;
}
.list_carousel li:hover .carousel-meta{
    background: #888888;
}
.list_carousel li .carousel-content h3:hover a{
    color: #e96969;
}
.list_carousel > .carousel-arrow {
    position: absolute;
    top: -65px;
    right: 15px;
    height: 32px;
}
ul.jw-carousel {
    margin-left: 0;
}
.jw-carousel-portfolio li img,.jw-portfolio .loop-image img{
    width: 100%;
}
/* Carousel Portfolio span margin remove */
.carousel-container [class*="span"]{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* ewebcraft Carousel */
.carousel-meta {
    padding: 8px 5px;
 
}
.carousel-meta>div,.carousel-meta>div a {
    display: inline-block;
    color: #;    

}
.carousel-meta>div i{
    margin-right: 5px;
}
.carousel-meta>div {
    margin-right: 10px;
}
.carousel-content {
    position: relative;
}
.carousel-content .carousel-arrow {
    position: static;
}
.carousel-video{
    overflow: hidden;
}
.carousel-video iframe{
    height: auto;
}

/* Partners Carousel */

.jw-carousel-partner.list_carousel{
    margin: 0 !important;
}
.jw-carousel-partner.list_carousel li{
    margin: 0;
    padding: 20px;
    width: 130px;
    text-align: center;
}
.jw-carousel-partner .carousel-arrow{
    right: 0;
}
.jw-carousel-partner .caroufredsel_wrapper{
   
}

/* Post Carousel */

.jw-carousel-post .carousel-content h3{
    margin: 10px 0;
    font-size: 16px;
}
.jw-carousel-post .carousel-content h3 a{
    color: #888888;
}
.jw-carousel-post.list_carousel li{
    width: 370px;
}

/* Twitter Carousel */
.jw-carousel-twitter{
    padding: 0 30px !important;
}
.jw-carousel-twitter ul.jtwt li:before{
    display: none;
}
.jw-carousel-twitter ul.jtwt li, .jw-carousel-twitter .twitter-follow{
    margin-top: 5px;
    margin-left: 15px;
    text-align: center;
    z-index: 2;
}
.jw-carousel-twitter .twitter-follow,.jw-carousel-twitter ul.jtwt li span a{
    font-weight: bold;
}
.jw-carousel-twitter .twitter-follow span{
    font-weight: normal;
}
.jw-carousel-twitter .twitter-follow a{

}
.jw-carousel-twitter ul.jtwt li span{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
}
.jw-carousel-twitter.list_carousel li{
    width: 100%;
}
.jw-carousel-twitter .carousel-arrow{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin-top: -10px;
    width: 100%;
}
.jw-carousel-twitter .carousel-arrow .carousel-prev{
    position: absolute;
    left:0;
}
.jw-carousel-twitter .carousel-arrow .carousel-next{
    position: absolute;
    right:0;
}
.jw-carousel-twitter .icon-twitter{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 42px;
}

/* 17. Alert */

.alert{
    position: relative;
    margin-bottom: 4px;
    padding: 11px 40px 11px 40px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fdf4bd;
    color: #b2ab7e;
    text-shadow: none;
}
.alert:last-child{
    margin-bottom: 0;
}
.alert .close{
    top: 1px;
    text-shadow: none;
}
.alert-danger, .alert-error{
    background-color: #fce2e3;
	color:#ed7177;
}
.alert-success{
    background-color: #e5eec0;
	color:#a3b06d;
}
.alert-info{
    background-color: #d4ebf6;
	color:#65a0bc;

}
.alert i{
    position: absolute;
    top: 13px;
    left: 15px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

/* 18. Progress Bar */
.progress-container{
position:relative;
}
.progress{
    position: relative;
    margin-bottom: 5px;
    height: 10px;
    background: #f6f6f6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-radius: 0px;
}
.progress-title{
font-size:14px;
margin-bottom:8px;
margin-top:20px;
}

.progress-container span{
    position: absolute;
    left: 0;
    padding: 0 6px;
    background: #AAA;
    color: #FFF;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 24px;
	top: 0px;
}

/*
.progress-container span:before {
    position: absolute;
    top: 50%;
    left: -4px;
    margin-top: -5px;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid #AAA;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    content: '';
}
*/
.progress .bar{
    padding: 4px 20px 4px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    font-weight: bold;
    font-size: 13px;
    filter:none;
}
.progress .bar.jw-bi{    
    background-image: none;
}
.progress-striped .bar{
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    background-size: 50px 50px;
}

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

a.btn,#footer a.btn{
    color: #fff;
}
.btn{
    display:inline-block;
    margin: 0 10px 10px 0;    
    padding: 14px 20px;  
    background: #e96969;
    font-weight: 500;
    font-size: 22px;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    line-height: 1;
    *display:inline;
    *zoom:0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	color:#202020 !important;
}
.btn span {
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.rounded, .btn.rounded span{
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;  
}
.btn:hover{
    color: #fff;

}
.btn-flat:hover {
    background: transparent !important;
}
/* Button 6a */
.btn-flat {
    border: 2px solid;
}
.btn-flat.btn-hover2 {
    border: 2px dashed;
}
.btn-flat.btn-hover3 {
    border: 2px dotted;
}
.btn-flat.btn-hover4 {
    border: 4px double;
}
.btn-flat.btn-hover5 {
    border: 2px groove;
}
.btn-flat.btn-hover6 {
    border: 2px ridge;
}

a.btn-border{
    border: 2px solid #aaa;
    color: #aaa;
    z-index: 2;
}
.btn-border:hover {
    color: #fff !important;
}
/* Button 1a */
.btn-border span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.btn-border:hover span {
    opacity: 1;
}

/* Button 1b */
.btn-border.btn-hover2 span {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}
.btn-border.btn-hover2:hover span {
    height: 100%;
}

/* Button 1c */
.btn-border.btn-hover3 span {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-border.btn-hover3:hover span {
    width: 100%;
}

/* Button 1d */
.btn-border.btn-hover4 {
    overflow: hidden;
}
.btn-border.btn-hover4 span {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.btn-border.btn-hover4:hover span {
    width: 90%;
    opacity: 1;
}

/* Button 1e */
.btn-border.btn-hover5 {
    overflow: hidden;
}
.btn-border.btn-hover5 span {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-border.btn-hover5:hover span {
    height: 200%;
    opacity: 1;
}

/* Button 1f */
.btn-border.btn-hover6 {
    overflow: hidden;
}
.btn-border.btn-hover6 span {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.btn-border.btn-hover6:hover span {
    height: 70%;
    opacity: 1;
}
.btn-small{
    padding:12px;
    font-size: 11px;
}
.btn-large{
    padding: 18px 20px;
    font-size: 16px;
}

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


/* Dropcaps */
.jw-dropcap {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    padding: 17px 20px;
    background-color: #e96969;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
.jw-dropcap.cap_circle{
    -moz-border-radius: 50%;
    border-radius: 50%;
    -wenkit-border-radius: 50%;
}
.jw-dropcap.cap_border{
    border: 2px solid #e96969;
    background-color: transparent;
}


/* Price Block */
.jw-pricing {
    width: 100%; 
}
.jw-pricing-two {
    width: 50%;
}
.jw-pricing-three {
    width: 31.333%;
}
.jw-pricing-four {
    width: 23%;
}
.jw-pricing-five {
    width: 17%;
}
.jw-pricing-col {
    float: left;
	margin-top:20px;
	margin-right:30px;
	
}
.jw-pricing-col:last-child{
	margin-right:0px;
	}
.jw-pricing p,.jw-pricing .tt-button,.jw-pricing ul {
    margin-bottom: 0px;
}
.jw-pricing-box {
    text-align: center;
	  background: none repeat scroll 0 0 #FFFFFF;
	position:relative;
}
.jw-pricing-bottom{
    padding: 20px 0px;
}
.jw-pricing-bottom ul li {
    padding: 10px 15px;
	color:#888888;
	font-size:14px;
}
.jw-pricing-top{
    color: #2f2f2f;
    padding: 12px 0;
    width: 100%;
}
.jw-pricing-header{
	padding: 18px 15px;
    background: #333333;    
}
.jw-pricing-header h1{
	font-size:38px !important;
	font-weight:500 !important;
	position:relative;
}
.jw-pricing-header h1 span{
	font-size:20px;
	position:absolute;
	font-weight:500
}
.jw-pricing-header p{
	color:#fff !important;
	margin-bottom:10px;
}
.jw-pricing-footer{
    padding: 15px;
	border:1px solid #e1e1e1;
	border-top:none;
	padding-top:0px;
}
.jw-pricing-footer a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 19px 20px;
    min-width: 100%;
    color: #fff !important;
    text-align: center;
	background:#333333;
}
.jw-pricing-footer a:hover{
	color: #2f2f2f !important;
}
.jw-pricing-header h1 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
	text-transform:uppercase;
	font-family:'Oxygen';
}
.jw-pricing-top>span:first-child {
    font-size: 18px;
    line-height: 1;
	font-weight:400;
}
.jw-pricing-top>span:last-child {
    position: relative;
	font-family:'Raleway';
}
.jw-pricing-top span span {
    position: absolute;
    top: -20px;
    color: #888888;
    font-weight: bold;
    font-size: 18px;
}
.jw-pricing-bottom{
	border:1px solid #d8d8d8;
	border-bottom:none;
}
.jw-pricing-bottom ul {
    margin: 0 20px;
    list-style: none;
	position:relative;
}
.jw-pricing-bottom ul > li > i {
   	position:absolute;
	right:25px;
}
.jw-pricing-bottom p {
    padding: 10px 20px;
	display:none
}
.jw-pricing-recommended{
	background-color:#98bb56 !important;
	}
/* Testimonials */
.jw-testimonials{
    position: relative;
	padding-bottom:0px;
}
.jw-testimonials .bx-wrapper{
	margin-bottom:30px;
}
.jw-testimonials .carousel-arrow{
    position: static;
}
.jw-testimonials .carousel-arrow a.carousel-prev, .jw-testimonials .carousel-arrow a.carousel-next{
    position: absolute;
    right: 0;
    margin: 0;
    width: 32px;
    height: 49.9%;
    border: 0;
    background: #aaaaaa;
}
.jw-testimonials .carousel-arrow a.carousel-prev:hover, .jw-testimonials .carousel-arrow a.carousel-next:hover{
    background-color: #e96969;
}
.jw-testimonials .carousel-arrow a.carousel-prev i, .jw-testimonials .carousel-arrow a.carousel-next i{
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -4px;
    margin-left: -4px;
}
.jw-testimonials .carousel-arrow a.carousel-prev{
    top: 0;
}
.jw-testimonials .carousel-arrow a.carousel-next{
    bottom: 0;
}
.jw-testimonials ul{
    margin: 0;
    list-style: none;
}
.jw-testimonials .testimonial-author{
	margin:0 auto;
	margin-bottom:30px;
	overflow:hidden
}
.jw-testimonials .testimonial-author img{
	margin:auto auto;
}
.testimonial-item {
	padding-top:0px;
    text-align:center;
	width:50%;
	margin:0 auto;
	font-size:18px;
	font-style:italic;
}
.bg-parallax .container_title, .bg-color .container_title{
	width: 75%
	}

.bg-parallax .container_title h1, .bg-color .container_title h1{
	margin-top:50px;
	color:#fff;
	}
.bg-parallax .element-title, .bg-color .element-title{
	color:#fff !important;
	font-size:18px;
	text-rendering: optimizeSpeed;
	}
.testimonial-content {
    margin-top: 30px;
    color: #aaaaaa;
	width:100%;
	text-align:center
}
.testimonial-content p {
	font-size:15px;
	font-style:italic;
	color:#313537;
	}

.testimonial-content .bottomdivider {
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 0 auto;
    width: 30%;
	margin-top:30px;
	margin-bottom:20px;
}
.testimonial-content .auther-name{
	margin-bottom:40px;
	color:#fff;
	font-weight:600;
	margin-top:20px;
	}	
.testimonial-content .auther-name span{
	color:#313537;
	font-weight:normal;
}
.testimonial-content p, .testimonial-content p a{
    margin: 0;
    color: #313537;
    font-weight: normal;
}
.jw-testimonials>.caroufredsel_wrapper>ul>li{
    display: inline-block;    
}


/* Portfolio Styling */
.jw-portfolio  .jw-filter{
	margin-bottom:40px;
	}
.jw-portfolio .jw-filter ul{
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 1;
	text-align:center;
	font-size:16px;
}
body.single-jw_portfolio h2.jw-title{
	font-weight:900px;
	font-size:18px;
	}
.jw-filter ul li{
    padding: 0;
    line-height: 1;
}
.jw-filter ul li:after{
    padding: 0 1px;
    content: '';
}
.jw-filter ul li:last-child:after{
    display: none;
}
.jw-filter ul li a{
   color:#555555;
   font-size:16px;
   padding:6px 10px;
}
.jw-filter ul li a:hover, .jw-filter ul li a.selected{
    color: #fff;
    font-weight: normal;
}
#main .jw-portfolio .jw-pagination{
    margin-bottom: 40px;
}
#main .related_portfolios {
    margin-top: 0;
}
#main .related_portfolios .jw-portfolio article.jw_portfolio {
    margin-bottom: 0px;
    margin-top: 0px;
	position:relative;
}
.jw-portfolio article.jw_portfolio p, .jw-portfolio article.jw_portfolio div.jp-audio, .jw-portfolio article.jw_portfolio div.jp-video {
    margin-bottom: 0;
}
.jw-portfolio{
	margin-top:30px;
	}
.jw-portfolio .isotope-container{
	width:100%;
	margin:0 auto;
	margin-left: 30px;
	}
.jw-portfolio .span3{
	width:290px !important;
	margin-top:0px !important;
	margin-bottom:2px !important;
	}
.jw-portfolio .span4{
	width:384px !important;
	margin-top:0px !important;
	margin-bottom:2px !important;
	}
.jw-portfolio .span6{
	margin-top:0px !important;
	margin-bottom:2px !important;
	}
.jw-portfolio .span4 .portfolio-content {
	width:90%
	}
.jw-portfolio .span6 .portfolio-content {
	 width: 93%;
	}
.jw-portfolio article.jw_portfolio{
	 margin-left: 2px;
	 overflow:hidden;
}
.jw-portfolio article.jw_portfolio iframe {    
    height: auto;
}
.jw-portfolio article.jw_portfolio .video-height iframe {    
    height: 100%;
}
.jw-portfolio article.jw_portfolio p iframe{
    margin-bottom: -5px;
}
.portfolio-content{
    position: absolute;
    padding:15px 20px;
    background: #fff;
	bottom: -80px;
	text-align:center;
	transition: all 0.4s ease-out 0.1s;
	width: 87%;
}
.portfolio-plus-a .portfolio-plus{
	font-size:24px;
	font-weight:normal;
	background:url(assets/img/socielbg.png) repeat;
	width:48px;
	left:10px;
	position:absolute;
	top:20px;
	text-align:center;
	padding:5px 0px;
	display:none;
	}
article.jw_portfolio .loop-image-up{
	transition: all 0.4s ease-out 0.1s;
	
	}
article.jw_portfolio .loop-image img{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
article.jw_portfolio .loop-image-up img{
	
    -webkit-transform: scale(1.09,1.10);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.09,1.10);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
article.jw_portfolio .portcat-up{
	transition: all 0.4s ease-out 0.1s;
	bottom: 0px;
	}
h2.portfolio-title{
    width: 85%;
    display: inline-block;
    margin: 0;    
    font-size: 13px;
}
h3.portfolio-title a{
    font-size:18px;
	color:#555555;
	font-weight:normal;
	 font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	 line-height:0.9     
}
h3.portfolio-title a:hover{
    color: #e96969;        
}
.portfolio-content .portfolio-cat, .portfolio-content .portfolio-title{
	font-size:14px;
	color:#888888;
	font-weight:normal;
	 font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	  line-height:0.6
	}
article.single-portfolio iframe{
    width: 100%;
}
article.single-portfolio .meta-cat i{
    padding-right: 10px;
	color:#cccccc;
	font-size:16px;
}
article.single-portfolio .meta-cat a, article.single-portfolio .meta-fav span{
    color: #888888;
    font-weight: bold;
}
article.single-portfolio .meta-cat{
    background: none repeat scroll 0 0 #F8F8F8;
    line-height: 42px;
    margin-bottom: 10px;
    padding-left: 15px;
}
article.single-portfolio .likeit{
    position: static;
    display: inline-block;
    margin-bottom: 20px;
    float: none;
}

.jw-pagination.pagination ul>li>a.selected{
    background: #e96969;
    color: #fff;
}
.likeit {
    top: 15px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.likeit i {
    padding-right: 5px;
}
.likeit:hover, .likeit.liked {
    color: #fe4743; /* Not included theme_css*/
}
a.live-preview{
    border: 1px solid #e1e1e1;
    color: #c8c8c8;
	padding:14px 53px;
	line-height:60px;
}

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* Theme Boxed Layout Style*/
.theme-boxed{
    margin: 0px auto;
    width: 1200px;
    background: #FFF;
}
.ie8 .theme-boxed{
    width: 1000px;
}
/* Scroll Up Style */
#scrollUp {
    position: fixed;
    right: 80px;
    bottom: 1px;
    display: none;
    width:40px;
    height: 40px;
    color: #fff;
    text-align: center;
    background-color: #282828;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
#scrollUp:hover{
    background-color: rgba(0,0,0,0.4);
}
i.icon-slideup{
	background:url(assets/img/slideup.png) no-repeat center center;
	padding:20px;
}
.hidden{
    display: none;
}


/* Infinite Scroll */

.jw-infinite-scroll>.loading,
.jw-infinite-scroll[data-has-next="false"]>.next,
.jw-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.jw-infinite-scroll>a.next>i{
    margin-right: 10px;
}


/* List */

ul.jw-list{
    list-style: none;
}
ul.jw-list>li>i{
    margin-right: 5px;
    margin-left: -15px;
}

/* Contact Form 7 */
.wpcf7-form p{
/*	display:inline;*/
    line-height: 40px;
    margin-bottom: 0;
	}
.wpcf7-form-control-wrap input{
    display: inline-block;
}
.wpcf7-form-control-wrap textarea{
    width: 97%;
	padding-right:6px !important;
}

/* Google map */

#google-map{
    margin-bottom: -5px;
}
.map-header{
	height:80px;
	line-height:80px;
	background:#282828;
    font-size:32px;
	font-weight:900;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#fff;
	text-align:center;
	cursor:pointer;
	}
/* Circle Chart on Page Builder */
.jw-circle-chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.jw-circle-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
/* MileStone */
.jw-milestones{
	margin:0 auto;
	width:100%;
	text-align:center;
	}
.row >.jw-element.span6 > .jw-milestones{
	margin:0 auto;
	width:370px;
}
.row >.jw-element.span6 > .jw-service .jw-service-content h3 ,.row >.jw-element.span6 > .jw-blog  > .row  .loop-title a{
	color:#fff;
}
.jw-milestones-box{
	padding:1px 0px;
	}
.jw-milestones-count>.jw-milestones-show{
    position: relative;
    float: left;
    overflow: hidden;
    width: 23px;
    height: 40px;
    text-align: right;
}
.jw-milestones-count>.jw-milestones-show>ul{
    position: absolute;
    margin: 0px;
    list-style: none;
	line-height: 1.20;
}
.jw-milestones-count>.jw-milestones-show>ul>li{
	line-height: 1.20;
}
.bg-parallax .jw-milestones-count{
    color:#fff;
    font-weight: 900;
    font-size: 32px;
	margin:0 auto;
	width:70px;
}
.jw-milestones-count{
    color:#555555;
    font-weight: 900;
    font-size: 32px;
	margin:0 auto;
	width:60px;
}

.jw-milestones-box{
	float:left;
	margin-right:25px;
	width: 170px;
	margin-top:20px;
	}
	
.jw-milestones-box:last-child{
	margin-right:0px;
	}

.bg-parallax .jw-milestones-content p{
    color: #fff;
	font-size:18px;
}
.jw-milestones-content p{
    color: #555555;
	font-size:18px;
}

/* Coming Soon */
.jw-cs-container{
    text-align: center;
    margin: 0;
}
.page-template-template-coming_soon-php #main{
    padding: 200px 0;
}
.page-template-template-coming_soon-php h1,
.jw-coming-soon h1{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}
.jw-coming-soon .days,
.jw-coming-soon .hours,
.jw-coming-soon .minutes,
.jw-coming-soon .seconds {
    color: #fff;
    font-weight: bold;
    background: #e96969;
    width: 94px;
    height: 60px;
    padding: 25px 0;
}
.jw-coming-soon .count {
    font-size: 38px;
    line-height: 1;
}
.jw-coming-soon, .subscribe-container input {
    display: inline-block;
}
.subscribe-container input{
    background: transparent;
    border-color: #fff;
    margin: 0;
    margin-right: 10px;
}
.jw-coming-soon>div{
    float:left;
}
.jw-coming-soon>.sep{
    font-size: 48px;
    padding: 10px 17px;
}
.jw-coming-soon-content {
    width: 700px;
    margin: 20px auto;
}




/* Error 404 */

#error404-container{
    position: relative;    
    margin: 80px 0;
}
h3.error404{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
	margin-bottom:0px;
}
h4.errorh2{
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
	margin-bottom:40px;
}
h3.error404 span{
    color: #e96969;
}
.jw-404-error{
    margin: 0 auto;
    width: 370px;
}
.jw-404-search-container{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 150px;
    width: 470px;
    background: #e96969;
    text-align: center;
}
.jw-404-search-container:before{
    position: absolute;
    top: -85px;
    left: -23px;
    color:rgba(255, 255, 255, 0.1);
    content: "\f002";
    font-size: 180px;
    font-family: FontAwesome;
}
.jw-404-search-container form{
    display: inline-block;
    margin: 0;
}
.jw-404-search-container form#searchform input:-moz-placeholder{
    color: #fff;
}
.jw-404-search-container form#searchform input::-moz-placeholder{
    color: #fff;
}
.jw-404-search-container form#searchform input:-ms-input-placeholder{
    color: #fff;
}
.jw-404-search-container form#searchform input::-webkit-input-placeholder{
    color: #fff;
}
.jw-404-search-container form#searchform input{
    margin: 0;
    width: 100%;
    border: 2px solid #fff;
    background: transparent;
}
.jw-404-search-container form#searchform i{
    top: 11px;
    color: #fff;
}
.error4button{
    position: relative;
    margin-left: 20px;
	width:270px;
	margin:0 auto
}
.error4button a{
	width:270px;
	text-align:center;
	border:none;
	fo
	}
.error404 #main{
    background: url(assets/img/404-coming-soon-bg.jpg) no-repeat;
    background-size: cover;
}    



/* Light color Scheme */

/* Dark color Scheme */

.dark h3,
.dark a,
.dark p,
.dark .jw-service-content a,
.dark .jw-service-box .jw-service-content p a:hover,
.dark .icon-twitter,
.dark .jw-carousel-twitter ul.jtwt li,
.dark .jw-carousel-twitter ul.jtwt li a,
.dark .twitter-follow,
.dark h2.loop-title a,
.dark ul.loop-meta li span.date,
.dark ul.loop-meta li a,
.dark .jw-service-content a,
.dark .jw-callout h1,
.dark ul.jw-list,
.dark .jw-milestones-count>.jw-milestones-show>ul,
.dark .jw-filter ul li a:hover,
.dark .jw-filter ul li a.selected,
.dark .jw-carousel-post .carousel-content h3 a,
.dark ul.jtwt li span,
.dark #sidebar aside.widget ul.jtwt li:before,
.dark #footer aside.widget ul.jtwt li:before,
.dark ul.jtwt li:before,
.dark h1.jw-coming-soon-title{
    color: #fff;
}
.dark ul.jtwt li span a,.dark .tab-content .tab-pane p,.dark .jw-social-icon a{
    color: #aaa;
}
.dark .testimonial-content p,.dark  .testimonial-content p a{
    color: #888888;
}
.dark h2.loop-title:hover a{
    color: #e96969;
}
.dark .jw-title-border{
    background: #fff;
}
.dark .pagination ul>li>a.current,
.dark .pagination ul>li>span.current,
.dark .pagination ul>li>a:hover,
.dark .jw-pagination.pagination ul>li>a,
.dark .jw-pagination.pagination ul>li>span{
    background: transparent;
}
.dark .jw-carousel-partner.list_carousel li,
.dark .jw-carousel-partner .caroufredsel_wrapper,
.dark aside > ul,
.dark #sidebar aside.widget ul li{
    border-color: transparent;
}
.dark .jw-carousel-twitter .carousel-arrow a.carousel-prev,
.dark .jw-carousel-twitter .carousel-arrow a.carousel-next{
    border: 2px solid #fff;
    color: #fff;
}
/* Site Loader */
body section#loading{
    display: none;
}
body.loading section#main{
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
body.page-template-tamplate-blog-php section#main, .page-template-page-sidebar-php section#main{
	margin-top:40px;
}
#page .span12 h2{
	font-weight:300 !important;
}
body.loading .paralaxe-text{
	display:none;
	}
body.loading section#loading{
    display: block;
    width: 100%;
    min-height: 300px;
    background-image:    url("assets/img/prettyPhoto/loader.gif");
    background-color: #FFF;
    background-position: center;
    background-repeat:   no-repeat;
}
/* Before After */
.twentytwenty-container img{
    width: 100%;
    height: auto;
}
/* Nice Scrolling Fix */

#ascrail2000{
    z-index: 10000 !important;
    background-color: transparent;
    width: 15px!important;
}

/* Slider Form   */
.slider-form{
	float:right;
	margin:0px !important;
}
.slider-form.span4 .form-container{
	width:300px;
	padding:40px 35px;	
	padding-bottom:20px;
	background-color:rgba(0,0,0, .7);
	border-radius:0px 0px 10px 10px;	
}
.slider-form   .form-title h2{
	margin-bottom:0px;
	line-height:68px;
}
.slider-form .form-container input[type=text],.slider-form .form-container input[type=email]{
	width:270px;
	box-shadow:none;
	border-color:none;
	margin-bottom:30px;
}
.slider-form .form-container input[type=submit]{
	border-radius:10px;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	height:55px;
	color:#fff;
	border:none;
}
.slider-form .form-container input.short{
	width:70px;float:right;
	display:inline;
}
.slider-form .form-container p{
	width:190px;float:left;
	display:inline;
	line-height:50px;
	text-align:left
}
.slider-form .form-title{
		border-radius:10px 10px 0px 0px;
}
.slider-form .form-title h2{
	color:#fff;
}
.horizontal {
	float:none;
}
.row-fluid .horizontal .form-container{
	background:#4f4f4f;
	padding:0px !important;
	padding:0px!important;
	margin:0 auto !important;
	float:none !important;
	display:block !important;
}
.row-fluid .horizontal .form-container input{
	margin-right:0px;
}
.horizontal .form-container input[type=text],.horizontal .form-container input[type=email]{
	float:left;
	display:inline;	
	margin-bottom:0px !important;
}
.horizontal .form-container.span10 input[type=text],.horizontal .form-container.span10 input[type=email], .horizontal .form-container.onlytwo input[type=text],.horizontal .form-container.onlytwo input[type=email]{
	width:315px !important;
}
.slider-form input[type=text], .slider-form input[type=email]{
	height:47px;
}
.horizontal .form-container form{
	margin-bottom:0px !important;
}
.horizontal .form-container input[type=submit]{
	float:right;
	margin-right:0px;
	border-radius:0px;
	height:65px;
	line-height:40px;
	border:none;
	width: 160px;
}
.top-message-bar{
	height:40px;
	line-height:40px;
	text-align:center;
	background:#a98301;
	color:#fff;
	display:none;
	position:fixed;
	top:0px;
	z-index:100000;
	width:100%;
	left:0px;
	font-size:18px;
}
.top-message-bar.bg-success{
	background:#438700;
	color:#fff;
}
.top-message-bar .loader{
	background:url(assets/img/ajax-loader.gif) no-repeat;
	width:43px;
	height:11px;
	margin:0 auto;
	margin-top:10px;
}
.pattren.container{
	position:relative;
	height:100%;
}
.pattren.container .span10{
	margin:0 auto
}
#featured-image .horizontal{
	
}
#featured-image .horizontal-form-text{
	float:none;
}
#featured-image .horizontal-form-text h1, #featured-image .horizontal-form-text h2 {
	color:#000;
	text-align:center
}
#featured-image .horizontal .form-container{
	padding:0px !important;
	padding:15px!important;	
	float:none;
	position:absolute;
	bottom:30%;
	left:0;
	right:0;
	margin: 0 auto;
	background:rgba(0,0,0, .5);
	border-radius:4px;
	}

#featured-image .horizontal .form-container input, #featured-image .horizontal .form-container form{
	margin-bottom:0px !important;
}
#featured-image .horizontal .form-container input[type=text], #featured-image .horizontal .form-container input[type=email]{
	margin-right: 15px;
    width: 225px !important;
}
#featured-image .horizontal .form-container input[type=submit]{
	 width: 160px !important;
}
.downbtns h1, .downbtns h3{
	color:#fff !important;
	text-align:center;
}
.downbtns .paralaxe-text {
	padding-top:80px
}
.downbtns .video-slide .paralaxe-text {
	padding-top:0px
}
.downbtns .video-slide .video-container{
	width:770px;
	height:435px;
}
.downbtns .video-slide .paralaxe-text h1, .downbtns .video-slide .paralaxe-text h2, .downbtns .video-slide .paralaxe-text h1 span.word2,  .downbtns .video-slide .paralaxe-text h1 span.word3{
	color:#fff !important;
}
.downbtns .video-slide .video-container iframe{
	width:100% !important;
	height:100% !important;
}
.downbtns h1 {
	line-height:50px;
}
.downbtns h3{
	font-size:32px !important;
	font-weight:normal !important;
	line-height:10px;
	margin-bottom:50px;
}
.slider-buttons{
	width:460px;
	margin:0 auto;
}
.slider-buttons .button{
	float:left;
	width:45%;
	display:inline;
	background:#000;
	position:relative;
	border-radius:4px;
}
.slider-buttons .button:first-child{
	margin-right:10%
}
.slider-buttons .button > a{
	font-size:20px;
	display:block;
	padding:16px 0px;
	
}
.slider-buttons .button > a{
	color:#fff !important;
}
.slider-buttons .button > a:hover,.slider-buttons .button > a:focus, .slider-buttons .button > a:active{
	color:#fff !important;
}
.slider-buttons .button:active{
	box-shadow:none !important;
}
.slider-buttons .button i{
	margin-right:10px;
}
.jw-features .jw-service-box{
		padding-top:25px;
}

.row-containerfullwidth .span12{
	width:100% !important;
	margin:0px !important
}
.twitterwidget a{
	display:inline !important;
	padding:0px !important;
}
.page-template-tamplate-blog-php article:last-child .loop-block{
	border-bottom:none;
}
.jw-pricing-header h1 span{
	color:#fff !important;
}
.ebook-form .slider-form{
	float:left;
	padding:15px;
	background:rgba(0,0,0, .6);	
	margin-left:65px !important;
	margin-top:20px !important;
	border-radius:4px;
}
.ebook-form .slider-form .span3{
	margin-left:0px !important;	
}
.ebook-form .slider-form form{
	margin-bottom:0px !important;
}
.ebook-form .slider-form input[type="email"]{
	width:240px !important;
	margin-bottom:15px !important;
}
.ebook-form .slider-form input[type="submit"]{
	border-radius:4px;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_pages ul li a, .widget_recent_comments ul li a, .widget_rss ul li a{
	display:inline !important;
}
.widget_recent_comments ul li a{
	padding:0px !important;
}
.widget_recent_comments ul li a:first-child{
	padding-left:20px !important;
}
.custom-image img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#sidebar ul li ul{
	margin-left:20px;
} 
.ebook-text{
	width:64% !important;
}
.ebook-text h1{
	font-size:60px !important;
	margin-bottom:20px;
}
.ebook-text h2{
	text-align:center !important;
}
.ebook-text .slider-list > h2{
	text-align:left !important;
}
section#featured-image .ebook-image img{
	min-height:70% !important;
}
.submit-box{
	display: inline;
    float: right;
    position: relative;
	width:79px
}
.submit-box i{
	font-size:24px;
	color:#fff;
	position:absolute;
	top:20px;
	left:43%;
	text-indent:-9999
}
.submit-box:hover i{
	color:#4f4f4f;
}
.home-icon{
   border-radius: 3px;
    float: right;
    margin-right: 20px;
    margin-top: 26px;
    text-align: center;
    width: 35px;
}
.home-icon i{
	font-size:16px;
	color:#4b4b4b !important;
}
#header .span8{
	float:right !important;
}
.footer-3-grid{
	width:960px;
	margin:0 auto;
	position:relative;
	padding-top:60px;
}
.footer-3-grid .span4:last-child{
	float:right !important;
}
.footer-3-grid .span4:last-child .jw-social-icon {
	text-align:right !important;
}