@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "themify-icons.css";
@import "jcarousel.responsive.css";
@import "icons.css";
@import "simple-icons.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
/*------------------------------------------------------------------
1. Reset styles / Wordpress classes

2. Wrapper
    2.1 Logo / Contacts / Social

3. Main Menu / Header

4. Main Styles
    4.1 Servecis shortcodes
    4.2 Portfolio shortcodes
    4.3 Blog Section

5. Widgets / Button

6. Other Shortcodes

7. Shop

8. Footer / #footer

9. Other style

10. Style Switcher
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Reset styles]
*/
p {
    line-height: 1.75;
    font-size: 14px;
    font-weight: 300;
}
img {
    max-width: 100%;
    height: auto;
}
/*------------------------------------------------------------------
[2. Body / Wrapper ]
*/
body { background: #f1f1f1; }
.wrapper {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #eee !important;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', Open Sans, sans-serif;
    overflow: hidden;
    line-height: 1.75;
    letter-spacing: 0.25px;
}
.wrapper.multi-purp.boxed {
    width: 1550px;
    background: #fff;
}
.boxed .grid-item {width: 33.3333333%}
a,
button,
input[type="submit"] {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Roboto Slab', Open Sans, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    color: #333;
}
a {
  color: #333;
}
a,a:visited,a:focus,a:active,
a:hover { outline: 0 !important; }
a:focus, a:hover {
    color: #a5c308;
    text-decoration: none;
}
.marg0 { margin-top: 0px !important; }
.marg25 { margin-top: 25px }
.marg30 { margin-top: 30px;}
.marg50 { margin-top: 50px;}
.marg75 { margin-top: 75px }
.marg100 { margin-top: 100px }
.marg125 { margin-top: 125px }
.marg150 { margin-top: 150px }



.margb50{ margin-bottom:50px}
/*------------------------------------------------------------------
[2.2 Logo / Contacts / Social ]
*/
.top_block {
    background: #f8f8f8;
}
.contant-top-block {
    display: inline-block;
    margin-bottom: -7px;
}
.contact-top {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
.contact-top li {
  float: left;
  line-height: 33px;
  border-right: 1px solid #e8e8e8;
  font-size: 12px;
  font-weight: 300;
  padding: 3px 10px;
  color: #999;
}
.contact-top li:first-child {
    border-left: 1px solid #e8e8e8;
}
.contact-top li:last-child {
  border-right: 1px solid #e8e8e8;
}
.contact-top li i {
    font-size: 18px;
    position: relative;
    top: 3px;
}
ul.social-links {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
ul.social-links li:first-child {
  border-left: 1px solid #e8e8e8;
}
ul.social-links li {
  float: left;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  padding: 1px 12px;
}
ul.social-links li a {
  display: inline-block;
  color: #ababab;
  line-height: 38px;
}
ul.social-links li a i{
    position: relative;
    top:2px;
}
ul.social-links li a:hover {
  color: #a5c308;
  text-decoration: none;
}
.page_head {
    padding-top: 0px;
    width: 100%;
    margin-bottom: -101px;
}
.page_head.classic-vers {
    margin-bottom: 0px;
}
.page_head.agency-vers {
    margin-bottom: -81px;
    background: transparent;
}
.in-page .page_head {
    padding-top: 0px;
    width: 100%;
    margin-bottom: 0px;
}
.logo { margin-top: 20px }
.logo-text {
    font-size: 26px;
    color: #a5c308;
    font-weight: 300;
    height: 40px;
    display: block;
    line-height: 40px;
    padding-left: 7px;
    font-family: roboto slab;
    letter-spacing: 1px;
}
.minimal .logo {margin-top: 27px;}
.in-page .logo-text {
    color:#333;
}
/*------------------------------------------------------------------
[3.0 Menu ]
*/
nav {
    position: relative;
    left: 0px;
    z-index: 999 !important;
    width: 100%;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.5);
}
.sticky {
    position: fixed;
    background: rgba(255,255,255,1);
}
.multi-purp.boxed .sticky {
    width: 1551px;
    left:auto;
}
.multi-purp .sticky {
    width: 100%;
    left:auto;
}

.sticky .logo-text {color:#a5c308;}
.sticky .cartcontents {top:15px;}
.menu ul ul { width: auto !important }
.menu ul ul li {width: 230px;margin: 0px;}
.menu ul li.sub li {
    width: 140px;
    border-left: 1px dotted #eee;
}
.menu { float: right }
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu ul > li {
    position: relative;
    float: left;
    margin: 0px 19px;
}
 
.menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: -50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 100px;
    z-index: 9;
}
.menu ul li:hover ul {
    display: inline-block;
    visibility: visible;
    top: 100%;
    opacity: 1;
    margin-top: 1px;
}
.menu ul li:hover ul,
.menu ul li li:hover ul,
.menu ul li li li:hover ul {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    top: 100%;
}




.multi-purp .logo {
    margin-top: 29px;
}
.menu ul li a {
    padding: 38px 0px;
    color: #888;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    display: block;
    transition: border 0.15s linear;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu ul li a:after {
 -webkit-transition: width .3s linear, left .3s linear, border-color .3s linear;
 transition: width .3s linear, left .3s linear, border-color .3s linear;
 position: absolute;
 display: block;
 bottom: -5px;
 left: 50%;
 width: 0;
 border-top: 2px solid #a5c308;
 content: '';
 padding-bottom: inherit;

}
.menu ul li a:hover:after {
    width: 100%;
    left: 0;
}
.menu ul ul li a:after {
    -webkit-transition: width .3s linear, left .3s linear, background .3s linear;
    transition: width .3s linear, left .3s linear, background .3s linear;
    bottom: 0;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.05);
    height: 100%;
    border-top:0px;
}
.menu ul ul li a:hover:after {
    width: 100%;
    left: 0;
}
.menu ul li a.wpmenucart-contents:after {
 border:none;
}
.in-page .menu ul li a { 
    color: #333;
}
.menu li a:hover {
    outline: none;
    text-decoration: none;
    color: #a5c308;
}
.menu ul li.current-menu-item a{color: #a5c308;}
.menu ul ul {background: #333;}
.menu ul li ul li a {
    padding: 11px 30px;
    border-top: 1px solid rgba(255,255,255,0.07);
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all linear 0.3s;
}
.multi-purp .menu ul li ul li a {
    padding: 11px 30px;
    line-height: 1.75;
}
.menu ul li ul li a:hover {
    border-top: 1px solid rgba(255,255,255,0.1);
    transition: all linear 0.3s;
}

nav.sticky .logo { margin-top: 14px }
nav.sticky ul li a {
    padding: 21px 0;
    font-weight: 400;
    font-size: 14px;
    color:#888;
}
nav.sticky ul li {
    margin: 0 19px;
}
nav.sticky ul li ul li{
    margin: 0px;
}
nav.sticky ul li a:before { content: '' }
.dl-trigger { display: none }
.dl-back { display: none }
.menu ul ul ul {
    top: 0px !important;
    left: 250px;
    margin-top: -1px !important;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.menu ul li ul li ul { visibility: hidden !important;opacity: 0;}
.menu ul li ul li:hover ul { visibility: visible !important;left:230px;opacity: 1;}
.transparent-vers .logo-text {color:#fff;}
.transparent-vers .menu ul li a{color:#fff; font-weight: 600;}
.transparent-vers .menu ul li ul li a{font-weight: 300;}
.transparent-vers .wpmenucartli i {color:#fff;}
.transparent-vers nav.sticky ul li a {color:#333;font-weight: 400;}
.transparent-vers nav.sticky .wpmenucartli i {color:#333;}
.transparent-vers nav.sticky .logo-text {color:#a5c308;}
.wpmenucart-contents {padding-left: 10px !important;}
.logo h1{ margin-top:0}
/*------------------------------------------------------------------
[4.0 Promo Title ]
*/
.promo-text {
    text-align:center;
    font-size:16px;
    color:#888;
}
.promo-text.icons {
    font-size:21px;
    color:#a5c308;   
}
.promo-name{
    text-align: center;
    font-size: 30px;
     font-family: roboto slab;
}
.tc{ text-align:center}
.promo-name.dark {
    color:#fff;
}
.promo-border {
    width: 100px;
    background: #eee;
    height: 2px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    margin-top: 20px;
}
.promo-border.icons{
    width: 175px;
    background: #fff;
    margin-top: 30px;
    border-top: 2px solid #eee;
    font-size: 23px;
    color: #a5c308;
    margin-bottom: 50px;
}
.promo-border.icons i{
    background: #fff;
    position: relative;
    top: -18px;
    padding: 0 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.promo-border.marg50{
    margin-bottom: 50px;
}
.promo-border.dark{
    background: #777;
}
.promo-icon {
    text-align: center;
    font-size: 30px;
}
/*------------------------------------------------------------------
[4.1 Servecis shortcodes]
*/
.hi-icon-effect {margin: 50px 0;}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.hi-icon {
    font-size: 46px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: auto;
    display: table;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: 84px;
    line-height: 84px;
    color: #fff;
}
.hi-icon.ver2 {font-size: 55px}
.hi-icon.ver-industrial {
    font-size: 46px;
    width: 96px;
    line-height: 96px;
    background: #a5c308;
    color:#fff;
}
.hi-icon-effect .hi-icon.ver-industrial:hover {
    background: #a5c308;
    color:#fff;
}
.service-name.ver-industrial {
    padding-top: 20px;
}
.hi-icon-effect .hi-icon.ver-industrial {
    color: #fff;
}
.hi-icon-effect .hi-icon {
    color: #a5c308;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
}
.hi-icon-effect .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.hi-icon-effect .hi-icon:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}
.hi-icon-effect .hi-icon:hover {
    color: #a5c308;
}
.hi-icon-effect.minimal-style {
    margin: 0px;
    background: #fff;
}
.hi-icon-effect.minimal-style .hi-icon {
    font-size: 26px;
}
.hi-icon-effect.minimal-style .service-name {
    font-size: 20px;
    padding-top: 0px;
}
.hi-icon-effect.minimal-style .service-text {
    margin-top: 15px;
}

.service-name {
    text-align: center;
    font-size: 21px;
    font-family: Roboto Slab, sans-serif;
    padding-top: 10px;
}
.service-text {
    text-align: center;
    margin-top: 12px;
}
.multi-serv-icon {
    font-size: 45px;
    display: inline-block;
    text-align: center;
    line-height: 0px;
    width: 100%;
}
.multi-serv-icon i {color: #a5c308;}
.multi-serv-name {
    line-height: 43px;
    font-weight: 300;
    font-size: 21px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: roboto slab;
    margin-top: 10px;
}
.multi-serv-desc {
    font-weight: 300;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    padding: 0 35px;
    color: #888;
}
.lady-img {margin-left: 100px;}
/*------------------------------------------------------------------
[4.2 Portfolio shortcodes]
*/
.container-color {
    background-color: #fafafa;
    padding: 60px 0;
}
.container-color-min {
    background-color: #fafafa;
    padding: 30px 0;
}
.container-color-one {
    background-color: #fbfbfb;
    padding: 75px 0;
    border-top:1px solid #eee;
    border-bottom: 1px solid #eee;
}
.container-color-two {
    background-color: #fafafa;
    padding: 100px 0;
}
.container-color-two-ind {
    background-color: #fafafa;
    padding-top: 75px;   
}
.container-color-two-ind2 {
    background-color: #fafafa;
    padding: 75px 0;   
}
.container-color-three {
    background-color: #333;
    padding: 75px 0;
}
.grid figure {
    margin: 0;
    position: relative;
}
.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 300;
}
.grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 21px;
    padding-bottom: 5px;
}
.grid figcaption span:before { content: 'by ' }
.hover-3 figure { overflow: hidden }
.hover-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width: 100%;
}
.hover-3 figure:hover img,
.hover-3 figure.cs-hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.hover-3 figcaption {
    height: 83px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.hover-3 figure:hover figcaption,
.hover-3 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.hover-3 figcaption a {
    position: absolute;
    bottom: 25px;
    right: 15px;
}
.portfolio-search {
    border: 1px solid #fff;
    text-align: center;
    margin-top: -24px;
    padding: 4px;
    border-radius: 2px;
    padding-top: 2px;
    color: #fff;
}
.portfolio-item {
    list-style: none;
    padding: 0;
}
.portfolio-search i { font-size: 20px }
.portfolio-search:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}
.portfolio-attach {
    border: 1px solid #fff;
    text-align: center;
    margin-top: -24px;
    padding: 4px;
    border-radius: 2px;
    padding-top: 2px;
    color: #fff;
    margin-right: 47px;
}
.portfolio-attach i { font-size: 20px }
.portfolio-attach:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

.btn-simple {
    border: 1px solid #eee !important;
    color: #333 !important;
    border-radius: 1px;
    background: #fff;
    font-size: 13px !important;
    padding: 10px 20px !important;
    display: inline-block;
    margin-top: 35px;
    font-weight: 300 !important;
    line-height: 20px !important;
    min-width: inherit !important;
    text-decoration: none;
}
.btn-simple:hover {
    background: #f7f7f7;
    text-decoration: none;
    color: #333;
}
.btn-simple:focus { text-decoration: none }
.cbp-l-inline {
    padding: 0px 0;
    margin-bottom: 30px;
    background: #fff;
}
.cbp-l-inline-left { width: 40% !important }
.cbp-l-inline-left img { height: auto }
.cbp-l-inline-right {
    width: 60%;
    padding: 15px 30px;
}
.cbp-l-inline-desc a { margin-top: 15px }
.cbp-popup-singlePageInline .cbp-popup-close {
    top: -9px !important;
    outline: none;
}
.cbp-popup-singlePageInline .cbp-popup-navigation { top: 24px !important }
.cbp-popup-wrap { z-index: 99999 !important }
.cbp-popup-lightbox .cbp-popup-next { outline: none }
.cbp-popup-lightbox .cbp-popup-prev { outline: none }
.btn-blog:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
    text-decoration: none;
}
.cbp-l-inline { margin-top: 0px }
.cbp-l-filters-button .cbp-filter-item {
    background-color: #FFF;
    border: 1px solid #eee;
    margin-right: 5px;
    overflow: visible;
    padding: 6px 17px;
    position: relative;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    display: block;
    float: left;
    outline: none;
    cursor: pointer;
}
.cbp-l-filters-button .cbp-filter-item-active {
    background-color: #a5c308;
    color: #fff !important;
    border-color: #a5c308;
}
.cbp-l-filters-button .cbp-filter-counter {
    background-color: #a5c308;
    border-radius: 2px;
    color: #fff;
    font: 300 11px/18px Roboto,sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s linear,bottom .25s linear;
    -moz-transition: opacity .25s linear,bottom .25s linear;
    -o-transition: opacity .25s linear,bottom .25s linear;
    transition: opacity .25s linear,bottom .25s linear;
}
.cbp-l-filters-button .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #a5c308;
    visibility: hidden;
}
.portfolio-item li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.portfolio-item-text {
    color: #333;
    font-weight: 300;
}
.cbp-caption-zoom .cbp-caption-activeWrap { background-color: rgba(0,192,227,0.8) }
.cbp-l-caption-title {
    color: #fff;
    font: 400 18px/18px sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.cbp-l-caption-desc {
    color: #ddd;
    font: 400 13px/16px sans-serif;
    text-align: center;
}
figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #111;
    text-align: center;
    cursor: pointer;
}
figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
figure figcaption {
    padding: 1em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure figcaption::before,
figure figcaption::after { pointer-events: none }
figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure figcaption > a {
    z-index: 1111;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure h2 {
}
figure h2 span { font-weight: 800 }
figure h2,
figure p { margin: 0 }
figure p {
}
.minimal .grid-item {width: 33.33333333%; padding: 2px;}
.business .grid-item {width: 33.33333333%; padding: 2px;}
.grid-item {width: 25%}
.grid-item.ver2 {width: 33.33333%}
.port-3 .grid-item {width: 33.33333333%; padding: 2px;}
.port-2 .grid-item {width: 50%; padding: 2px;}
.port-4 .grid-item {width: 25%;}
.portfolio-dankov {width: 100%; height:1px; }
.portfolio-dankov img {width: 100%; height: 100%; }
.portfolio-dankov.inside {background: #f7f7f7}
.dankov-shortcode-portfolio-grid.portfolio-grey .portfolio-dankov { background: #f7f7f7 }
.portfolio-dankov h2 {
    margin: 0px;
    font-size: 24px;
    display: inline-block;
}
.portfolio-dankov p {
    margin: 0;
}
.prlx-1 {
    background: url(/theme/fr/images/a.jpg) 50% 50% repeat fixed;
    padding: 100px 0;
    color: #fff;
}
.prlx-2 {
    background: url(/theme/fr/images/b.jpg) 50% 50% repeat fixed;
    padding: 75px 0;
    color: #fff;
}
.prlx-name {
    text-align: center;
    font-size: 43px;
    
    font-family: roboto slab;
    padding-bottom:20px;
}
.prlx-text {
    text-align: center;
    font-size: 18px;
    font-family: roboto;
    padding-bottom:25px;
    color:#ddd;
    padding: 0 165px 40px 165px;
}
.wpmenucartli a:hover {
    outline: none;
    border-color: transparent !important;
    text-decoration: none;
}
.wpmenucartli i {
    font-size: 19px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-font-smoothing: auto;
    line-height: 1;
    color: #666;
}
.cartcontents {
    position: absolute;
    background: #a5c308;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 10px;
    right: -14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 14px;
    top: 33px;
}
.wpmenucartli a:hover i {
    color: #a5c308;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
} 

.prlx {
    background:rgba(0,0,0,0.65);
    padding: 75px 0;
}
.prlx-1-text {
    color:#bbb;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    margin-top:50px;
}
.prlx-1-promo {
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 15px;
}
.prlx-1-button a{
    color:#fff;
    text-align: center;
    padding: 12px 40px;
    font-size: 14px;
    margin-left: 10px;
    background: #a5c308;
    border-radius: 5px;
    border:1px solid #a5c308;
}
.prlx-1-button a:last-child {
    background: transparent;
    border:1px solid #FFFFFF;    
}
.prlx-1-button a:hover{
    color:#fff;
    background: transparent;
    border:1px solid #FFFFFF;
    text-decoration: none;

}
.prlx-1-button a:last-child:hover{
    border:1px solid #a5c308;
    text-decoration: none;
    background: rgba(255,255,255,0.15);
    }
.prlx-1-button {
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px
}
.prlx-1-button a i{
    padding-right: 7px;
}
.contact-icon {
    width:72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 30px;
    background: #a5c308;
    border-radius: 50%;
    margin:auto;
    position: relative;
    z-index: 99;
}
.contact-bg {
    background: #fff;
    width:100%;
    margin-top:-36px;
    position: relative;
    z-index: 11;
    padding:0 25px 30px;
    margin-bottom: 60px
}
.contact-name {
    color:#333;
    margin-top: 45px;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.contact-tel {
    text-align: center;
    color:#333;
    font-weight: 300;
    font-size: 14px;
    margin-top:10px;
}
/*------------------------------------------------------------------
[4.3 Blog Section]
*/
.page-in {
    padding: 50px 0;
    background: #fafafa;
}
.page-in.about-us {
    background: url(../images/about-us.jpg) no-repeat 50% 60%;
    padding:100px 0;
    color:#fff;
}
.page-in.services {
    background: url(../images/services-pict.jpg) no-repeat 50% 45%;
    padding:100px 0;
    color:#fff;
}
.page-in.shop {
    background: url(../images/food.jpg) no-repeat 50% 35%;
    padding:100px 0;
    color:#fff;
}
.page-in.contacts {
    background: url(../images/contacts.jpg) no-repeat 50% 50%;
    padding:100px 0;
    color:#fff;
}
.page-in.faq {
    background: url(../images/faq.jpg) no-repeat 50% 30%;
    padding:100px 0;
    color:#fff;
}
.page-in.pricing {
    background: url(../images/faq.jpg) no-repeat 50% 30%;
    padding:100px 0;
    color:#fff;
}
.page-in-name {
    font-size: 44px;
    text-align: center;
    padding-bottom: 0px;
    font-family: Roboto Slab;
}
.page-in-bread {
    line-height: 30px;
    text-align: center;
}
.page-in-bread a {
    color: #a5c308;
}
.about-text {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 300;
}
.first-letter {
    font-size: 21px;
    color: #fff;
    border-radius: 2px;
    float: left;
    background: #a5c308;
    padding: 3px 9px;
    margin-top: 3px;
    margin-right: 10px;
}
.list-check { margin-top: 17px }
.list-check li {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}
.list-check li  i {
    color: #a5c308;
    font-size: 16px;
    padding-right: 5px;
}
.blog-main {
    display: inline-block;
    background-color: #fff;
}
.blog-main.multi .blog-images.one{
    width: 50%;
    float: left;
}
.blog-main.multi .blog-images.two{
    width: 50%;
    float: right;
}
.blog-main.multi .blog-name {
    padding: 0 50px;
    padding-top: 75px;
    width: 50%;
}
.blog-main.multi .blog-name a {
    font-size: 24px;
}
.blog-main.multi .blog-text {
    padding: 0 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 50%;
}
.blog-main.multi .blog-desc {
    padding: 15px 50px;
    width: 50%;
    padding-top: 0px;
    border:none;
}
.blog-main.minimal .blog-desc {
    border-top: 2px solid #f9f9f9;
}
.blog-main.ver2 .blog-name {padding: 20px 0 20px 0;}
.blog-main.ver2 .blog-text {padding: 0 0 20px;}
.blog-main.ver2 .blog-desc {padding: 0 0 15px;border-top: 1px solid #eee;padding-bottom: 0px;}
.blog-main.ver2 .blog-desc ul {padding-top: 10px;margin-bottom: 0px;}
.blog-name {
    float: left;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    padding: 25px;
    padding-top: 25px;
}
.blog-name a {
    font-size: 21px;
    font-family: Roboto Slab, sans-serif;
    line-height: 1.6;
}
.blog-name a:hover {
    color: #a5c308;
    text-decoration: none;
}
.blog-text {
    padding: 0 25px;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog-text p {margin-bottom: 0px;}
.blog-desc {
    float: left;
    color: #999;
    font-size: 13px;
    -webkit-backface-visibility: hidden;
    width: 100%;
    padding: 15px 25px;
    border-top: 2px solid #F5FBFF;
}
.blog-desc ul {
    padding: 0px;
}
.blog-desc li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;    
}
.blog-desc li i{
    color: #a5c308;
    font-size: 20px;
    position: relative;
    top: 4px;
    padding-right: 2px;
    padding-left: 2px;
}
.blog-desc a {
    color: #999;
    
}
.blog-desc a:hover { text-decoration: underline }
.post-thumbnail {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post-thumbnail .single-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(185,208,64,0.6);
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.post-thumbnail:hover .single-item { opacity: 1 }
.post-thumbnail img {
    z-index: 0;
    width: 100%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.post-thumbnail:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.post-thumbnail .single-action span {
    display: inline-block;
    margin: 0 2px;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    font-size: 55px;
    line-height: 55px;
}
.post-thumbnail .single-action span a:hover {
    text-decoration: none
}
.post-thumbnail .single-action span>a {
    display: block;
    color: inherit;
    font-weight: normal;
}
.post-thumbnail .single-action span {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    z-index: 2;
    visibility: hidden;
    margin: -25px 0 0 -25px;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: scale();
    -moz-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    transform: scale();
}
.post-thumbnail:hover .single-action span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cl-blog-img {
    display: inline-block;
    width: 100%;
}
.sticky-lou.has-post-thumbnail .cl-blog-img:before {
    content: "\e02d";
    color: #a5c308;
    font-size: 18px;
    display: inline-block;
    font-family: 'et-line';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 20px;
}
.sticky-lou {position: relative;}
.sticky-lou:before {
    content: "\e02d";
    color: #a5c308;
    font-size: 18px;
    display: inline-block;
    font-family: 'et-line';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255,255,255,0.5);
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99999;
    padding-bottom: 22px;
}

.sticky-lou.has-post-thumbnail:before {
  background: none;
  content: "";
}
.blog-category {padding: 0px;}
.blog-category li {list-style: none;}
.cl-blog-img img {width: 100%;}
.medium-blog .cl-blog-naz { margin-top: 0px }
.medium-blog.has-post-thumbnail .cl-blog-text { width: 390px }
.cl-blog-naz { margin-top: 20px; display: inline-block; width: 100%;}
.cl-blog-name {
    padding-left: 75px;
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto Slab;
}
.cl-blog-name a {
    display: inline-block;
}
.medium-blog {
    display: inline-block;
}
.cl-blog-name a:hover {
    color: #a5c308;
    text-decoration: none;
}
.cl-blog-type {
    float: left;
    color: #a5c308;
    font-size: 40px;
    border-right: 1px solid #eee;
    padding-right: 10px;
    line-height: 1.5;
}
.cl-blog-detail {
    margin-left: 75px;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}
.cl-blog-detail a {
    color: #777;
    display: inline-block;
}
.cl-blog-text {
    margin-top: 25px;
}
.cl-blog-read {
    border: 1px solid #eee;
    float: left;
    padding: 8px 12px;
    border-radius: 2px;
    font-weight: 300;
    margin-top: 25px;
}
.cl-blog-read a {
    color: #333;
    display: inline-block;
}
.cl-blog-read a:hover {
    color: #a5c308;
    text-decoration: none;
}
.cl-blog-line {
    width: 100%;
    border-top: 1px solid #eee;
    float: left;
    margin: 50px 0;
}
.pride_pg { float: left }
.pride_pg .current {
    padding: 5px 10px;
    border-radius: 2px;
    color: #a5c308;
    font-size: 12px;
    border: 1px solid #a5c308;
    font-weight: 300;
    margin-right: 3px;
}
.pride_pg a {
    padding: 5px 10px;
    border-radius: 2px;
    color: #333;
    text-decoration: none;
    border: 1px solid #eee;
    font-size: 12px;
    font-weight: 300;
    margin-right: 3px;
}
.pride_pg a:hover {
    color: #a5c308;
    border: 1px solid #a5c308;
}
.car_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
}
.promo-text-blog:first-child { margin-top: -5px }
.promo-text-blog {
    font-size: 21px;
    font-family: roboto slab;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 15px;
}
.blog-search {
    border: 1px solid #eee;
    padding: 7px 10px;
    width: 100%;
    color: #333;
    font-weight: 300;
    outline: none;
}
.blog-category li {
    border-bottom: 1px solid #eee;
    padding: 7px 0;
}
.blog-category li i {
    color: #a5c308;
    font-size: 18px;
}
.blog-category li a {
    color: #333;
    display: inline-block;
    font-weight: 300;
    padding-left: 5px;
}
/*------------------------------------------------------------------
[5.0 Widgets/ Button]
*/
.widget ul {
    list-style: none;
    padding: 0;
}
.widget ul ul { margin-left:20px
}
.widget ul ul li { font-size:0.9em
}


.footer-widget ul {
    list-style: none;
    padding: 0;
}
.widget ul {
    list-style: none;
    padding: 0;
}
.widget ul li {
    padding: 7px 0;
    font-weight: 300;
}
.widget ul li a {
    color: #333;
    display: inline-block;
    font-weight: 300;
}
.widget ul li > a:before {
    content: "\f105";
    color: #a5c308;
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.recentcomments:before {
    content: "\f105";
    color: #a5c308;
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.footer .widget-title {
    color: #fff;
    border-bottom: none;
}
.widget select {
    width: 100%;
    font-weight: 300;
}
.widget select {
    width: 100%;
    font-weight: 300;
}
.widget input {
    border: 1px solid #eee;
    padding: 7px 10px;
    width: 100%;
    color: #333;
    font-weight: 300;
    outline: none;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.846153846;
    color: #333;
    font-weight: 300;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption { text-align: left }
#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}
.widget-area .widget ul ul { margin-left: 12px }
.widget_rss li { margin: 12px 0 }
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    display: block;
    padding: 5px 0;
}
.recentcomments a { color: #a5c308 !important }
.recentcomments a:before {
    content: '' !important;
    padding-right: 0 !important;
}
.tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 300;
    font-size: 13px;
}
.widget_nav_menu .menu { float: none }
.rsswidget { color: #333 }
.rsswidget:before {
    content: '' !important;
    padding-right: 0 !important;
    color: #a5c308 !important;
}
.widget-title .rsswidget { color: #333 }
.rsswidget { color: #a5c308 !important }
.widget {
    margin: 0 0 50px 0;
    display: inline-block;
    width: 100%;
}
.tweet_list a { color: #a5c308 !important }
.widget_pioneer-social-buttons ul li a:before {
    content: '' !important;
    padding-right: 0 !important;
}
.widget_pioneer-social-buttons ul li a { color: rgba(50,50,50,0.2) }
.widget_pioneer-social-buttons ul li {
    font-size: 21px;
    margin-right: 7px;
    float: left;
    line-height: 35px;
    border: none !important;
    padding: 0px;
}
.footer-widget select {
    padding: 5px;
    background: #fff;
    width: 100%;
}
.footer-widget a {
    font-weight: 300;
    color: #fff;
    opacity: 1;
}
.footer-widget {
    font-weight: 300;
    color: #bbb;
    display: inline-block;
    width: 100%;
}
.footer-widget ul li {
    padding: 2px 0;
}
.footer-widget ul li:first-child {
padding-top: 0px;
}
.footer-widget ul li a { display: inline-block }
.footer-widget input {
    border: 1px solid #333;
    padding: 7px 10px;
    width: 100%;
    color: #333;
    font-weight: 300;
    outline: none;
}
.footer-widget .tagcloud a {
    color: #bbb;
    background: #333;
    border: none;
    display: block;
    float: left;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 12px;
    font-weight: 300;
}
.footer-widget .tagcloud a:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
    text-decoration: none;
}
.text-widget {
    color: #333;
    font-weight: 300;
}
.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tweet_list li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 10px;
}
.tweet_text a { color: #a5c308 }
.tweet_list li:first-child { margin-top: 0px }
.tweet_list li:last-child {
    border: none !important;
    padding-bottom: 0px;
}
.loading {
    font-weight: 300;
    color: #333;
}
.tweet_text {
    font-weight: 300;
    color: #333;
}
.tags-blog { padding: 0px }
.tags-blog li {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #eee;
    margin-right: 5px;
    margin-bottom: 8px;
}
.tags-blog li a {
    color: #333;
    font-weight: 300;
}
.tags-blog li a:hover {
    color: #a5c308;
    text-decoration: none;
}
.tags-blog-single { display: inline-block }
.tags-blog-single ul { padding: 0px }
.blog-single .cl-blog-text {
    width: 100%;
}
.author-bio {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.img-author { float: left }
.img-author img.img_comm {
    float: none;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0;
}
.name-author {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
}
.name-author a { color: #333; }
.text-author {
    margin-left: 100px;
    font-weight: 300;
    margin-top: 5px;
    font-size: 12.5px;
}
.soc-blog {
    float: right;
    list-style: none;
    padding: 0;
}
.soc-blog li {
    float: left;
    font-size: 17px;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-right: 5px;
}
.soc-blog li a { color: #797979 }
.soc-blog li a:hover { color: #a5c308 }
.soc-blog-single {
    display: inline-block;
    float: right;
}
.comm_name {
    font-size: 16px;
    color: #a5c308;
    font-weight: 300;
}
.comm_name span {
    font-size: 11px;
    color: #333;
}
.com_top { padding-top: 15px }
.comm {
    margin-top: 25px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
}
.text_cont { font-weight: 300;}
.comment {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.comment-inner {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 130px;
    float: left;
}
.img_comm {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-right: 50px;
}
.children { margin-left: 75px }
.cl-blog-line-com {
    width: 100%;
    border-top: 1px solid #eee;
    float: left;
    margin: 25px 0;
}
.input-def {
    border: 1px solid #eee;
    padding: 7px 10px;
    width: 50%;
    margin-bottom: 10px;
    outline: none;
}
.form-submit input {
    font-size: 13px;
    font-weight: 300;
    border-radius: 2px;
    border: 1px solid #eee;
    outline: none !important;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.comment-respond {
    display: inline-block;
    width: 100%;
}
.comment-reply-title { padding-bottom: 15px }
.input-def-textarea {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 65%;
    margin-bottom: 10px;
    outline: none;
}
.btn-default {
    border-radius: 2px;
    border: 1px solid #eee;
    font-weight: 300;
    font-size: 13px;
    outline: none !important;
    color:#fff;
}
.btn-default:hover {
    background: transparent;
    border: 1px solid #a5c308;
    color:#a5c308;
}
.introduction img { max-width: 100% }
.intro-name {
    font-size: 21px;
    text-align: center;
    padding: 15px 0 8px 0;
    font-weight: 300;
}
.intro-desc {
    font-weight: 300;
    text-align: center;
    color: #777;
}
.about-us img { max-width: 100% }
.about-name {
    font-size: 21px;
    padding-top: 15px;
    text-align: center;
    font-family: roboto slab;
}
.about-desc {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}
.about-texts {
    margin-top: 15px;
    color: #999;
    font-weight: 300;
    line-height: 1.6;
    font-size: 14px;
}
.about-desc span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.prog-name {
    display: inline;
}
.prog-per {
    float: right;
    display: inline-block;
}
.progress-per { display: inline ;}
.progress {
    height: 5px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
}
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 5px;
}
.soc-about {
    margin-top: 15px;
    list-style: none;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 15px 0 0 0;
    margin-bottom: 0px;
    display: inline-block;
}
.soc-about li {
    float: left;
    font-size: 19px;
    width: 20%;
    line-height: 35px;
    text-align: center;
    background: #fff;
}
.soc-about li a {color: #666;}
.soc-about li a:hover { color: #a5c308;text-decoration: none; }
.fact-icon {
    text-align: center;
    color: #a5c308;
    font-size: 50px;
}
.fact-numb {
    text-align: center;
    font-size: 31px;
    font-family: roboto slab;
}
.fact-name {
    margin-top: 7px;
    text-align: center;
}
.progress-bar-info { background-color: #a5c308 }
.clients div span { float: left }
.clients div span a { opacity: 0.6 }
.clients div span a:hover { opacity: 0.9 }
.clients div span img { max-width: 95% }
.serv-marg { margin-top: 20px }
.serv-marg i {
    color: #a5c308;
    font-size: 15px;
}
.serv-testim {
    margin-top: 0px;
    padding: 0px;
}
.serv-author {
    color: #333;
    margin-bottom: -10px;
}
.serv-icon {
    float: left;
    font-size: 39px;
    display: inline-block;
    text-align: center;
    line-height: 0px;
}
.serv-icon i { color: #a5c308 }
.serv-name {
    line-height: 43px;
    font-weight: 300;
    font-size: 19px;
    margin: 0;
    padding: 0;
    margin-left: 60px;
}
.serv-desc {
    font-weight: 300;
    margin: 0;
    margin-top: 10px;
    font-size: 13px;
    margin-left: 60px;
}
.other-serv {background: #fff;padding: 30px; margin-bottom: 30px;}
.services-main.minimal .other-serv {background: #fff;padding: 0px;}
.services-main.minimal .serv-name {font-size: 21px;line-height: 46px;}
.services-main.minimal .serv-icon {font-size: 46px;}
.services-main.minimal .serv-desc {margin-left: 0px;font-size: 14px; margin-top: 15px;}
.input-cont {
    border: 1px solid #424242;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
}
.input-cont-textarea, input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
}
.onepage .input-cont-textarea {
    border: none;
    padding: 9px 12px;
    background: transparent;
    border: 1px solid #444;border-radius: 4px;
    }
.soc-contacts { margin: 0px }
.soc-contacts li {
    font-size: 23px;
    margin-right: 7px;
    float: left;
    line-height: 35px;
}
.soc-contacts li a {
    color: rgba(50,50,50,0.3);
    display: inline-block;
}
.soc-contacts li a:hover {
    color: rgba(50,50,50,0.6);
    text-decoration: none;
}
/*------------------------------------------------------------------
[6.0 Other Shortcodes]
*/
.main_pad {
    padding: 60px 0 130px 0;
    text-align: center;
    margin-top: 50px;
}
.oops {
    font-size: 125px;
    font-weight: 300;
    color: #a5c308;
}
.main_pad p {
    font-size: 18px;
    font-weight: 300;
}
.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}
.ac-container label {
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #333;
    font-weight: 300;
    line-height: 33px;
    background: #ffffff;
    font-weight: 300;
    font-size: 14px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.ac-container div:last-child label { border-bottom: 1px solid #eee }
.ac-container label:hover {
    background: #f7f7f7;
    color: #a5c308;
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background: #f7f7f7;
    color: #a5c308;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../img/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after { background-image: url(../img/arrow_up.png) }
.ac-container input { display: none }
.ac-container article {
    margin-top: -5px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s linear, box-shadow 0.6s linear;
    -moz-transition: height 0.3s linear, box-shadow 0.6s linear;
    -o-transition: height 0.3s linear, box-shadow 0.6s linear;
    -ms-transition: height 0.3s linear, box-shadow 0.6s linear;
    transition: height 0.3s linear, box-shadow 0.6s linear;
}
.ac-container article p {
    color: #333;
    line-height: 23px;
    padding: 20px;
    font-weight: 300;
}
.ac-container input:checked ~ article {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.ac-container input:checked ~ article.ac-small { height: 140px }
.ac-container input:checked ~ article.ac-medium { height: 180px }
.ac-container input:checked ~ article.ac-large { height: 230px }
.ac-container div:last-child input:checked ~ article { border: 1px solid #eee }
.plan .price span {
    display: block;
    font-weight: 300;
    font-size: 11px;
    margin-top: 0px;
    color: #c0c0c0;
}
.plan .signup {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #eee;
}
.plan ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    background: #ffffff;
    font-weight: 300;
}
.plan li {
    padding: 15px 0px;
    text-align: center;
    background: #fafafa;
}
.plan {
    text-align: center;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-right: -50px;
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}
.plan:hover {
    background: #fafafa;
    border: 2px solid #eee !important;
    margin-left: -5px;
    margin-top: -4px;
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}
.featured {
    background: #fff;
    border: 2px solid #eee !important;
    margin-left: 0px;
    margin-top: -2px;
}
.plan h3 {
    font-weight: 400;
    font-size: 16px;
    padding: 20px 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.plan.featured h3 {
    font-size: 16px;
    color: #a5c308;
}
.plan .price {
    display: block;
    font-size: 63px;
    padding: 25px 0px 25px 0px;
}
.plan.featured .signup { border-top: 1px solid #f2f2f2 }
.two_plan { background: #fff !important }
.plan li:last-child { background: none }
.pricing-table .plan:first-child { border-left: 1px solid #eee !important }
.plan.featured .price { color: #a5c308 }
.btn-price {
    color: #fff;
    background-color: #a5c308;
    border-color: #a5c308;
    font-weight: 300;
}
.btn-price:hover {
    color: #a5c308;
    background-color: #fff;
    border-color: #a5c308;
}
.shortcode_tabs .all_heads_cont {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-bottom: 1px;
}
.shortcode_tab_item_title {
    border: #eee 1px solid;
    border-bottom: none;
    margin: 50px 5px 0 0;
    min-height: 18px;
    display: inline-block;
    float: left;
    padding: 13px 15px;
    line-height: 18px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    background: #fff;
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    font-weight: 300;
}
.all_body_cont {
    background: #fff;
    border: 1px solid #eee;
    margin-top: -2px;
    display: block;
    padding: 20px;
    line-height: 23px;
}
.shortcode_tab_item_body.active { display: block }
.shortcode_tab_item_body h4 { margin-top: 10px }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_title.active {
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    color: #a5c308;
}
.shortcode_tab_item_title:hover {
    background: #f7f7f7;
    color: #a5c308;
}
.alert {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 300;
}
.tooltip_s { color: #a5c308 }
.tooltip_s:hover { color: #a5c308 }
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td { border: 1px solid #eee }
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td { border-top: 1px solid #eee }
.table-bordered { border: 1px solid #eee }
.btn-lg {
    font-size: 18px !important;
    border-radius: 2px;
}
.btn {
    font-weight: 300;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.btn-sm {
    font-size: 12px !important;
    border-radius: 0px;
}
.btn-xs {
    font-size: 12px !important;
    border-radius: 0px;
}
.btn-pioneer {
    outline: none;
    background-color: #fff;
    border: 1px solid #a5c308;
    background: #a5c308;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color:#fff;
}
.btn-pioneer a {
    color:#fff;    
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.btn-pioneer:hover a {
    color: #a5c308;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear
}
.btn-pioneer:hover {
    background: transparent;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color:#a5c308;
}
.btn-pioneer a:hover {
    background: transparent;
    color:#a5c308;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.btn-pioneer-dark {
    outline: none;
    background-color: #fff;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.btn-pioneer-dark:hover {
    background: transparent;
    color:#333;
    border: 1px solid #333;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;

}
blockquote {
    font-weight: 300;
    font-size: 16px;
    margin: 25px 0px;
    border-left: 3px solid #eee;
}
blockquote footer,
blockquote small,
blockquote .small { margin-top: 5px }
.font_icons {
    color: #333;
    line-height: 2.5;
    font-weight: 300;
}
.font_icons i {font-size: 23px;position: relative;top:6px;width: 25px;left: 0px;}
.cbp-popup-singlePageInline .cbp-popup-close:before {
    overflow: hidden;
    color: #CDCDCD;
    content: "";
    font-size: 28px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    top: -5px;
    position: relative;
}
.error { display: none }
.success { display: none }
.text_otz {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: 100px;
    padding-top: 1px;
    padding: 10px;
    font-weight: 300;
    background: url(../ig/arrow_tes.png) no-repeat;
}
.auth { float: left }
.after_otz {
    margin-left: 100px;
    margin-top: 5px;
    font-weight: 300;
}
.after_otz b { font-weight: 400 }
.text_otz span {
    background: url(../img/arrow_tes.png) no-repeat;
    width: 9px;
    height: 9px;
    float: left;
    margin-left: -19px;
    margin-top: 5px;
}
.otz { margin-bottom: 35px }
.otz:last-child { margin-bottom: 0px }
.auth img {
    border-radius: 2px;
    width: 82px;
}
.testimonials { text-align: center }
.testimonials .carousel-indicators .active {
    background: #a5c308;
    border: 1px solid #a5c308;
    cursor: default;
    width: 9px;
    height: 9px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-radius: 50%;
    margin: 1px;
}
.testimonials .carousel-indicators li {
    background: none;
    border: 1px solid #a5c308;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-radius: 50%;
    margin: 1px;
}
.testimonials .carousel-indicators li:hover {
    background: #a5c308;
    border: solid 1px #a5c308;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.testimonials .item { margin-bottom: 55px;}
.testimonials p.testimonial-quote {
    margin-bottom: 20px;
    padding: 0 145px;   
    font-size: 17px;
    margin-top: 15px;
    line-height: 2;
}
.multi-purp .testimonials p.testimonial-quote {
    font-size: 18px;
    padding: 0 175px;
}
.testimonials .carousel-control.left,
.testimonials .carousel-control.right { background-image: none}
.testimonials .carousel-control {
    color: #333;
    text-shadow: none;
    margin: 0;
    font-size: 50px;
    width: 0%;
    top: 15%;
    font-weight: 100;
}
.carousel-indicators li { border-radius: 2px }
.testimonials p.testimonial-author {
    text-align: center;
    color: #999;
    margin-bottom: 0px;
    font-size: 15px;
}
.testimonials .carousel-indicators { bottom: 5px; margin-bottom: 0px; }
.testimonials-photo {
    /* display: inline-block; */
    /* float: right; */
    position: absolute;
    right: 50%;
    margin-right: -38px;
}
.testimonials-photo img {
    border-radius: 50%;
    width: 76px;
}
.testimonials-name {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.testimonials-name h4 {
    padding: 0;
    display: inline-block;
    font-size: 18px;
    margin-top: 0;
    font-family: roboto slab;
}
.container-fullwidth .testimonials-name h4 { margin-top: 10px }
.testimonials-desc {
    padding: 0;
    margin: 0;
    text-align: center;
}
.testimonials-desc p {
    padding: 0;
    margin: 0;
}
.testimonials-text {/* margin-left: 105px */}
.testimonials-block {
      padding: 0px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.testimonials-main .testimonials-block {
      background: #fff;
      padding: 30px 30px 38px 30px;
      /* margin-bottom: 30px; */
      border-bottom: none;
      position: relative;
}
.soc-media {
    background: #333;
    border-bottom: 1px solid #333;
}
.soc-more { }
.soc-more a {
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #333;
    width: 100%;
    display: inline-block;
}
.soc-medeia-footer:last-child .soc-more a { border-right: 1px solid #333 }
.soc-more i {
    font-size: 46px;
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.soc-more:hover i {
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.soc-medeia-footer {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    padding: 0;
}
.soc-medeia-footer:hover {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.soc-medeia-footer.facebook:hover { background: #3b5998 }
.soc-medeia-footer.twitter:hover { background: #55acee }
.soc-medeia-footer.googleplus:hover { background: #dd4b39 }
.soc-medeia-footer.dribbble:hover { background: #ea4c89 }
.soc-medeia-footer.linkedin:hover { background: #0976b4 }
.soc-medeia-footer.rss:hover { background: #f26522 }
.about-us-h2 h2 { margin-top: 5px }
.team-image {border: 6px solid #fff;}
.team-image.ind {background:#fff;}
.team-block {
    background: #fff;
    display: inline-block;
    width: 100%;
}
.carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
}
.twitter-main {
    height: 100px;
    background: #f7f7f7;
    border-top: 1px solid #eee;
}
.twit-icon i {
    line-height: 70px;
    font-size: 40px;
}
.dankovteam-twitter-slider-wrapper .loading {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 70px;
    margin: 0px;
}
.dankovteam-twitter-slider-wrapper .paginat {
    line-height: 70px;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    margin-top: -3px;
}
.paginat a {
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
}
.paginat a:hover {
    color: #fff;
    text-decoration: none;
}
.dankovteam-twitter-slider-wrapper  .tweet_list li {
    position: relative;
    line-height: 70px;
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 0px;
    height: 70px !important;
}
.dankovteam-twitter-slider-wrapper .tweet_list a {
    color: #fff !important;
    text-decoration: underline;
}
.dankovteam-er-slider-wrapper  .tweet_text {
    font-weight: 300;
    color: #fff;
}
.post-format-quote-author { text-align: right }
.wp-link-pages-container {
    margin-top: 25px;
    margin-left: 60px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-video {
    display: inline-block;
    width: 100%;
}
.wpb_row { margin-bottom: 0px !important }
.tp-caption .largebutton {
    color: #fff;
    display: block;
    background: rgba(255,255,255,0.25);
    padding: 8px 13px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 0px;
}
.tp-caption .largebutton:hover {
    color: #fff;
    background: rgba(255,255,255,0.35);
    text-decoration: none;
}
.flickr_badge_image {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    float: none !important;
}
.footer-widget .contact-footer li { position: relative }
.widget_pioneer-twitter  .tweet_list li { position: relative }
.widget_pioneer-twitter .tweet_text li span a {
    color: #fff !important;
    text-decoration: underline;
}
.widget_pioneer-twitter  .tweet_text {
    font-weight: 300;
    color: #fff;
}
.prev-next-links-wrapper { margin-top: 30px }
.comments h3 {
    width: 100%;
    display: inline-block;
}
.comments {
    width: 100%;
    display: inline-block;
}
.list-check {
    list-style: none;
    padding: 0;
}
#wpadminbar .sticky { top: 32px }
.footer-no-widgets {
    font-size: 13px;
    color: #fff;
    padding: 15px 0;
    opacity: 0.8;
}
.testauthor-rating ul {
    list-style: none;
    padding: 0;
}
.bxslider {
    list-style: none;
    padding: 0;
}

.block-test { position: relative }
.block-test:hover .pioneer-product-rate-n-price {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.title-woo-block {
    position: relative;
    background: #fff;
    z-index: 9999;
}
/*------------------------------------------------------------------
[8.0 Footer]
*/
.footer {
    background: #222;
    min-height: 300px;
    max-height: 100%;
    width: 100%;
    margin-bottom: -7px;
    margin-top: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    color: #ccc;
    position: relative;
    padding: 75px 0 150px 0;
}
.footer.onepage {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../images/parallax-2.jpg) 50% 0% no-repeat;
}
.footer-overlay {
    background: rgba(0,0,0,0.65);
    padding: 75px 0;
}
.form-onepage {background: rgba(0,0,0,0.45);display: inline-block;padding: 35px 20px;width: 100%}
.footer-widget .soc-footer li {
    padding: 0;
    border: none;
}
.contact-footer span, .contact-composer span { padding-left: 10px }
.contact-composer li {/* padding: 7px 0; */font-weight: 300;list-style:none;}
.contact-footer .contact-composer li i {color: #fff;}
.contact-footer li i { font-size: 14px }
.contact-composer li a { color: #333 }
.contact-composer li i {
    font-size: 21px;
    width: 24px;
    color: #333;
    opacity: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    left: 0px;
    text-align: center;
}
.contact-text {
font-size: 17px;padding: 10px 0;
    font-weight: 400;}
.contact-footer li i{ color: #fff }
.btn-contact {
    border:1px solid #444;
    background: transparent;
}
.btn-contact:hover {
    color:#fff;
    background: rgba(0,0,0,0.9);
}
.begin-content .contact-composer li i { color: #333 }
.tags-footer li a {
    color: #333;
    background: rgba(50,50,50,0.1);
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 6px 10px;
    font-weight: 300;
    border-radius: 2px;
}
.tags-footer li a:hover {
    background: rgba(50,50,50,0.2);
    color: #333;
    text-decoration: none;
}
.flickr_widget_wrapper a {
    display: block;
    float: left;
    width: 68px;
    height: 68px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-bottom: 5px;
    margin-right: 5px;
}
.flickr_widget_wrapper a .flickr_border {
    display: block;
    position: absolute;
    z-index: 15;
    left: 0;
    top: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.flickr_widget_wrapper:hover .flickr_badge_image {
    opacity: 0.3;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -ms-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
.flickr_widget_wrapper .flickr_badge_image {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.flickr_widget_wrapper:hover .flickr_badge_image:hover {
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -ms-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
.soc-footer { margin: 0px;margin-top: 25px;}
.soc-footer.onepage {
    margin: 0px;
    margin-top: 10px;
    display: inline-block;
    padding: 0;
    list-style: none;
}
.soc-footer.onepage  li {
    font-size: 22px;
    margin-right: 20px;
}
.soc-footer.onepage li a {
    color: #ddd;
}
.soc-footer li {
    font-size: 24px;
    margin-right: 15px;
    float: left;
    line-height: 35px;
}
.soc-footer li a {
    color: #bbb;
    display: inline-block;
}
.soc-footer li a:hover {
    color: #a5c308;
    text-decoration: none;
}
.footer-bottom {
    margin-top: 50px;
    line-height: 75px;
    font-weight: 300;
    color: #bbb;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #444;
}

.footer-bottom-landing {
    margin-top: 50px;
    line-height: 75px;
    font-weight: 300;
    color: #bbb;
    width: 100%;
    border-top: 1px solid #444;
    background-color: #333;
}

.footer-bottom-landing a {
    color: #bbb;
}

.footer-bottom.onepage {
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-top: 0px;
    background: #fff;
    color: #333;
    font-size: 14px;
}
.footer-bottom.onepage .copyright a{color:#333;text-decoration: none;}
.footer-bottom a {color: #bbb;}
.foot_menu { float: right }
.foot_menu ul { margin: 0px }
.foot_menu ul li {
    float: left;
    padding-left: 15px;
    list-style: none;
}
.foot_menu ul li:first-child {
    padding-left: 0px;
}
.foot_menu ul li a {
}
.foot_menu ul li a:hover { text-decoration: underline }
.foot_menu li:after { content: " " }
.foot_menu li:not(:last-of-type):after {
    /* padding-left: 5px; */
    /* content: "|"; */
}
.quote { text-align: center }
.quote i {
    font-size: 43px;
    color: #fff;
}
.flexslider { position: relative }
.copyright { display: block }
.contact-bg-onepage {
    background: rgba(0,0,0,0.45);
    padding: 22px 35px;
}
.contact-composer {
    padding: 0px;
    margin-bottom: 0;
}
.contact-bg-onepage .contact-composer li {
 padding: 7px 0px;
}
.contact-bg-onepage .contact-composer li i {
    color: #fff;
    font-size: 23px;
}
.contact-bg-onepage .contact-composer span {
    position: relative;
    top:-2px;
    font-size: 14px;
    color: #ddd;
}
.button-center {
    display: table;
    margin: auto;
}
.btn-item {
    padding: 5px 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #333;
    margin-top: 15px;
    display: inline-block;
    font-weight: 300;
}
.btn-item a:hover {text-decoration: none}
.btn-item:hover {
    color: #a5c308;
    text-decoration: none;
}
.item-heart {
    display: table;
    margin: auto;
    margin-top: 16px;
}
.item-heart i {
    color: #a5c308;
    font-size: 20px;
}
.item-heart i:hover {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1px;
    cursor: pointer;
}

.wpb_single_image img {
    width: 100%;
}

.portfolio-image {
    float: none;
}

.stats-top .aio-icon-top, .stats-top .stats-desc {
  width: 100%;
  display: block;
  text-align: center;
}
.aio-icon.none {
  display: inline-block;
  font-size: 32px;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1em;
}
.aio-icon {font-size:40px;display:inline-block;}
.stats-text {font-size:21px;}
.stats-top .stats-number {
  display: inline-block;
  font-size: 38px;
  font-family: roboto slab;
}
.stats-block .stats-text {
  font-size: 18px;
  padding-top: 5px;
}
.stats-top.minimal .stats-number {
    font-size: 40px;
}
.stats-block.minimal .stats-text {
    padding-top: 25px;
    font-size: 20px;
}
.aio-icon.none {
  display: inline-block;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1em;
  font-size: 40px;
-moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.progress-bar {
  text-align: left;
  background-color: #a5c308;
  -webkit-box-shadow:none;
  box-shadow: none;
  padding: 0 15px;
}
.small-list ul {
    padding: 20px 0 0 0;
}
.small-list ul li {
    list-style: none;
    padding: 6px 0;
}
.small-list ul li a{
    color:#666;
}
.small-list ul li a:hover{
    text-decoration: none;
}
.small-list ul li i {
    position: relative;
    top: 6px;
    color: #a5c308;
    font-size: 27px;
}
.small-title {
    font-size: 23px;
    position: relative;
    margin-bottom: 40px;
}
.small-title:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #a5c308;
    bottom: -10px;
}

.about-us-title {
    font-size: 23px;
    position: relative;
    margin-bottom: 30px;
    font-family: roboto slab;
}
.about-us-title:before {content: "";position: absolute;width: 35px;height: 2px;background-color: #a5c308;bottom: -7px;}
.about-us-text {
    font-size: 14px;
}
.about-us-list {
    padding-top: 15px;
}
.about-us-list ul {
    padding: 0;
}
.about-us-list ul li {
    list-style: none;
    padding: 3px 0;
}
.about-us-list ul li a{
    color:#666;
}
.about-us-list ul li a:hover{
    text-decoration: none;
}
.about-us-list ul li i {
    position: relative;
    top: 1px;
    color: #a5c308;
}
.about-us-img {text-align: right;padding-top: 24px;}

.purchase-line {
  font-size: 33px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 150px;
  font-weight: 300;
}
.purchase-btn {
    text-align: right;

    line-height: 150px;
}
.purchase-btn a {
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding: 11px 15px;
    border: 1px solid #a5c308;
    border-radius: 4px;
    font-size: 16px;
}
.purchase-btn a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.4);
}
.serv-block-link {
    margin-top: 15px;
}
.serv-block-link a{
    text-decoration: none;
    color:#a5c308;
}
.about-us-button {
  display: inline-block;
  margin-top: 15px;
}
.about-us-button a {
  background-color: #fff;
  padding: 7px 10px;
  border: 1px solid #a5c308;
  font-size: 13px;
  background: #fff;
}
.about-us-button a:hover {
    text-decoration: none;
}
.about-us-button-blue {
  display: inline-block;
  margin-top: 35px;
  margin-right: 5px;
}
.about-us-button-blue a {
  background-color: #fff;
  padding: 7px 10px;
  border: 1px solid #a5c308;
  font-size: 13px;
  color: #fff;
  background: #a5c308;
}
.about-us-button-blue a:hover {
    text-decoration: none;
    background: transparent;
  border: 1px solid #a5c308;
  color:#a5c308;
}
.footer-title {
    font-size: 25px;
    position: relative;
    margin-bottom: 30px;
    font-family: roboto slab;
    color: #fff;
}
.footer-title:before {position: absolute;width: 30px;height: 2px;background-color: #fff;bottom: -12px;}
.portfolio-dankov figure {
    position: relative;
    float: left;
    overflow: hidden;
}
.color-bold {
    color: #a5c308;
    font-weight: 700;
}
figure.effect-bubba {
    background: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; border: solid 1px #ccc
}
figure.effect-bubba:hover {
    background: #424242;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
figure.effect-bubba:hover img {
    opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure.effect-bubba h2, figure.effect-bubba h3 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; font-size:22px
}
figure.effect-bubba h2 a , figure.effect-bubba h3 a {
    color:#fff;
    font-family: roboto slab;
}
figure.effect-bubba p {
    padding: 5px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    font-size: 16px;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,figure.effect-bubba:hover h3,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.55s;
    -moz-transition-duration: 0.55s;
    -ms-transition-duration: 0.55s;
    -o-transition-duration: 0.55s;
    transition-duration: 0.55s;
}
.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;
}
.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;
}
.stats-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.stats-icon {
    font-size: 48px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    height: auto;
    width: 100%;
    line-height: 90px;
}
.stats-desc.onepage .stats-icon {
    color: #a5c308;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.stats-desc.onepage .stats-number {
 padding-top: 0px;
}
.stats-icon-effect .stats-icon {
    color: #a5c308;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
}
.stats-icon-effect .stats-icon:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.stats-icon-effect .stats-icon:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}
.stats-icon-effect .stats-icon:hover {
    color: #a5c308;
    background: #fff;
}
.mobile-block {
    margin:55px 0 0 30px;
    display: inline-block;
}
.mobile-block.ind {
    margin:30px 0 0 30px;
    display: inline-block;
}
.mobile-icon {
    font-size: 45px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: 50px;
    line-height: 50px;
    color: #a5c308;
    float: left;
}
.mobile-name {
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
    float: left;
    line-height: 50px;
    margin-left: 10px;
}
.mobile-text {
    margin-top: 15px;
    float: left;
}
.mobile-block.right-pos {margin-right: 30px; margin-left: 0px;}
.mobile-block.right-pos .mobile-icon {float:right;}
.mobile-block.right-pos .mobile-name {float:right; margin-left: 0px; margin-right: 10px;}
.mobile-block.right-pos .mobile-text {float:right; text-align: right;}
.text-block-title {font-weight: 400;text-transform: uppercase;padding-bottom: 20px;font-size: 17px;letter-spacing: 1px;font-family: roboto slab;}
.color-line {
    background: #a5c308;
    margin-bottom: -50px;
    color: #fff;
    padding: 30px 0;
    margin-top: 75px;
    transition: 0.25s all linear;
    border-bottom: 1px solid #a5c308;

}
.color-line:hover {
    background: #333;
    transition: 0.25s all linear;
}
.color-line-text {
    font-size: 24px;
    letter-spacing: 0.5px;
}
.color-line-button {
    line-height: 42px;
}
.color-line-button a {
    border:1px solid #fff;
    padding: 8px 15px;
    border-radius: 4px;
    color:#fff;
    font-size: 16px;
}
.color-line-button a:hover {
    text-decoration: none;
}
.main-text-slider {
    margin-top: -10px;
}
.text_after_slider {
    text-align: center;
    font-size: 37px;
    font-weight: 300;
    letter-spacing: 1px;
}
.text_after_slider_sec {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    color: #a5c308;
    letter-spacing: 1px;
}
.text_after_slider_line {
    border-top:1px solid #eee;
    margin-top: 40px;
}
.process-block-one {
    float:left;
    width:17.5%;
}
.process-block-two {
    float:left;
    width:10%;
}
.process-round.onepage .process-icon {
    background: #fff;
}
.process-round.onepage .process-icon:hover {
    color:#fff;
    background: #a5c308;
}
.process-icon {
    text-align: center;
    background: rgba(255,255,255,0.15);
    width: 120px;
    height: auto;
    line-height: 120px;
    font-size: 46px;
    border-radius: 50%;
    margin-top: 50px;
    display: table;
    margin: 50px auto 0 auto;
    color: #fff;
    transition:all 0.25s linear;
    margin-top: 30px;
}
.process-icon:hover {
    color:#fff;
    background: #a5c308;
    transition:all 0.25s linear;
}
.process-text {
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: roboto slab;
}
.process-arrow {
    text-align: center;
    font-size: 60px;
    line-height: 120px;
    margin-top: 30px;
    color: #fff;
}
.color-block {
    padding:75px 125px;
    color:#fff;
    position: relative;
}
.color-block.blue {
    background: #a5c308;
}
.color-block.middle {
    background: #CA2053;
}
.color-block.dark {
    background: #444;
}
.color-block .text-block-title {
    font-size: 18px;
    padding-bottom: 30px;
}
.color-block .text-block-text {padding-right: 100px;}
.text-block-icon { 
    position: absolute;
    font-size: 110px;
    top: 50%;
    color: rgba(255,255,255,0.4);
    right: 10%;
    line-height: 0;
    margin-top: -55px;
}
.pad-no {
    padding: 0px;
}
.two-blocks-img {
        top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    min-height: 650px;
    z-index: 99;
    background: url(../images/two-blocks-img.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.two-blocks{
    padding: 75px;
    background: #444;
    min-height: 650px;
    color:#fff;
}
.two-blocks-services {
    margin-bottom: 80px;
}
.two-blocks-services.last {
    margin-bottom: 0px;
}
.two-blocks-services-title {
    font-size: 18px;
    display: inline-block;
    line-height: 55px;
    margin-left: 30px;
}
.two-blocks-services-text {
    padding-right: 100px;
    margin-left: 85px;
}
.two-blocks-services-icon {
    font-size: 55px;
    color: rgba(255,255,255,0.4);
    line-height: 0;
    display: inline-block;
    float: left;
}
/* shop style*/
.shop-main {
    display: inline-block;
    background-color: #fff;
}
.shop-main.minimal .shop-desc {
    border-top: 2px solid #f9f9f9;
}
.shop-main.ver2 .shop-name {padding: 25px 0 15px 0;}
.shop-main.ver2 .shop-text {padding: 0 0 15px;}
.shop-main.ver2 .shop-desc {padding: 0 0 15px; border-top: 1px solid #eee;}
.shop-main.ver2 .shop-desc ul {padding-top: 15px; }
.shop-name {
    float: left;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: inline-block;
    padding-top: 25px;
    font-family: roboto slab;
}
.shop-name a {
    font-size: 21px;
    font-family: Roboto Slab, sans-serif;
}
.shop-name a:hover {
    color: #a5c308;
    text-decoration: none;
}
.shop-text {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.shop-text p {margin-bottom: 0px;}
.shop-desc {
    float: left;
    color: #999;
    font-size: 13px;
    -webkit-backface-visibility: hidden;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.shop-desc ul {
    padding: 0px;
}
.shop-desc li {
    list-style: none;
    display: inline-block;
}
.shop-desc li i{
    color:#a5c308;
    font-size: 20px;
    position: relative;
    top:3px;
        -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.shop-desc a {
    color: #999;
    
}
.shop-desc a:hover { text-decoration: none; }
.shop-desc a:hover i {color:#a5c308;     -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;}
 
.price-shop {
    position: absolute;
    background: #a5c308;
    top: 7px;
    right: 7px;
    border-radius: 6px;
    padding: 4px 8px;
    color:#fff;
    font-size: 16px;
}
.stars-shop {padding-right: 15px !important;}
.stars-shop li.active i {
 color:#a5c308;
}
.stars-shop li i {
    color:#333;
}
/* shop style*/   
.present-block-one {
    color: #888;
    text-transform: uppercase;
    font-size: 15px;
}
.present-block-name {
    font-family: roboto slab;
    font-size: 45px;
}
.present-block-line {
    width:175px;
    background:#eee;
    height:2px;
    margin:10px 0;
}
.present-block-text {
    padding-top:15px;
}
.present-block-button {
    padding: 12px 15px;
    border: 2px solid #eee;
    margin-top: 40px;
    display: inline-block;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
    background: #333;
    background: rgba(0,0,0,0.8); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../img/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
    opacity: 1; 
    background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-close:before {
    display: block;
    content: "\f00d";
    color: #fff;
    display: inline-block;
    font-family: 'FontAwesome';
    padding: 5px;
    opacity: 0.7;
    font-size: 40px;
        -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover:before {
    opacity: 1;
        -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -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);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -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);
}
.video-button {
    text-align:center;
    font-size:62px;
    color:#fff;
    line-height: 1;
}
.video-button a{
    color:#fff;
    cursor: pointer;
}
.video-button a:hover {
    color:#a5c308;
}
.presentation-two-name {
    font-family: roboto slab;
    font-size: 35px;
}
.presentation-two-line {
    width:100px;
    background:#eee;
    height:2px;
    margin:15px 0;
}
.presentation-two-text {
    padding-top:10px
}
.presentation-two-list-block {
    padding-top:10px;
}
.presentation-two-list-ul {
    padding: 0;
    margin-top: 30px;
    width: 50%;
    margin-bottom: 0px;
}
.presentation-two-list-ul.left {float: left;}
.presentation-two-list-ul.right {float: right;}
.presentation-two-list-ul li {
    list-style: none;
    padding-bottom: 30px;
}
.presentation-two-list-ul li:last-child {
    padding-bottom: 0px;
}
.presentation-two-list-ul li i {
    color:#a5c308;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: #fafafa;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    border: 1px solid #eee;
    font-size: 27px;
    background: #fff;
}
.presentation-two-list-ul li span {
    position: relative;
    top: -5px;
    left: 10px;
}
.presentation-two-img {
    text-align: center;
}
.line-big {
    border-top:1px solid #eee;
    width:100%;
    margin:100px 0 75px 0;
}
.line-big-border {
    text-align: center;
    font-size: 35px;
     font-family: roboto slab;
    margin-bottom:75px;
}
.portfolio-img ul {
    padding: 0px;
}
.portfolio-img li img {
    width: 100%;
    float: left;
    padding: 2px;
}
.portfolio-img li {
    list-style:none;
}
.bx-pager {display: table;margin: auto;padding: 0;margin-bottom: 0px;margin-top: 15px;}
.bx-pager li {float: left;list-style: none;}
.bx-pager a img {height:60px; width: 60px; border-radius: 50%; margin-right:15px; position: relative;}
.bx-pager a {transition: all 0.25s linear;-moz-transition: all 0.25s linear;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;}
.bx-pager:hover .bx-opacity a {
    opacity: 0.5;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.bx-pager .bx-opacity a.active {
    opacity: 1;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.bx-pager .bx-opacity a  {
    opacity: 0.5;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
    display: inline-block;
}
.bx-pager:hover .bx-opacity:hover a{
    opacity: 1;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.bloq.prlx-test .bxslider h3 {
    color:#fff;
}
.bloq.prlx-test .bxslider h6 {
    color:#fff;
}
.bx-pager.prlx-test .bx-opacity a  {
    opacity: 0.8;
}
.bxslider { text-align: center;  }
.bxslider h3 {font-size: 20px;padding: 0 135px;font-weight: 300;line-height: 1.75;margin: 0;font-family: roboto;}
.bxslider h6 {
    margin: 15px 0 25px 0;
    font-size: 14px;
    padding-top:10px;
    font-weight: 300;
    padding-left:20px;
    padding-right:20px;
    display: inline-block;
    padding-bottom: 10px;
    font-family: roboto;
}
.wrapper.min-pad {
    width: 1700px;
    margin: 50px auto;
}
.slider-container {margin-left:50px;margin-right: 50px;}
.min-pad .container-color-two {margin-left:50px;margin-right: 50px; }
.min-pad .container-color {margin-left:50px;margin-right: 50px; }
.min-pad .prlx-1 {margin-left:50px;margin-right: 50px; }
.min-pad .min-pad-container {margin-left:50px;margin-right:50px; }
.min-pad .grid.isotope .grid-item  {width: 25%; }
.min-pad .sticky {width: 1700px; left:auto;webkit-box-shadow: 0px 1px 2px 0px rgba(51,51,51,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51,51,51,1);
    box-shadow: 0px 1px 2px 0px rgba(51,51,51,1);
}
.email:after {
    content: "site-internet-qualite@natural-net.fr";
}
.services-main-multi.sec-style .multi-serv-icon{
    font-size: 41px;
    display: inline-block;
    line-height: 0px;
    width: 12%;
    float: left;   
}
.services-main-multi.sec-style .multi-serv-block-list{
    width: 88%;
    float: right; 
}
.tp-caption.WebProduct-Button, .WebProduct-Button{ border-color:#a5c308}
.services-main-multi.sec-style .multi-serv-name {
    margin-top: 0px;
    text-align: left;
    padding-left: 35px;
}
.services-main-multi.sec-style .multi-serv-desc {
    text-align: left;
    padding: 0;
    padding-left: 35px;   
}
/*.back-pict {
    width: 100%;
    background: url("../images/parallax-1.jpg") center top repeat-y;
    background-position: center 0px;
    position: relative;
    z-index: 333;
    animation: bg-anim 100.0s linear infinite;
    padding: 100px 0;
    color:#fff;
}

@keyframes bg-anim { 
    from { background-position: center 0px }
    to { background-position: center -1717px }
}
*/

ul.ftlien li:before{ content:">"; color:#fff}
ul.ftlien li { color:#fff; text-decoration:none}
.tc.accroche{ font-size:1.2em; line-height:1.6em}
.sidebar .widget input{ color:#333}.sidebar .widget input:hover{ color:#a5c308}


 .article h2, .article h3, .article h4, .article h5, .article h6,  .article .h2, .article .h3, .article .h4, .article .h5, .article .h6 {
    margin-top: 40px;
    margin-bottom: 15px;
}
 .article h1, .article h1.h3{ margin-top:0; padding-top:0; font-weight:bold ; font-size:36px}
.article p {
    margin-bottom: 25px;
}
 .article h1 a, .article h2 a, .article h3 a, .article h4 a, .article h5 a, .article h6 {
    color: #a5c308;
}
.article a{ text-decoration:none;  color: #a5c308;}
.article a:hover, .article a:focus{ text-decoration:none;  color: #a5c308;}

.article, .article p {
    /*font-size: 17px;*/
    line-height: 1.5em!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #424242!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #424242!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #424242!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #424242!important;
}

.bg-gray {
    background-color: #f6f6f6 !important;
}

.no-border-round {
    border-radius: 0 !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.login-box {
    padding: 35px;
}

#signup2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-small-white-background .btn .btn-medium i.nner-link .no-margin-lr {
    color:#fff !important;
    padding: 7px 10px !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #a5c308 !important;
    text-decoration: none;
    transition: border 0.15s linear;
}

.col-md-12 .text-center {
    padding:30px !important;
}

.text-center .white-text {
    color:#fff !important;
}

.imgdetail {
    margin-bottom: 20px !important;
}

#lesplus ul li {
    border-bottom: 0;

}

.blockquotes .text-med:hover {
    color:#333 !important;
    transition: all 0.5s ease;
}

.inscription {
    padding:20px 0px;
    margin:auto;
}

.logoprint {
    display:none;
}

@media (min-width: 2048px) {
.grid-item {width: 20%;}
.port-4 .grid-item {width: 20%;}
}

@media (max-width: 1700px) {
.wrapper.min-pad {
    width: 100%;margin: 0px auto;}
}

@media (max-width: 1500px) {
.wrapper.multi-purp {width: 100%}
.multi-purp .sticky {width: 100%}
}

@media (max-width: 1350px) {
.blog-main.multi .blog-name {padding-top: 50px;}
}
@media screen and (max-width: 1230px) {
    .wrapper.portfolio {width: 100%;}

    .slider-container {margin-left:0;margin-right: 0;}
.min-pad .container-color-two {margin-left:0;margin-right: 0; }
.min-pad .container-color {margin-left:0;margin-right: 0; }
.min-pad .prlx-1 {margin-left:0;margin-right: 0; }
.min-pad .min-pad-container {margin-left:0;margin-right:0; }


}
@media screen and (max-width: 1200px) {
    .minimal .logo {margin-top: 20px;}
    .grid-item {width: 33.333333%;}
    .tp-banner-container { height: 100% !important }
    .animated { -webkit-animation: 0 !important }
    #wrapper { width: 100% !important }
    nav {
        width: 100% !important;
        left: auto !important;
    }
    .promo-text-blog:first-child { margin-top: 50px }
    .med-blog-naz { margin-top: 25px }
    .clients div span {
        float: none;
        display: table;
        margin: auto;
    }
    .testi-slider .flex-control-nav { bottom: -30px }
    .twitter-footer .tweet_list li {
        line-height: 20px;
        margin-top: 20px;
        overflow: hidden;
    }
    .logo-text {font-size: 21px;}
    .menu ul li a {padding: 27px 0px;}
    .mobile-block {margin-top: 0px;margin-bottom: 30px;}
    .multi-purp .menu ul li a {
    padding: 35px 0px;
    }
    .menu ul > li {
    margin: 0px 8px;
}
 nav.sticky ul li {
    margin: 0 15px;
}
    .multi-purp nav.sticky ul li a {
    padding: 21px 00px;
    }



.present-block-name {
    font-size: 27px;
}


.present-block-button {
        margin-top: 20px;
    padding: 7px 12px;
}
}


@media (max-width: 768px){
    .container-in-container {width: 100%;}
    .container-in-container-inner {width: 100%;padding-left: 15px;padding-right: 15px;}
    .post-thumbnail img {height: auto;}
    .cbp img {height: auto }
    .wpb_column > .wpb_wrapper > *:last-child {margin-bottom: 30px !important}
    .stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {margin-bottom: 30px !important;}
    .wpmenucartli.wpmenucart-display-standard {display: none;}
}
@media (max-width: 585px){
    .dankovteam-shortcode-posts-box .blog-main {width: 100%;margin-bottom: 30px;}
    .dankovteam-shortcode-posts-box .blog-main:last-child {margin-bottom: 0px;}
    .post-thumbnail img {height: auto;}
    .video-button a{ font-size: 13px!important;}
}
@media (min-width: 768px) and (max-width: 992px){
    .container-in-container {width: 750px;}
    .container-in-container-inner {width: 750px;}
    .testimonials-name h4 {width: 100%;}
    .post-thumbnail img {height: auto;}
}


@media (min-width: 1200px) {
    .container-in-container{width: 1170px;}
    .container-in-container-inner {width: 1170px;}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
        .container-in-container {width: 970px;}
    .container-in-container-inner {width: 970px;}
    .blog-main.multi .post-thumbnail img {height: auto;}
    .post-thumbnail img {height: 200px;}
    .promo-paragraph { padding: 0 30px }
    .testi-slider .flex-control-paging li a {
        width: 13px;
        height: 13px;
    }

.blog-main.multi .blog-name {
    padding: 0 50px;
    padding-top: 30px;
    width: 50%;
    text-align: left;
}
.blog-main.multi .blog-name a {
    font-size: 24px;
}
.blog-main.multi .blog-text {
    padding: 0 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50%;
}
.blog-main.multi .blog-desc {
    padding: 15px 50px;
    width: 50%;
    padding-top: 0px;
    border:none;
    text-align: left;
    float: right;

}
.blog-main.multi.two .blog-desc {
    padding: 15px 50px;
    width: 50%;
    padding-top: 0px;
    border:none;
    text-align: left;
    float: left;

}

    .blog-name {
        float: none;
        margin-top: 3px;
        margin-left: 0px;
        text-align: center;
    }
    .blog-desc {
        float: none;
        margin-left: 0px;
        font-size: 12px;
        text-align: center;
    }
    .blog-icon i {
        font-size: 35px;
        border-right: none;
        padding-right: 0px;
    }
    .blog-icon {
        float: none;
        text-align: center;
    }

    .btn-blog { margin-top: 59px }
    .footer { height: auto }
    .testi-text { padding: 0 35px }
    .prl-1 {
        background: url(../images/parallax.jpg)  100% !important;
        min-height: 310px;
        height: auto;
    }
    .prl-2 {
        background: url(../images/parallax2.jpg)  100% !important;
        min-height: 300px;
        height: auto;
    }
    .prl-3 {
        background: url(../images/parallax3.jpg)  100% !important;
        min-height: 70px;
        height: auto;
    }
    .about-name { margin-top: 15px }
}
@media screen and (min-width: 992px) {
.collapse {
    display: block !important;
}
}

@media screen and (max-width: 991px) {
    .page_head.transparent-vers .logo {
            display: inline-block;
    margin-bottom: 20px;
    }
    .page_head.transparent-vers  {
    margin-bottom: -90px;
    }
    .page_head.transparent-vers .menu-wrapper button {
        top:5px;
    }

    .page_head.transparent-vers .present-block-text {
        display: block;
    }
    .business .grid-item {width: 50%}
    .contact-top li:last-child {display: none;}
    ul.social-links li {padding: 1px 9px;}
    .bxslider h3 {padding: 0px 75px;}
    .process-block-one {width: 100%;}
    .process-block-two {width: 100%;}
    .marg-sm-50 {margin-top: 50px;}
.grid-item {width: 50%;}
.boxed .grid-item {width: 50%;}
.minimal .grid-item {width: 50%;}
.page_head { margin-bottom: -64px;}
.page_head.classic-vers {
    margin-bottom: 20px;
    margin-top: 10px;
}
.dankovteam-right-page-layout .container-in-container{
    width: 100%;
    padding: 0px;
}
.multi-purp .logo {margin-top: 23px;}
.prlx-1 {
    background: url(/theme/fr/images/a.jpg) 50% 50% repeat fixed;
    color: #fff;
}
.prlx-2 {
    background: url(/theme/fr/images/b.jpg) 50% 50% repeat fixed;
    color: #fff;
}
.prlx-3 {
    background: url(../images/parallax-3.jpg) 50% 60% repeat;
}
.prlx-4 {
    background: url(../images/parallax-4.png) 50% 60% repeat;
}
.col-ms-12_marg {margin-top: 30px;}
.col-ms-12_marg50 {margin-top: 50px;}

.mobile-block {margin-top: 0px;margin-bottom: 30px;width: 100%; text-align: center;    margin-left: 0px;}
.mobile-block.right-pos .mobile-icon {float: none;}
.mobile-block.right-pos .mobile-name {float: none;margin-right: 0px;}
.mobile-block.right-pos .mobile-text {float: none;text-align: center;}

.mobile-block.left-pos .mobile-icon {float: none;}
.mobile-block.left-pos .mobile-name {float: none;margin-right: 0px;}
.mobile-block.left-pos .mobile-text {float: none;text-align: center;}


.menu {
float: right;
position: relative;
z-index: 9999;
}
.navbar-collapse {
    margin-bottom: 30px;
    overflow: hidden;
    position: absolute;
    right: 48px;
}
.navbar-collapse.in {
overflow-y: auto;
position: absolute;
right: 48px;
}
    div.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100% !important;
}

div.aligncenter {
    float: none;
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}

div.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 100% !important;
}
    .cl-blog-text {
        width: 100%;
        margin-left: 0px;
    }
    .logo { margin-top:17px;}

.menu ul li {
width: 100%;

}
    .logo-text {font-size: 28px;}

.sticky {position: relative;top: 0 !important;}
nav.sticky ul li a {
    padding: 15px 20px;
}
.menu ul ul li {
    width: 100%;
}
.menu ul li ul li ul li a {
padding: 15px 20px 15px 75px;
}
.menu ul li ul {
    border-top: none;
    box-shadow:none;
}
.menu ul li.current-menu-item a, .menu ul li.current_page_item a {
color: #fff;
}

    .menu ul li ul, .menu ul li li ul, .menu ul li li li ul {
        display: block;
        visibility: visible;
        opacity: 1;
        left: auto;
        position: relative;
    }
    .menu ul li ul li ul {
        visibility: visible !important;
    }
    .menu ul li ul li:hover ul {left:0px;}
    .menu-main-menu-container {margin-top: 13px;margin-bottom: 21px;width: 260px;background: #444;}
    .menu-wrapper button {
        background: #a5c308;
        border: none;
        width: 48px;
        height: 45px;
        text-indent: -900em;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: none;
        display: block;
        border-radius: 0;
        margin: 18px 0 0 0;
        top: -5px;
        z-index: 99;
}
    .menu-wrapper button:hover, .menu-wrapper button.dl-active, .dl-menuwrapper ul { background: #a5c308 }
    .menu-wrapper button:hover:after {
        background: #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    }
    .menu-wrapper button.dl-active:after {
        background: #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    }
    .menu-wrapper button:after {
        content: '';
        position: absolute;
        width: 68%;
        height: 5px;
        background: #fff;
        top: 10px;
        left: 8px;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    }

    .menu.classic-vers ul li a {color: #fff;}
    .wpmenucartli {display:none;}
    .menu ul li {float: none;margin: 0px;}
    .menu ul li a {
        padding: 15px 20px !important;
        font-weight: 300;
        color: #fff;
        font-size: 14px !important;
        border-top: 1px solid rgba(255,255,255,0.35);
        background: #444;
    }
    .menu li:hover {  }
    .menu li:hover a { color: #fff !important }
    .menu li.current a { color: #fff }
    .menu li.current { background: rgba(255,248,213,0.25) }
    .menu ul li ul {
        visibility: visible;
        opacity: 1;
        position: relative;
    }
    .menu ul ul li {min-width: 260px;}
    .menu ul li ul li a {
        padding: 15px 20px 15px 50px;
        font-weight: 300;
        color: #fff !important;
        font-size: 16px;
        border-bottom: none !important;
    }
    .menu ul li ul {
        box-shadow: none;
        border-top: none;
        top: 0px;
        margin-top: 0px;
    }
    .menu ul li ul li a:hover { color: #fff !important }
    .menu ul ul {
        background: #444;
        color: #fff;
    }
    .menu ul li ul li a:hover {background: rgba(197, 51, 51, 0);}
    .menu ul ul ul {
        margin-top: 0px !important;
        left: 0px;
    }
    .menu li a:hover {
        border-color: rgba(255,255,255,0.35);
}
    .menu ul li ul li ul {visibility: visible !important;opacity: 1;}
    .footer { height: auto }
    .promo-paragraph { padding: 0 50px }
    .testi-text { padding: 0px }
    #style-switcher { display: none }
    .btn-blog { margin-top: 100px }
    .flickr_widget_wrapper a {
        width: auto;
        height: auto;
    }
    .flickr_badge_image img {
        width: 67px;
        height: 67px;
    }
    .contact-top {
        display: table;
        margin: auto;
    }
    .hidden-phone { display: none }
    .lady-img {margin-left: 0px;}
    .prl-1 {
        background: url(../images/parallax.jpg)  100% !important;
        min-height: 310px;
        height: auto;
    }
    .prlx {
        background-color: rgba(0,0,0,0.65);
        min-height: 310px;
        height: auto;
        padding-bottom: 50px;
    }
    .prl-2 {
        background: url(../images/parallax2.jpg)  100% !important;
        min-height: 300px;
        height: auto;
    }
    .prlx-2 {
        background-color: rgba(255, 255, 255, 0.5);
        min-height: 300px;
        height: auto;
    }
    .prl-3 {
        background: url(../images/parallax3.jpg)  100% !important;
        min-height: 70px;
        height: auto;
    }
    .prlx-3 {
        background-color: rgba(0, 0, 0, 0.1);
        min-height: 70px;
        height: auto;
    }
    .testi-slider .flex-control-paging li a {
        width: 15px;
        height: 15px;
    }
    .cbp-l-inline-left { width: 40% !important }
    .cbp-l-inline-right { width: 56% !important }
    .paginat a { margin-right: 0px }
    .twitter-footer .tweet_list li {
        line-height: 20px;
        margin-top: 20px;
        overflow: hidden;
    }
    .testimonials p.testimonial-quote { padding: 0 70px }

    .wpmenucartli .wpmenucart-contents:hover .icon-basket:before {
        color: #FFF !important;

    }
    .demo-monitor {text-align: center; margin-bottom: 50px;}
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .present-block-text {
	}
    .wrapper.agency-stl .present-block-text {display: block;}
        .marg-sm-50px {margin-top: 50px;}

    .blog-main.multi .blog-images.one {width: 100%;}
    .blog-main.multi .blog-images.two {width: 100%;}
.blog-main.multi .blog-text {
    padding: 0 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
}
.blog-main.multi .blog-desc {
    padding: 15px 50px;
    width: 100%;
    padding-top: 0px;
    border: none;
    padding-bottom: 50px;
    text-align: center;
}
    .blog-name {
        float: none;
        margin-top: 3px;
        margin-left: 0px;
        text-align: center;
        width: 100% !important
    }
    .blog-desc {
        float: none;
        margin-left: 0px;
        font-size: 12px;
        text-align: center;
    }
    .blog-icon i {
        font-size: 35px;
        border-right: none;
        padding-right: 0px;
    }
    .blog-icon {
        float: none;
        text-align: center;
    }
    .cl-blog-text {
        width: 100%;
        margin-left: 0px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 21.87%;}
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {margin-right: 0;}
    .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {width: 21.87%;}

    .woocommerce .products .star-rating, .woocommerce-page .products .star-rating {display: none;}


}
@media (max-width: 767px) {
    .wrapper.agency-stl .present-block-text {display: block;}

        .business .grid-item {width: 100%}

    .lady-img {text-align: center;}
    .marg-sm-50px {margin-top: 50px;}
    .boxed .grid-item {width: 100%;}
.present-block-text {display: none;}

        .blog-main.multi .blog-images.one {width: 100%;}
    .blog-main.multi .blog-images.two {width: 100%;}
.blog-main.multi .blog-text {
    padding: 0 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
}
.blog-main.multi .blog-desc {
    padding: 15px 50px;
    width: 100%;
    padding-top: 0px;
    border: none;
    padding-bottom: 50px;
    text-align: center;
}
    .blog-name {
        float: none;
        margin-top: 3px;
        margin-left: 0px;
        text-align: center;
        width: 100% !important
    }
    .blog-main.multi .blog-images.one {width: 100%;}
    .col-xs-12_marg {margin-top: 30px;}
    .color-line {text-align: center;}
    .contact-top {
        display: table;
        margin: auto;
    }
    .color-line-button {
    line-height: 42px;
    display: table;
    margin: auto;
    float: none !important;
    margin-top: 30px;
}
    .promo-paragraph { padding: 0px }
    .soc-footer li {
        float: none;
        display: inline-block;
    }
    .tags-footer li { display: inline-block }
    .tags-footer li a { float: none }
    .soc-footer { margin-bottom: 50px }
    .tags-footer { margin-bottom: 50px }
    .flickr_badge_image img {
        width: 75px;
        height: 75px;
    }
    .plan { margin-right: 0px }
    .hidden-xs { display: none }
    .tweet { overflow: hidden }
    .testimonials p.testimonial-quote { padding: 0 50px }
    .testimonials .carousel-control.right { right: 10px }
    .footer-widget {padding: 15px 0;}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 100%;}
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {margin-right: 30px;}
    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
float: right;
clear: none!important;
margin-right: 0;
}
    .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {width: 100%;}
    .woocommerce .products .star-rating, .woocommerce-page .products .star-rating {display: block;}


}
@media (min-width: 481px) and (max-width: 580px) {
    .blog-icon { display: none }
    .blog-desc { margin-left: 0px }
    .blog-name {
        margin-top: 10px;
        margin-left: 0px;
    }
    .hover-3 figcaption a { bottom: 40px }
    .hover-3 figcaption { height: 100px }
    .tp-caption.largetext, .tp-caption.largetext-left {display: none;}
}
@media (max-width: 480px) {
    .col-xs-12_marg50 {margin-top: 50px;}
    .tp-caption.WebProduct-Button, .WebProduct-Button {padding: 8px; font-size: 14px;}
    .multi-purp .logo {
    margin-top: 17px; 
}

    .tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {padding: 10px ;font-size: 14px; font-weight: 300;}
    .blog-name {text-align: left;}
    .prlx-text {padding: 0 0 25px 0;}
    .presentation-two-name {font-size: 29px;}
    .presentation-two-list-ul {width: 100%;}
        .bxslider h3 {padding: 0px 25px;}

        .marg-xs-50px {margin-top: 50px;}
    .top_block {display: none;}
    .color-block {padding: 75px;}
    .logo span {display: none;}
        .col-xs-12_marg {margin-top: 30px;}
    .col-ms-12 { width: 100% }
    .col-ms-12_marg { margin-top:25px; }
    .grid-item {width: 100%;}
    .minimal .grid-item {width: 100%;}
    .contact-top li {
        float: none;
        text-align: center;
        border-right: none;
    }
    .cbp img {height: 250px;}
    .blog-main {
        margin-bottom: 25px;
        float: left;
    }
    .copyright {
        display: table;
        margin: auto;
    }
    .foot_menu {
       display: none;
    }
    .two-blocks {padding: 30px;}
    .two-blocks-services-text {padding-right: 0px;}
    .footer { margin-top: 50px }
    .list-check { margin-bottom: 50px }
    .comment-inner { margin-left: 100px }
    .img_comm {
        margin-right: 30px;
        width: 70px;
        height: 70px;
    }
    .input-def { width: 100% }
    .input-def-textarea { width: 100% }
    .btn-blog { margin-top: 100px }
    .hover-3 figcaption a { bottom: 40px }
    .hover-3 figcaption { height: 100px }
    .about-name { margin-top: 10px }
    .tweet_list {
        display: table;
        margin: auto;
        min-height: 100% !important;
    }
    .twit-icon {
        display: table;
        margin: auto;
    }
    .tweet { text-align: center }
    .testimonials p.testimonial-quote { padding: 0 30px }
    .tp-caption.largetext, .tp-caption.largetext-left {display: none;}
}

@media (min-width: 2048px) { .grid-item  {width: 25%; }
}

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}
.nivo-lightbox-wrap  {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}
.nivo-lightbox-content {
    width: 100%;
    height: 100%;
}
.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
}
.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
}
.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    -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;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
       -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
         -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
       -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
       -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
       -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
       -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
       -moz-perspective: 1000px;
            perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
       -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
            transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
}

/*-----------------------------------------------------------------------------

-   Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:    5.0.0
date:       29/10/15
author:     themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons/revicons.eot?5510888');
  src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons/revicons.woff?5510888') format('woff'),
       url('../fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î ' */
.revicon-trash:before { content: '\e801'; } /* 'î ' */
.revicon-left-dir:before { content: '\e817'; } /* 'î —' */
.revicon-right-dir:before { content: '\e818'; } /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î »' */
.revicon-left-open:before { content: '\e819'; } /* 'î ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î ' */
.revicon-left-big:before { content: '\e81f'; } /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î ž' */
.revicon-magic:before { content: '\e807'; } /* 'î ‡' */
.revicon-picture:before { content: '\e800'; } /* 'î €' */
.revicon-export:before { content: '\e80b'; } /* 'î ‹' */
.revicon-cog:before { content: '\e832'; } /* 'î ²' */
.revicon-login:before { content: '\e833'; } /* 'î ³' */
.revicon-logout:before { content: '\e834'; } /* 'î ´' */
.revicon-video:before { content: '\e805'; } /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î £' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î ¥' */
.revicon-left:before { content: '\e836'; } /* 'î ¶' */
.revicon-right:before { content: '\e826'; } /* 'î ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î †' */
.revicon-palette:before { content: '\e829'; } /* 'î ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î „' */
.revicon-popup:before { content: '\e828'; } /* 'î ¨' */

                            

/******************************
    -   BASIC STYLES        -
******************************/

.rev_slider_wrapper{
    position:relative;
    z-index: 0;
}


.rev_slider{
    position:relative;
    overflow:visible;
}

.tp-overflow-hidden { overflow:hidden;}

.tp-simpleresponsive img,
.rev_slider img{
    max-width:none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin:0px;
    padding:0px;
    border-width:0px;
    border:none;
}

.rev_slider .no-slides-text{
    font-weight:bold;
    text-align:center;
    padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
    list-style:none !important;
    position:absolute;  
    margin:0px !important;
    padding:0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image:none;
    background-position:0px 0px;
    text-indent: 0em;
    top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
    visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul    {   
    padding:0 !important; 
    margin:0 !important; 
    list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption    { 
    position:relative;  
    visibility:hidden; 
    white-space: nowrap;
    display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
    margin-bottom:0;

}

    
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
    cursor:url(openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
    cursor:url(closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
    z-index:1
}

.tp_inner_padding { 
    box-sizing:border-box;  
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    max-height:none !important; 
}


.tp-caption {   
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;   
    position:absolute;
    -webkit-font-smoothing: antialiased !important;
}



.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption { 
    visibility:hidden !important; 
    display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}






/**********************************************
    -   FULLSCREEN AND FULLWIDHT CONTAINERS -
**********************************************/
.rev_slider_wrapper {   width:100%;}

.fullscreen-container { 
    position:relative;
    padding:0;
}


.fullwidthbanner-container{
    position:relative;
    padding:0;
    overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
    width:100%;
    position:relative;
}



/*********************************
    -   SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers               {   
    position:absolute; z-index:505; top:0px;left:0px}


.tp-caption .frontcorner        {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner     {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop     {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop      {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}
                                    
.tp-layer-inner-rotation {  
    position: relative !important;
}       


/***********************************************
    -   SPECIAL ALTERNATIVE IMAGE SETTINGS  -
***********************************************/

img.tp-slider-alternative-image {   
    width:100%; height:auto;
}


/******************************
    -   IE8 HACKS   -
*******************************/
.noFilterClass {
    filter:none !important;
}


/********************************
    -   FULLSCREEN VIDEO    -
*********************************/

.rs-background-video-layer      {   position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo    {   width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo     {   left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video    { width:100% !important; height:100% !important; display: none}

.fullcoveredvideo video,
.fullscreenvideo video              {   background: #000}

.fullcoveredvideo .tp-poster        {   background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster    {   display: none}

.tp-video-play-button                   {   
    background:#000;
    background:rgba(0,0,0,0.3);                                     
    border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
    position: absolute;
    top: 50%;
    left: 50%;                                      
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height:50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
    display: inline-block;  
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    -webkit-transition:opacity 300ms ease-out !important;
    -moz-transition:opacity 300ms ease-out !important;
    -o-transition:opacity 300ms ease-out !important;
    transition:opacity 300ms ease-out !important;               
}
.tp-caption .html5vid                   {   width:100% !important; height:100% !important;}                                 
.tp-video-play-button i                 {   width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}                                   
.tp-caption:hover .tp-video-play-button {   opacity: 1;}
.tp-caption .tp-revstop                 {   display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir      {   display:none}
.videoisplaying .tp-revstop             {   display:inline-block}

.videoisplaying  .tp-video-play-button          {   display:none}
.tp-caption:hover .tp-video-play-button         {   display:block}

.fullcoveredvideo .tp-video-play-button         {   display:none !important}


.fullscreenvideo .fullscreenvideo video         {   object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo video        {   object-fit:cover !important;}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));  
    display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {  opacity: .9;}

.tp-video-button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    line-height:12px;
    font-size:12px;
    color:#fff;
    padding:0px;
    margin:0px;
    outline: none;
    }
.tp-video-button:hover              {   cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap              {   padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap             {   width:80%}
.tp-video-vol-bar-wrap              {   width:20%}

.tp-volume-bar,
.tp-seek-bar                        {   width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover                 {   width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-background-video-layer video::-webkit-media-controls { display:none !important;}


/********************************
    -   DOTTED OVERLAYS -
*********************************/
.tp-dottedoverlay                       {   background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo               {   background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite          {   background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree           {   background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite      {   background:url(../assets/gridtile_3x3_white.png)}


/******************************
    -   SHADOWS     -
******************************/

.tp-shadowcover {   width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
       -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
            box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
    position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
    content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}

/******************************
    -   BUTTONS -
*******************************/

.tp-button{
    padding:6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height:30px;
    cursor:pointer;
    color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
    font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
    text-decoration:none;
}

.tp-button.big  {   color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {  background-position:bottom, 15px 11px}

    
/*  BUTTON COLORS   */

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green          { background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue            { background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red              { background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange        { background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey    { background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey  { background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited                        {   outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited          {   text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i                 {   font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i               {   font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i         {   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited             {    line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i      {   font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i    {   font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited              {   line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i       {   font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i     {   font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround                           {   -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround                           {   -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }  


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
    background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
    background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
    0% { opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% { opacity: 0;top: 50%;}
    100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width:35px;
    height:55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.rev-scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
    color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
    filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite  {
    background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333;   
}

.rev-scroll-btn.revs-fulldark  {
    background:#333;
    border:none;
}

.rev-scroll-btn.revs-fulldark  span {
    background: #fff;   
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: rgba(255,255,255,0.75);
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    -moz-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
    border-color:#333;
}
.rev-scroll-btn.revs-dark span {
    background: #333;   
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5; 
    color: #FFF;  
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;   
    text-decoration: none;
    text-align: center;
    background-color: #000; 
    border-radius: 50px;    
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width:60px;
    height:60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr    {   
    border-radius: 3px;     
}

.rev-cbutton-light  {   
    color: #333;    
    background-color: rgba(255,255,255, 0.75);  
}

.rev-cbutton-light-sr   {       
    color: #333;    
    border-radius: 3px;     
    background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {  
    line-height: 37px;  
    width:37px;
    height:37px;    
}

.rev-sbutton-blue   {   
    background-color: #3B5998
}
.rev-sbutton-lightblue  {   
    background-color: #00A0D1;
}
.rev-sbutton-red    {   
    background-color: #DD4B39;
}




/************************************
-   TP BANNER TIMER     -
*************************************/
.tp-bannertimer                             {   visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom                   {   top:auto; bottom:0px !important;height:5px}


/*********************************************
-   BASIC SETTINGS FOR THE BANNER   -
***********************************************/

 .tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {   width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{   background:url(../assets/coloredbg.png) repeat}
.tp-shape { width:100%;height:100%;}



/*********************************************
-   WOOCOMMERCE STYLES  -
***********************************************/

.tp-caption .rs-starring                {   display: inline-block}
.tp-caption .rs-starring .star-rating   {   float: none;}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
    display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {    
    position: relative;
    height: 1em;
    
    width: 5.4em;
    font-family: star;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
    
    font-size: 1em !important;
    font-family: star;
}


/******************************
    -   LOADER FORMS    -
********************************/

.tp-loader  {
    top:50%; left:50%;
    z-index:10000;
    position:absolute;
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background:url(../assets/loader.gif) no-repeat center center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-top:-20px;
    margin-left:-20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-top:-20px;
    margin-left:-20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



.tp-loader.spinner5     {   
    background:url(../assets/loader.gif) no-repeat 10px 10px;
    background-color:#fff;
    margin:-22px -22px;
    width:44px;height:44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top:-20px;margin-left:-20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
    -  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar                 {   border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets                     {   position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb                       {   cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image                   {   background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected              {   opacity:1;}

.tp-tab-mask,
.tp-thumb-mask                  {   box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs                      {   box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet                      {   width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover                {   background:#fff;}

.tp-bannertimer                 {   background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows                       {   cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover                 {   background:#000;}
.tparrows:before                {   font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before   {   content: '\e824'; }
.tparrows.tp-rightarrow:before  {   content: '\e825'; }


/***************************
    - 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
    - DEBUG MODE -
*******************/

.hglayerinfo                   {      position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo                        {    position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover {    border:1px dashed #c0392b !important;}
.helpgrid                      {    border:2px dashed #c0392b;position:absolute;top:0px;peft:0px;z-index:0 }
#revsliderlogloglog             {   padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}


/*-----------------------------------------------------------------------------

-   Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:    5.0.0
date:       18/03/15
author:     themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/

.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
    color:#0084B4!important;
}

.tp-caption.Twitter-Content a:hover
{
    color:#0084B4!important;
    text-decoration:underline!important;
}

.tp-caption.medium_grey,.medium_grey
{
    background-color:#888;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Arial;
    font-size:20px;
    font-weight:700;
    line-height:20px;
    margin:0;
    padding:2px 4px;
    position:absolute;
    text-shadow:0 2px 5px rgba(0,0,0,0.5);
    white-space:nowrap;
}

.tp-caption.small_text,.small_text
{
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Arial;
    font-size:14px;
    font-weight:700;
    line-height:20px;
    margin:0;
    position:absolute;
    text-shadow:0 2px 5px rgba(0,0,0,0.5);
    white-space:nowrap;
}

.tp-caption.medium_text,.medium_text
{
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Arial;
    font-size:20px;
    font-weight:700;
    line-height:20px;
    margin:0;
    position:absolute;
    text-shadow:0 2px 5px rgba(0,0,0,0.5);
    white-space:nowrap;
}

.tp-caption.large_text,.large_text
{
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Arial;
    font-size:40px;
    font-weight:700;
    line-height:40px;
    margin:0;
    position:absolute;
    text-shadow:0 2px 5px rgba(0,0,0,0.5);
    white-space:nowrap;
}

.tp-caption.very_large_text,.very_large_text
{
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Arial;
    font-size:60px;
    font-weight:700;
    letter-spacing:-2px;
    line-height:60px;
    margin:0;
    position:absolute;
    text-shadow:0 2px 5px rgba(0,0,0,0.5);
    white-space:nowrap;
}

.tp-caption.very_big_white,.very_big_white
{
    background-color:#000;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Arial;
    font-size:60px;
    font-weight:800;
    line-height:60px;
    margin:0;
    padding:1px 4px 0;
    position:absolute;
    text-shadow:none;
    white-space:nowrap;
}

.tp-caption.very_big_black,.very_big_black
{
    background-color:#fff;
    border-style:none;
    border-width:0;
    color:#000;
    font-family:Arial;
    font-size:60px;
    font-weight:700;
    line-height:60px;
    margin:0;
    padding:1px 4px 0;
    position:absolute;
    text-shadow:none;
    white-space:nowrap;
}

.tp-caption.modern_medium_fat,.modern_medium_fat
{
    border-style:none;
    border-width:0;
    color:#000;
    font-family:"Roboto", sans-serif;
    font-size:24px;
    font-weight:800;
    line-height:20px;
    margin:0;
    position:absolute;
    text-shadow:none;
    white-space:nowrap;
}

.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto", sans-serif;
    font-size:24px;
    font-weight:800;
    line-height:20px;
    margin:0;
    position:absolute;
    text-shadow:none;
    white-space:nowrap;
}

.tp-caption.modern_medium_light,.modern_medium_light
{
    border-style:none;
    border-width:0;
    color:#000;
    font-family:"Roboto", sans-serif;
    font-size:24px;
    font-weight:300;
    line-height:20px;
    margin:0;
    position:absolute;
    text-shadow:none;
    white-space:nowrap;
}

.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
    background-color:#4e5b6c;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto", sans-serif;
    font-size:30px;
    font-weight:800;
    letter-spacing:0;
    line-height:36px;
    margin:0;
    padding:3px 10px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.modern_big_redbg,.modern_big_redbg
{
    background-color:#de543e;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto", sans-serif;
    font-size:30px;
    font-weight:300;
    letter-spacing:0;
    line-height:36px;
    margin:0;
    padding:1px 10px 3px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
    border-style:none;
    border-width:0;
    color:#555;
    font-family:Arial;
    font-size:14px;
    line-height:22px;
    margin:0;
    position:absolute;
    text-shadow:none;
    white-space:nowrap;
}

.tp-caption.boxshadow,.boxshadow
{
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
    box-shadow:0 0 20px rgba(0,0,0,0.5);
}

.tp-caption.black,.black
{
    color:#000;
    text-shadow:none;
}

.tp-caption.noshadow,.noshadow
{
    text-shadow:none;
}

.tp-caption.thinheadline_dark,.thinheadline_dark
{
    background-color:transparent;
    color:rgba(0,0,0,0.85);
    font-family:"Roboto";
    font-size:30px;
    font-weight:300;
    line-height:30px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.thintext_dark,.thintext_dark
{
    background-color:transparent;
    color:rgba(0,0,0,0.85);
    font-family:"Roboto";
    font-size:16px;
    font-weight:300;
    line-height:26px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.largeblackbg,.largeblackbg
{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color:#000;
    border-radius:0;
    color:#fff;
    font-family:"Roboto";
    font-size:50px;
    font-weight:300;
    line-height:70px;
    padding:0 20px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.largepinkbg,.largepinkbg
{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color:#db4360;
    border-radius:0;
    color:#fff;
    font-family:"Roboto";
    font-size:50px;
    font-weight:300;
    line-height:70px;
    padding:0 20px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.largewhitebg,.largewhitebg
{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color:#fff;
    border-radius:0;
    color:#000;
    font-family:"Roboto";
    font-size:50px;
    font-weight:300;
    line-height:70px;
    padding:0 20px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.largegreenbg,.largegreenbg
{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color:#67ae73;
    border-radius:0;
    color:#fff;
    font-family:"Roboto";
    font-size:50px;
    font-weight:300;
    line-height:70px;
    padding:0 20px;
    position:absolute;
    text-shadow:none;
}

.tp-caption.excerpt,.excerpt
{
    background-color:rgba(0,0,0,1);
    border-color:#fff;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Arial;
    font-size:36px;
    font-weight:700;
    height:auto;
    letter-spacing:-1.5px;
    line-height:36px;
    margin:0;
    padding:1px 4px 0;
    text-decoration:none;
    text-shadow:none;
    white-space:normal!important;
    width:150px;
}

.tp-caption.large_bold_grey,.large_bold_grey
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#666;
    font-family:"Roboto";
    font-size:60px;
    font-weight:800;
    line-height:60px;
    margin:0;
    padding:1px 4px 0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.medium_thin_grey,.medium_thin_grey
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#666;
    font-family:"Roboto";
    font-size:34px;
    font-weight:300;
    line-height:30px;
    margin:0;
    padding:1px 4px 0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.small_thin_grey,.small_thin_grey
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#757575;
    font-family:"Roboto";
    font-size:18px;
    font-weight:300;
    line-height:26px;
    margin:0;
    padding:1px 4px 0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.lightgrey_divider,.lightgrey_divider
{
    background-color:rgba(235,235,235,1);
    background-position:initial initial;
    background-repeat:initial initial;
    border-color:#222;
    border-style:none;
    border-width:0;
    height:3px;
    text-decoration:none;
    width:370px;
}

.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#34495e;
    font-family:"Roboto";
    font-size:58px;
    font-weight:800;
    line-height:60px;
    text-decoration:none;
}

.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
    background-color:#34495e;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:20px;
    font-weight:800;
    line-height:20px;
    padding:10px;
    text-decoration:none;
}

.tp-caption.medium_bold_red,.medium_bold_red
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#e33a0c;
    font-family:"Roboto";
    font-size:24px;
    font-weight:800;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.medium_light_red,.medium_light_red
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#e33a0c;
    font-family:"Roboto";
    font-size:21px;
    font-weight:300;
    line-height:26px;
    padding:0;
    text-decoration:none;
}

.tp-caption.medium_bg_red,.medium_bg_red
{
    background-color:#e33a0c;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:20px;
    font-weight:800;
    line-height:20px;
    padding:10px;
    text-decoration:none;
}

.tp-caption.medium_bold_orange,.medium_bold_orange
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#f39c12;
    font-family:"Roboto";
    font-size:24px;
    font-weight:800;
    line-height:30px;
    text-decoration:none;
}

.tp-caption.medium_bg_orange,.medium_bg_orange
{
    background-color:#f39c12;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:20px;
    font-weight:800;
    line-height:20px;
    padding:10px;
    text-decoration:none;
}

.tp-caption.grassfloor,.grassfloor
{
    background-color:rgba(160,179,151,1);
    border-color:#222;
    border-style:none;
    border-width:0;
    height:150px;
    text-decoration:none;
    width:4000px;
}

.tp-caption.large_bold_white,.large_bold_white
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:58px;
    font-weight:800;
    line-height:60px;
    text-decoration:none;
}

.tp-caption.medium_light_white,.medium_light_white
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:30px;
    font-weight:300;
    line-height:36px;
    padding:0;
    text-decoration:none;
}

.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:34px;
    font-weight:300;
    line-height:40px;
    padding:0;
    text-decoration:none;
}

.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:34px;
    font-weight:300;
    line-height:40px;
    padding:0;
    text-align:center;
    text-decoration:none;
}

.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
    background-color:#7f8c8d;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:20px;
    font-weight:800;
    line-height:20px;
    padding:10px;
    text-decoration:none;
}

.tp-caption.medium_light_black,.medium_light_black
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#000;
    font-family:"Roboto";
    font-size:30px;
    font-weight:300;
    line-height:36px;
    padding:0;
    text-decoration:none;
}

.tp-caption.large_bold_black,.large_bold_black
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#000;
    font-family:"Roboto";
    font-size:58px;
    font-weight:800;
    line-height:60px;
    text-decoration:none;
}

.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#34495e;
    font-family:"Roboto";
    font-size:34px;
    font-weight:300;
    line-height:40px;
    padding:0;
    text-decoration:none;
}

.tp-caption.small_light_white,.small_light_white
{
    background-color:transparent;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:17px;
    font-weight:300;
    line-height:28px;
    padding:0;
    text-decoration:none;
}

.tp-caption.roundedimage,.roundedimage
{
    border-color:#222;
    border-style:none;
    border-width:0;
}

.tp-caption.large_bg_black,.large_bg_black
{
    background-color:#000;
    border-color:#ffd658;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Roboto";
    font-size:40px;
    font-weight:800;
    line-height:40px;
    padding:10px 20px 15px;
    text-decoration:none;
}

.tp-caption.mediumwhitebg,.mediumwhitebg
{
    background-color:#fff;
    border-color:#000;
    border-style:none;
    border-width:0;
    color:#000;
    font-family:"Roboto";
    font-size:30px;
    font-weight:300;
    line-height:30px;
    padding:5px 15px 10px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.maincaption,.maincaption
{
    background-color:transparent;
    border-color:#000;
    border-style:none;
    border-width:0;
    color:#212a40;
    font-family:roboto;
    font-size:33px;
    font-weight:500;
    line-height:43px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.miami_title_60px,.miami_title_60px
{
    background-color:transparent;
    border-color:#000;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Source Sans Pro";
    font-size:60px;
    font-weight:700;
    letter-spacing:1px;
    line-height:60px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.miami_subtitle,.miami_subtitle
{
    background-color:transparent;
    border-color:#000;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,0.65);
    font-family:"Source Sans Pro";
    font-size:17px;
    font-weight:400;
    letter-spacing:2px;
    line-height:24px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.divideline30px,.divideline30px
{
    background:#fff;
    background-color:#fff;
    border-color:#222;
    border-style:none;
    border-width:0;
    height:2px;
    min-width:30px;
    text-decoration:none;
}

.tp-caption.Miami_nostyle,.Miami_nostyle
{
    border-color:#222;
    border-style:none;
    border-width:0;
}

.tp-caption.miami_content_light,.miami_content_light
{
    background-color:transparent;
    border-color:#000;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:"Source Sans Pro";
    font-size:22px;
    font-weight:400;
    letter-spacing:0;
    line-height:28px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
    background-color:transparent;
    border-color:#000;
    border-style:none;
    border-width:0;
    color:#333;
    font-family:"Source Sans Pro";
    font-size:60px;
    font-weight:700;
    letter-spacing:1px;
    line-height:60px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.miami_content_dark,.miami_content_dark
{
    background-color:transparent;
    border-color:#000;
    border-style:none;
    border-width:0;
    color:#666;
    font-family:"Source Sans Pro";
    font-size:22px;
    font-weight:400;
    letter-spacing:0;
    line-height:28px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.divideline30px_dark,.divideline30px_dark
{
    background-color:#333;
    border-color:#222;
    border-style:none;
    border-width:0;
    height:2px;
    min-width:30px;
    text-decoration:none;
}

.tp-caption.ellipse70px,.ellipse70px
{
    background-color:rgba(0,0,0,0.14902);
    border-color:#222;
    border-radius:50px 50px 50px 50px;
    border-style:none;
    border-width:0;
    cursor:pointer;
    line-height:1px;
    min-height:70px;
    min-width:70px;
    text-decoration:none;
}

.tp-caption.arrowicon,.arrowicon
{
    border-color:#222;
    border-style:none;
    border-width:0;
    line-height:1px;
}

.tp-caption.MarkerDisplay,.MarkerDisplay
{
    background-color:transparent;
    border-color:#000;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    font-family:Permanent Marker;
    font-style:normal;
    padding:0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.Restaurant-Display,.Restaurant-Display
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Roboto;
    font-size:120px;
    font-style:normal;
    font-weight:700;
    line-height:120px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Nothing you could do;
    font-size:30px;
    font-style:normal;
    font-weight:400;
    letter-spacing:2px;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:400;
    letter-spacing:2px;
    line-height:17px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Restaurant-Description,.Restaurant-Description
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:300;
    letter-spacing:3px;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Restaurant-Price,.Restaurant-Price
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Roboto;
    font-size:30px;
    font-style:normal;
    font-weight:300;
    letter-spacing:3px;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
    background-color:rgba(0,0,0,1.00);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:400;
    letter-spacing:2px;
    line-height:17px;
    padding:10px 30px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(230,207,163,1.00);
    font-family:Roboto;
    font-size:160px;
    font-style:normal;
    font-weight:300;
    line-height:150px;
    padding:0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.Furniture-Plus,.Furniture-Plus
{
    background-color:rgba(255,255,255,1.00);
    border-color:transparent;
    border-radius:30px 30px 30px 30px;
    border-style:none;
    border-width:0;
    box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
    color:rgba(230,207,163,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:400;
    line-height:20px;
    padding:6px 7px 4px;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.Furniture-Title,.Furniture-Title
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(0,0,0,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:700;
    letter-spacing:3px;
    line-height:20px;
    padding:0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(0,0,0,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:300;
    line-height:20px;
    padding:0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.Gym-Display,.Gym-Display
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:80px;
    font-style:normal;
    font-weight:900;
    line-height:70px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Gym-Subline,.Gym-Subline
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:30px;
    font-style:normal;
    font-weight:100;
    letter-spacing:5px;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Gym-SmallText,.Gym-SmallText
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:300;
    line-height:22;
    padding:0;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:12px;
    font-style:normal;
    font-weight:600;
    letter-spacing:2px;
    line-height:20px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(0,0,0,1.00);
    font-family:Roboto;
    font-size:60px;
    font-style:normal;
    font-weight:900;
    letter-spacing:2px;
    line-height:60px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(0,0,0,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:400;
    letter-spacing:2px;
    line-height:40px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Sports-Display,.Sports-Display
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:130px;
    font-style:normal;
    font-weight:100;
    letter-spacing:13px;
    line-height:130px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:130px;
    font-style:normal;
    font-weight:900;
    line-height:130px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Sports-Subline,.Sports-Subline
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(0,0,0,1.00);
    font-family:Roboto;
    font-size:32px;
    font-style:normal;
    font-weight:400;
    letter-spacing:4px;
    line-height:32px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Instagram-Caption,.Instagram-Caption
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:900;
    line-height:20px;
    padding:0;
    text-decoration:none;
}

.tp-caption.News-Title,.News-Title
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto Slab;
    font-size:70px;
    font-style:normal;
    font-weight:400;
    line-height:60px;
    padding:0;
    text-decoration:none;
}

.tp-caption.News-Subtitle,.News-Subtitle
{
    background-color:rgba(255,255,255,0);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto Slab;
    font-size:15px;
    font-style:normal;
    font-weight:300;
    line-height:24px;
    padding:0;
    text-decoration:none;
}

.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
    background-color:rgba(255,255,255,0);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,0.65);
    text-decoration:none;
}

.tp-caption.Photography-Display,.Photography-Display
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:80px;
    font-style:normal;
    font-weight:100;
    letter-spacing:5px;
    line-height:70px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Photography-Subline,.Photography-Subline
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(119,119,119,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:300;
    letter-spacing:3px;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
    background-color:transparent;
    border-color:rgba(255,255,255,0);
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-size:20px;
    font-style:normal;
    font-weight:400;
    line-height:22;
    padding:0;
    text-decoration:none;
}

.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
    background-color:rgba(0,0,0,0.65);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:300;
    letter-spacing:2px;
    line-height:20px;
    padding:3px 5px 3px 8px;
    text-decoration:none;
}

.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
    background-color:rgba(0,255,222,0.65);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Photography-Textblock,.Photography-Textblock
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:300;
    letter-spacing:2px;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,0.35);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:300;
    letter-spacing:3px;
    line-height:30px;
    padding:0;
    text-decoration:none;
}

.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
    background-color:transparent;
    border-color:rgba(255,255,255,0);
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Arial;
    font-size:20px;
    font-style:normal;
    font-weight:400;
    line-height:22;
    padding:0;
    text-decoration:none;
}

.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.WebProduct-Title,.WebProduct-Title
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:#fff;
    font-family:Roboto Slab;
    font-size:90px;
    font-style:normal;
    font-weight:300;
    line-height:90px;
    padding:0;
    text-decoration:none; text-shadow: 0 0 10px #424242
}

.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
    background-color:transparent;text-shadow: 0 0 5px #424242;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:#ddd;
    font-family:Roboto;
    font-size:36px;
    font-style:normal;
    font-weight:400;
    line-height:20px;
    padding:0;
    text-decoration:none;color:#fff
}

.tp-caption.WebProduct-Content,.WebProduct-Content
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(153,153,153,1.00);
    font-family:Roboto;
    font-size:16px;
    font-style:normal;
    font-weight:600;
    line-height:24px;
    padding:0;
    text-decoration:none;
}

.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
    background-color:rgba(51,51,51,1.00);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:500;
    letter-spacing:2px;
    line-height:20px;
    padding:3px 5px 3px 8px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
    background-color:rgba(255,255,255,1.00);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(153,153,153,1.00);
    text-decoration:none;
}

.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:90px;
    font-style:normal;
    font-weight:100;
    line-height:90px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,0.5);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:20px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1);
    font-family:Roboto;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:24px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.FatRounded,.FatRounded
{
    background-color:rgba(0,0,0,0.50);
    border-color:rgba(211,211,211,1.00);
    border-radius:50px 50px 50px 50px;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:30px;
    font-style:normal;
    font-weight:900;
    line-height:30px;
    padding:20px 22px 20px 25px;
    text-align:left;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.FatRounded:hover,.FatRounded:hover
{
    background-color:rgba(0,0,0,1.00);
    border-color:rgba(211,211,211,1.00);
    border-radius:50px 50px 50px 50px;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.NotGeneric-Title,.NotGeneric-Title-Sec
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:70px;
    font-style:normal;
    font-weight:400;
    line-height:70px;
    padding:10px 0;
    text-decoration:none;
    letter-spacing:2px;
}

.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto Slab;
    font-size:70px;
    font-style:normal;
    font-weight:400;
    line-height:70px;
    padding:10px 0;
    text-decoration:none;
}

.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    letter-spacing:4px;
    line-height:20px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0.50);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:14px;
    font-style:normal;
    font-weight:500;
    letter-spacing:3px;
    line-height:14px;
    padding:10px 30px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
    background-color:transparent;
    border-color:rgba(255,255,255,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:35px;
    font-style:normal;
    font-weight:400;
    letter-spacing:3px;
    line-height:30px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0.15);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:14px;
    font-style:normal;
    font-weight:500;
    letter-spacing:3px;
    line-height:14px;
    padding:27px 30px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.MarkerStyle,.MarkerStyle
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:"Permanent Marker";
    font-size:17px;
    font-style:normal;
    font-weight:100;
    line-height:30px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
    background-color:rgba(0,0,0,1.00);
    border-color:rgba(255,255,255,0);
    border-radius:3px 3px 3px 3px;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:300;
    letter-spacing:2px;
    line-height:20px;
    padding:3px 5px 3px 8px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
    background-color:rgba(0,0,0,1.00);
    border-color:rgba(255,255,255,0.25);
    border-radius:3px 3px 3px 3px;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Newspaper-Button,.Newspaper-Button
{
    background-color:rgba(255,255,255,0);
    border-color:rgba(255,255,255,0.25);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:13px;
    font-style:normal;
    font-weight:700;
    letter-spacing:2px;
    line-height:17px;
    padding:12px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
    background-color:rgba(255,255,255,1.00);
    border-color:rgba(255,255,255,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(0,0,0,1.00);
    text-decoration:none;
}

.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(168,216,238,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:900;
    line-height:20px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Newspaper-Title,.Newspaper-Title
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:"Roboto Slab";
    font-size:50px;
    font-style:normal;
    font-weight:400;
    line-height:55px;
    padding:0 0 10px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:"Roboto Slab";
    font-size:50px;
    font-style:normal;
    font-weight:400;
    line-height:55px;
    padding:0 0 10px;
    text-align:center;
    text-decoration:none;
}

.tp-caption.Hero-Button,.Hero-Button
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0.50);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:14px;
    font-style:normal;
    font-weight:500;
    letter-spacing:3px;
    line-height:14px;
    padding:10px 30px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
    background-color:rgba(255,255,255,1.00);
    border-color:rgba(255,255,255,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(0,0,0,1.00);
    text-decoration:none;
}

.tp-caption.Video-Title,.Video-Title
{
    background-color:rgba(0,0,0,1.00);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:30px;
    font-style:normal;
    font-weight:900;
    line-height:30px;
    padding:5px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Video-SubTitle,.Video-SubTitle
{
    background-color:rgba(0,0,0,0.35);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:12px;
    font-style:normal;
    font-weight:600;
    letter-spacing:2px;
    line-height:12px;
    padding:5px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0.50);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:14px;
    font-style:normal;
    font-weight:500;
    letter-spacing:3px;
    line-height:14px;
    padding:10px 30px;
    text-align:left;
    text-decoration:none;
}
.tp-caption.NotGeneric-Button a,.NotGeneric-Button a {
    color:#fff;
}
.tp-caption.NotGeneric-Button a:hover,.NotGeneric-Button a:hover {
    text-decoration:none;
}
.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
    background-color:transparent;
    border-color:rgba(255,255,255,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0.15);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:14px;
    font-style:normal;
    font-weight:500;
    letter-spacing:3px;
    line-height:14px;
    padding:27px 30px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.WebProduct-Button,.WebProduct-Button
{
    background-color:rgba(255,255,255,0.85);
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:none;
    color:#333;
    font-family:Roboto;
    font-size:16px;
    font-style:normal;
    font-weight:300;
    line-height:20px;
    padding:15px 17px;
    text-decoration:none;
    border: 1px solid rgba(255,255,255,1);
}

.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
    background-color:rgba(255,255,255,0.3);
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:none;
    border-width:2px;
}

.tp-caption.WebProduct-Button-bus a,.WebProduct-Button-bus a
{
    background-color:rgba(255,255,255,0.3);
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:none;
    color:#fff;
    font-family:Roboto;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    letter-spacing:1px;
    line-height:20px;
    padding:15px 20px;
    text-align:left;
    text-decoration:none;
    border: 1px solid rgba(255,255,255,1);
}

.tp-caption.WebProduct-Button-bus a:hover,.WebProduct-Button-bus a:hover
{
    background-color:rgba(255,255,255,0.5);
    color:#fff;

}

.tp-caption.Restaurant-Button,.Restaurant-Button
{
    background-color:rgba(10,10,10,0);
    border-color:rgba(255,255,255,0.50);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:500;
    letter-spacing:3px;
    line-height:17px;
    padding:12px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,224,129,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Gym-Button,.Gym-Button
{
    background-color:rgba(139,192,39,1.00);
    border-color:rgba(0,0,0,0);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:600;
    letter-spacing:1px;
    line-height:15px;
    padding:13px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
    background-color:rgba(114,168,0,1.00);
    border-color:rgba(0,0,0,0);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
    background-color:transparent;
    border-color:rgba(255,255,255,0.25);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:600;
    line-height:15px;
    padding:12px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
    background-color:rgba(114,168,0,0);
    border-color:rgba(139,192,39,1.00);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0.50);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:600;
    letter-spacing:2px;
    line-height:17px;
    padding:12px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
    background-color:rgba(219,28,34,1.00);
    border-color:rgba(219,28,34,0);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:600;
    letter-spacing:2px;
    line-height:17px;
    padding:12px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
    background-color:rgba(0,0,0,1.00);
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Photography-Button,.Photography-Button
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,0.25);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:600;
    letter-spacing:1px;
    line-height:15px;
    padding:13px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,1.00);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
    background-color:rgba(255,255,255,0.1);
    border-color:rgba(255,255,255,0.75);
    border-style:solid;
    border-width:1px;
    color:rgba(255,255,255,1);
    font-family:Roboto;
    font-size:16px;
    font-style:normal;
    font-weight:600;
    line-height:15px;
    padding:15px 30px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
    background-color:rgba(0,0,0,0);
    border-color:rgba(255,255,255,1.00);
    border-radius:3px 3px 3px 3px;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Feature-Tour,.Feature-Tour
{
    background-color:rgba(139,192,39,1.00);
    border-color:rgba(0,0,0,0);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:700;
    line-height:17px;
    padding:17px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
    background-color:rgba(114,168,0,1.00);
    border-color:rgba(0,0,0,0);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Feature-Examples,.Feature-Examples
{
    background-color:transparent;
    border-color:rgba(33,42,64,0.15);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:2px;
    color:rgba(33,42,64,0.50);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:700;
    line-height:17px;
    padding:15px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
    background-color:transparent;
    border-color:rgba(139,192,39,1.00);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:2px;
    color:rgba(139,192,39,1.00);
    text-decoration:none;
}

.tp-caption.subcaption,.subcaption
{
    background-color:transparent;
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(111,124,130,1.00);
    font-family:roboto;
    font-size:19px;
    font-style:normal;
    font-weight:400;
    line-height:24px;
    padding:0;
    text-align:left;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.menutab,.menutab
{
    background-color:transparent;
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(41,46,49,1.00);
    font-family:roboto;
    font-size:25px;
    font-style:normal;
    font-weight:300;
    line-height:30px;
    padding:0;
    text-align:left;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.menutab:hover,.menutab:hover
{
    background-color:transparent;
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(213,0,0,1.00);
    text-decoration:none;
}

.tp-caption.maincontent,.maincontent
{
    background-color:transparent;
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(41,46,49,1.00);
    font-family:roboto;
    font-size:21px;
    font-style:normal;
    font-weight:300;
    line-height:26px;
    padding:0;
    text-align:left;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.minitext,.minitext
{
    background-color:transparent;
    border-color:rgba(0,0,0,1.00);
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(185,186,187,1.00);
    font-family:roboto;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:20px;
    padding:0;
    text-align:left;
    text-decoration:none;
    text-shadow:none;
}

.tp-caption.Feature-Buy,.Feature-Buy
{
    background-color:rgba(0,154,238,1.00);
    border-color:rgba(0,0,0,0);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:700;
    line-height:17px;
    padding:17px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
    background-color:rgba(0,133,214,1.00);
    border-color:rgba(0,0,0,0);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
    background-color:transparent;
    border-color:rgba(255,255,255,0.15);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:17px;
    font-style:normal;
    font-weight:700;
    line-height:17px;
    padding:15px 35px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
    background-color:transparent;
    border-color:rgba(255,255,255,1.00);
    border-radius:30px 30px 30px 30px;
    border-style:solid;
    border-width:2px;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Facebook-Likes,.Facebook-Likes
{
    background-color:rgba(59,89,153,1.00);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:500;
    line-height:22px;
    padding:5px 15px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
    background-color:rgba(255,255,255,0);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(136,153,166,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:500;
    line-height:22px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Twitter-Link,.Twitter-Link
{
    background-color:rgba(255,255,255,1.00);
    border-color:transparent;
    border-radius:30px 30px 30px 30px;
    border-style:none;
    border-width:0;
    color:rgba(135,153,165,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:500;
    line-height:15px;
    padding:11px 11px 9px;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
    background-color:rgba(0,132,180,1.00);
    border-color:transparent;
    border-radius:30px 30px 30px 30px;
    border-style:none;
    border-width:0;
    color:rgba(255,255,255,1.00);
    text-decoration:none;
}

.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
    background-color:rgba(255,255,255,0);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(136,153,166,1.00);
    font-family:Roboto;
    font-size:15px;
    font-style:normal;
    font-weight:500;
    line-height:22px;
    padding:0;
    text-align:left;
    text-decoration:none;
}

.tp-caption.Twitter-Content,.Twitter-Content
{
    background-color:rgba(255,255,255,1.00);
    border-color:transparent;
    border-radius:0 0 0 0;
    border-style:none;
    border-width:0;
    color:rgba(41,47,51,1.00);
    font-family:Roboto;
    font-size:20px;
    font-style:normal;
    font-weight:500;
    line-height:28px;
    padding:30px 30px 70px;
    text-align:left;
    text-decoration:none;
}

.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{    
    font-family: "Arial", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.tp-caption.BigBold-Title,
.BigBold-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 110px;
    line-height: 100px;
    font-weight: 800;
    font-style: normal;
    font-family: Roboto;
    padding: 10px 0px 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
    color: rgba(41, 46, 49, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 30px 30px 30px 30px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 15px 70px 15px 50px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    font-family: Roboto;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px
}


.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 20px 50px 20px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    text-shadow: none
}




.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
    color: rgba(111, 124, 130, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
    color: rgba(111, 124, 130, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 60px;
    line-height: 55px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Slab";
    padding: 0 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-shadow: none
}

@media only screen and (max-width: 767px) {
    .revtp-searchform input[type="text"],
    .revtp-searchform input[type="email"],
    .revtp-form input[type="text"],
    .revtp-form input[type="email"] { width: 200px !important; }
}

.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {  
    font-family: "Arial", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #009aee;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Concept-Title,
    .Concept-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-SubTitle,
    .Concept-SubTitle {
        color: rgba(255, 255, 255, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: Playfair Display;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Content,
    .Concept-Content {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-MoreBtn,
    .Concept-MoreBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn:hover,
    .Concept-MoreBtn:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-LessBtn,
    .Concept-LessBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-LessBtn:hover,
    .Concept-LessBtn:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-SubTitle-Dark,
    .Concept-SubTitle-Dark {
        color: rgba(0, 0, 0, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: Playfair Display;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Title-Dark,
    .Concept-Title-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-MoreBtn-Dark,
    .Concept-MoreBtn-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn-Dark:hover,
    .Concept-MoreBtn-Dark:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-Content-Dark,
    .Concept-Content-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Notice,
    .Concept-Notice {
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Concept-Content a,
    .tp-caption.Concept-Content a:visited {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content a:hover {
        border-bottom: 1px solid transparent !important;
    }
    .tp-caption.Concept-Content-Dark a,
    .tp-caption.Concept-Content-Dark a:visited {
        color: #000 !important;
        border-bottom: 1px solid #000 !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content-Dark a:hover {
        border-bottom: 1px solid transparent !important;
    }

    .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Creative-Title,
    .Creative-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Creative-SubTitle,
    .Creative-SubTitle {
        color: rgba(205, 176, 131, 1.00);
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button,
    .Creative-Button {
        color: rgba(205, 176, 131, 1.00);
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 15px 50px 15px 50px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 0.25);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button:hover,
    .Creative-Button:hover {
        color: rgba(205, 176, 131, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px
    }

.tp-caption.subcaption,
    .subcaption {
        color: rgba(111, 124, 130, 1.00);
        font-size: 19px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 0, 0, 1.00);
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-shadow: none;
        text-align: left
    }
    .tp-caption.RedDot,
    .RedDot {
        color: rgba(0, 0, 0, 1.00);        
        font-weight: 400;
        font-style: normal;        
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(213, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.RedDot:hover,
    .RedDot:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.75);
        border-color: rgba(213, 0, 0, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }

    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

     .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-Rating,
    .Woo-Rating {
        color: rgba(0, 0, 0, 1.00);
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left;
        type: text
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        type: text
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        type: text
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }

    .tp-caption.FullScreen-Toggle,
    .FullScreen-Toggle {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        font-family: Roboto;
        padding: 11px 8px 11px 12px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.50);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 3px;
        text-align: left
    }
    .tp-caption.FullScreen-Toggle:hover,
    .FullScreen-Toggle:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

    .tp-caption.Agency-Title,
.Agency-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 71px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 5px
}
.tp-caption.Agency-Social,
.Agency-Social {
    color: rgba(51, 51, 51, 1.00);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1.00);
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}

.tp-caption.Dining-Title,
.Dining-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-style: normal;
    font-family: Lato;
    padding: 17px 73px 17px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 2px
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.Dining-Social,
.Dining-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 23px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
tp-caption.Team-Thumb,
.Team-Thumb {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Team-Name,
.Team-Name {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Position,
.Team-Position {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Description,
.Team-Description {
    color: rgba(255, 255, 255, 1.00);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Social,
.Team-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
    color: rgba(0, 0, 0, 1.00);
    font-size: 50px;
    line-height: 120px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 7px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
}
.ares .tp-bullet {
    width:13px;
    height:13px;
    position:absolute;
    background:#e5e5e5;
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
    background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(255,255,255,0.75);
    content:" ";
    position:absolute;
    right:-10px;
    top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
    background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

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

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:100;
}
.custom.tparrows:hover {
    background:#000;
}
.custom.tparrows:before {
    font-family: "revicons";
    font-size:15px;
    color:#fff;
    display:block;
    line-height: 40px;
    text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
    content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
    content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
}
.custom .tp-bullet {
    width:12px;
    height:12px;
    position:absolute;
    background:#aaa;
    background:rgba(125,125,125,0.5);
    cursor: pointer;
    box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
    background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
    padding:10px 15px;
    margin-left:-15px;margin-top:-10px;
    box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
    width:13px;
    height:13px;
    position:absolute;
    background:#111;    
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
    background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
    font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
    font-family:"Roboto Slab";
}
      

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
    width:12px;
    height:12px;
    position:absolute;
    background:#333;
    border:3px solid #444;
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
    

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
     -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

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

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.15);
    width:100px;
    height:100px;
    position:absolute;
    display:block;
    z-index:100;
}

.hades.tparrows:before {
    font-family: "revicons";
    font-size:30px;
    color:#fff;
    display:block;
    line-height: 100px;
    text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
    content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
    content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
}
.hades .tp-bullet {
    width:3px;
    height:3px;
    position:absolute;
    background:#888;    
    cursor: pointer;
    border:5px solid #fff;
    box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
    background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
    display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
    padding:5px 15px;
    color:#fff;
    font-size:14px;
    background:#219bd7;
    border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
    text-align:center;
}

              

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
     top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
    font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
    font-family:"Roboto Slab";
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
    background:#000;
}
.hephaistos.tparrows:before {
    font-family: "revicons";
    font-size:18px;
    color:#fff;
    display:block;
    line-height: 40px;
    text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
    content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
    content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
}
.hephaistos .tp-bullet {
    width:12px;
    height:12px;
    position:absolute;
    background:#999;
    border:3px solid #f5f5f5;
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
    background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.5);
    width:30px;
    height:110px;
    position:absolute;
    display:block;
    z-index:100;
}

.hermes.tparrows:before {
    font-family: "revicons";
    font-size:15px;
    color:#fff;
    display:block;
    line-height: 110px;
    text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
    content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
    content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
    width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
      background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;  
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0 30px 10px;
    border-color: transparent transparent transparent rgb(54,54,54);
    content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
    background:#000;
}
.hesperiden.tparrows:before {
    font-family: "revicons";
    font-size:20px;
    color:#fff;
    display:block;
    line-height: 40px;
    text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
    width:12px;
    height:12px;
    position:absolute;
    background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
    border:3px solid #e5e5e5;
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
    background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:1000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
     transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
    background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

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

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
     bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
     -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
    cursor:pointer;
    background:#aaa;
    background:rgba(200,200,200,0.5);
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
    background:#333;
}
.persephone.tparrows:before {
    font-family: "revicons";
    font-size:15px;
    color:#fff;
    display:block;
    line-height: 40px;
    text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
    content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
    content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:#transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
}
.persephone .tp-bullet {
    width:12px;
    height:12px;
    position:absolute;
    background:#aaa;
    border:1px solid #e5e5e5;   
    cursor: pointer;
    box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
    background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
    border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      width:13px;height:13px;
      border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
        backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
        backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
        vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
      -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}

@media print {
  


img {
    max-width: 10%;
    height: auto;
}



body {
  width: 100%!important;
  margin: auto!important;
  max-width:100%;
  font-family: serif;
  font-size: 12pt;
  background-color: #fff!important;
  color: #000!important;
}

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
  color: #000!important;
  margin: auto!important;
}

.print {
  display: block; /* affichage des éléments de classe print */
}

p, blockquote {
    line-height: 1.75;
    font-size: 14px;
    font-weight: 300;
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol {
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}



h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Roboto Slab', Open Sans, sans-serif;
    font-weight: 200;
    line-height: 1.1;
    font-size:20px;
    color: inherit;
    color: #333;
    text-align: center;
}

a {
  color: #333 !important;
  text-decoration: underline!important;
}
/*
a[href]:after {
  content: " (" attr(href) ")";  affichage des URL des liens 
}
*/
.top_block, header, footer, .sidebar, form, .actuprint, .gallery, .bg-gray {
    display:none;
}

.page-in-bread a {
    color: #a5c308;
}

.page-in-bread {
    line-height: 30px;
    text-align: center;
}

.wrapper.min-pad {
    width: 100%;
    margin: auto;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #eee !important;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', Open Sans, sans-serif;
    overflow: hidden;
    line-height: 1.75;
    letter-spacing: 0.25px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logoprint {
    display:block;
    font-size: 30px;
    color: #a5c308;
    font-weight: 300;
    height: 40px;
    display: block;
    line-height: 40px;
    padding-top: 30px;
    padding-left: 7px;
    font-family: roboto slab;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
}

.article h1, .article h1.h3  {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
    font-size: 20px;
}

.page-in-name {
    font-size: 22px;

    padding-bottom: 0px;
    font-family: Roboto Slab;
}

.page-in-bread a {
    color: #a5c308 !important;
}

.tc.accroche {
    font-size: 1em;
    line-height: 1.4em;
}

.tc {
    text-align: center;
}

.marg25 {
    margin-top: 20px;
}

.marg50 {
    margin-top: 30px;
}

.article p {
    line-height: 1.5em!important;
}

.article p {
    margin-bottom: 25px;
}

p {
    line-height: 1.75;
    font-size: 14px;
    font-weight: 300;
}

.col-md-12 {
    width: 100%;
}

.promo-name {
    text-align: center;
    font-size: 30px;
    font-family: roboto slab;
}
 
.sliderprint {
    z-index: 6;
    white-space: nowrap;
    text-align: center;
    visibility: inherit;
    transition: none;
    line-height: 80px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 50px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;

}

.col3-box {
    width: 25%;
}

}

