
::selection {
    background: #626262;
    color: #ffffff;
}
::-moz-selection {
    background: #626262;
    color: #ffffff;
}
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    list-style: none;
}
li{
    line-height: 1.9;
	display:inline;
}
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;
	font-weight:900
}
h2 {
    font-size: 22px;
    line-height: 1;
	font-weight:900
}
h3 {
    font-size: 18px;
    line-height: 1;
}
h4 {
    font-size: 16px;
    line-height: 1;
}
h5 {
    font-size: 14px;
    line-height: 1;
}
h6 {
    font-size: 12px;
    line-height: 1;
}
.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:none; }
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-top: 20px; }

@-moz-document url-prefix() { 

    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select  {
    height:32px;
    padding: 0 10px !important;
}
}
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
textarea,
select {
    display: block;
    margin: 0;
	margin-bottom:10px;  
    outline: none;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Lato",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 !important;
}
#searchform input{
	border: 1px solid #e1e1e1 !important;
	padding-left:37px !important
	}
.wpcf7-form input[name=your-name]{
	margin-right:5px;
	}
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: 184px; }
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}
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;
    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:#fff;
	height:34px;
	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:100%;
margin:30px auto;
font-size:16px;
position:relative;
}
.container_title .bottomdivider{
	width: 40%;
    height: 1px;
    margin: 0px auto;
}
.page .row-container{
	padding:20px 0px;
	}
.row-container.bg-parallax{
	padding:0;
	margin-bottom:60px;
	}
.bg-parallax.forms {
	margin-bottom:0px;
	}
#subscription{
	padding-top: 70px;
}
/* =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{
 position: relative;
}
#header .jw-logo-bg{
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 20%;
    background: #e96969;
}
header#header .container{
    position: relative;
}

#header.stuck{
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;    
}
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{
    max-height: 70px;
    width: auto !important;
}
#header.stuck ul.sf-menu > li > a{
    margin-top: 0px;
	margin-bottom:0px;
	line-height:75px;
    padding: 0px 10px;
}

/* logo */
#header .jw-logo {
    position: relative;
    font-size: 28px;
    line-height: 70px;
    display: inline-block;
    *display: inline;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    #header .jw-logo{
        line-height: 70px;
    }
}
#header .jw-logo .logo{
    color: #fff;
}
.jw-menu-container{
    
	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;
	border:1px solid #ccc;
	background-color:#d5d5d5;
	border-bottom: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: 200px;
}

/* 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{
    padding:24px 12px;  
    text-transform: capitalize;
}
ul.sf-menu > li a {
	font-size: 14px;
	font-weight: normal;
	 text-transform: uppercase;
	display: block; padding:12px; margin:20px 10px;
}
ul.sf-menu > li a.current-menu-item{ font-weight: bold; color:#B11117 !important  }
ul.sf-menu li ul li a{
    padding: 5px 15px;
    width: 200px;
    color: #888888;
    letter-spacing: normal;
    font-weight: normal;
	margin:0;
	display:block;
	border-bottom:1px solid #ccc;
}
ul.sf-menu li ul li a:hover{
    color: #2187cc;
	background-color:#fff;
}
ul.sf-menu li ul li{
    background-color:#fff;
    text-align: left;
}
ul.sf-menu > li:hover > a{
    color: ;
}
.sf-menu > li.current_page_item  > a
{
    color: #B11117;
}
.sf-menu > li .current-menu-item > a,#sidebar ul.menu li.current_page_item a{
    color: #B11117;
}
ul.sf-menu li ul li.current_page_ancestor a{
    color: #B11117;
}


/* ------------ mobile menu --------------- */
.show-mobile-menu {
    position: relative;
    margin-top: -1px;
    width: 100%;
    height: 50px;
    background:rgba(33, 135, 204, 1);
    cursor: pointer;
}
.show-mobile-menu .mobile-menu-icon{
    float: right;
	margin-top: 15px;
    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:#fff !important;font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; text-transform:uppercase}
#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;
}

.header-r span:first-child{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		padding-right:5px;
		font-size:120%;
	}
	.header-r a{ color:#fff !important; text-decoration:none;}
	.header-r a:hover{ text-decoration:underline;color:#fff !important;}
	.header-r p{ margin-bottom:0;}
/* 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/images/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;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
	margin-right:10px;
	border:1px solid #fff;
	border-radius:50px;
	background-color:#2187CC !important;
	color: #fff !important;

}
#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;
	padding-top: 23%;*/
    -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{
    font-size: larger;
    line-height: 1;
	color:#fff !important;
	font-weight:normal;
	margin:5px;
}

.team-member .member-social{
    text-align: center;
    height: 48px;
}
.team-content{
   text-align:center;
}
.team-content .author{ margin:10px;}

/* ewebcraft Blog Feature Title */

#page-title {
    padding: 15px 0;
	padding-bottom:45px;
    background: #f5f5f5;
    background-size: cover;
}
#page-title h3 {
    text-align:center;
    margin: 0;
	font-size:16px !important
}
#page-title h1 {
    text-transform: uppercase;
    font-size: 32px;
	font-weight:900;
	text-align:center;
    margin: 0;
}
/* Breadcrump added cause little css :P */
.jw-breadcrumb{
    padding: 0 6px;
}
.jw-breadcrumb i{
	padding:3px;
	padding-left:7px;
	color:#fff;
	background:#c8c8c8;
	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;
}
#page-title span {
    margin: 0 7px;
    color: #fff;
}
h1.page-title span {
    margin:0 !important;
}
.jw-breadcrumb span a, .jw-breadcrumb span.statictext{
    color: #999999 !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 > .container {
    padding: 15px;
}
#footer > .container .span12{
	margin-left: 30px;
}
#bottom .copyright{
    color: #aaa;
    font-weight: normal;
}
#bottom .copyright a{
    color: #aaa;
    font-weight: bold;
}
#bottom {
    padding: 15px 0 50px;
    background: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
#bottom ul, #bottom p {
    margin: 0;
}
#bottom ul {
    float: right;
}
#bottom a {
    color: #e96969;
}

/* Widgets Style */
aside > ul{
    padding: 0px;
}
aside h2.widget-title{
	font-size:18px;
	margin:0px;
	margin-bottom:9px;
	}
 #sidebar li a{
	 display:block;
	 padding-left:20px;
	 }
/*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;
}

#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/images/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:130px;
	margin:0 auto;
	padding-bottom:44px;
	padding-left: 30px;
}
/* Page Builder Item TItles and Widget Title*/

.jw-title-container, .jw-widget-title-container{
    position: relative;
}
.jw-title-container h2.jw-title{
	font-family:'Open Sans' ;
	font-weight:300 ;
	margin-top:10px ;
}
.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 .jw-service [class*="span"] {
    margin-bottom: 0px;
}
.right-sidebar {
    float: right;
}
.content-left{
    float: right;
}

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


h2.loop-title, h1.single-title {
    font-weight: bold;
    font-size: 24px;
}
h1.single-post-title{
	margin-top:20px;
	font-size:18px;
	font-weight:normal;
	}
h2.loop-title{
  margin-top:0px;
	font-size:18px;
	font-weight:normal;
} 
.loop-block ul{
	margin-bottom: 10px;
    margin-top: 10px;
	}
.loop-meta.inline{
    margin-top: 20px !important;
	}
h2.loop-title a:hover{
    color: #e96969;
}
.loop-media {
    margin-top: 50px;
	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;
}
.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:5px;
	padding-bottom:50px;
	position:relative;
	border-bottom:1px solid #e1e1e1;
	}
body.page .isotope-item .loop-block{
	border:1px solid #e1e1e1;
	padding:20px;
	padding-top:2px;
	padding-bottom:0px;
	}
.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:#fff;
	padding:12px 8px;
	padding-top:15px;
	border:2px solid #fff;
	font-size:16px;
	}
.loop-block li.date{
	padding:0px;
	}
.loop-meta .loop-file span.date{
	color:#fff;
	padding:12px 8px;
	padding-top:15px;
	border:2px solid #fff;
	font-size:16px;
	}
.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 span.date{
	color:#fff !important;
	}
.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{
	font-size:24px;
	line-height:1;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:-5px;
	margin-left:10px;
	}
.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 {
    padding: 0 10px 0 12px;
    color: #c8c8c8;
    line-height: 1;
}
ul.loop-meta li i, i.cm {
	padding-right:8px;
	font-size:16px;
	}

ul.loop-meta li:first-child{
    padding-left: 0;
    border:none;
}
ul.loop-meta li span.date,ul.loop-meta li a{
    color: #888888;
}
ul.loop-meta li:last-child {
    padding-right: 0;
}
.loop-meta li i {
    margin-right: 5px;
    color: #8d8d8d;
    font-size: 14px;
}
.loop-block a.more-link{
   
    display: block;
    width: 170px;
    height: 42px;
    background-color:transparent;
    color: #c8c8c8;
    text-align: center;
    line-height: 42px;
	border:1px solid #e1e1e1;
}
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-news .isotope-container article.loop {
    margin-top: 0;
    padding-bottom: 20px;
	
}
.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: 20px;
    padding: 5% 0;
	
}
.jw-news .span3 .read-more-container{
	width: 118%;
	}
.jw-news .span6 .read-more-container{
	width: 108%;
	}
.isotope-container h3.loop-title a{
	color:#555555;
	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:900;
	}
.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 {
  margin: 20px 0;
   /* border: 1px solid #ddd;*/
    
}
.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:relative;
}
.loop-image {
    position: relative;
}
.jw-news .isotope-item .loop-image {
	overflow:hidden;
}
.jw-news .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-news .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-news .isotope-item .loop-image img {
  max-width:370px !important;
}
.loop-image a, .gallery-container {
    position: relative;
}
.jw-news .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{
    color: #2e2e2e !important;
	border:2px solid #2e2e2e;
	border-radius:50px;   
}.gallery-container .carousel-arrow a.carousel-next{
    color: #2187cc !important;
	border:2px solid #2187cc;
	border-radius:50px;   
}
.image-overlay {
    position: absolute;
    top: 84%;
	 width: 100%;
    /*z-index: 5;
    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;
}
.loop-image:hover .image-overlay, .slide-item:hover .image-overlay{
    opacity: 1;
    filter: alpha(opacity=100);

}
.loop-image:hover .image-overlay{ top:auto; bottom:0;}
.image-overlay.hover-link{
    background-image: url(assets/images/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{
  margin:2% auto;
    width: 13%;
}
.gallery-container .carousel-arrow a.carousel-prev{
    margin-left: 15px;
}
.gallery-container .carousel-arrow a.carousel-next{
    margin-right: 15px;
	float:right;	
}
.carousel-arrow {
    z-index: 10;
}
.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/images/pattern.png') repeat;
	top: 0;
	width:100%;
	height:100%;
	
	}
/* jp player */
/* 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: 20px;
    color: #fff;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.jp-seek-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("/assets/images/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/images/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/images/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/images/jplayer-black-and-yellow.png") 0 -133px repeat-x;
}

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

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

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

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

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

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

a.jp-unmute:hover { background: url("/assets/images/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;
	}
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;
}
.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;
}

.comment-form-comment{
    width: 100%;
}
p.form-submit,.comment-form-author{
    width: 100%;
}
p.form-submit input{
    width: 100%;
    text-transform: uppercase;
	height:48px
}
 .comment-form-author p input, .comment-form-author p.comment-form-email input{
	 width: 100%;
	 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:100%;
    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-weight: bold;
    font-size: 24px;
}
.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;
}

/* 06. Service Box */
.jw-service-box{
	margin:60px 0 40px !important;
}
.left-service{
    display: inline-block;
}
.jw-service-box:last-child{
    padding-bottom: 0;
}
.jw-service-box .jw-service-icon{
	float:left;	
}
.jw-service-icon>i.jw-font-awesome{
	background:none !important; /*color: #fff !important;*/
    font-size: 60px !important;    width: auto !important;}
.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{
    float: left;
    padding: 20px 0;
}
.jw-service-box .jw-service-content p a:hover{
    color: #222;
}
.jw-service-box h3{
    font-weight: normal;
    line-height: 0.5;
}
.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 h3 a{
    color: #aaa;
}
.jw-service-content h3 a:hover{
    color: #888888;
}
.jw-service-content p{ /*color:#fff !important*/}
.jw-service-content p:last-child{
    margin-bottom: 0;
}
.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;
    color: #3d3d3d;
    text-transform: capitalize;
    font-size: 14px;
}
.accordion-heading .accordion-toggle span.jw-check{
    float: right;
    margin-top: -8px;
    padding: 8px 0 8px 15px;
}
.accordion-heading .accordion-toggle {
    padding: 13px 15px !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;
    font-size: 10px;
}
.accordion-heading .accordion-toggle span.jw-check .icon-plus{
	color: #2187cc;
	}
.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{
	border:none;
    border-radius: 0;
    margin: 0;
}
.accordion-group:last-child{
    margin-bottom: 0;
}
.accordion-inner{
    padding: 5%;
    border-top: none;
}
.accordion-inner p:last-child{
    margin-bottom: 0;
}

.accordion-heading {
    border-bottom: 1px solid #cecece;
}
.jw-accordion {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
}
.accordion-body.in.collapse {
    border-bottom: 1px solid #cecece;
}

/* 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:first-child{
    margin-right: 75px;
}
.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;   
    padding:5px; 
    font-weight: bold;
    font-size: 13px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1;
    *display:inline;
    *zoom:1;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.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%; 
	margin-bottom:40px;   
}
.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;
}
.jw-pricing-bottom{
    padding: 20px 0px;
}
.jw-pricing-bottom ul li {
    padding: 10px 15px;
	color:#888888;
	font-size:16px;
}
.jw-pricing-top{
	border: 15px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin: -72px auto 0;
    padding: 40px 0;
    width: 120px;
}
.jw-pricing-header{
 padding: 30px 15px 102px;
    background: #333333;    
}
.jw-pricing-footer{
    padding: 20px 40px 37px;
}
.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: 60%;
    color: #fff;
    text-align: center;
	background:#333333;
}
.jw-pricing-header h1 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 32px;
    line-height: 1;
	text-transform:uppercase;
}
.jw-pricing-top>span:first-child {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
}
.jw-pricing-top>span:last-child {
    position: relative;
    margin-left: 4px;
}
.jw-pricing-top span span {
    position: absolute;
    top: -20px;
    color: #888888;
    font-weight: bold;
    font-size: 18px;
}
.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, .jw-pricing-recommended-bottom{
	width:100%;
	height:42px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:42px;
	background:#fff;
	color:#fff !important;
	}
.jw-pricing-erecommended, .jw-pricing-recommended-ebottom{
	width:100%;
	height:42px;
	background-color:transparent;
	}
/* 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{
  float: left;    width: 25%;
}
.jw-testimonials .testimonial-author img{width: 230px;
}
.testimonial-item {
	padding-top:0px;
    text-align:center;
	width:100%;
	margin:0 auto;
	font-size:18px;
	font-style:italic;
}
.bg-parallax .container_title{
	width: 100%;
	}
.bg-parallax .container_title h1{
	margin-top:50px;
	color:#fff !important;
	}
.bg-parallax .container_title p{
	color:#fff !important;
}
.bg-parallax .element-title{
	color:#fff !important;
	font-size:18px;
	text-rendering: optimizeSpeed;
	}

.testimonial-content {  float: left;
    width: 70%;text-align: left;
}
.testimonial-content p {
	font-size:18px;
	}

.testimonial-content .bottomdivider {
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 0 auto;
    width: 30%;
	margin-top:30px;
	margin-bottom:20px;
}
.testimonial-content .company-name{ font-style: normal;font-size:16px}
.testimonial-content .auther-name{
     font-size: 22px;
    font-weight: normal; margin:0}
.testimonial-content p, .testimonial-content p a{
    margin: 3% 0;
    color: #FFF;
    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/images/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/images/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 { display:block}
ul.jw-list>li>i{
    margin-right:5%;
}

/* Contact Form 7 */
.wpcf7-form p{
	display:block;
	   line-height: 40px;
    margin-bottom: 0;
	}
.wpcf7-form-control-wrap input{
    display: inline-block;
}
.wpcf7-form-control-wrap textarea{
    width: 95%;
	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;
	}

.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/images/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.loading .paralaxe-text{
	display:none;
	}
body.loading section#loading{
    display: block;
    width: 100%;
    min-height: 300px;
    background-image:    url("assets/images/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 textarea{ height:150px;}
.slider-form .form-container textarea,.slider-form .form-container select, .slider-form .form-container input[type=text],.slider-form .form-container input[type=email],.slider-form .form-container input[type=url]{
	box-shadow:inset 3px 0px 0px 0px #d7d7d7;
	border-color:#d7d7d7;
	margin-bottom:30px;
}
.slider-form .form-container input[type=submit]{
	border-radius:10px;
	
	font-weight:bold;
	line-height:50px;
	height:55px;
	
	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:rgba(0,0,0, 0.75);
	padding:0px !important;
	padding:5% 7% !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],.horizontal .form-container input[type=url]{
	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:215px !important;
}
.slider-form input[type=text], .slider-form input[type=email]{
	height:32px;
}
.horizontal .form-container form{
	margin:0px ;
}
.horizontal .form-container input[type=submit]{
	float:right;
	margin-right:0px;
	border-radius:0px;
	height:35px;
	line-height:16px;
	/*border:1px solid #404040;*/
}
.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/images/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;
}
.jw-features .jw-service-box:hover{
	background:#f1f1f1;
	border:1px solid #cbcbcb;

}
.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;
}

div#map img{ max-width:none !important;}

div.jw-element 
{
	position:relative;	
}

.adminbar{ background-color:#272a2c; font-size:13px; padding:5px;}
.adminbar ul { margin:0; padding:0 }
.adminbar ul li a, .adminbar a{color:#fff !important; text-transform: capitalize;}

div.adminEditBar
{
	position:absolute; top:0; right:0;
	 
     font-size: 13px;
     	
	 text-align:center;
	 margin:0 !important;
	 
	 
	 z-index:999;
}
div.adminEditBar a{display:block; padding: 5px !important;border-radius:3px; background-color:rgba(39, 42, 44, 0.05); box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.05);}
a:hover .adminEditBar:parent{ border:1px solid #000; }
div.adminEditBar a:hover{ background-color:rgba(68, 135, 0, 0.33);}
/*div.container_title:hover{ border:1px solid #000;}*/
div.highlight
{
	-moz-box-shadow:    inset 0 0 5px #0033CC !important;
	-webkit-box-shadow: inset 0 0 5px #0033CC !important;
	box-shadow:         inset 0 0 5px #0033CC !important;	
}
	  input.search-query { padding:0 0 0 20px; background-color:#ebebeb;
	border: none !important;
    height: 34px;
}

.jw-news .loop-media .meta-containers {
    background-color: rgba(33, 135, 204, 0.85);
    bottom: 5%;
    color: #fff;
    left: 3%;
    position: absolute;
}