/* ---------------------- 
Stylesheet Guide
-------------------------

BW TABLE
RESPONSIVE IFRAME
CAROUSEL
ACCORDION
TABS
FLICKR
PRICING TABLE
TESTIMONIALS
SIDEBAR
GALLERY
MEDIA

/* ================= BW TABLE ================== */
.bw-table {
    list-style: none;
    padding: 0;
    margin: 0px 0px 30px 0px;
    vertical-align: bottom;
}
.bw-table li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
    word-spacing: 0.1em;
    line-height: 1.5;
}
.bw-table.menu-table li {
    margin-bottom: 15px;
}
.bw-table .bw-table-title {
    margin-bottom: 5px;
}
.bw-table .bw-table-title a{
    padding-left: 24px;
    background: url('images/eye.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.bw-table .bw-table-price {
    display: inline-block;
    padding: 5px 10px 7px 10px;
}
.bw-table li:last-child,.bw-table.menu-table li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.bw-table-left {
    float: left;
    display: inline-block;
    padding-bottom: 12px;
}
.bw-table-right {
    float: right;
    display: inline-block;
    padding-bottom: 12px;
}
.bw-table.menu-table .bw-table-left,.bw-table.menu-table .bw-table-right {
    padding-bottom: 18px;
}
/* ================= RESPONSIVE IFRAME ================== */
.flex-video {
    position:relative;
    padding-bottom:67.5%;
    height:0;
    overflow:hidden;
    margin-bottom:30px;
    margin-top:0px;
}
.sidebar-box .flex-video {
    margin: 0px;
}
.flex-video.widescreen {
    padding-bottom:37.25%;
}
.flex-video.vimeo {
    padding-top:0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    outline:none;
    border:none;
}
/* ================= CAROUSEL ================== */
.full-carousel {
    margin-bottom: 0px !important;
}
.full-carousel .owl-dots{
    text-align: right !important;
    margin-top:20px
}
.full-carousel .owl-dots .owl-dot span{
    margin: 0px 5px 0px 5px !important;
}
.bw-carousel {
    position: relative;
    overflow: hidden;
}
.bw-carousel h3,.bw-carousel h5 {
    margin: 0px;
    padding: 20px 30px;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bw-carousel > a {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.bw-carousel img {
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-transition:-webkit-transform 0.4s ease-in-out;
    -moz-transition:-moz-transform 0.4s ease-in-out;
    -ms-transition:-ms-transform 0.4s ease-in-out;
    transition:transform 0.4s ease-in-out;
}
.bw-carousel img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bw-carousel > figcaption {
    position: relative;
    width: 100%;
    height: 100%;
}
.bw-carousel > figcaption > div {
    padding: 30px 30px 0px 30px;
    height: 100%;
}
.bw-carousel p {
    margin-bottom: 30px;
}
.bw-carousel .bw-readmore-button {
    line-height: 1;
	padding: 20px 30px;
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
    text-decoration: none !important;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    word-spacing: 0.1em;
    text-align: center;
    margin-right: -30px;
    float: right;
    -webkit-backface-visibility: hidden;
}
.bw-carousel .bw-readmore-button:after {
    clear: both;
}
.bw-carousel .bw-readmore-button:hover {
    padding: 20px 40px;
}
.bw-carousel .bw-date {
    margin-bottom:25px !important;
}
/* ================= ACCORDION  ================== */
.accordion-container {
	padding: 0px;
	margin: 30px 0px 30px 0px;
	width: 100%;
	position: relative;
}
.accordion-header {
    position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 20px 25px 20px 0px;
	cursor: pointer;
    -webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out;
}
.accordion-header:after {
    content: "";
	position: absolute;
    top:50%;
    margin-top:-12px;
    right: 0px;
    width: 24px;
    height: 24px;
    background: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s linear;
    opacity: 0.5;
}
.accordion-header:hover:after {
    opacity: 1;
}
.accordion-header.active-header:after {
    -webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
    opacity: 1;
}
.accordion-content {
	display: none;
	padding: 30px 0px 30px 0px;
	width: 100%;
}
/* ================= TABS ================== */
.bowltabs {
    position: relative;
    margin: 40px 0px 40px 0px;
    padding: 0px;
}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.resp-tabs-list li {
    display: inline-block;
    padding: 20px;
    margin: 0px;
    list-style: none;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top:3px solid transparent;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
.resp-tab-content {
    display: none;
}
.resp-tab-content img{
    max-width: 100%;
    height: auto;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: none;
    padding: 40px;
}
/*-----------Vertical tabs-----------*/
 .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    border-bottom: none;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 20px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    border-top: none !important;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 70%;
    clear: none;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    padding: 20px !important;
    border-top: none !important;
}
h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 20px !important;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}
/*-----------Accordion styles-----------*/
h2.resp-accordion {
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 20px;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
.resp-easy-accordion.resp-tab-active {
    border-top: none !important;
}

/* ================= PRICING TABLE ================== */
.promos {
    position: relative;
    display: inline-block;
    width: 100%;
}
.promos.one-column .promo{
    width: 100%;
}
.promos.two-columns .promo{
    width: 50%;
}
.promos.three-columns .promo{
    width: 33.3332%;
}
.promos.four-columns .promo{
    width: 25%;
}
.promos.two-columns .promo:last-child,.promos.three-columns .promo:last-child,.promos.four-columns .promo:last-child {
    margin-bottom: 0px !important;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.promos.two-columns .promo:first-child,.promos.three-columns .promo:first-child,.promos.four-columns .promo:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.promo {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline;
    float: left;
}
.promo h4 {
    margin: 40px 0px 0px 0px;
}
.promo .features {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.promo li {
    margin: 20px 20px 0px 20px;
}
.promo .brief {
    margin-bottom: 40px;
}
.promo .bw-button {
    margin: 20px 0px 40px 0px;
}
.promo .price {
  margin: 0px 0px 40px 0px;
  padding: 15px 0px;
}
.featured-plan.promo {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* ================= TESTIMONIALS ================== */
.testimonials {
    position: relative;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    display: none;
}
.testimonials .owl-dots {
    text-align: right !important;
    margin-top: -100px;
}
.testimonials .owl-dots .owl-dot span {
    margin: 0px 0px 0px 10px;
}
.testimonial .testimonial-text p{
    margin-bottom: 0px !important;
    width: 100%;
    font-style: italic;
    text-indent: 40px;
}
.testimonial {
    position: relative;
    margin: 5px 5px 0px 5px !important;
}
.testimonial:before {
	width: 60px;
	height: 60px;
	position: absolute;
	text-align: center;
	top: -10px;
	left: -10px;
    margin: 0px;
    z-index: 1;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-image: url('../images/quote.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-background-clip: padding-box; 
    -moz-background-clip: padding; 
    background-clip: padding-box;
}
.testimonial:after {
	width: 60px;
	height: 60px;
	position: absolute;
	text-align: center;
	bottom: 80px;
	right: -10px;
    margin: 0px;
    z-index: 1;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-image: url('../images/quote2.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-background-clip: padding-box; 
    -moz-background-clip: padding; 
    background-clip: padding-box;
}
.testimonial-image {
    width: 100%;
    margin-top: 25px;
}
.testimonial img {
    width: 100%;
    max-width: 85px !important;
    height: auto;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.testimonial .testimonial-text{
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    width: 100%;
    font-style: italic;
    padding:40px;
}
.testimonial .testimonial-text:before {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 10px;
    margin-left: 0px;
    z-index: 9;
}
.testimonial-name {
    padding-top: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 1;
}
/* ================= SIDEBAR ================== */
.sidebar-box .testimonial .testimonial-text{
    padding:0px;
}
.sidebar-box .testimonial:before,.testimonial:after {
    display:none;
}
.sidebar-box .testimonials .owl-dots {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center !important;
}
.sidebar-box .testimonial .testimonial-text p{
    text-indent: 0px;
}
.sidebar-posts-img {
    position: absolute;
    left: 0px;
    top:0px;
    width: 65px;
}
.sidebar-posts {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.sidebar-posts li{
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 85px;
    float: left;
    width: 100%;
    min-height: 91px;
}
.sidebar-posts li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none !important;
    min-height: 70px;
}
.sidebar-posts li img{
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}
.sidebar-post-title{
    display: inline-block;
}
.sidebar-post-date {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    opacity: 0.7;
}
.sidebar-posts li.withoutthumb{
    padding: 0px 0px 20px 0px;
    min-height: 0px;
    margin: 0px 0px 20px 0px;
}
.sidebar-posts li.withoutthumb:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    min-height: 0px;
}
/* ================= GALLERY ================== */
.gallerycontainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    vertical-align: bottom;
    overflow: hidden;
}
.gallerycontainer:last-child {
    margin-bottom: 0px;
}
.gallerycontainer h4{
    margin-bottom: 30px;
}
.gallerycontainer p {
    margin-bottom: 30px;
}
.gallerycontent {
    float: right;
    width: 50%;
    padding: 40px 40px 0px 40px;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.gallerycontent.withoutfimage {
    width:100% !important;
}
.gallerycontent .bw-readmore-button {
    font-size: 15px;
    line-height: 1;
	padding: 20px 40px;
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
    text-decoration: none !important;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    word-spacing: 0.1em;
    text-align: center;
    margin-right: -40px;
    float: right;
    -webkit-backface-visibility: hidden;
}
.gallerycontent .bw-readmore-button:hover {
    padding: 20px 50px;
}
.galleryimage {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -webkit-transition:-webkit-transform 0.8s linear;
    -moz-transition:-moz-transform 0.8s linear;
    -ms-transition:-ms-transform 0.8s linear;
    transition:transform 0.8s linear;
}
.galleryimage:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery-title {
	height: 50px;
	left: 0;
	position: absolute;
    display: inline-block;
	right: 0;
	top: 0;
	z-index: 9;
    font-size: 18px;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
}
/* ================= MEDIA ================== */

@media only screen and (max-width: 1600px) {
    .ns_nerveSlider .ns_slideContent div{
        top: 30px;
    }
}
@media only screen and (max-width: 1170px) {
    .flickr-box li {
        width: 33.333%;
    }
    .sidebar-posts-img {
        display: none;
    }
    .sidebar-posts li{
        padding: 0px 0px 20px 0px;
        min-height: inherit;
    }
    .sidebar-posts li:last-child {
        min-height: inherit;
    }
}
@media only screen and (max-width: 900px) {
    .flickr-box li {
        width: 75px;
    }
    .promos.two-columns .promo,.promos.three-columns .promo,.promos.four-columns .promo,.promo {
        width: 100%;
        margin-bottom: 40px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .featured-plan.promo {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .sidebar-posts-img {
        display: block;
    }
    .sidebar-posts li{
        padding: 0px 0px 20px 85px;
        min-height: 91px;
    }
    .sidebar-posts li:last-child {
        min-height: 71px;
    }
}

@media only screen and (max-width: 800px) {
    .ns_nerveSlider .ns_slideContent div span {
        padding: 20px 40px;
    }
}
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-tab-content {
        padding: 20px;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-tab-active {
        border: none !important;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-tabs-container > div {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 640px) {
    .bw-table-right,.bw-table-left {
        width: 100%;
        float: left;
    }
}
@media only screen and (max-width: 480px) {
    .ns_nerveSlider .ns_slideContent div span {
        display: none !important;
    }
    .ns_nerveSlider.light .ns_prevButton,
    .ns_nerveSlider.light .ns_nextButton,
    .ns_nerveSlider.light .ns_pauseButton div {
        border: none !important;
    }
    .ns_nerveSlider .ns_prevButton {
        left: -10px;
    }
    .ns_nerveSlider .ns_nextButton {
        right: -10px;
    }
    .ns_nerveSlider:hover .ns_prevButton {
        left: 0px;
    }
    .ns_nerveSlider:hover .ns_nextButton {
        right: 0px;
    }
    .ns_nerveSlider .ns_pauseButton {
        right: 0px;
        bottom: -10px;
        margin-bottom: 10px;
    }
    .testimonials .owl-dots {
        margin-top: 10px;
        margin-bottom: 40px;
        text-align: center;
    }
    .testimonial .testimonial-text {
        padding: 20px;
    }
    .sidebar-posts li img{
        display: none;
    }
    .sidebar-posts li{
        padding: 0px 0px 20px 0px;
    }
    .sidebar-posts li,.sidebar-posts li:last-child {
        min-height:inherit;
    }
}