/*
Theme Name: Playcast Theme
Theme URI: http://wordpress.org/themes/blankslate
Author: Razor Grip
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/*alon test*/

/*Custom CSS | Razor Grip 2015 */
html:not(.home),body:not(.home) {
    overflow: visible !important;
}

body {
font-family: 'OpenSans-Regular',Arial,Helvetica,sans-serif;
}

p,a, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    font-family: KlintPro,Calibri,Arial,sans-serif;
}
h1 {
color:white;
    font-size: 50px;
    margin-top: 10px;
}
a:hover {
    color:black;
    text-decoration: none;
}
.wrapper {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.wpb_wrapper {
    margin: 0 auto;
    width: 1280px;
    position:relative;
}

#header {
    background: none repeat scroll 0 0 #e8e8e8;
    box-shadow: 0 0 20px rgba(9, 93, 144, 0.6);
    min-height: 50px;
    position: relative;
    width: 100%;
    z-index: 9999;
    border-bottom: 2px solid white;
}
.login {
    display: none;
    float: right;
    position: absolute;
    right: 0;
}



.hidden{display: none;}
nav {
    float:left;

}
.menu li {
    float: left;
}
.menu li.support {
    background: none repeat scroll 0 0 rgba(204, 216, 231, 0.5);
    border-left: 1px solid #a1a3a2;
    border-right: 1px solid #ffffff;
    height: 50px;
}

.current-menu-item a {
    border-bottom:2px solid #8dbf3d;
}
.menu a {
    color: #414347;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 60px;
    padding: 0 20px;
    text-decoration: none;
}
.menu a:hover {
    color:black;
    text-decoration: none;
}

/* responsive menu */

#click-menu.admin-bar-showing {
    margin-top: 45px !important;
}

#click-menu {
    border-left: 2px solid;
    height: 50px !important;
    padding: 0 !important;
    top: 0 !important;
    width: 50px;
}

.click-menu-image {
    position: absolute;
    right: 0;
    top: 13px;
}

.sign-in-responsive {
    background-color: #98c521;
}

#responsive-menu{
    right: 0;
    top: 53px !important;
    height: 188px !important;
    box-shadow: 0 5px 8px #333333 !important;
    border: 2px solid #cfcfcf;
}

#responsive-menu .responsive-menu li {
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #ffffff;
    list-style-type: none;
    position: relative;
}

#responsive-menu .responsive-menu li a {
    padding-left: 15% !important;
}

#responsive-menu .current-menu-item a {
    border-bottom: medium none;
}

#responsive-menu-title{
    display: none;
}

#responsive-menu.admin-bar-showing {
    padding-top: 0 !important;
    top: 100px !important;
}

/*Home Page */

section#branding {
    float: left;
    margin-right: 50px;
    margin-top: 17px;
}
.home .vc_row {
    background-repeat: no-repeat;
    margin: 0;
    height: 650px !important;
    position: relative;
}
.section1 h1 ,.home .vc_row.section1 p{
color: #15262b;
}

.section1 h1 {
    margin-top: 40px;
}

.section1 .rotatingdudes {
    bottom: 0;
    left:19%;
    max-width:1147px;
    position: absolute;
}
.home .vc_row p {
    font-size: 24px;
    color:white;
}
.section1 .wpb_wrapper #video1 {
    left:301px;
    position: absolute;
    top: 101px;
    width: 635px;
}
.hiddenimg {
    position:absolute;
}

.mobilez {
    display: none;
}

/* Screen 2 images */

.hiddenimg.s2-tv {
    bottom: -500px;
    left: 323px;
    max-width: 700px;
    z-index: 0;
}

.hiddenimg.s2-household {
    bottom: 650px;
    max-width: 600px;
    right: 455px;
    display:none;
}

.hiddenimg.s2-rent {
    bottom: -230px;
    max-width: 365px;
    right: 280px;
    z-index: 0;
}

/* Screen 3 images */

.hiddenimg.s3-longest {
    bottom: -285px;
    left: 694px;
    z-index: 2;
    max-width: 225px;
}


.hiddenimg.s3-title-1 {
    bottom: 635px;
    left:-38px;
    max-width:349px;
    z-index: 0;
}

.hiddenimg.s3-title-2 {
    top:580px;
    left:302px;
    max-width: 195px;
    z-index: 0;
}

.hiddenimg.s3-title-3 {
    bottom:135px;
    left:485px;
    max-width: 210px;
    z-index: 0;
}

.hiddenimg.s3-title-4 {
    top: -360px;
    left: 666px;
    max-width: 280px;
    z-index: 0;
}

.hiddenimg.s3-title-5 {
    bottom: 85px;
    left: 923px;
    max-width: 210px;
    z-index: 0;
}

.hiddenimg.s3-title-6 {
    max-width: 205px;
    right: 605px;
    top: 137px;
    z-index: 0;
}

.hiddenimg.s3-title-7 {
    max-width: 205px;
    right: 424px;
    top: 650px;
    z-index: 0;
}

.hiddenimg.s3-title-8 {
    max-width: 210px;
    right: 226px;
    top: -370px;
    z-index: 0;
}

.hiddenimg.s3-title-9 {
    bottom: 600px;
    max-width: 235px;
    right: 0;
    z-index: 0;
}

/* screen 4 images */

.hiddenimg.s4-globe {
    max-width: 750px;
    right: 310px;
    top: 600px;
    z-index: 2;
}

.hiddenimg.s4-stripes {
    left: 0;
    top: 0;
    z-index: 0;
}

.hiddenimg.s4-timer {
    bottom: -300px;
    left: 620px;
    max-width: 390px;
    z-index: 1;
}

/* screen 5 images */

.hiddenimg.s5-dvd-box {
    bottom: -250px;
    left: 0;
    max-width: 1910px;
    z-index: 0;
}

.hiddenimg.s5-kid {
    bottom: 690px;
    max-width: 357px;
    right: 320px;
    z-index: 2;
    display:none;
}
.home .vc_row.section5 {
    height: 890px !important;
}

/*Z-indexes for home */

.home .section5 {z-index:30}
.home .section4 {z-index:40}
.home .section3 {z-index:30}
.home .section2 {z-index:50}
.home .section1 {z-index:10}

/*End Home Page*/

/*About Us*/

 #container{
    width: 100%;
    background-image: url("images/about-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-news {
    background-image: url("images/about-bg.jpg");
}
.page-template-news #container{
    background-image: none;
}

.page-template-about .content-area.wrapper {
 }

.headlines {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
}


#board {
    margin-top: 35px;
}
.people {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.people li {
    border: 2px solid #93abd4;
    float: left;
    height: 180px;
    padding: 10px 15px 10px 10px;
    width: 235px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 5px 2px #93abd4;
    -moz-box-shadow: 0 0 5px 2px #93abd4;
    box-shadow: 0 0 5px 2px #93abd4;
    position:relative;
    background-color: #407fed;
}
.people li img {
    float: left;
    margin-right:7px;
}
.people li h3 {
    color: #eeda18;
    float: left;
    font-size: 16px;
    margin-bottom: 50px;
    width: 110px;
}
.short-bio {
    color: white;
    font-size: 14px;
    line-height: 18px;
    width:105%;
}
.read-more-about, .read-more-job {
    bottom: 5px;
    color: #a5ff13;
    float: right;
    font-size: 16px;
    margin-top: 10px;
    position: absolute;
    right: 10px;
    text-decoration: none;
}
.people:last-child {
    margin-bottom: 5px;
}
.about-guys-bg {max-width: 1920px;}

.people li.selected {
    width: 1072px;
}

.people li.selected .read-more-about, .people li.selected .short-bio {
    display: none;
}

.people li.selected .full-bio, .people li.selected .close-x  { display: block; }

.close-x {
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px 2px #ffffff;
    color: white;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 25px;
}

.full-bio {
    color: white;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px;
    overflow: auto;
}

.selected > h3 {
    margin-bottom: 20px !important;
    width: 90% !important;
}

.people .selected h3 {
    width: 30% !important;
}

.selected .full-bio {
    float: left;
    width: 88%;
    height: 130px;
}


/*News */

.mobile-y {
    display: none;
}

.news_wrapper {
    float: left;
    max-width: 435px;
    display:none;
}
.news-guys-bg {
    bottom: 0;
    float: left;
    margin-left: 10px;
    max-width: 50%;
    position: absolute;
    right: 20%;
}
.news li {

    float: left;
    padding: 30px 0;
    width: 100%;

}
span.sep_line {
    background: none repeat scroll 0 0 #5f9cdd;
    box-shadow: 1px 0 8px white;
    float: left;
    height: 1px;
    width: 100%;
}

.news-img {
    float: left;
    min-height: 45px;
}

.news img {
    float: left;
    margin-right: 15px;
    box-shadow: 5px 5px 10px black;
    max-width: 45px;
}
.news li a {
    color: #a5ff13;
    float: left;
    margin-bottom: 5px;
    text-decoration: none;
    width: 80%;
}
.news li p {
    color: white;
    font-size: 18px;
}
.year_choose {
    float: left;
    margin-top: 25px;
    margin-bottom: 75px;
    margin-top:15px;
    width: 100%;
}

.year_choose li {
    float: left;
    margin-right: 25px;
}
.year_choose a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}
.year_choose a.selected {
    border-bottom: 2px solid #95afdc;
}

/* Careers Page */

.page-template-careers {
    background-image: url("images/about-bg.jpg");
    min-height: 864px;

}

.page-template-careers #container {background-image: none;}

.careers-wrap {
    margin: 0 auto;
    position: relative;
    width: 955px;
}

#divider-c{

}

#careers-top {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: -2px;
    position: relative;
}

#careers_intro {
    color: #ffffff;
    font-size: 20px;
    left: 0;
    line-height: 30px;
    padding-top: 30px;
    width: 250px;
}

#careers_title {
    color: #ffffff;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 132px;
}

#careers_img {
    position: absolute;
    right: 0;
    top: -20px;
}

#careers_img > img {
    max-width: 393px;

}

.career {
    background-image: url("images/career-divider.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}
.career > li {
    background-color: #407fed;
    border: 2px solid #93abd4;
    box-shadow: 0 0 5px 2px #93abd4;
    float: left;
    min-height: 180px;
    margin-right: 30px;
    padding: 10px 15px 10px 10px;
    position: relative;
    width: 235px;
    margin-bottom: 30px;
}

.career li h3 {
    color: #eeda18;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.job-sub-title {
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
}

.career p, .job-full-description li {
    color: #ffffff;
    float: left;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
}

.job-short-description {
    height: 90px;
    overflow: auto;
}

.job-full-description li {
    background: url("images/list.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 3px 0 3px 25px;
    width: 98%;
}

.career li.selected {
    width: 100%;
}

.career li.selected .read-more-job, .career li.selected .job-short-description {
    display: none;
}

.career li.selected .job-full-description, .career li.selected .close-x, .career li.selected #submit  { display: block; }

#submit {
    float: left;
    margin-left: -8px;
    margin-bottom: 15px;
}

.job-full-description.hidden > h4 {
    color: #ffffff;
    float: left;
    font-size: 16px;
    margin: 10px 0;
}

/* Contact Us page */

.page-template-contact #container{min-height: 893px;}

.contact-wrap {
    background-image: url("images/contact-layout.png");
    background-position: center 30px;
    background-repeat: no-repeat;
    min-height: 886px;
    position: relative;
    width: 100%;
}

.contact-click, .mobile-only {
    display: none;
}

#contact-dude {
    bottom: 0;
    left: 299px;
    max-width: 620px;
    position: absolute;
}

.center-title {
    color: #ffffff;
    font-size: 26px;
    position: absolute;
}

.center-text {
    color: #ffffff;
    font-size: 16px;
    position: absolute;
}

#center_left_title {
    left: 355px;
    top: 195px;
}

#center_left_text {
    left: 355px;
    padding: 0 10px;
    top: 245px;
    width: 250px;
}

#center_right_title {
    right: 145px;
    top: 261px;
}

#center_right_text {
    padding: 0 5px;
    right: 135px;
    top: 310px;
    width: 310px;
}

.side-titles {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
}

.side-emails {
    color: #a5ff13;
    font-size: 16px;
    position: absolute;
    text-decoration: none;
}

#top_left_title {
    left: 65px;
    top: 400px;
}

#top_left_email {
    left: 67px;
    top: 425px;
}

#btt_left_title {
    left: 105px;
    top: 535px;
}

#btt_left_email {
    left: 105px;
    top: 558px;
}

#top_right_title {
    right: 210px;
    top: 523px;
}

#top_right_email {
    right: 59px;
    top: 548px;
}

#btt_right_title {
    right: 276px;
    top: 670px;
}

#btt_right_email {
    right: 126px;
    top: 694px;
}

/* end */

/* support page */

.tabs-wrapper #samsung .brand_logo {
    max-width: 80%;
}
#support-top {
    float: left;
    width: 100%;
    min-height: 460px;
    background-image: url("images/map.png");
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
}

.top-text-support {
    color: #ffffff;
    float: left;
    font-size: 24px;
    padding-top: 20px;
}

.map-location {
    background-color: #aedb20;
    border: 1px solid #69971e;
    border-radius: 5px;
    color: #14262b;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 1px 15px 1px 40px;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3), inset 0 0 3px #c7ff6f;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3), inset 0 0 3px #c7ff6f;
    box-shadow: 0 0 5px rgba(0,0,0,.3), inset 0 0 3px #c7ff6f;
}

.map-location:after {
    background: url("images/map-pad.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -8px;
    content: "";
    display: inline-block;
    height: 38px;
    left: -30px;
    position: absolute;
    width: 69px;
}



#map-na {
    left: 192px;
    top: 178px;
}

#map-la {
    left: 270px;
    top: 286px;
}

#map-eu {
    left: 432px;
    top: 167px;
}

#map-as {
    left: 668px;
    top: 188px;
}

#map-ja {
    left: 725px;
    top: 205px;
}

#map-ea {
    left: 645px;
    top: 245px;
}

#map-au {
    bottom: 90px;
    left: 725px;
}

.service-img, .location-box{
    display: none;
}

.location-box {
    background-color: #3475cb;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 7px rgba(255, 255, 255, 0.5), 0 0 15px rgba(0, 0, 0, 0.3) inset;
    height: 250px;
    margin: 12% auto 0 10%;
    max-width: 680px;
    position: relative;
    width: 100%;
    z-index: 999;
}

.location-box > h2 {
    color: #ffffff;
    float: left;
    font-size: 26px;
    margin: 25px auto 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.select-wrap {
    margin: 0 auto;
    width: 100%;
}

.location-box select {
    background-color: #fff;
    border: 1px solid rgba(31, 86, 179, 0.5);
    color: #505050;
    font-size: 14px;
    height: 30px;
    margin-left: 25%;
    width: 292px;
}

.get-support {
    background-image: url("images/select-divider.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    float: left;
    font-size: 18px;
    line-height: 83px;
    margin: 0 auto 0 55px;
    min-width: 521px;
    text-align: center;
}
.service-img {
    bottom: 35px;
    position: absolute;
    width: 100%;
}

.service-img img {
    float: left;
    margin-right: 18px;
    max-width: 130px;

}
.service-img img:first-child {
    margin-left: 5%;
}

#support-bottom {
    float: left;
    position: relative;
    background-image: url("images/support-bottom.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 802px;
    width: 100%;
    border-top: solid 1px rgba(255,255,255,.71);
    z-index: 0;
}

.tabs-wrapper {
    float: left;
    top: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    background-image: url("images/tab-all-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.tabs-wrapper .wrapper {
    padding-top: 82px;
}

.tab {
    float: left;
    padding: 20px 30px;
    min-height: 37px;
    margin-right: 10px;
    background-color: #1e4466;
    -webkit-box-shadow: 0 0 7px rgba(255,255,255,.5), inset 0 0 15px rgba(41,88,156,.4);
    -moz-box-shadow: 0 0 7px rgba(255,255,255,.5), inset 0 0 15px rgba(41,88,156,.4);
    box-shadow: 0 0 7px rgba(255,255,255,.5), inset 0 0 15px rgba(41,88,156,.4);
    border: solid 1px rgba(255,255,255,.71);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background-image: url("images/tab-bg.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: repeat-x;
}

.tab.active-tab {
    background-color: #407fed;
    bottom: -1px;
    box-shadow: none;
    position: relative;
    z-index: 999;
    background-image: url("images/active-tab.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab:first-child {
    margin-left: 20px;
}

.brands {
    float: left;
    padding-left: 100px;
    width: 95%;
}

#support-bottom .brand,
#support-bottom .single-items   {
    display: none;
}

#support-bottom-wrapper {
    margin-top: 55px;
}

.support-left {
    float: left;
    padding: 0 25px;
    width: 20%;
}
.sub-title-menu {

    border-bottom: 1px solid #4f7699;
    color: white;
    float: left;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    text-decoration: none;
    width: 92%;
    background-image: url("images/menu-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position:relative;
}
.sub-title-menu.active:after,#support-ticket-link.active:after {
    content: url("./images/right-arrow.png");
    position:absolute;
    right:0;
}
#support-ticket-link.active:after {
    top:10px;
}

.support-left .support-sub-menu {
    display: none;
}

.support-right {
    background-image: url("images/support-right.png");
    background-position: left center;
    background-repeat: repeat-y;
    background-size: contain;
    float: left;
    margin-bottom: 20px;
    min-height: 820px;
    width: 70%;
}

.single-items {
    width: 85%;
}

.single-faq {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;

}

.single-sep {
    background-image: url("images/seperater-single.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    padding: 15px 0;
    width: 100%;
}

.single-faq ul {
    margin: 10px 0;
}

.single-faq li {
    background: url("images/list.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 3px 0 3px 25px;
    width: 98%;
}

.single-faq h3 {
    font-size: 20px;
    padding: 10px 0px 15px 0px;
}

.single-faq a {
    color: #97ccfe;
    text-decoration: none;
}

#faqs {
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px solid #4f7699;
    float: left;
    width: 100%;
}


#support-ticket-link {
    color: #ffffff;
    height: 60px;
    text-decoration: none;
    border-bottom: 1px solid #4f7699;
    float: left;
    width: 100%;
    margin-top: 10px;
    position:relative;
}

#support-ticket-link h2 {
    font-size: 20px;
    padding-bottom: 5px;
}

#support-ticket-link p {
    font-size: 14px;
}

/* support form */

.support-form {display: none;}

.support-gform_wrapper {
    max-width: 65% !important;
}

.support-form .medium {
    width: 45% !important;
    border: 1px solid #22579f;
}

.support-gform .gfield_label {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal !important;
    width: 21% !important;
}

.support-gform .gform-green .gfield_label {
    color: #a5ff13;
}

.support-gform .gfield_required {
    color: #a5ff13 !important;
}

.support-form-sub-title {
    color: #ffffff;
    font-size: 18px !important;
    border-bottom: none !important;
    margin-top: 40px !important;
}

.support-gform .connected .gfield_label {
    width: 26% !important;
}

.support-form .gfield_select {
    width: 40.5% !important;
}

.support-form .feedback .gfield_select {
    width: 45.5% !important;
}

.support-form .textarea {
    width: 69% !important;
}

.support-form .supoort-comments .gfield_label {
    margin: 10px 0 5px !important;
    width: 98% !important;
}

#gforms_confirmation_message {
    color: #ffffff;
}

.support-thanks {
    float: left;
    position: relative;
    width: 50%;
}

.support-thanks > img {
    float: left;
    max-width: 438px;
    width: 100%;
}

.support-thanks > p {
    bottom: 60px;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.support-form .validation_error {
    color: #ff0101 !important;
    font-size: 16px !important;
}

.support-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {

    padding-left:0 !important;
}


.support-form .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-bottom:none !important;
    border-top: none !important;
    margin-bottom: 0 !important;
    padding:0!important;
}


.support-form .gform_wrapper .validation_message {
    color: #ff0101 !important;
    font-weight: bold;
    letter-spacing: normal;
    display: none !important;
}

.support-form .gform_wrapper li.gfield_error input[type="text"], .gform_wrapper li.gfield_error input[type="url"], .gform_wrapper li.gfield_error input[type="email"], .gform_wrapper li.gfield_error input[type="tel"], .gform_wrapper li.gfield_error input[type="number"], .gform_wrapper li.gfield_error input[type="password"], .gform_wrapper li.gfield_error textarea {
    border: none !important;
    position: relative !important;
}

.support-form .gfield.gfield_error.gfield_contains_required {
    position: relative !important;
}

.support-form .gfield.gfield_error.gfield_contains_required::after {
    background: url("images/gfield-error.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 13px;
    position: absolute !important;
    right: 130px;
    top: 5px;
    width: 30px;
}

.support-form .gform_wrapper .gfield_error .gfield_label {color: #ffffff !important;}