.clearfix {
    zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html,
body {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #333;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .8px
}
html,
body {
    /*min-width: 1440px;*/
	display:grid;
}
html.layout-1024,
.layout-1024 body {
    min-width: 964px
}
::-moz-selection {
    color: #fff;
  /*  background: #cb1e2e; */
	 background: #7b7b7b;
}
::selection {
    color: #fff;
  /*  background: #cb1e2e; */
	 background: #7b7b7b;
}
::-moz-selection {
    color: #fff;
  /*  background: #cb1e2e; */
	 background: #7b7b7b;
}
a {
    -webkit-transition: color background, .25s;
    transition: color background, .25s
}
.circle {
    display: block;
    text-align: center;
    position: relative;
    z-index: 101
}
.circle i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.circle:before {
    -webkit-transition: color .1s, -webkit-transform 1s cubic-bezier(0, .85, .52, .99);
    transition: color .1s, transform 1s cubic-bezier(0, .85, .52, .99);
    font-family: ecko;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e605";
    position: absolute;
    color: #fff;
    font-size: 1.8rem;
    left: 0;
    top: -2px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.circle.small {
    width: 27px;
    height: 27px;
    line-height: 26px
}
.circle.small i {
    top: 0;
    font-size: .93333333rem
}
.circle.big {
    width: 41px;
    height: 41px
}
.circle.big:before {
    font-size: 2.73333333rem;
    -webkit-transition: all .25s, -webkit-transform 1s cubic-bezier(0, .85, .52, .99);
    transition: all .25s, transform 1s cubic-bezier(0, .85, .52, .99);
    top: 0;
    left: 0
}
.circle.big i {
    position: relative;
    font-size: 1.2rem;
    top: 10px
}
.circle i {
    z-index: 1000;
    position: relative;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
.circle:hover:before {
    color: #8b131f;
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg)
}
@-webkit-keyframes infiniteRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
@keyframes infiniteRotate {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
/*.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 5s;
}
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
}
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
} 

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 5s;
  }
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
} 
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 5s 5s;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  transition: all 5s 5s;
  }
  50% {
  opacity: 1;
  transition: all 5s 5s;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  transition: all 5s 5s;
  }
  50% {
  opacity: 1;
  transition: all 5s 5s;
  }
} */

@keyframes slideInLeft {
  0% {
  -webkit-transform: translate3d(-1000px, 0, 0);
  transform: translate3d(-1000px, 0, 0);
  visibility: visible;
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
  -webkit-transform: translate3d(1000px, 0, 0);
  transform: translate3d(1000px, 0, 0);
  visibility: visible;
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
} 

.cover-center {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
a.cta,
button.cta {
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 2.93333333rem;
    position: relative;
    display: inline-block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}
a.cta,
button.cta,
a.cta:focus,
button.cta:focus {
    outline: 0
}
a.cta,
button.cta,
a.cta *,
button.cta * {
    -webkit-transition: color background .25s linear;
    transition: color background .25s linear
}
a.cta:before,
button.cta:before {
    position: relative;
    z-index: 1
}
a.cta:after,
button.cta:after {
    content: "\f054";
    position: absolute;
    font-size: .8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    z-index: 0
}
a.cta span,
button.cta span {
    -webkit-transition: color, .25s;
    transition: color, .25s;
    text-shadow: 0 0 0 transparent;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font-size: .93333333rem;
    width: 100%;
    padding-right: 40px;
    z-index: 2
}
a.cta .circleHover,
button.cta .circleHover {
    position: absolute;
    right: 0;
    top: 1px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    z-index: 0;
    overflow: hidden;
    text-align: center
}
a.cta .circleHover:after,
button.cta .circleHover:after {
    -webkit-transition: background, .25s;
    transition: background, .25s;
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    background: #cb1e2e;
    opacity: 0
}
a.cta:hover span,
button.cta:hover span {
    color: #cb1e2e
}
a.cta:hover .circleHover:after,
button.cta:hover .circleHover:after {
    opacity: 1
}
a.cta.small,
button.cta.small {
    font-size: 3.73333333rem;
    min-width: 212px
}
a.cta.small span,
button.cta.small span {
    font-size: 1.2rem;
    letter-spacing: .9px
}
a.cta.small .circleHover,
button.cta.small .circleHover {
    width: 56px;
    height: 56px;
    border-radius: 100%
}
a.cta.small .circleHover:after,
button.cta.small .circleHover:after {
    margin-top: -28px;
    margin-left: -28px
}
a.cta.small:before,
button.cta.small:before {
    content: '\e604'
}
a.cta.small:after,
button.cta.small:after {
    right: 24px;
    font-size: .93333333rem
}
a.cta.onRed .circleHover:after,
button.cta.onRed .circleHover:after {
    background: #8b131f
}
button.cta .small {
    height: 60px
}
.isVideo a:after {
    font-size: 1.06666667rem;
    content: '\f0da'
}
.tags ul {
    padding: 0;
    margin: 0
}
.tags li {
    display: inline-block
}
.tags a {
    letter-spacing: .8px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
    height: 25px;
    line-height: 1.8rem;
    background: #fff;
    padding: 0 15px 0 20px;
    border-radius: 25px;
    color: #262626;
    font-size: .8rem;
    position: relative
}
.prince_nav .tags a {
    line-height: 1.8rem;
    font-size: .8rem
}
.tags a,
.tags a * {
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}
.tags a:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #262626;
    content: '';
    left: 10px;
    top: 10px
}
.tags a:hover {
    background: #cb1e2e;
    color: #fff
}
.tags li.current-cat a {
    background: #cb1e2e;
    color: #fff
}
.animating,
.animating *,
.animating:before,
.animating:after,
.animating a,
.animating * a,
.animating:before a,
.animating:after a,
.animating a.cta,
.animating * a.cta,
.animating:before a.cta,
.animating:after a.cta {
    -webkit-transition-duration: 0!important;
    transition-duration: 0!important
}
.animating .cta span,
.animating * .cta span,
.animating:before .cta span,
.animating:after .cta span {
    -webkit-transition-property: color!important;
    transition-property: color!important;
    -webkit-transition-duration: .25s!important;
    transition-duration: .25s!important
}
.c-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px;
    /*min-width: 1440px*/
}
.layout-1024 .c-wrap {
    padding: 30px 0;
    width: 964px;
    min-width: 964px
}
.c-wrap.ultraPadding {
    padding: 20px 70px
}
.layout-1024 .c-wrap.ultraPadding {
    padding: 20px 30px
}
.about-holder {
    position: relative
}
.about-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/background_mask.png);
    background-color: rgba(0, 0, 0, .55)
}
.about-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}
.about-wrap .c-wrap {
    text-align: right
}
.about-wrap .c-wrap>div {
    position: relative;
    z-index: 2;
    width: 490px;
    display: inline-block;
    text-align: left;
    margin-right: 135px
}
.about-wrap .c-wrap>div h1,
.about-wrap .c-wrap>div p {
    position: relative;
    left: -100px;
    visibility: hidden
}
.content-right {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    height: 100%;
    margin-left: 60%
}
#main,
header {
    min-width: 1380px
}
.layout-1024 #main,
.layout-1024 header {
    min-width: 964px
}
.layout-1024 header>.c-wrap {
    padding: 0!important
}
.noSlides #main {
    margin-top: 50px
}
.post-type-archive-news #main, .page-template-prince #main,
.post-type-archive-eckotv #main,
.archive.tag #main,
.single-news #main,
.single-eckotv #main,
.search-results #main,
.archive.tax-news_tag #main {
    margin-top: 136px
}
.layout-1024 .post-type-archive-news #main>.c-wrap,
.layout-1024 .page-template-prince #main>.c-wrap,
.layout-1024 .post-type-archive-eckotv #main>.c-wrap,
.layout-1024 .archive.tag #main>.c-wrap,
.layout-1024 .archive.tax-news_tag #main>.c-wrap {
    padding: 20px 0
}
header,
h1,
h2,
.featuredProducts ul a,
footer {
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
h1 {
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 1.88px
}
header h1 {
    font-size: 1.86666667rem
}
h1.hero {
    line-height: 63px;
    margin-bottom: 0;
    padding-bottom: 0
}
h2.hero {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .75px
}
h2.hero.med {
    font-size: 2rem;
    letter-spacing: 1.13px;
    font-weight: 700;
    text-transform: uppercase
}
h2.page-title {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 3rem;
    line-height: 50px
}
.multiWeight {
    font-weight: 300
}
.multiWeight strong,
.multiWeight b {
    font-weight: 400
}
h1.page-title {
    padding: 0;
    margin: 0;
    font-size: 5rem;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 1.88px
}
h1.page-title.white {
    color: #fff
}
.content-right h1 {
    margin-bottom: 37px
}
.content-right p {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .75px;
    color: #fff;
    margin-bottom: 24px
}
.content-right p:last-child {
    margin-bottom: 0
}
.c-wrap p {
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .75px
}
.readMore {
    color: #cb1e2e;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .93333333rem;
    position: relative;
    padding-right: 16px;
    font-weight: 700
}
.readMore:hover {
    color: #8b131f
}
.readMore:after {
    font-family: ecko;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: .8rem;
    position: absolute;
    right: 0;
    top: 2.2px
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #262626
}
.content h1 {
    padding: 0;
    margin: 0;
    font-size: 42px;
    line-height: 44px
}
.content h2 {
    font-size: 22px;
    line-height: 24px
}
.content h3,
.content h4,
.content h5,
.content h6 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px
}
.content p {
    color: #535353;
    line-height: 22px
}
.content p a {
    color: #cb1e2e;
    text-decoration: none;
    font-weight: 400
}
.content p a:hover {
    color: #8b131f
}
.content ul,
.content ol {
    color: #989898;
    padding: 0;
    margin: 0;
    margin-left: 14px;
    line-height: 22px;
    letter-spacing: .8px
}
.content ol {
    margin-left: 19px
}
.content blockquote {
    /*background: ;*/
    margin: 0;
    padding: 10px 25px 9px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4;
    box-shadow: 0 0 0 2px #f4f4f4
}
.content blockquote p {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700!important;
    text-align: center
}
.content blockquote p:before {
    content: "“"
}
.content blockquote p:after {
    content: "”"
}
.left .content h1 {
    color: #fff
}
.featuredNews .content>span,
.HeroTeam .content>span,
.featuredNews .content>h1,
.HeroTeam .content>h1,
.featuredNews .content>p,
.HeroTeam .content>p {
    color: #fff
}
.featuredNews .content>h1,
.HeroTeam .content>h1 {
    font-size: 5rem
}
.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 110;
    top: 0;
    text-align: center
}
.loading:before {
    font-family: ecko;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: relative;
    font-size: 77px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.video_holder {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 999;
    display: none;
    top: 0;
    padding: 0 60px
}
.ios .video_holder,
.iPad .video_holder {
    padding: 120px
}
.video_holder iframe {
    position: absolute;
    left: 60px;
    top: 0
}
.ios .video_holder iframe,
.iPad .video_holder iframe {
    top: 120px;
    left: 120px
}
.video_holder .close,
.newsletter_form .close {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 9999
}
.video_holder .close:hover,
.newsletter_form .close:hover {
    color: #cb1e2e
}
.ios .video_holder .close,
.iPad .video_holder .close,
.iPhone .video_holder .close {
    font-size: 40px;
    right: 40px
}
.newsletter_form {
    display: none;
    position: fixed;
    height: 100%;
    width: 105%;
    background: rgba(0, 0, 0, .9);
    z-index: 99999;
    top: 0;
    padding: 30px;
    overflow-y: scroll
}
.newsletter_form,
.newsletter_form * {
    letter-spacing: .8px
}
.newsletter_form.success {
    display: block
}
.newsletter_form.success h2 {
    text-transform: uppercase;
    font-size: 5.13333333rem;
    line-height: 63px;
    margin-top: 20px!important
}
.newsletter_form.success ul {
    margin-top: 20px
}
.newsletter_form.success ul li {
    display: inline-block
}
.newsletter_form.success a {
    margin: 0 5px;
    text-decoration: none;
    -webkit-transition: border, .25s;
    transition: border, .25s
}
.newsletter_form.success i {
    color: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}
.newsletter_form.success a:hover i {
    color: #7b7b7b
}
.newsletter_form .close:hover {
    color: #7b7b7b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.newsletter_form .wrap {
    letter-spacing: .75px;
    width: 600px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: table
}
.newsletter_form .wrap>div {
    display: table-cell;
    width: 318px;
    height: 100%;
    vertical-align: middle
}
.newsletter_form .wrap h2 {
    color: inherit;
    margin-bottom: 17px;
    margin-top: 46px;
	/* font-family: TradeGothicLTStdBdCn20; */
	text-transform: uppercase;
	font-size:30px;
}
.newsletter_form .wrap p {
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 33px;
/*	font-family: TradeGothicLTStdCn18; */
	font-size:18px;
}
.newsletter_form .wrap form {
    width: 318px;
    margin: 0 auto
}
.newsletter_form .wrap p,
.newsletter_form .wrap span {
    font-weight: 300
}
.newsletter_form .wrap span{
	/*font-family: TradeGothicLTStdCn18; */
	font-size:13px;
}
.newsletter_form .wrap .cta span {
    font-weight: 700
}
.newsletter_form .wrap select,
.newsletter_form .wrap input[type=text],
.newsletter_form .wrap input[type=email] {
    border: 0;
    -webkit-appearance: none;
    height: 43px;
    width: 100%;
    padding-left: 10px;
    color: #333
}
.newsletter_form .wrap select,
.newsletter_form .wrap input[type=text],
.newsletter_form .wrap input[type=email],
.newsletter_form .wrap select:focus,
.newsletter_form .wrap input[type=text]:focus,
.newsletter_form .wrap input[type=email]:focus {
    outline: 0;
    background: #fff;
    font-size: 15px
}
.newsletter_form .wrap select
{
    width: 31% !important;
    border: 0;
    margin-right: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.newsletter_form .wrap .year select
{
    margin-right: 0px;
}
.newsletter_form .wrap .checkbox {
    margin-top: 30px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 35px
}
.newsletter_form .wrap .checkbox a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all, .25s;
    transition: all, .25s;
    border-bottom: 1px solid #fff
}
.newsletter_form .wrap .checkbox input {
    display: none
}
.newsletter_form .wrap .checkbox span {
    overflow: auto;
    display: block;
    width: 225px!important
}
.newsletter_form .wrap .checkbox label {
    width: 225px
}
span.wpcf7-form-control-wrap.agree,span.wpcf7-form-control-wrap.optin{
	float:left;
	margin-bottom: 6px;
}
span.wpcf7-list-item{
	margin: 0 0 0 0em !important; 
    text-align: left !important;
}
.wpcf7-list-item a{
	color:#fff !important;
	text-decoration:underline;
	text-decoration-color:#7b7b7b;
}

.newsletter_form .wrap .checkbox:before,
.newsletter_form .wrap .checkbox:after {
    right: -20px;
    -webkit-transition: all, .45s;
    transition: all, .45s;
    opacity: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}
.newsletter_form .wrap .checkbox:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    top: 0
}
.newsletter_form .wrap .checkbox:after {
    font-family: ecko;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601";
    color: #cb1e2e;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 7px;
    line-height: 16px
}
.newsletter_form .wrap .checkbox .fakeCheckbox {
    margin-right: 20px;
    background: #fff;
    font-size: 0;
    float: left;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    position: relative
}
.newsletter_form .wrap .checkbox .fakeCheckbox:before {
    -webkit-transition: all, .25s;
    transition: all, .25s;
    font-family: ecko;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601";
    position: absolute;
    color: #cb1e2e;
    font-size: 10px;
    top: 4.5px;
    left: 4px;
    opacity: 0
}
.newsletter_form .wrap .checkbox input:checked+label .fakeCheckbox:before {
    opacity: 1
}
.newsletter_form .wrap .checkbox label,
.newsletter_form .wrap .checkbox label * {
    cursor: pointer
}
.newsletter_form .wrap .checkbox.first {
 /*   margin-bottom: 0 */
}
.newsletter_form .wrap .required {
    position: relative
}
.newsletter_form .wrap .required:after {
    content: "*";
    color: #fff;
    position: absolute;
    right: -15px;
    top: 15px
}
.newsletter_form .wrap .required>div {
    position: relative;
    overflow: hidden
}
.newsletter_form .wrap .required>div:before,
.newsletter_form .wrap .required>div:after {
    right: -20px;
    -webkit-transition: all, .45s;
    transition: all, .45s;
    opacity: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}
.newsletter_form .wrap .required>div:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #cb1e2e;
    top: 14px
}
.newsletter_form .wrap .required>div:after {
    font-family: ecko;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601";
    color: #fff;
    position: absolute;
    top: 14px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 7px;
    line-height: 16px
}
.newsletter_form .wrap .parsley-error input::-webkit-input-placeholder {
    color: #cb1e2e
}
.newsletter_form .wrap .parsley-error input:-moz-placeholder {
    color: #cb1e2e
}
.newsletter_form .wrap .parsley-error input::-moz-placeholder {
    color: #cb1e2e
}
.newsletter_form .wrap .parsley-error input:-ms-input-placeholder {
    color: #cb1e2e
}
.newsletter_form .wrap .parsley-error:before,
.newsletter_form .wrap .parsley-error:after {
    right: 8px!important;
    opacity: 1!important;
    -webkit-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important
}
.newsletter_form .wrap button,  .newsletter_form .wrap input[type="submit"] {
    top: 0;
    color: #000;
    padding: 10px;
	font-family: TradeGothicLTStdBold;
	font-size:14px;
	background:#7b7b7b;
	margin-top:35px;
	font-weight:bold;

}
.newsletter_form .wrap .full {
    margin-bottom: 20px
}
.newsletter_form .wrap .anim {
    position: relative;
    top: 10px;
    opacity: 0
}
.newsletter_form .wrap .col-3 .col {
    width: 99.33px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    margin-bottom: 20px
}
.newsletter_form .wrap .col-3 .col:first-child {
    margin-left: 0
}
.newsletter_form .wrap .col-3 .col:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}
.newsletter_form .wrap .cta:hover span {
    color: #8b131f
}
.newsletter_form .wrap .cta .circleHover:after {
    background: #8b131f
}
.newsletter_form form ul {
    display: none
}
.newsletter_form form .col-3 ul {
    display: none
}
.newsletter_form form .col-3 div+ul {
    display: block
}
.newsletter_form .optin ul,
.newsletter_form .agree ul {
    top: -15px
}
span.wpcf7-not-valid-tip {
        color: #fff !important;
	display:inline-block !important;
	float: left;
	position: relative;
	left: -10px;
	top: -25px;
}
.newsletter_form .wrap .w-select span.wpcf7-not-valid-tip
{
	display:inline-block !important;
	float: none;
	clear: both;
	position: relative;
	left: -3px;
	top: 0;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}
.newsletter_form .wrap .w-select .year span.wpcf7-not-valid-tip
{
    left: 0px !important;
}
#loader {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000
}
ul {
    margin-left: 0;
    padding-left: 0
}
header {
    width: 100%;
    height: 90px;
    background: #000;
    /*min-width: 1440px;*/
    letter-spacing: .8px;
    left: 0;
    z-index: 102;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .1)
}
header#masthead a {
    /*-webkit-transition: all, .15s;*/
    /*transition: all, .15s*/
}
.layout-1024 header {
    min-width: 964px
}
.hasSlides header {
    position: absolute
}
header.noSlides,
header.fixedTop {
    top: 0;
    position: fixed
}
.noSlides header {
    top: 0;
    position:absolute;
}
.layout-1024 header>.c-wrap {
    margin-top: -3px
}
header>.c-wrap {
    margin-top: 0;
    max-height: 90px;
    height: 90px;
    line-height: 72px
}
.admin-bar.noSlides header,
.admin-bar header.fixedTop,
.admin-bar.noSlides header {
    top: 32px
}
header .left,
header .right,
header .left>div,
header .right>div,
header .left>ul,
header .right>ul {
    display: inline-block
}
.ie8 header .left,
.ie8 header .right,
.ie8 header .left>div,
.ie8 header .right>div,
.ie8 header .left>ul,
.ie8 header .right>ul,
.ie7 header .left,
.ie7 header .right,
.ie7 header .left>div,
.ie7 header .right>div,
.ie7 header .left>ul,
.ie7 header .right>ul {
    zoom: 1;
    *display: inline
}
header .c-wrap.justified {
    text-align: justify
}
header .c-wrap.justified:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: top
}
.ie8 header .c-wrap.justified:after,
.ie7 header .c-wrap.justified:after {
    zoom: 1;
    *display: inline
}
header .logo {
    height: 49px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-right: 42px
}
.logo{
	position:relative;
	bottom:-6px;
}
.layout-1024 header .logo {
    margin-right: 18px
}
header .logo h1 {
    width: 163px;
    height: 24px;
    margin: 0;
    padding: 0
}
header .logo h1 a {
    width: 163px;
    height: 24px;
    display: block;
    text-decoration: none;
    color: #cd1a28;
}
header .logo h1 a:hover {
    color: #cd1a28;
}
header .logo h1 a i {
    position: relative;
    top: 4.5px;
    font-size: 1.6rem
}
header .logo h1 a span {
    position: absolute;
    left: -9999px
}
header ul li, .prince_nav ul li {
    display: inline-block;
    font-size: 0
}
.ie8 header ul li,
.ie7 header ul li,
.ie8 .prince_nav ul li,
.ie7 .prince_nav ul li{
    zoom: 1;
    *display: inline
}
header ul li a, .prince_nav ul li a {
    font-family: 400 14px/14px 'din-condensed-web','Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    margin-right: 30px;
    font-size: 1.06666667rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block
}
.layout-1024 header ul li a, .layout-1024 .prince_nav ul li a {
    font-size: .93333333rem;
    margin-right: 10px
}
.ie8 header ul li a,
.ie7 header ul li a,
.ie8 .prince_nav ul li a,
.ie7 .prince_nav ul li a{
    zoom: 1;
    *display: inline
}
header ul li a, .prince_nav ul li a { line-height: 36px; }
header ul li a:hover, .prince_nav ul li a:hover  {
    border-bottom: 3px solid #7b7b7b;
}
header ul li:last-child a, .prince_nav ul li:last-child a  {
    margin-right: 0
}
header ul li.current-menu-item a,
header ul li.current-page-item a,
.single-news header ul li.menu-item-154 a {
    color: #7b7b7b
}
header .right a {
    font-size: .93333333rem
}
.layout-1024 header .right a {
    font-size: .8rem
}
header .right .social_media li {
    margin-right: 15px;
    letter-spacing: 0
}
header .right .social_media li a {
    margin-right: 5px
}
.layout-1024 header .right .social_media li a {
    margin-right: 3px
}
html[data-useragent*='MSIE 10.0'] header .right .social_media li a i,
.ie9 header .right .social_media li a i {
    top: -1px
}
header .right .social_media li:last-child a {
    margin-right: 0
}
header .social_media {
    margin-left: 25px
}
header .secondaryHeader, .prince_nav .secondaryHeader{
    height: auto;
    background: #262626;
    color: #aaa;
    text-align: center;
    text-transform: uppercase;
    font-size: .93333333rem;
    font-weight: 400
}
header .secondaryHeader .c-wrap, .prince_nav .secondaryHeader .c-wrap{
    text-align: center;
    padding: 0 30px;
    position: relative
}
.layout-1024 header .secondaryHeader .c-wrap, .prince_nav .secondaryHeader .c-wrap {
    padding: 0
}
header .secondaryHeader .title, .prince_nav .secondaryHeader .title{
    display: inline-block;
    margin: 18px 0 14px;
    max-width: 1000px
}
.layout-1024 header .secondaryHeader .title, .prince_nav .secondaryHeader .title {
    max-width: 590px
}
header .secondaryHeader .title.active, .prince_nav .secondaryHeader .title.active  {
    color: #fff
}
header .secondaryHeader ul.menu, .prince_nav .secondaryHeader ul.menu {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 30px;
    /*height: 31px;*/
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.layout-1024 header .secondaryHeader ul.menu, .prince_nav .secondaryHeader ul.menu {
    right: 0
}
header .secondaryHeader ul.menu a, .prince_nav .secondaryHeader ul.menu a {
    font-size: .93333333rem;
    color: inherit;
    margin-top: 7px;
    padding-bottom: 7px;
    position: relative
}
header .secondaryHeader ul.menu a:hover,
header .secondaryHeader ul.menu a.active,
.prince_nav  .secondaryHeader ul.menu a:hover,
.prince_nav  .secondaryHeader ul.menu a.active{
    color: #fff
}
header .secondaryHeader ul.menu a:hover:before,
header .secondaryHeader ul.menu a.active:before,
.prince_nav .secondaryHeader ul.menu a:hover:before,
.prince_nav .secondaryHeader ul.menu a.active:before {
    border-color: #fff transparent transparent
}
header .secondaryHeader ul.menu a:before,
.prince_nav .secondaryHeader ul.menu a:before{
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0;
    border-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
header .secondaryHeader .back, .prince_nav .secondaryHeader .back {
    color: inherit;
    text-decoration: none;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px
}
.layout-1024 header .secondaryHeader .back, .prince_nav .secondaryHeader .back {
    left: 0
}
header .secondaryHeader .back:hover, .prince_nav .secondaryHeader .back:hover {
    color: #fff
}
header .secondaryHeader .back i, .prince_nav .secondaryHeader .back i {
    position: absolute;
    left: 0;
    font-size: .93333333rem;
    top: 0
}
header .thirdHeader,.prince_nav .thirdHeader {
    overflow: hidden;
    background: rgba(0, 0, 0, .75)
}
header .thirdHeader .c-wrap, .prince_nav .thirdHeader .c-wrap {
    padding: 40px 30px
}
.layout-1024 header .thirdHeader .c-wrap{
    padding: 40px 0
}
.layout-1024 .prince_nav .thirdHeader .c-wrap {
    padding: 27px 0
}
header .thirdHeader form, .prince_nav .thirdHeader form {
    position: relative
}
header .thirdHeader input[type=search], .prince_nav .thirdHeader input[type=search] {
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 2.66666667rem;
    text-transform: uppercase;
    width: 1320px;
    letter-spacing: 1.88px;
    padding-right: 50px
}
header .thirdHeader input[type=search],
header .thirdHeader input[type=search]:focus,
.prince_nav .thirdHeader input[type=search],
.prince_nav .thirdHeader input[type=search]:focus{
    outline: 0
}
header .thirdHeader button,.prince_nav .thirdHeader button  {
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 5px;
    color: #aaa;
    font-size: 2.13333333rem;
    padding-right: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}
header .thirdHeader button,
header .thirdHeader button:focus,
.prince_nav .thirdHeader button,
.prince_nav .thirdHeader button:focus {
    outline: 0
}
header .thirdHeader button:hover,
.prince_nav .thirdHeader button:hover {
    color: #fff
}
.news_holder .left .content>div,
.news_holder .left .content>h1 {
    position: relative;
    left: -100px;
    visibility: hidden
}
.error404 #main,
.search-no-results #main {
    display: table;
    width: 100%
}
.error404 #main .c-wrap,
.search-no-results #main .c-wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 2
}
.error404 #main,
.search-no-results #main {
    background: url(../images/eckoPattern.png);
    color: #fff
}
.error404 #main:before,
.search-no-results #main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4)
}
.home #slides_holder {
    overflow: hidden;
    color: #fff;
    position: relative
}
.home #slides_holder .menu_bloc_top {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 top;
    -ms-transform-origin: 0 top;
    transform-origin: 0 top
}
.home #slides_holder .menu_bloc_top.top {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    width: 100%!important
}
.home #slides_holder .menu_bloc_top ul {
    padding: 0;
    margin: 0
}
.home #slides_holder .menu_bloc_top ul li {
    display: inline-block;
    margin-right: 20px;
    opacity: .5;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    vertical-align: top
}
.home #slides_holder .menu_bloc_top ul li:last-child {
    margin-right: 0!important
}
.home #slides_holder .menu_bloc_top ul li a {
    text-decoration: none;
    color: #fff;
    font-size: .93333333rem;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    border-top: 6px solid transparent;
    padding-top: 40px;
    margin-top: -15px
}
.home #slides_holder .menu_bloc_top ul li:hover {
    opacity: .7
}
.home #slides_holder .menu_bloc_top ul .actif {
    opacity: 1
}
.home #slides_holder .menu_bloc_top ul .actif a {
    margin-top: 0;
    padding-top: 25px;
    border-top: 6px solid #fff
}
.home #slides_holder .slide {
    height: 100%;
    width: 100%;
    display: table;
    position: absolute;
    background-attachment: fixed
}
.home #slides_holder .slide h1,
.home #slides_holder .slide h2 {
    padding: 0;
    margin: 0
}
.ios .home #slides_holder .slide,
.iPad .home #slides_holder .slide {
    background-attachment: scroll
}
.home #slides_holder .slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/background_mask.png);
    background-color: rgba(0, 0, 0, .3)
}
.ios .home #slides_holder .slide:before,
.iPad .home #slides_holder .slide:before {
    background-attachment: scroll
}
.home #slides_holder .slide .slide_content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 200px
}
.home #slides_holder .slide .slide_content h1 {
    margin-bottom: 18px
}
.home #slides_holder .slide .slide_content h2 {
    margin-bottom: 22px;
    font-weight: 400
}
.home #slides_holder .slide .slide_content h1 {
    position: relative;
    visibility: hidden;
    left: -100px
}
.home #slides_holder .slide .slide_content h2 {
    position: relative;
    visibility: hidden;
    left: -100px
}
.home #slides_holder .slide .slide_content a {
    position: relative;
    visibility: hidden;
    left: -100px
}
.home #slides_holder .slide:nth-child(2) {
    z-index: 5
}
.home #slides_holder .slide:nth-child(3) {
    z-index: 10
}
.home #slides_holder .slide:nth-child(4) {
    z-index: 15
}
.home #slides_holder .slide:nth-child(5) {
    z-index: 20
}
.home .template-1 .mainBlock>div {
    height: 610px;
    margin-bottom: 10px
}
.layout-1024 .home .template-1 .mainBlock>div {
    height: 430px
}
.home .template-1 .left,
.home .template-1 .right {
    width: 50%;
    height: 100%
}
.home .template-1 .left {
    float: left;
    padding-right: 5px
}
.home .template-1 .left .holder {
    height: 50%;
    padding-top: 5px
}
.home .template-1 .left .holder.top {
    padding-bottom: 5px;
    padding-top: 0
}
.home .template-1 .right {
    float: right;
    padding-left: 5px
}
.home .template-1 .featuredProducts .holder,
.home .template-1 .featuredProducts ul {
    float: left
}
.home .template-1 .featuredProducts ul {
    padding: 0;
    margin: 0
}
.home .template-1 .featuredProducts .cta {
    margin-top: 10px
}
.home .template-1 .featuredProducts .holder .content h2 {
    margin-bottom: 23px;
    line-height: 33px!important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
.home .template-1 .featuredProducts .holder {
    width: 454px;
    height: 300px;
    background: #cb1e2e;
    color: #fff;
    display: table;
    margin-right: 25px;
    position: relative
}
.layout-1024 .home .template-1 .featuredProducts .holder {
    width: 356px;
    height: 257px
}
.home .template-1 .featuredProducts .holder .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    width: 100%;
    vertical-align: middle
}
.home .template-1 .featuredProducts .holder .content h2 {
    position: static;
    line-height: 12px
}
.home .template-1 .featuredProducts .holder:before {
    content: '';
    position: absolute;
    -moz-transform: scale(0.9999);
    top: 50%;
    margin-top: -7.5px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 0 13.5px 15px;
    border-color: transparent transparent transparent #cb1e2e
}
.home .template-1 .featuredProducts li {
    list-style: none;
    width: 293.33px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    margin-bottom: 0
}
.home .template-1 .featuredProducts li:first-child {
    margin-left: 0
}
.home .template-1 .featuredProducts li:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}
.layout-1024 .home .template-1 .featuredProducts li {
    width: 187.67px;
    margin-left: 10;
    margin-bottom: 10;
    float: left
}
.layout-1024 .home .template-1 .featuredProducts li:first-child {
    margin-left: 0
}
.layout-1024 .home .template-1 .featuredProducts li:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}
.home .template-1 .bottomBlock>a {
    width: 685px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 0
}
.home .template-1 .bottomBlock>a:first-child {
    margin-left: 0
}
.home .template-1 .bottomBlock>a:nth-child(2n+1) {
    margin-left: 0;
    clear: left
}
.layout-1024 .home .template-1 .bottomBlock>a {
    width: 477px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 257px
}
.layout-1024 .home .template-1 .bottomBlock>a:first-child {
    margin-left: 0
}
.layout-1024 .home .template-1 .bottomBlock>a:nth-child(2n+1) {
    margin-left: 0;
    clear: left
}
.home [class*=template-] .content {
    display: block;
    text-align: center;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 5
}
.home [class*=template-] .content,
.home [class*=template-] .content * {
    -webkit-transition-property: color, background;
    transition-property: color, background
}
.home [class*=template-] .content.redHover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    -webkit-transition: background .25s linear;
    transition: background .25s linear
}
.home [class*=template-] .content h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 6;
    padding: 0;
    margin: 0;
    color: #fff;
    width: 100%;
    text-shadow: 0 0 50px #000;
    -webkit-transition: text-shadow .25s linear;
    transition: text-shadow .25s linear
}
.home [class*=template-] .content h2.noShadow {
    text-shadow: 0 0 0 transparent
}
.home [class*=template-] .content h2 .hover {
    position: absolute;
    bottom: -50px;
    width: 100%;
    font-size: .93333333rem;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}
.home [class*=template-] .content h2 .hover:after {
    font-family: ecko;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: relative;
    top: 1px;
    font-size: .86666667rem;
    margin-left: 3px
}
.home [class*=template-] .content.redHover:hover:before {
    background: rgba(70, 70, 70, .85)
}
.home [class*=template-] .content.redHover:hover .hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}
.home [class*=template-] .content.redHover:hover h2 {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
.home .template-2 .col2 .col {
    -webkit-transition-property: none;
    transition-property: none;
    width: 685px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 610px
}
.home .template-2 .col2 .col:first-child {
    margin-left: 0
}
.home .template-2 .col2 .col:nth-child(2n+1) {
    margin-left: 0;
    clear: left
}
.layout-1024 .home .template-2 .col2 .col {
    width: 477px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 430px
}
.layout-1024 .home .template-2 .col2 .col:first-child {
    margin-left: 0
}
.layout-1024 .home .template-2 .col2 .col:nth-child(2n+1) {
    margin-left: 0;
    clear: left
}
.home .template-3 .col2 .col {
    -webkit-transition-property: none;
    transition-property: none;
    width: 685px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 300px;
    margin-bottom: 0
}
.home .template-3 .col2 .col:first-child {
    margin-left: 0
}
.home .template-3 .col2 .col:nth-child(2n+1) {
    margin-left: 0;
    clear: left
}
.layout-1024 .home .template-3 .col2 .col {
    width: 477px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 257px;
    margin-bottom: 0
}
.layout-1024 .home .template-3 .col2 .col:first-child {
    margin-left: 0
}
.layout-1024 .home .template-3 .col2 .col:nth-child(2n+1) {
    margin-left: 0;
    clear: left
}
.home .template-2 .col3 .col {
    -webkit-transition-property: none;
    transition-property: none;
    width: 453.33px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 300px;
    margin-bottom: 0
}
.home .template-2 .col3 .col:first-child {
    margin-left: 0
}
.home .template-2 .col3 .col:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}
.layout-1024 .home .template-2 .col3 .col {
    width: 314.67px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    height: 257px
}
.layout-1024 .home .template-2 .col3 .col:first-child {
    margin-left: 0
}
.layout-1024 .home .template-2 .col3 .col:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}
.home .template-3 .col1 .col {
    -webkit-transition-property: none;
    transition-property: none;
    width: 100%;
    height: 610px;
    margin-bottom: 10px
}
.layout-1024 .home .template-3 .col1 .col {
   height: 430px;
	 
	
}
.home .featuredProducts li a,
.single-team .products-block .product-item a {
    display: block;
    height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}
.layout-1024 .home .featuredProducts li a,
.layout-1024 .single-team .products-block .product-item a {
    height: 257px
}
.home .featuredProducts li a .details,
.single-team .products-block .product-item a .details {
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    display: table;
    width: 155px;
    height: 155px;
    min-height: 155px;
    background: rgba(203, 30, 46, .9);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -77.5px;
    margin-left: -77.5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: rotate(0) scale(1.2) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1.2) skew(0) translate(0);
    transform: rotate(0) scale(1.2) skew(0) translate(0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0
}
.home .featuredProducts li a .details>div,
.single-team .products-block .product-item a .details>div {
    padding: 25px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    font-size: 1.06666667rem;
    font-weight: 400
}
.home .featuredProducts li a .details>div .sep,
.single-team .products-block .product-item a .details>div .sep {
    width: 20px;
    height: 2px;
    background: #8b131f;
    margin: 10px auto
}
.home .featuredProducts li a .details>div .price,
.single-team .products-block .product-item a .details>div .price {
    font-weight: 300
}
.home .featuredProducts li a:hover .details,
.single-team .products-block .product-item a:hover .details {
    -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1) skew(0) translate(0);
    transform: rotate(0) scale(1) skew(0) translate(0);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}
.layout-1024 .post-type-archive-news .c-wrap,
.layout-1024 .page-template-prince .c-wrap,
.layout-1024 .post-type-archive-eckotv .c-wrap,
.layout-1024 .archive.tag .c-wrap,
.layout-1024 .search-results .c-wrap,
.layout-1024 .archive.tax-news_tag .c-wrap {
    padding-left: 0;
    padding-right: 0
}
.post-type-archive-news .content-holder .c-wrap,
.post-type-archive-eckotv .content-holder .c-wrap,
.archive.tag .content-holder .c-wrap,
.search-results .content-holder .c-wrap,
.archive.tax-news_tag .content-holder .c-wrap {
    padding-top: 40px
}
.post-type-archive-news .news_item,
.page-template-prince  .news_item,
.post-type-archive-eckotv .news_item,
.archive.tag .news_item,
.search-results .news_item,
.archive.tax-news_tag .news_item {
    padding-bottom: 39px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 41px
}
.post-type-archive-news .news_item .left,
.page-template-prince .news_item .left,
.post-type-archive-eckotv .news_item .left,
.archive.tag .news_item .left,
.search-results .news_item .left,
.archive.tax-news_tag .news_item .left {
    float: left;
    width: 510px;
    padding-right: 10px
}
.layout-1024 .post-type-archive-news .news_item .left,
.layout-1024 .page-template-prince  .news_item .left,
.layout-1024 .post-type-archive-eckotv .news_item .left,
.layout-1024 .archive.tag .news_item .left,
.layout-1024 .search-results .news_item .left,
.layout-1024 .archive.tax-news_tag .news_item .left {
    width: 370px
}
.post-type-archive-news .news_item .right,
.page-template-prince  .news_item .right,
.post-type-archive-eckotv .news_item .right,
.archive.tag .news_item .right,
.search-results .news_item .right,
.archive.tax-news_tag .news_item .right {
    float: right
}
.post-type-archive-news .news_item .right a,
.page-template-prince .news_item .right a,
.post-type-archive-eckotv .news_item .right a,
.archive.tag .news_item .right a,
.search-results .news_item .right a,
.archive.tax-news_tag .news_item .right a {
    position: relative;
    display: block
}
.post-type-archive-news .news_item .right a:hover img,
.page-template-prince  .news_item .right a:hover img,
.post-type-archive-eckotv .news_item .right a:hover img,
.archive.tag .news_item .right a:hover img,
.search-results .news_item .right a:hover img,
.archive.tax-news_tag .news_item .right a:hover img {
    opacity: .8
}
.post-type-archive-news .news_item .right img,
.page-template-prince .news_item .right img,
.post-type-archive-eckotv .news_item .right img,
.archive.tag .news_item .right img,
.search-results .news_item .right img,
.archive.tax-news_tag .news_item .right img {
    width: 770px;
    -webkit-transition: opacity, .25s;
    transition: opacity, .25s
}
.layout-1024 .post-type-archive-news .news_item .right img,
.layout-1024 .page-template-prince   .news_item .right img,
.layout-1024 .post-type-archive-eckotv .news_item .right img,
.layout-1024 .archive.tag .news_item .right img,
.layout-1024 .search-results .news_item .right img,
.layout-1024 .archive.tax-news_tag .news_item .right img {
    width: 542px
}
.post-type-archive-news .news_item .right iframe,
.page-template-prince  .news_item .right iframe,
.post-type-archive-eckotv .news_item .right iframe,
.archive.tag .news_item .right iframe,
.search-results .news_item .right iframe,
.archive.tax-news_tag .news_item .right iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11
}
.post-type-archive-news .news_item .right.video-playing i,
.page-template-prince .news_item .right.video-playing i,
.post-type-archive-eckotv .news_item .right.video-playing i,
.archive.tag .news_item .right.video-playing i,
.search-results .news_item .right.video-playing i,
.archive.tax-news_tag .news_item .right.video-playing i {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}
.post-type-archive-news .news_item .right.noVideo i,
.page-template-prince .news_item .right.noVideo i,
.post-type-archive-eckotv .news_item .right.noVideo i,
.archive.tag .news_item .right.noVideo i,
.search-results .news_item .right.noVideo i,
.archive.tax-news_tag .news_item .right.noVideo i {
    display: none
}
.post-type-archive-news .news_item:last-child,
.page-template-prince .news_item:last-child,
.post-type-archive-eckotv .news_item:last-child,
.archive.tag .news_item:last-child,
.search-results .news_item:last-child,
.archive.tax-news_tag .news_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}
.post-type-archive-news .news_item .news__title,
.page-template-prince .news_item .news__title,
.post-type-archive-eckotv .news_item .news__title,
.archive.tag .news_item .news__title,
.search-results .news_item .news__title,
.archive.tax-news_tag .news_item .news__title {
    text-decoration: none
}
.post-type-archive-news .news_item .news__title h2,
.page-template-prince .news_item .news__title h2,
.post-type-archive-eckotv .news_item .news__title h2,
.archive.tag .news_item .news__title h2,
.search-results .news_item .news__title h2,
.archive.tax-news_tag .news_item .news__title h2 {
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}
.post-type-archive-news .news_item .news__title:hover h2,
.page-template-prince .news_item .news__title:hover h2,
.post-type-archive-eckotv .news_item .news__title:hover h2,
.archive.tag .news_item .news__title:hover h2,
.search-results .news_item .news__title:hover h2,
.archive.tax-news_tag .news_item .news__title:hover h2 {
    color: #cb1e2e
}
.post-type-archive-news .news_item .news__date,
.page-template-prince .news_item .news__date,
.post-type-archive-eckotv .news_item .news__date,
.archive.tag .news_item .news__date,
.search-results .news_item .news__date,
.archive.tax-news_tag .news_item .news__date {
    font-size: .86666667rem;
    margin-bottom: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    display: block
}
.post-type-archive-news .news_item .news__excerpt,
.page-template-prince .news_item .news__excerpt,
.post-type-archive-eckotv .news_item .news__excerpt,
.archive.tag .news_item .news__excerpt,
.search-results .news_item .news__excerpt,
.archive.tax-news_tag .news_item .news__excerpt {
    color: #cb1e2e;
    font-weight: 700;
    text-decoration: none
}
.post-type-archive-news .news_item .news__excerpt:hover,
.page-template-prince .news_item .news__excerpt:hover,
.post-type-archive-eckotv .news_item .news__excerpt:hover,
.archive.tag .news_item .news__excerpt:hover,
.search-results .news_item .news__excerpt:hover,
.archive.tax-news_tag .news_item .news__excerpt:hover {
    color: #8b131f
}
.featuredNews,
.HeroTeam {
    letter-spacing: .8px;
    height: 550px;
    width: 100%;
    text-align: center;
    color: #fff;
    position: fixed;
    z-index: -1;
    top: 96px;
    min-width: 964px;
    display: table
}
.PrinceTeam{
    height:1024px;
}
.safari .featuredNews,
.safari .HeroTeam {
    width: 101%
}
.featuredNews:before,
.HeroTeam:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4)
}
.featuredNews p,
.HeroTeam p {
    font-weight: 400
}
.featuredNews .content,
.HeroTeam .content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%
}
.PrinceTeam .content{
    vertical-align: top;
    padding-top:240px;
}

.featuredNews .featured__date,
.HeroTeam .featured__date {
    font-size: .86666667rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px
}
.featuredNews h1,
.HeroTeam h1 {
    margin: 0 0 19px;
    line-height: 75px
}
.featuredNews p,
.HeroTeam p {
    margin-bottom: 0;
    width: 960px;
    margin: 0 auto 23px
}
.featuredNews .featured__date,
.HeroTeam .featured__date,
.featuredNews h1,
.HeroTeam h1,
.featuredNews p,
.HeroTeam p,
.featuredNews .cta,
.HeroTeam .cta {
    position: relative;
    visibility: hidden;
    left: -100px
}
.featuredNews+.content-holder {
    margin-top: 648px;
    position: relative;
    z-index: 40;
    background: #fff
}
.HeroTeam+.content-holder {
    margin-top: 598px;
    position: relative;
    z-index: 40;
    background: #fff
}
.page-template-prince .content-holder {
    margin-top: 596px;
}
.HeroTeam {
    top: 46px
}
.single-news .news_holder,
.single-eckotv .news_holder {
    position: relative;
    color: #666
}
.single-news .news_holder .right,
.single-eckotv .news_holder .right {
    float: left
}
.single-news .news_holder .left,
.single-eckotv .news_holder .left {
    color: #fff;
    width: 45%;
    position: fixed;
    top: 98px;
    height: 100%
}
.single-news .news_holder .left:before,
.single-eckotv .news_holder .left:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, .8)
}
.single-news .news_holder .left .content,
.single-eckotv .news_holder .left .content {
    position: absolute;
    width: 510px;
    right: 70px;
    top: 70px
}
.layout-1024 .single-news .news_holder .left .content,
.layout-1024 .single-eckotv .news_holder .left .content {
    width: 368px;
    right: 44px;
    top: 44px
}
.single-news .news_holder .left .outro,
.single-eckotv .news_holder .left .outro {
    font-size: .93333333rem;
    position: absolute;
    width: 510px;
    right: 70px;
    bottom: 70px;
    color: #fff
}
.single-news .news_holder .left .outro h4,
.single-eckotv .news_holder .left .outro h4 {
    text-transform: uppercase
}
.layout-1024 .single-news .news_holder .left .outro,
.layout-1024 .single-eckotv .news_holder .left .outro {
    width: 368px;
    right: 44px;
    bottom: 44px
}
.single-news .news_holder .left .outro .sep,
.single-eckotv .news_holder .left .outro .sep {
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 17px;
    margin-top: 15px
}
.single-news .news_holder .left .outro .links,
.single-eckotv .news_holder .left .outro .links {
    text-align: justify;
    text-transform: uppercase
}
.single-news .news_holder .left .outro .links:after,
.single-eckotv .news_holder .left .outro .links:after {
    content: '';
    width: 100%;
    display: inline-block
}
.single-news .news_holder .left .outro .links>div,
.single-eckotv .news_holder .left .outro .links>div {
    display: inline-block
}
.single-news .news_holder .left .outro .links a,
.single-eckotv .news_holder .left .outro .links a {
    text-decoration: none;
    color: inherit
}
.single-news .news_holder .left .outro .links a:hover,
.single-eckotv .news_holder .left .outro .links a:hover {
    color: #cb1e2e
}
.single-news .news_holder .left .outro .links .disabled,
.single-eckotv .news_holder .left .outro .links .disabled {
    opacity: .35
}
.single-news .news_holder .left .outro .links i,
.single-eckotv .news_holder .left .outro .links i {
    position: relative;
    top: 1px
}
.single-news .news_holder .left .stretch div,
.single-eckotv .news_holder .left .stretch div {
    float: left;
    margin-right: 12px;
    text-transform: uppercase
}
.single-news .news_holder .left .stretch div.date,
.single-eckotv .news_holder .left .stretch div.date {
    font-size: .86666667rem
}
.single-news .news_holder .left .stretch.social,
.single-eckotv .news_holder .left .stretch.social {
    font-size: 1.33333333rem
}
.single-news .news_holder .left .stretch.social ul,
.single-eckotv .news_holder .left .stretch.social ul {
    padding: 0;
    margin: 0
}
.single-news .news_holder .left .stretch.social li,
.single-eckotv .news_holder .left .stretch.social li {
    display: inline-block
}
.single-news .news_holder .left .stretch.social div,
.single-eckotv .news_holder .left .stretch.social div {
    margin-right: 16px
}
.single-news .news_holder .left .stretch.social a,
.single-eckotv .news_holder .left .stretch.social a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px
}
.single-news .news_holder .left .stretch.social a:hover,
.single-eckotv .news_holder .left .stretch.social a:hover {
    color: #cb1e2e
}
.single-news .news_holder .left .stretch.social li:last-child a,
.single-eckotv .news_holder .left .stretch.social li:last-child a {
    margin-right: 0
}
.single-news .news_holder .left .stretch.social span,
.single-eckotv .news_holder .left .stretch.social span {
    top: 9px
}
.single-news .news_holder .left .stretch span,
.single-eckotv .news_holder .left .stretch span {
    display: block;
    overflow: auto;
    background: #fff;
    height: 2px;
    position: relative;
    top: 5px
}
.single-news .news_holder .left h1,
.single-eckotv .news_holder .left h1 {
    /*font-size: 3.66666667rem;*/
	font-size: 2rem;
    line-height: 60px;
    text-transform: none;
    margin: 35px 0 38px
}
.single-news .news_holder .right,
.single-eckotv .news_holder .right {
    margin-left: 45%;
    width: 55%;
    padding: 70px;
    overflow: hidden
}
.single-news .news_holder .right img,
.single-eckotv .news_holder .right img {
    width: 100%;
    height: auto
}
.layout-1024 .single-news .news_holder .right,
.layout-1024 .single-eckotv .news_holder .right {
    padding: 30px
}
.layout-1024 .single-news .news_holder .right img,
.layout-1024 .single-eckotv .news_holder .right img {
    /*width: 512px*/
}
.single-news .news_holder .right .content,
.single-eckotv .news_holder .right .content {
    /*width: 910px*/
}
.layout-1024 .single-news .news_holder .right .content,
.layout-1024 .single-eckotv .news_holder .right .content {
    /*width: 512px*/
}
.single-news .news_holder .right .content p,
.single-eckotv .news_holder .right .content p {
    font-weight: 300;
    letter-spacing: .8px;
    line-height: 24px
}
.single-news .news_holder .right .nav,
.single-eckotv .news_holder .right .nav {
    background: #ccc;
    padding: 42px 0 45px;
    margin-bottom: -70px;
    position: relative;
    z-index: 10
}
.layout-1024 .single-news .news_holder .right .nav,
.layout-1024 .single-eckotv .news_holder .right .nav {
    margin-bottom: -30px
}
.single-news .news_holder .right .nav:before,
.single-eckotv .news_holder .right .nav:before {
    width: 2000px;
    left: -70px;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    background: #f0f0f0;
    z-index: -1
}
.single-news .news_holder .right .nav .img,
.single-eckotv .news_holder .right .nav .img {
    width: 140px;
    height: 95px;
    background-image: url(../images/facebook.png);
    margin-right: 27px;
    float: left
}
.single-news .news_holder .right .nav a,
.single-eckotv .news_holder .right .nav a {
    text-decoration: none;
    display: block
}
.single-news .news_holder .right .nav a:hover *,
.single-eckotv .news_holder .right .nav a:hover * {
    color: #cb1e2e
}
.single-news .news_holder .right .nav span,
.single-eckotv .news_holder .right .nav span {
    -webkit-transition: color .25s linear;
    transition: color .25s linear
}
.single-news .news_holder .right .nav .link,
.single-eckotv .news_holder .right .nav .link {
    float: left;
    width: 140px
}
.single-news .news_holder .right .nav .nav-link,
.single-eckotv .news_holder .right .nav .nav-link {
    font-size: .86666667rem;
    padding-left: 11px;
    position: relative;
    display: block;
    line-height: 24px;
    color: #666
}
.single-news .news_holder .right .nav .nav-link i,
.single-eckotv .news_holder .right .nav .nav-link i {
    font-size: .53333333rem;
    position: absolute;
    left: 0;
    top: 7.3px
}
.single-news .news_holder .right .nav .nav-link:hover,
.single-eckotv .news_holder .right .nav .nav-link:hover {
    color: #cb1e2e
}
.single-news .news_holder .right .nav .post_title,
.single-eckotv .news_holder .right .nav .post_title {
    color: #333;
    font-size: .93333333rem;
    text-transform: uppercase;
    line-height: 18px
}
.single-news .news_holder .right .nav .nav-left,
.single-eckotv .news_holder .right .nav .nav-left {
    float: left
}
.single-news .news_holder .right .nav .nav-right,
.single-eckotv .news_holder .right .nav .nav-right {
    margin-right: -56px;
    float: right;
    text-align: right
}
.layout-1024 .single-news .news_holder .right .nav .nav-right,
.layout-1024 .single-eckotv .news_holder .right .nav .nav-right {
    margin-right: -10px
}
.single-news .news_holder .right .nav .nav-right .img,
.single-eckotv .news_holder .right .nav .nav-right .img {
    margin-left: 27px;
    margin-right: 0
}
.single-news .news_holder .right .nav .nav-right .nav-link,
.single-eckotv .news_holder .right .nav .nav-right .nav-link {
    padding-left: 0;
    padding-right: 11px
}
.single-news .news_holder .right .nav .nav-right i,
.single-eckotv .news_holder .right .nav .nav-right i {
    left: auto;
    right: 0
}
.elOverlay {
    display: block;
    position: relative
}
.elOverlay img {
    -webkit-transition: all, .25s;
    transition: all, .25s
}
.elOverlay:hover img {
    opacity: .5
}
.elOverlay:hover i {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}
.elOverlay+iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}
.video-playing i {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}
.elOverlay i {
    font-size: 100px;
    position: absolute;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    color: #fff;
    -webkit-transition: all, .45s;
    transition: all, .45s
}
.elOverlay i:before {
    position: relative;
    z-index: 10
}
.elOverlay i:after {
    content: '';
    position: absolute;
    width: 112px;
    height: 112px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .4);
    left: -6px;
    top: -6px;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all, .25s;
    transition: all, .25s
}
a.elOverlay:hover i:after {
    width: 130px;
    height: 130px;
    top: -15px;
    left: -15px
}
a.elOverlay:hover i {
    color: #cb1e2e
}
.basic2side {
    height: 100%
}
.basic2side .left,
.basic2side .right {
    float: left
}
.basic2side .left {
    color: #fff;
    width: 45%;
    position: fixed;
  /*  background: url(../images/eckoPattern.png); */
  background:black;
    background-attachment: fixed
}
.basic2side .left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5)
}
.basic2side .left .content {
    position: absolute;
    width: 510px;
    right: 70px;
    top: 70px
}
.layout-1024 .basic2side .left .content {
    width: 368px;
    right: 44px;
    top: 14px
}
.basic2side .right {
    margin-left: 45%;
    width: 55%;
    padding: 70px;
    height: 100%
}
.layout-1024 .basic2side .right {
    padding: 20px
}
.basic2side .right .content {
    width: 650px
}
.layout-1024 .basic2side .right .content {
    width: 512px
}
.basic2side .right .content p {
    font-weight: 300;
    letter-spacing: .65px
}
.basic2side h1 {
    font-size: 55px;
    text-transform: none
}
.Teamlisting,
ul {
    height: 100%
}
.Teamlisting {
    position: relative
}
.Teamlisting .backgrounds {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000
}
.Teamlisting .backgrounds .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}
.Teamlisting .backgrounds:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/background_mask.png);
    background-color: rgba(0, 0, 0, .3);
    z-index: 99
}
.ios .Teamlisting .backgrounds:before,
.iPad .Teamlisting .backgrounds:before {
    background-attachment: scroll
}
.Teamlisting ul {
    padding: 0;
    margin: 0
}
.Teamlisting li {
    display: table;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    visibility: hidden;
    left: -100px;
    z-index: 100
}
.Teamlisting li a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: all, .25s;
    transition: all, .25s;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 0;
    font-size: 3.66666667rem
}
.Teamlisting li a h2 {
    margin: 0
}
.Teamlisting li:hover a {
    background-color: rgba(203, 30, 46, .9);
    color: #8b131f
}
.single-team .content-holder>.c-wrap {
    padding-top: 70px
}
.single-team .content-block .c-wrap {
    padding-bottom: 48px
}
.layout-1024 .single-team .content-block .c-wrap {
    padding: 70px 0 48px
}
.single-team .content-block .page-title {
    color: #333
}
.single-team .content-block .left {
    float: left;
    width: 650px;
    margin-top: -8px
}
.layout-1024 .single-team .content-block .left {
    width: 450px
}
.single-team .content-block .right {
    float: right
}
.single-team .content-block .right img {
    width: 581px
}
.layout-1024 .single-team .content-block .right img {
    width: 490px
}
.single-team blockquote.hero {
    background-attachment: fixed;
    background-position: top center;
    height: 798px;
    margin: 0;
    width: 100%;
    position: relative;
    color: #fff
}
.ios .single-team blockquote.hero,
.iPad .single-team blockquote.hero {
    background-attachment: scroll
}
.single-team blockquote.hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/background_mask.png);
    background-color: rgba(0, 0, 0, .3);
    z-index: 99
}
.ios .single-team blockquote.hero:before,
.iPad .single-team blockquote.hero:before {
    background-attachment: scroll
}
.single-team blockquote.hero .holder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    color: #fff;
    width: 100%;
    text-align: center
}
.single-team blockquote.hero .content {
    display: inline-block;
    width: 924px;
    padding: 60px 40px;
    position: relative;
    z-index: 10
}
.layout-1024 .single-team blockquote.hero .content {
    width: 600px
}
.single-team blockquote.hero .content .quoteLeft,
.single-team blockquote.hero .content .quoteRight {
    font-size: 150px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    line-height: 126px;
    height: 44px
}
.single-team blockquote.hero .content .quoteLeft {
    left: -43px
}
.single-team blockquote.hero .content .quoteRight {
    right: -43px
}
.single-team blockquote.hero.huge .content {
    width: 1280px
}
.layout-1024 .single-team blockquote.hero.huge .content {
    width: 860px
}
.single-team blockquote.hero .top,
.single-team blockquote.hero .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    border: 4px solid #fff
}
.single-team blockquote.hero .top {
    top: 0;
    border-bottom: 0
}
.single-team blockquote.hero .top:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -4px;
    bottom: -3px;
    border-color: transparent transparent transparent #fff;
    border-width: 0 0 3px 4px;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.single-team blockquote.hero .bottom {
    bottom: 0;
    border-top: 0;
    height: 37%
}
.single-team blockquote.hero .bottom:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -4px;
    top: -3px;
    border-color: transparent transparent #fff;
    border-width: 0 0 3px 4px;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.single-team blockquote.hero h1 {
    color: inherit;
    font-size: 3.66666667rem;
    line-height: 60px
}
.single-team blockquote.hero.huge h1 {
    font-size: 2.66666667rem;
    line-height: 45px
}
.layout-1024 .single-team blockquote.hero.huge h1 {
    font-size: 1.6rem;
    line-height: 30px
}
.single-team blockquote.hero .author {
    position: absolute;
    right: 24px;
    bottom: 22px
}
.single-team .twitter-block .c-wrap {
    text-align: justify;
    padding-top: 70px;
    padding-bottom: 47px
}
.single-team .twitter-block .c-wrap:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: top
}
.single-team .twitter-block .c-wrap a {
    color: #cb1e2e;
    -webkit-transition: all, .25s;
    transition: all, .25s;
    font-weight: 400;
    text-decoration: none
}
.single-team .twitter-block .c-wrap a:hover {
    color: #8b131f
}
.single-team .twitter-block .c-wrap .block {
    display: inline-block;
    text-align: center;
    vertical-align: top
}
.single-team .twitter-block .c-wrap .feed {
    width: 294px;
    margin-top: 60px
}
.single-team .twitter-block .c-wrap .feed i.ecko-twitter {
    color: #cb1e2e;
    font-size: 22px
}
.single-team .twitter-block .c-wrap .feed p {
    margin-top: 12px;
    margin-bottom: -14px
}
.single-team .twitter-block .c-wrap .feed .ellipsis {
    display: block;
    color: #dadada;
    font-size: 32px;
    font-family: arial sans-serif
}
.single-team .twitter-block .c-wrap .feed .tweet_date {
    text-transform: uppercase;
    display: block;
    margin-top: 3px
}
.single-team .twitter-block .c-wrap .profile {
    width: 240px
}
.single-team .twitter-block .c-wrap .profile .profilepic {
    display: block;
    position: relative;
    width: 221px;
    height: 221px;
    margin: 0 auto
}
.single-team .twitter-block .c-wrap .profile .profilepic:hover {
    border-color: #cb1e2e
}
.single-team .twitter-block .c-wrap .profile .profilepic .img {
    width: 198px;
    height: 198px;
    border-radius: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    margin: 6px auto 0
}
.single-team .twitter-block .c-wrap .profile .profilepic:hover i {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg)
}
.single-team .twitter-block .c-wrap .profile .profilepic:hover .img {
    opacity: .5;
    -webkit-transition: opacity, .5s;
    transition: opacity, .5s
}
.single-team .twitter-block .c-wrap .profile h2 {
    font-size: 1.6rem;
    margin-top: 11px;
    margin-bottom: 6px;
    color: #333;
    -webkit-transition: all, .25s;
    transition: all, .25s
}
.single-team .twitter-block .c-wrap .profile h2:hover {
    color: #8b131f
}
.single-team .twitter-block .c-wrap .profile i {
    position: absolute;
    font-size: 221px;
    left: 0;
    top: -11px;
    color: #dadada;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, .85, .52, .99);
    transition: transform 1s cubic-bezier(0, .85, .52, .99);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.single-team .products-block .c-wrap {
    padding-top: 54px;
    padding-bottom: 54px
}
.single-team .products-block .c-wrap .holder {
    display: table;
    width: 100%
}
.single-team .products-block .c-wrap .holder>div {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px
}
.single-team .products-block .c-wrap .holder>div:last-child {
    padding-right: 0
}
.single-team .products-block .c-wrap .holder .mainContent {
    vertical-align: middle
}
.single-team .products-block .c-wrap .holder .mainContent p {
    margin-bottom: 0
}
.single-team .products-block .c-wrap .holder .product-item a {
    width: 238px;
    height: 269px
}
.layout-1024 .single-team .products-block .c-wrap .holder .product-item a {
    width: 140px;
    height: 152px
}
.layout-1024 .single-team .products-block .c-wrap .holder .product-item {
    vertical-align: middle
}
.layout-1024 .single-team .products-block .c-wrap .holder .product-item .details {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -57.5px;
    margin-left: -57.5px;
    min-height: 0
}
.layout-1024 .single-team .products-block .c-wrap .holder .product-item .details>div {
    padding: 12px
}
.single-team .products-block .c-wrap h2 {
    font-size: 3rem;
    margin: 0
}
.single-team .instagram-block {
    height: 762px;
    position: relative;
    display: table;
    width: 100%
}
.single-team .instagram-block .grid {
    height: 100%;
    position: absolute;
    width: 100%
}
.single-team .instagram-block .grid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(203, 30, 46, .8)
}
.single-team .instagram-block .cell {
    float: left;
    width: 20%;
    height: 50%;
    position: relative
}
.single-team .instagram-block .cell .img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%)
}
.single-team .instagram-block .holder {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 50;
    text-align: center;
    vertical-align: middle
}
.single-team .instagram-block .holder .content {
    color: #fff
}
.single-team .instagram-block .holder .content h2 {
    font-size: 5rem;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 50px rgba(0, 0, 0, .5)
}
.single-team .instagram-block .holder .content.no-text h2 {
    margin-bottom: 30px
}
.single-team .instagram-block .holder .content p {
    width: 651px;
    margin: 37px auto 12px;
    color: #fff!important
}
.single-team .instagram-block .holder .content p span {
    color: #fff!important
}
.single-team .instagram-block .holder .content .cta {
    min-width: 162px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}
.single-team .instagram-block .holder .content .cta:before {
    font-size: 2.86666667rem
}
.single-team .instagram-block .holder .content .cta span {
    font-size: .93333333rem;
    top: 33px;
    padding-left: 9px
}
.single-team .instagram-block .holder .content .cta .circleHover {
    width: 41px;
    height: 41px;
    top: 11px;
    right: 3px
}
.single-team .instagram-block .holder .content .cta .circleHover:after {
    top: 2px;
    left: 0;
    margin: 0
}
.single-team .instagram-block .holder .content .cta:after {
    content: "\f16d";
    font-size: 1.2rem;
    right: 12.5px;
    margin-top: 5px
}
.single-team .instagram-block .holder .content .cta:hover {
    color: #d9d9d9
}
.single-team .pager-holder {
    background: #f0f0f0;
    padding-bottom: 61px;
    padding-top: 54px;
    text-align: center
}
.single-team .pager-holder h3 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0 0 10px
}
.single-team .bx-viewport {
    margin-left: 5px;
    height: 335px!important
}
.single-team .bx-wrapper {
    width: 1300px!important;
    max-width: 1300px!important;
    margin: 0 auto
}
.layout-1024 .single-team .bx-wrapper {
    width: 964px!important;
    max-width: 964px!important;
    margin: 0 auto
}
.layout-1024 .single-team .team-pager li {
    width: 315px!important
}
.single-team .team-pager.center {
    width: 100%!important;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important
}
.single-team .team-pager.center li {
    float: none!important;
    display: inline-block
}
.single-team .team-pager li a {
    height: 320px;
    padding: 20px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    -webkit-transition: all .25s;
    transition: all .25s
}
.single-team .team-pager li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cb1e2e;
    opacity: 0;
    -webkit-transition: all .25s;
    transition: all .25s
}
.single-team .team-pager li a h2 {
    font-size: 2.66666667rem;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    text-shadow: 0 0 25px #000;
    -webkit-transition: text-shadow, .25s;
    transition: text-shadow, .25s
}
.single-team .team-pager li a:hover h2 {
    text-shadow: 0 0 0 transparent
}
.single-team .team-pager li a:hover:before {
    opacity: .85
}
.single-team .team-pager-control {
    text-align: center;
    margin-top: 19px
}
.single-team .team-pager-control.no_pager {
    display: none
}
.single-team .team-pager-control .pager {
    display: inline-block;
    margin: 0 12px 0 10px
}
.single-team .team-pager-control .pager * {
    display: inline-block;
    vertical-align: middle
}
.single-team .team-pager-control .bx-pager-item {
    margin-left: 5px
}
.single-team .team-pager-control .bx-pager-item:first-child {
    margin-left: 0
}
.single-team .team-pager-control .bx-pager-link {
    text-indent: -9999px;
    width: 48px;
    height: 2px;
    background: #c6c6c6;
    margin-top: -1px;
    -webkit-transition: background, .25s;
    transition: background, .25s
}
.single-team .team-pager-control .bx-pager-link.active {
    background: #cb1e2e
}
.single-team .team-pager-control .prev,
.single-team .team-pager-control .next {
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px
}
.single-team .team-pager-control .prev a,
.single-team .team-pager-control .next a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color, .25s;
    transition: color, .25s
}
.single-team .team-pager-control .prev a:hover,
.single-team .team-pager-control .next a:hover {
    color: #cb1e2e
}
.pagination {
    margin-top: -43px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    text-align: justify;
    letter-spacing: .8px
}
.pagination i {
    font-size: .73333333rem
}
.pagination>div {
    font-size: 0
}
.pagination:after {
    content: '';
    width: 100%;
    display: inline-block
}
.pagination div {
    display: inline-block
}
.pagination a,
.pagination span {
    font-size: .93333333rem;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #333
}
.pagination .disabled,
.pagination .disabled * {
    color: #e4e4e4
}
.pagination a {
    border-top: 2px solid transparent
}
.pagination .first a,
.pagination .last a,
.pagination .first .disabled,
.pagination .last .disabled {
    padding: 20px 0 0
}
.pagination .first i {
    padding-right: 10px
}
.pagination .last i {
    padding-left: 10px
}
.pagination .first span,
.pagination .last span {
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}
.pagination .centered a,
.pagination .page-numbers,
.pagination .centered .disabled {
    padding: 20px 22px 0
}
.pagination .current {
    border-top: 2px solid #cb1e2e;
    color: #cb1e2e
}
.pagination a:hover {
    border-color: #ccc
}
.pagination a:hover,
.pagination a:hover span {
    color: #888
}
footer {
    color: #aaa;
    font-size: .93333333rem;
    /*min-width: 1440px;*/
    position: relative;
    z-index: 2
}
.layout-1024 footer {
    min-width: 964px
}
footer [class*=footer-] {
    display: block;
    /*float: left*/
}
footer .footer-1-wrapper {  }
footer .footer-2-wrapper { background: #464646 }
footer .footer-3-wrapper {  }
footer .footer-4-wrapper { background: #000 }

footer .footer-1-wrapper > .c-wrap {  }
footer .footer-2-wrapper > .c-wrap { text-align: center }
footer .footer-3-wrapper > .c-wrap { text-align: center }
footer .footer-4-wrapper > .c-wrap { text-align: center }

footer .footer-1 { width: 270px }
footer .footer-2 { width: 320px;display:inline-block; text-align: center }
footer .footer-3 { width: 278px }
footer .footer-4 { background: #000; }

.layout-1024 footer .footer-1 { width: 180px }
.layout-1024 footer .footer-2 { width: 150px; display:inline-block; text-align: center }
.layout-1024 footer .footer-3 { width: 202px }
.layout-1024 footer .footer-4 { text-align:left }

footer .footer-2 p {
    width: 193px
}
footer .footer-4 .holder {
    width: 415px;
}
.layout-1024 footer .footer-4 .holder {
    width: 288px
}

footer .col-3 { width: 33% }
footer .top ul.footer-links { /*display:inline-block;*/display:none; width: 100%; white-space: nowrap }
footer .top ul.footer-links > li { display: inline-block; vertical-align: top}

footer p {
    line-height: 20px
}
footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px
}
footer ul {
    padding: 0;
    margin: 0
}
ul#menu-bottom-footer{
	list-style:none;
	display:inline-flex;
	margin: 0 10px;
	text-transform: uppercase;
}
ul#menu-bottom-footer li a{
	margin-right: 20px;
	color:#aaa;
	text-decoration: none;
}
footer .top {
    overflow: hidden;
    background: #cb1e2e
}
footer .top .c-wrap {
    padding: 50px 30px;
    position: relative
}
.layout-1024 footer .top .c-wrap {
    padding: 50px 0
}
footer .top ul li {
    list-style: none;
    display: block
}
footer .top ul li a {
    text-decoration: none;
    color: #aaa;
    text-transform: uppercase;
    line-height: 24px
}
footer .top ul li a:hover {
    color: #fff
}
footer .top .footer-3 a {
    display: block;
    height: 176px;
    background: url(../images/footer_store_locator_large.jpg) no-repeat;
    margin-top: -17px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: relative
}
footer .top .footer-3 a:before {
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/footer_store_locator_large_hover.jpg) no-repeat;
    opacity: 0
}
footer .top .footer-3 a:hover:before {
    opacity: 1
}
.layout-1024 footer .top .footer-3 a {
    height: 124px;
    margin-top: 15px;
    background: url(../images/footer_store_locator_1024.jpg) no-repeat
}
.layout-1024 footer .top .footer-3 a:before {
    background: url(../images/footer_store_locator_1024_hover.jpg) no-repeat
}
footer .top .footer-4 {
}
.layout-1024 footer .top .footer-4 {

}
footer .top .footer-4 .holder {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    text-align: right;
 /*   margin-top: 50px; */
	margin-top: 25px;
}
footer .top .footer-4 .holder .footer-social-media {
    /*position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;*/
    color: #fff
}
footer .top .footer-4 .holder .footer-social-media h2 {
    font-size: 3.2rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: inherit;
    margin-bottom: 25px
}
footer .top .footer-4 .holder .footer-social-media ul.social_media {
    text-align: center
}
footer .top .footer-4 .holder .footer-social-media ul li {
    display: inline-block
}
footer .top .footer-4 .holder .footer-social-media a {
    margin: 0 15px;
    -webkit-transition: border, .25s;
    transition: border, .25s
}
footer .top .footer-4 .holder .footer-social-media i {
    color: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}
footer .top .footer-4 .holder .footer-social-media a:hover i {
    color: #7b7b7b
}
footer .bottom {
    font-size: .73333333rem;
    font-weight: 400;
    background: #000;
    border-top: solid 1px #242424
}
footer .bottom .c-wrap {
    height: 64px;
    padding: 0 30px
}
.layout-1024 footer .bottom .c-wrap {
    padding: 0
}
footer .bottom .left {
    float: left;
    line-height: 48px
}
footer .bottom .right {
    float: right;
    line-height: 48px
}
footer .bottom .right div {
    line-height: 64px
}
footer .bottom .right div ul {
    padding: 0;
    margin: 0
}
footer .bottom .right div ul li {
    display: inline-block
}
footer .bottom .right div ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #aaa;
    margin-left: 31px
}
footer .bottom .right div ul li a:hover {
    color: #fff
}
footer .bottom .right div ul li.current-menu-item a {
    color: #cb1e2e
}
footer .bottom .right div ul li:first-child a {
    margin-left: 0
}
footer .bottom .c-wrap>div {
    display: inline-block;
    margin-top: 8px
}
footer input {
    padding: 0 10px;
    width: 175px;
    color: #333;
    border-radius: 0
}
.layout-1024 footer input {
    width: 110px
}
footer input,
footer button {
    margin: 0;
    vertical-align: top;
    height: 43px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background: #fff
}
footer button {
    padding: 0;
    margin-left: -5px;
    width: 40px;
    cursor: pointer;
    border-radius: 0 0 0 0;
    position: relative
}
footer button,
footer button:before,
footer button:after {
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}
footer button:before {
    z-index: 9;
    position: absolute;
    font-size: 1.06666667rem;
    top: 14px;
    left: 15px;
    color: #a5a5a5
}
footer button:after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
  /*  border-radius: 100%; */
    background: #d9d9d9;
    top: 3px;
    right: 3px;
    line-height: 38px
}
footer button:hover:after {
    background: #464646
}
footer button:hover:before {
    color: #fff
}
.iPhone input {
    font-size: 22px !important
}
img[src$=".gif"],
img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

/* code added by Koteswar for roycesweeps page on 07-july-2106*/
#price-sweeps{
    margin: 0 auto;
    text-align: center;
}
#customer-service{
	text-align: left;
    margin-left: 15%;
	font-size: 17px;
}
#customer-service a{
	color:black;
}
#customer-service a:hover{
	color:red;
}
#hero_img
{
    background-size: cover;
    width: 100%;
}
.video_display
{
    position: absolute;
    left: 33%;
    top: 14%;
    width: 66%;
    height: 460px;
}

#hero_img a
{
    top: 62% !important;
   /* width: 138px;
    height: 30px;*/
    background: #000;
    right: 5%;
    text-decoration: none;
    padding: 4px;
    color: #fff; position: absolute;
}

.hero_img_desk
{
    display: block;
}
.hero_img_mob
{
    display: none;
}
ul.nav-menu a.newsletter{
	display:none;
}
.about_hero_image img{
	width:100%;
	margin:0px auto;
	}
.about_page_content	{
			width: 70%;
			margin:90px auto;
	}
.about_page_text p{
	text-align:justify;
}


@media only screen 
  and (min-width: 2001px) 
{
    .single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35% !important;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35% !important;
        width: 65% !important;
        padding: 70px;
        overflow: hidden;
        position: relative;
    }
    /*.single-news .news_holder .right .content,
    .single-eckotv .news_holder .right .content {
        width: 945px
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 935px;
        height: auto;
        margin-bottom: 60px;
    }*/
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: 80% !important;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 530px;
	left: 33%;
	width: 60% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 21px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 95% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small img
    {
	float: left;
	width: auto !important;
	margin-top:100px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    } 
}

@media only screen 
  and (min-width: 1700px)
  and (max-width: 2000px)
{
    .single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35%;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35%;
        width: 65%;
        padding: 70px;
        overflow: hidden;
        position: relative;
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: auto !important;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 500px;
	left: 33%;
	width: 60% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 18px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 95% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small img
    {
	float: left;
	width: auto !important;
	margin-top:100px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    } 
}

@media only screen 
  and (min-width: 1551px)
  and (max-width: 1699px)
{
.single-news .news_holder .left .content, .single-eckotv .news_holder .left .content {
	position: absolute;
	width: 510px;
	right: 0 !important;
	top: 70px;
    }
    .single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35%;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35%;
        width: 65%;
        padding: 70px;
        overflow: hidden;
        position: relative;
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: auto !important;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 430px;
	left: 33%;
	width: 60% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 16px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 95% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small img
    {
	float: left;
	width: auto !important;
	margin-top:30px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    } 
}
  
@media only screen 
  and (min-width: 1455px)
  and (max-width: 1550px)
{
    .single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35%;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35%;
        width: 65%;
        padding: 70px;
        overflow: hidden;
        position: relative;
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    /*.single-news .news_holder .right, .single-eckotv .news_holder .right {
        width: 1016px;
        height: auto;
        margin-bottom: 60px;
    }*/
    .single-news .news_holder .right .content, .single-eckotv .news_holder .right .content {
	width: 850px;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: auto !important;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 400px;
	left: 33%;
	width: 60% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 15px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 95% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small img
    {
	float: left;
	width: auto !important;
	margin-top:30px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    }
    .single-news .news_holder .left .content, .single-eckotv .news_holder .left .content {
	position: absolute;
	width: 510px;
	right: 0 !important;
	top: 70px;
    }
}

@media only screen 
  and (min-width: 1255px)
  and (max-width: 1454px)
{
    .single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35%;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35%;
        width: 65%;
        padding: 50px;
        overflow: hidden;
        position: relative;
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    /*.single-news .news_holder .right, .single-eckotv .news_holder .right {
        width: 1016px;
        height: auto;
        margin-bottom: 60px;
    }*/
    .single-news .news_holder .right .content, .single-eckotv .news_holder .right .content {
	width: 800px;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: auto !important;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 380px;
	left: 33%;
	width: 55% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 14px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 95% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small {
	float: left;
	width: 38%;
    }
    .left_block_small img
    {
	float: left;
	/*width: auto !important;*/
	margin-top:30px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    }
    .layout-1024 .single-news .news_holder .left .content, .layout-1024 .single-eckotv .news_holder .left .content {
	width: 368px;
	left: 44px;
	top: 44px;
    }
}
@media only screen 
  and (min-width: 1025px)
  and (max-width: 1254px)
{
    .single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35%;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35%;
        width: 65%;
        padding: 50px;
        overflow: hidden;
        position: relative;
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    /*.single-news .news_holder .right, .single-eckotv .news_holder .right {
        width: 1016px;
        height: auto;
        margin-bottom: 60px;
    }*/
    .single-news .news_holder .right .content, .single-eckotv .news_holder .right .content {
	width: 630px;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: 100%;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 300px;
	left: 33%;
	width: 55% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 11px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 93% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small {
	float: left;
	width: 38%;
    }
    .left_block_small img
    {
	float: left;
	/*width: auto !important;*/
	margin-top:30px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    }
}

@media only screen 
  and (min-width: 981px) 
  and (max-width: 1024px)
{
.single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35%;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35%;
        width: 65%;
        padding: 50px;
        overflow: hidden;
        position: relative;
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    /*.single-news .news_holder .right, .single-eckotv .news_holder .right {
        width: 1016px;
        height: auto;
        margin-bottom: 60px;
    }*/
    .single-news .news_holder .right .content, .single-eckotv .news_holder .right .content {
	width: 550px;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: 100%;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 300px;
	left: 33%;
	width: 55% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 11px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 93% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small {
	float: left;
	width: 38%;
    }
    .left_block_small img
    {
	float: left;
	/*width: auto !important;*/
	margin-top:30px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    }
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 980px)
{
.single-news .news_holder .left,
    .single-eckotv .news_holder .left {
        color: #fff;
        width: 35%;
        position: fixed;
        top: 98px;
        height: 100%
    }
    .single-news .news_holder .right, .single-eckotv .news_holder .right {
        margin-left: 35%;
        width: 65%;
        padding: 50px;
        overflow: hidden;
        position: relative;
    }
    .single-news .news_holder .right img, .single-eckotv .news_holder .right img {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    /*.single-news .news_holder .right, .single-eckotv .news_holder .right {
        width: 1016px;
        height: auto;
        margin-bottom: 60px;
    }*/
    .single-news .news_holder .right .content, .single-eckotv .news_holder .right .content {
	width: 100%;
    }
    .main_block
    {
	position: relative;
	clear: both;
    }
    .main_block1 img
    {
	width: auto !important;
    }
    .main_block2 img
    {
	width: 100%;
	clear: both;
    }
    .left_block
    {
	float: left;
	width: 50%;
    }
    .right_block
    {
	float: right;
	width: 50%;
    }
    .lb_logo img
    {
	position: absolute;
	top: 200px;
	left: 33%;
	width: 55% !important;
    }
    
    .left_block1
    {
	float: left;
	width: 27.3%;
    }
    .right_block1
    {
	float: right;
	width: 27%;
    }
    .left_block2
    {
	float: left;
	width: 45%;
    }
    .right_block2
    {
	float: right;
	width: 55%;
    }
    .right_block2_img1
    {
	float: left;
	width: 9px !important;
    }
    .right_block2_img2
    {
	float: right;
	width: 93% !important;
    }
    .middle_block1
    {
	float: left;
	width: 37%;
	margin-left:4.5%;
    }
    .left_block_small {
	float: left;
	width: 38%;
    }
    .left_block_small img
    {
	float: left;
	/*width: auto !important;*/
	margin-top:30px;
    }
    marquee img
    {
	margin-bottom: 0px !important;
    }
}

/** Custom CSS End **/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 850px)
{
	.layout-1024 .home .template-3 .col1 .col {
	  height: 340px; 
    }
    .right_block2_img1
    {
	float: left;
	width: 8px !important;
    }
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px)
{
	.layout-1024 .basic2side .left .content{
		right: -30px;
	}
	.layout-1024 .basic2side .right .content{
		width:100%;
	}
	.layout-1024 .single-news .news_holder .left .content, .layout-1024 .single-eckotv .news_holder .left .content {
	    width: 368px;
	    left: 10px;
	    top: 44px;
	}
	.single-news .news_holder .left h1, .single-eckotv .news_holder .left h1 {
	    font-size: 2rem;
	    line-height: 60px;
	    text-transform: none;
	    margin: 25px 0 28px;
	}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 374px)
{
	.layout-1024 .home .template-3 .col1 .col{
		min-height: 140px;
	}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px)
{
	#customer-service{
	margin-top:5%;
	margin-left: 6%;
	font-size: 16px;
}

.hero_img_desk
{
    display: none;
}
.hero_img_mob
{
    display: block;
}

    .layout-1024 .page-template-prince .news_item .left{
        width:100%;
    }
    .page-template-prince .HeroTeam {
        top: 85px;
    }
    .PrinceTeam {
        height: 268px;
    }
    .page-template-prince .content-holder {
        margin-top: 298px;
    }
    .page-template-prince .PrinceTeam .content{
        padding-top: 50px;
    }
    .page-template-prince .HeroTeam {
        top: 85px;
        min-width: 100%;
    }
    .page-template-prince .PrinceTeam {
        height: 394px;
    }
    .page-template-prince .featuredNews:before, .page-template-prince .HeroTeam:before{
        background:transparent;
    }
    .page-template-prince .HeroTeam .content>h1 {
            font-size: 28px;
    }
    .video_holder iframe{
        left:0px;
    }
    #price-sweeps{
    margin-top: -70px;
    }
	img#join-img,img#success-img{
		width:70%;
		margin-top:18%;
	}
	.newsletter_form .wrap p{
		font-size:13px;
	}	
	.newsletter_form .wrap select{
		width: 28% !important;
	}
	.newsletter_form .wrap input[type="submit"]{
		font-size:14px !important;
		padding: 6px;
	}
	.about_page_content{
		    width: 90%;
		    margin: 30px auto;
	}
	.menu-toggle span{
		border-top: 10px double #7b7b7b !important;
        border-bottom: 3px solid #7b7b7b !important;
	}
	footer .bottom .right, footer .bottom .left{
		width: 100%;
        text-align: center;
	}
	footer .bottom .left,footer .bottom .right{
		float:none !important;
	}
	footer .bottom .c-wrap{
		height:100%;
	}
	.basic2side .left{
		display:none;
	}
	.basic2side .right{
		margin-left:0%;
		width:100%;
	}
	.layout-1024 .basic2side .right .content{
		width:100%;
	}
	.newsletter_form.success h2{
		font-size: 2.133333rem;
	}
	marquee img
	{
	    display: none;
	}
	.right_block2_img1
	{
	    float: left;
	    display: none !important;
	}
	.lb_logo img
	{
	    position: absolute;
	    top: 750px;
	    left: 33%;
	    width: 55% !important;
	}

}

@media only screen 
  and (min-width: 1426px) 
  and (max-width: 1427px)
{
    .video_display
    {
        width:68% !important;
        height: 450px !important;
    }
    
    #hero_img a
    {
    top: 62% !important;
    width: 138px;
    height: 30px;
    background: #000;
    right: 5%;
    text-decoration: none;
    padding: 4px;
    color: #fff;
    }
}

@media only screen 
  and (min-width: 1125px)
  and (max-width: 1425px)
{
    .video_display
    {
        width:68% !important;
        height: 322px !important;
    }
    
    #hero_img a
    {
    top: 62% !important;
    /*width: 138px;
    height: 30px;*/
    background: #000;
    right: 5%;
    text-decoration: none;
    padding: 7px 12px;
    color: #fff;
    }
}

@media only screen 
  and (min-width: 981px) 
  and (max-width: 1124px)
{
    .video_display
    {
        width:68% !important;
        height: 322px !important;
    }
    
    #hero_img a
    {
        left: 4.5% !important;
        top: 70% !important;
        width: 138px;
        height: 36px;
    }
}

@media only screen 
  and (min-width: 900px) 
  and (max-width: 980px)
{
    #hero_img
    {
        height: 395px !important;
    }
    .video_display
    {
        top: 12% !important;
        height: 314px !important;
    }
    
    #hero_img a
    {
	top: 71.5% !important;
        width: 133px !important;
        height: 34px !important;
    }
    .right_block2_img1
    {
	float: left;
	width: 9px !important;
    }
}
@media only screen 
  and (min-width: 865px) 
  and (max-width: 899px)
{
    #hero_img
    {
        height: 380px !important;
    }
    .video_display
    {
        top: 14% !important;
        height: 290px !important;
    }
    
    #hero_img a
    {
        width: 120px !important;
        height: 30px !important;
    }
}
@media only screen 
  and (min-width: 800px) 
  and (max-width: 864px)
{
    #hero_img
    {
        height: 360px !important;
    }
    .video_display
    {
        top: 14% !important;
        height: 280px !important;
    }
    
    #hero_img a
    {
        width: 115px !important;
        height: 32px !important;
    }
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 799px)
{
    #hero_img
    {
        height: 335px !important;
    }
    .video_display
    {
        top: 15% !important;
        height: 250px !important;
    }
    
    #hero_img a
    {
        width: 108px !important;
        height: 29px !important;
    }
}

@media only screen 
  and (min-width: 320px) 
  and (max-width: 767px)
{
    .hero_img_desk
    {
        display: none;
    }
    .hero_img_mob
    {
        display: block;
    }
    marquee img
    {
	display: none;
    }
    .right_block2_img1
    {
	float: left;
	display: none;
    }
    .lb_logo img
    {
	position: absolute;
	top: 350px;
	left: 33%;
	width: 55% !important;
    }
}
@media only screen 
  and (min-width: 450px) 
  and (max-width: 767px)
{
    .video_mob_display
    {
        height: 350px;
    }
}

@media only screen 
  and (min-width: 320px) 
  and (max-width: 449px)
{
    .video_mob_display
    {
        height: 166px;
    }
}
.video_display {
    display: none !important; 
}
.wt-cli-inner-text {
    display: none;
}