/*@import url('normalize.css');*/
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline:0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
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;
}

/* @font-face DECLARATION */

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

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


/*Oswald*/

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

}


/*Main_text*/
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*NEW*/
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('../fonts/roboto/Roboto-BoldCondensed.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldCondensedItalic';
    src: url('../fonts/roboto/Roboto-BoldCondensedItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('../fonts/roboto/Roboto-Condensed.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-CondensedItalic';
    src: url('../fonts/roboto/Roboto-CondensedItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
}



html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family:  'Roboto-Regular', sans-serif;
    font-size: 14pt;
    color: #d7d6d6;
    background: url("/themes/beflsg2/images/bg_inner2.png") no-repeat center center fixed;
    background-size: cover;
}


.clear:after{
    clear: both;
    content: "";
    display: block;
}

h1{
    font-family:  'Roboto-Light', sans-serif;
    font-size: 28pt;
    color: #ddd;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

a{
    color: #d7d6d6;
    text-decoration: none;
}

input, button {
    outline: none;
}

.alert {
    display: none;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.alert.error {
    color: red;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
}

.bg_pattern {
    min-height: 100%;
    min-width: 1024px;

    width: 100%;
    height: auto;

    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/bg_pattern.png") repeat;
}

#video_banner{
    /* Set rules to fill background */
    min-height: 100%;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

#video_banner.video-js .vjs-tech {
    height: auto;
}

.page_wrap{
    min-height: 100%;
    position: relative;
    top: 0;
    background-color: rgba(0, 120, 255, 0.3);
}

.main {
    min-height: 100%;
    overflow: hidden;
}

.hFooter {
    height: 170px;
}


/* HEADER */

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.92);
}

.logo {
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 99999;
    text-align: center;
}

.header .dropdown {
    display: none;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #ffe300;
    border-radius: 10px;
    color: #ffe300;
}

.header .dropdown #mobileMenuButton {
    width: 100%;
    height: 100%;
    background: url("../images/menu_icon.png") center no-repeat;
    background-size: cover;
    border: none;
}

.mobileMenuList {
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    z-index: 999999;
    width: 100%;
    margin-top: 82px;
    text-align: center;
    font-size: 40pt;
    padding: 0;
    max-height: 85%;
    overflow-y: auto;
}

.mobileMenuList div {
    border: 1px solid #625200;
    border-radius: 15px;
    padding: 35px 0;
    margin: 2px;
    width: 49%;
    float: left;
    position: relative;
}

.mobileMenuList div a {
    color: #ffe300;
    font-family: 'Roboto-Light', sans-serif;
}

@media (max-width: 1030px) {
    .mobileMenuList {
        font-size: 30pt;
        margin-top: 72px;
    }

    .mobileMenuList div {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .mobileMenuList {
        font-size: 40pt;
        margin-top: 67px;
    }

    .mobileMenuList div {
        padding: 35px 0;
        width: 99%;
        float: none;
    }
}

@media (max-width: 800px) {
    .mobileMenuList {
        font-size: 20pt;
    }

    .mobileMenuList div {
        padding: 20px 0;
    }
}

@media (max-width: 400px) {
    .mobileMenuList {
        font-size: 15pt;
        margin-top: 72px;
    }

    .mobileMenuList div {
        padding: 20px 0;
    }
}

.top_nav {
    text-align: right;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 11pt;
    line-height: 80px;
    text-transform: uppercase;
}

.top_nav li {
    display: inline;
    margin: 0 5px;
}

.top_nav a {
    color: #dfdfdf;
}

.top_nav a:hover {
    color: #ead91b;
}

.search_bar {
    position: absolute;
    width: 100%;
    line-height: 80px;
}

.quote_button {
    width: 120px;
    line-height: 40px;
    margin: 20px 0;
    text-align: center;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #ffe300;
    border: thin #000000;
    border-radius: 20px;
    text-transform: uppercase;
}
.share_button {
    width: auto!important;
    line-height: 30px!important;
    margin: 0 5px 0 0!important;
    padding: 0px 10px;
    text-transform: inherit!important;
}

#search_form {
    display: none;
    width: 100%;
}

.home_search_input {
    width: 100%;
    height: 40px;
    margin: 20px 0;
    border: 1px solid #565656;
    line-height: 40px;
    font-size: 25px;
    background: rgba(30, 30, 35, 0.92);
}

.search_button {
    width: 60px;
    height: 80px;
    text-align: center;
    padding: 30px 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search_bar legend {
    display: none;
}

#Search .middleColumn {
    margin: 0;
    padding: 0;
    background: none;
    width: 225px;
}

#Search input.text {
    width: 188px;
    height: 28px;
    padding: 0 5px 0 30px;
    border: 1px solid #7f7a38;
    line-height: 28px;
    background: #34353a;
}

.search_bar .action {
    width: 22px;
    height: 21px;
    border: 0;
    background: url("../images/search_icon.png") no-repeat;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    text-indent: 100px;
}

.drop_page .request .action {
    color: #ffe300;
    background: none;
    background-color: transparent;
    border: 1px solid #ffe300;
    border-radius: 50px;
    width: auto;
    min-width: 150px;
    height: auto;
    padding: 10px 30px;
    margin: 0 !important;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    text-shadow: 0 0 0;
    line-height: 1.5;
    float: right;
}

.drop_page .request .disable {
    color: #636363;
    border: 1px solid #636363;
}


.loadingCover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 23, 34, 0.95);
    display: none;
    text-align: center;
    padding-top: 20%;
    font-size: 50px;
    line-height: 1.5;
    font-family: 'Roboto-Thin', sans-serif;
}

@media (max-width: 1100px) {
    .loadingCover {
        padding-top: 30%;
        font-size: 50px;
    }
}

@media (max-width: 800px) {
    .loadingCover {
        padding-top: 50%;
        font-size: 50px;
    }
}

@media (max-width: 400px) {
    .loadingCover {
        padding-top: 50%;
        font-size: 35px;
    }
}

.drop_page .request input.text {
    line-height: normal;
    font-size: 14pt;
}

@media (max-width: 1030px) {
    .logo img {
        height: 40px;
    }

    .header .dropdown {
        display: block;
        float: right;
        width: 60px;
        height: 60px;
    }

    #search_button {
        display: none !important;
    }

    .search_button {
        display: none !important;
    }

    .top_nav {
        display: none;
    }

    .quote_button {
        width: 150px;
        line-height: 40px;
        margin: 20px 0;
        font-size: 13pt;
    }

    .drop_page .request input.text {
        font-size: 20pt;
    }

    .drop_page .request .action {
        font-size: 18pt;
        padding: 20px 60px;
        min-width: 340px;
    }
}

@media (max-width: 500px) {
    .logo img {
        height: 80px;
    }

    .header .dropdown {
        width: 90px;
        height: 90px;
        margin: 20px;
    }

    .quote_button {
        width: 300px;
        line-height: 90px;
        margin: 20px 0;
        font-size: 26pt;
    }

    .drop_page .request .action {
        font-size: 20pt;
        padding: 20px 60px;
    }
}

@media (max-width: 800px) {
    .logo {
        top: 22px;
        left: 20px;
    }

    .logo img {
        height: 30px;
    }

    .header .dropdown {
        display: block;
        float: right;
        width: 50px;
        height: 50px;
        margin: 10px 5px;
    }

    .quote_button {
        width: 150px;
        line-height: 40px;
        margin: 15px 0;
        font-size: 13pt;
    }

    .drop_page .request .action {
        font-size: 16pt;
        padding: 20px 40px;
        min-width: 300px;
    }
}

@media (max-width: 600px) {
    .logo {
        top: 19px;
        left: -5px;
    }

    .logo img {
        height: 30px;
    }

    .header .dropdown {
        display: block;
        float: right;
        width: 45px;
        height: 45px;
        margin: 10px 5px;
    }

    .quote_button {
        width: 120px;
        line-height: 35px;
        margin: 15px 0;
        font-size: 10pt;
    }

    .drop_page .request .action {
        font-size: 16pt;
        padding: 10px 40px;
        min-width: 200px;
    }
}

@media (max-width: 400px) {
    .logo {
        top: 25px;
        left: -5px;
    }

    .logo img {
        height: 25px;
    }

    .header .dropdown {
        width: 45px;
        height: 45px;
        margin: 10px 5px;
    }

    .quote_button {
        width: 100px;
        line-height: 40px;
        margin: 15px 0;
        font-size: 9pt;
    }

    .drop_page .request .action {
        font-size: 10pt;
        padding: 20px 30px;
        min-width: 250px;
    }
}

/* SEARCH RESULTS */
ul#SearchResults {
    margin: 10px 0;
}

ul#SearchResults li {
    list-style: none;
    margin: 10px 0;
    border-bottom: 1px solid #505050;
}

ul#SearchResults li h4{
    margin: 10px 0;
}

/* HELP BAR */

#help_bar {
    position: fixed;
    right:  0;
    top: 290px;
    z-index: 10;
    /*-webkit-border-bottom-left-radius: 10px;*/
    /*-moz-border-radius-bottomleft: 10px;*/
    /*border-bottom-left-radius: 10px;*/

    /*-webkit-border-top-left-radius: 10px;*/
    /*-moz-border-radius-topleft: 10px;*/
    /*border-top-left-radius: 10px;*/
}

#help_bar ul {
    list-style: none;
}

#help_bar li {
    width: 190px;
    /*border-bottom: 1px solid #2a2a2a;*/
    overflow: hidden;
    cursor: pointer;
}

#help_bar li:hover {

}

#help_bar a {
    text-decoration: none;
}

#help_bar li:last-child {
    border: none;
}

#help_bar li span {
    display: block;
    width: 60px;
    height: 69px;
    float: right;
    background: #141414;
    border-bottom: 1px solid #2a2a2a;
}

#help_bar li:hover span {
    background: #fde700;
}

#help_bar li span.description {
    display: none;
    width: 0px;
    height: 59px;
    padding: 5px 14px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;

    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border: 0;
    border-right: 1px solid #e5d101;

    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #472323;
}

#help_bar li span.description p {
    font-size: 13px;
    line-height: 1;
    color: #000;
}

#help_bar li:hover span.description{
    /*display: block;*/
}

#help_bar li span.help_demo {
    background: #141414 url("../images/demo_icon.png") no-repeat center;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

#help_bar li span.help_quote {
    background: #141414 url("../images/quote_icon.png") no-repeat center;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

#help_bar li span.help_question {
    background: #141414 url("../images/question_icon.png") no-repeat center;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

#help_bar li:hover span.help_demo {
    background: #fde700 url("../images/demo_icon_hover.png") no-repeat center;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

#help_bar li:hover span.help_quote {
    background: #fde700 url("../images/quote_icon_hover.png") no-repeat center;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

#help_bar li:hover span.help_question {
    background: #fde700 url("../images/question_icon_hover.png") no-repeat center;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}


/*MAY I HELP YOU*/

/*.may_i_help_you{*/
    /*background: url("../images/may_i_help_you.png") no-repeat;*/
    /*width: 239px; height: 83px;*/
    /*position: fixed;*/
    /*top: 135px; right: 20px;*/
/*}*/
/*.may_i_help_you a{*/
    /*line-height: 83px;*/
    /*font-family: 'oswaldlight', sans-serif;*/
    /*padding-left: 55px;*/
    /*font-size: 24px;*/
    /*color: #472424;*/
    /*text-decoration: none;*/
    /*text-transform: uppercase;*/
/*}*/
/*.may_i_help_you .close {*/
    /*display: block;*/
    /*width: 20px; height: 20px;*/
    /*position: absolute;*/
    /*top: 30px; left: 20px;*/
    /*-webkit-transition: all 0.3s;*/
	/*-moz-transition: all 0.3s;*/
	/*transition: all 0.3s;*/
/*}*/
/*.may_i_help_you .close:hover {*/
     /*transform: rotate(30deg);*/
    /*-webkit-transform: rotate(30deg);*/
    /*-o-transform: rotate(30deg);*/
    /*-moz-transform: rotate(30deg);*/
    /*transform: scale(1.1) rotate(90deg);*/
    /*-webkit-transform:  scale(1.1) rotate(90deg);*/
    /*-o-transform: scale(1.1) rotate(90deg);*/
    /*-moz-transform:  scale(1.1) rotate(90deg);*/
/*}*/
/*.may_i_help_you .close a{*/
    /*display: block;*/
     /*line-height:0;*/
     /*padding-left: 0;*/

/*}*/
/*.may_i_help_you  a:hover{*/
    /*color: #000;*/

/*}*/

    /*MAY I HELP YOU*/  

.more_nav ul{   
    display: block;
    margin: 50px auto;
    width: 655px;
    padding: 0;
    position: relative;
}
.more_nav ul li{
    display: inline-block;
    width: 140px; height: 80px;
    margin-right: 20px;
    background: url("../images/more_nav_bg.png") no-repeat bottom;
    line-height: 27px;
    	transition:background 1s ease;
	-webkit-transition:background 0.1s ease;
    
}
.more_nav ul li:hover{
    background: url("../images/more_nav_bg_hover.png") no-repeat bottom;   
}
.more_nav ul li:hover a{
   color: #472424;
   margin: 10px 0 0 10px;
}
.more_nav ul li:last-child{
    margin-right: 0;
}
.more_nav ul li a{
    display: block;
    float: left;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    padding-right: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-image: none;
    	/*transition:all 1s ease;*/
	/*-webkit-transition:all 0.1s ease;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.more_nav ul li a.more_nav_link {
    width: 140px; height: 80px;
    padding-right: 0;
}

.more_nav ul li a span {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-image: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more_nav ul li:hover a{
    text-shadow: none;
}
.more_nav ul li:hover a span {
    background: url("../images/arrow.png") no-repeat right;
}

/* Content */


#Remember {
    line-height: 56px;
}

#Remember input {
    width: 20px;
    float: left;
    margin: 4px 0 0 0;
}
#Remember .right {
    margin: 0;
    padding-left: 40px;
}

/* --------------------------------- INVITE ------------------------ */

.invite {
    padding: 170px 0 50px 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #ffe300;
    font-size: 55pt;
    width: 100%;
}

.invite .head {
    padding: 0;
    font-family: 'Roboto-Thin', sans-serif;
}

.invite .head strong {
    font-family: 'Roboto-Black', sans-serif;
    font-weight: normal;
}

.invite button {
    margin: 50px 0;
    background-color: transparent;
    border: 1px solid #ffe300;
    border-radius: 25px;
    text-align: center;
    width: 135px;
    line-height: 40px;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
}

@media (max-width: 1030px) {
    .invite button {
        width: auto;
        line-height: 1.5;
        margin: 20px 0;
        padding: 10px;
        font-size: 13pt;
    }
}

@media (max-width: 800px) {
    .invite {
        padding: 120px 0 50px 0;
        font-size: 40pt;
    }

    .invite .head {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .invite button {
        padding: 10px 10px;
        font-size: 12pt;
    }
}

@media (max-width: 500px) {
    .invite {
        padding: 100px 0 20px 0;
        font-size: 30pt;
    }

    .invite .head {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .invite .head p {
        font-size: 40pt;
    }

    .invite button {
        width: auto;
        line-height: 1.5;
        margin: 20px 0;
        padding: 10px;
        font-size: 10pt;
        border-radius: 60px;
    }
}

@media (max-width: 400px) {
    .invite {
        padding: 100px 0 20px 0;
        font-size: 20pt;
    }

    .invite .head {
        padding: 0 30px;
    }

    .invite .head p {
        font-size: 40pt;
    }

    .invite button {
        width: auto;
        line-height: 20px;
        margin: 20px 0;
        padding: 10px 10px;
        font-size: 8pt;
    }
}

/* --------------------------------- INFO ------------------------ */

.info {
    padding: 10px 0 60px 0;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 100%;
}

.info .head {
    padding: 60px 0;
    font-size: 25pt;
    font-family: 'Roboto-Bold', sans-serif;
}

.info .Infocontent {
    text-align: left;
    font-size: 14pt;
    font-family: 'Roboto-Regular', sans-serif;
    line-height: 1.5;
}

@media (max-width: 800px) {
    .info .head {
        padding: 30px 5px;
        font-size: 22pt;
    }

    .info .Infocontent {
        font-size: 16pt;
    }
}

/*CAROUSEL*/

.clientsSay {
    text-align: center;
    padding: 10px 0 60px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.clientsSay .head {
    padding: 60px 0;
    font-size: 25pt;
    font-family: 'Roboto-Bold', sans-serif;
}

.clientsSay .item{
    padding: 0 20%;
}

.clientsSay .carousel-control{
    height: 25px;
    background-color: transparent;
    background-image: none;
}

.clientsSay .carousel-control:hover{
    background-color: transparent;
    background-image: none;
}

.clientsSay .quote {
    text-align: center;
    font-size: 14pt;
    line-height: 2;
    font-family: 'Roboto-Italic', sans-serif;
}

.clientsSay .client {
    font-size: 14pt;
    font-family: 'Roboto-Thin', sans-serif;
    color: #ffe300;
    text-align: right;
    margin: 20px 0 0 100px;
}

@media (max-width: 800px) {
    .clientsSay .quote {
        font-size: 16pt;
    }

    .clientsSay .client {
        font-size: 16pt;
    }

    .clientsSay .item{
        padding: 0 10%;
    }
}

/*  SEO */

.seo {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Sub nav */
.more_nav ul ul li{
    display: block;
    width: auto;
    height: 45px;
    margin: 0;
    background: #fde700;
    transition-property: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
}

.more_nav ul ul li a{
    float: none;
    font-size: 14px;
    line-height: 45px;
    color: #472424;
    text-shadow: none;
    text-decoration: underline;
    padding: 0 30px 0 5px;
    margin-right: 0;
    background: url("../images/sub_nav_bg.png") no-repeat right center;
    transition-property: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
}

.more_nav ul ul li:last-child a {
    background: 0;
    padding: 0 0 0 5px;
    margin: 0;
}

.more_nav ul li:hover ul li{
    background: #fde700;
}

.more_nav ul li:hover ul li a{
    background: url("../images/sub_nav_bg.png") no-repeat right center;
    margin: 0;
    /*margin-right: 15px;*/
}

.more_nav ul li:hover ul li:last-child a{
    background: none;
}

.more_nav ul li:hover .nav_slider_cont {
    display: block;
}

.more_nav .nav_slider_cont {
    display: none;
    width: 630px;
    padding: 5px 15px 0 15px;
    position: absolute;
    /*position: relative;*/
    top: 80px;
    left: -14px;
}

.nav_slider_prev {
    width: 15px;
    height: 45px;
    position: absolute;
    top:5px;
    left: 0;
    background: url("../images/prev_icon.png") no-repeat left center;
    cursor: pointer;
    /*display: none;*/
}

.nav_slider_next {
    width: 15px;
    height: 45px;
    position: absolute;
    top:5px;
    right: 0;
    background: url("../images/next_icon.png") no-repeat right center;
    cursor: pointer;
    /*display: none;*/
}

.nav_slider_prev.inactive {
    display: none;
}

.nav_slider_next.inactive {
    display: none;
}

.more_nav .nav_slider {
    position: relative;
    overflow: hidden;
    width: 630px;
    background: #FDE700;
}

.more_nav .nav_slider ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.more_nav .nav_slider li {
    /* Required only for block elements like <li>'s */
    float: left;
}



 /*Calls to action*/
 
.calls_to_action{
    width: 450px;

    margin:-180px auto 0;
    overflow: hidden;
    
    
}
.calls_to_action div{

    height: 170px;
     float: left;
    width: 150px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
.calls_to_action div:hover{
    background: #fde700;
}
.calls_to_action div:hover img{
    background: #fff;
    border: 1px solid #fff;
}
.calls_to_action div:hover p{
    opacity: 1;
}
.calls_to_action div:hover a{
    color: #472424;
    text-shadow: 0 0 0;
}

.calls_to_action a{
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
.calls_to_action p{
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0;
     color: #000;
     opacity: 0;
     -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.calls_to_action img{
    margin: 20px auto 10px;
    display: block;
    border: 1px solid #000;
    -moz-border-radius: 30px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

 /*FOOTER*/

.footer {
    /*position: fixed;*/
    z-index: 9999;
    /*bottom: 0;*/
    /*background:  rgba(0, 0, 0, 0.6) url("../images/footer_pattern.png");*/
    width: 100%;
    /*padding: 20px 0;*/
    line-height: 1.5;
    color: #868686;
    /*margin-top: -158px;*/
}

.footer img {
    vertical-align: middle;
}

.footer ul li{
    display: inline;
}

.footer hr {
    margin: 0;
    border-top: 1px solid rgb(51, 51, 51);
}

.footer .bottom_nav {
    /*font-family: 'BOD_R', Georgia, serif;*/
    /*font-size: 18px;*/
    /*margin-right: 25px;*/
    margin: 0 auto;
    text-align: center;
    background:  rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    border: 1px solid #222222;
}

.footer .bottom_nav a{
    color: #868686;
    text-decoration: none;
    padding: 0 25px 0 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 12pt;
}

.footer.bottom_nav a:hover{
    color: #fde700;
}

.footer .bottom_nav a:last-child {
    background: none;
}

.footer .bottom_contacts_wrapper {
    background: rgba(0,0,0,0.9);
}

.bottom_contacts_container {
    margin: 0 auto;
}

.footer .bapla {
    float: right;
    padding: 10px 0;
}

.footer .bottom_contacts {
    padding: 20px 80px 80px 80px;
    width: 100%;
    font-size: 12pt;
    font-family: 'Roboto-Regular', sans-serif;
}

.bottom_contacts .footerHead {
    padding-bottom: 10px;
}

.footer .contacts {
    padding-top: 0;
}

.footer .phones {
    padding-top: 0;
}

.footer .social {
    padding-top: 0;
    margin: 0;
}

.footer .subs {
    padding-top: 0;
}

.footer #activate_subscribe_form {
    width: 20px;
    height: 20px;
    margin: 0;
    float: right;
}

.footer input[type=checkbox] {
    border: 1px solid yellow;
}

@media (max-width: 1024px) {
    .footer .contacts {
        padding-top: 20px;
    }

    .footer .phones {
        padding-top: 20px;
    }

    .footer .social {
        padding-top: 20px;
    }

    .footer .subs {
        padding-top: 20px;
    }

    .footer img {
        width: 30px;
        margin: 10px;
    }
}

.footer .social a {
    padding-left: 0;
}

.footer .copyright {
    text-align: center;
    padding-top: 10px;
}

.footer .subscribe .input-group {
    width: 80%;
}

.footer .subscribe span {
    top: 0;
    background-color: rgba(87, 87, 87, 0.49);
    /*background-image: url("../images/mail.png");
    background: center no-repeat;*/
    border: none;
    width: 5% !important;
}

.footer .subscribe input {
    color: #868686;
    background-color: rgba(87, 87, 87, 0.49);
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 5px;
}

.footer .subscribe input:focus {
    border: none;
    box-shadow: none;
}

.footer .glyphicon-envelope {
    color: #868686;
    width: 100%;
}

.footer .subscribe_form_cont {
    background: none;
}

.footer .subscribe_form {
    width: auto;
    padding: 0;
}

.footer .subscribe_form fieldset{
    width: 100%;
}

.footer .Actions {
}

.footer label {
    display: none;
}

.footer .subscribe_form .middleColumn {
    width: 100%;
}

.footer .subscribe_form input.text {
    color: #868686;
    background-color: rgba(87, 87, 87, 0.3);
    border: 1px solid #414141;
    border-radius: 5px;
    font-size: 12pt;
    padding: 0 0 0 5px;
    width: 100%;
}

.footer  .subscribe_form input.text.active {
    border: 1px solid #656500;
}

.footer .subscribe_form input.text:focus {
    box-shadow: #000000 !important;
    border: 1px solid rgb(255, 227, 0);
}

.footer .subscribe_form .col-xs-10:focus div.subscribe_button {
    background-color: rgb(255, 227, 0);
}

.footer .subscribe_form .subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    border-radius: 0 5px 5px 0;
}

.footer h2 {
    color: #fde700;
    font-size: 20pt;
    line-height: 1.5;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

    .top_nav li {
        margin: 0 15px;
    }
}

@media (max-width: 1030px) {
    .footer .bottom_nav {
        overflow: hidden;
    }

    .footer .bottom_contacts {
        font-size: 14pt;
    }

    .footer ul li{
        margin: 4px;
        padding: 10px 0;
        width: 48%;
        float: left;
        border: 1px solid #6d6d6d;
        border-radius: 5px;
    }

    .footer .bottom_nav a{
        font-size: 14pt;
    }

    .footer .subscribe_form input.text {
        font-size: 18pt;
        height: 2em;
    }

    .footer .subscribe_form .action {
        margin: 0;
        font-size: 18pt;
        height: 2em;
    }
}

@media (max-width: 800px) {
    .footer .bottom_nav a{
        font-size: 16pt;
    }
}


@media (max-width: 500px) {
    .footer .bottom_contacts {
        font-size: 14pt;
        padding: 20px;
    }

    .footer img {
        width: 40px;
        margin: 10px 8%;
    }

    .footer .bottom_nav a {
        font-size: 16pt;
    }

    .footer .subscribe_form input.text {
        font-size: 18pt;
        height: 2em;
    }

    .footer .subscribe_form .action {
        margin: 10px 0;
        font-size: 20pt;
        height: 1.5em;
    }
}

@media (max-width: 400px) {
    .footer ul li{
        width: 97%;
    }
}

/* NEWS */
.news_item {
    margin-bottom: 30px;
    border-top: 1px solid #505050;
}

#per_page {
    background: transparent;
    border: 1px solid #4e4703;
    color: #FFF;
    padding: 3px 3px 3px 5px;
}

#per_page option {
    color: #FFF;
    background: transparent;
}



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

.blog-title {
    font-family: 'Roboto-Light', sans-serif !important;
    font-size: 28pt !important;
}

.blog-content p{
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 12pt;
    color: #dfdfdf;
}

.blog_item {
    margin-bottom: 20px;
    border-top: 1px solid #505050;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 12pt;
}

.blog_item p {
    font-family: 'Roboto-Regular', sans-serif;
}

.blog_item a {
    text-decoration: none !important;
    line-height: 1;
}

.blog_item .head {
    margin: 20px 0;
}

.blog_item .head p {
    line-height: 45px;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16pt;
    float: left;
    margin-right: 20px;
}

.blog_item .head .blog_date {
    text-align: left;
    line-height: 45px;
    font-size: 10pt;
}

.blog_item img {
    width: 45px;
    float: left;
    margin-right: 10px;
}

.blog_item .title a {
    text-align: left;
    font-size: 14pt;
}

.blog_item .more {
    font-size: 12pt;
    color: #9c9c9c;
    font-family: 'Roboto-Medium', sans-serif;
    background-color: transparent;
    border: 1px solid #9c9c9c;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.comments .mollom {
    width: 50%;
}

@media (max-width: 1000px) {
    .blog_item {
        padding: 12px 0;
    }

    .blog-title {
        font-size: 25pt !important;
    }

    .blog_item .more {
        font-size: 15pt;
        padding: 10px 20px;
    }

    .blog_item .title a {
        font-size: 24pt;
    }

    .blog_item img {
        width: 60px;
    }

    .blog_item .head p {
        font-size: 18pt;
        width: 100%;
        line-height: 1.5;
    }

    .blog_item .head .blog_date {
        font-size: 16pt;

    }
}

@media (max-width: 500px) {
    .blog_item img {
        width: 90px;
    }

    .blog_item .head p {
        font-size: 18pt;
    }

    .blog_item .title a {
        font-size: 20pt;
    }

    .blog-title {
        font-size: 25pt !important;
    }

    .comments .mollom {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .blog_item .head p {
        font-size: 20pt;
    }
}

/*---------------------- CLIENTS ----------------------------*/

.clientsContent {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 12pt;
    color: #dfdfdf;
}

.typography .client {
    padding: 20px 0;
}

.typography .clientRight {
    margin: 0 -190px;
    padding: 20px 170px;
    background-color: rgba(181, 181, 181, 0.15);
}

.typography .client .clientHead {
}

.typography .clientInfo p {
    text-align: left;
    line-height: 1.5;
}

.typography .client .title{
    font-size: 20pt;
    color: #ffe300;
    padding: 0 15px;
}

.typography .client .title a{
    font-size: 20pt;
    color: #ffe300;
    padding: 0 15px;
}

.typography .clientRight .title{
    font-size: 20pt;
    color: #ffe300;
    padding: 0 15px;
}

.typography .clientRight .title a{
    font-size: 20pt;
    color: #ffe300;
    padding: 0 15px;
}

.typography .client img {
    width: 100%;
    border-radius: 10px;
}

.typography .clientRight img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.75);
}

@media (max-width: 1000px) {
    .typography .client .title{
        font-size: 25pt;
    }

    .typography .client .title a{
        font-size: 25pt;
    }

    .typography .clientRight .title{
        font-size: 25pt;
    }

    .typography .clientRight .title a{
        font-size: 25pt;
    }

    .typography .client {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 800px) {
    .clientsSay .head {
        padding: 30px 5px;
        font-size: 22pt;
    }
}


/*---------------------- WIDGET ----------------------------*/


.widget {
    margin-bottom: 20px;
}

.widget .LayoutTitle {
    padding: 20px 0 20px 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 2px;
}

.widget .LayoutTitle h3{
    font-family: 'Roboto-Condensed', sans-serif;
    font-size: 14pt;
    text-transform: uppercase;
}

.widget .LayoutBody {
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 12pt;
}

.widget .LayoutBody .ListItem {
    padding: 20px 0 20px 40px;
    font-size: 12pt;
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
}

.widget .LayoutBody .ListItem:hover {
    background: #263e4c;
}

.widget .LayoutBody img {
    width: 80%;
    height: auto;
}

.widget .LayoutBody h3{
    margin: 20px 0;
}

.widget .LayoutBody a {
    font-size: 12pt;
    width: 100%;
    text-decoration: none;
}

.widget .LayoutBody a:hover {
    text-decoration: none;
    color: #dfdfdf;
}

.widget .LayoutBody .imgHolder {
    float: left;
}

.widget .LayoutBody .blogAuthor {
    width: 70px;
    margin-right: 10px;
}

.widget .LayoutBody .authorInfo {
    line-height: 50px;
}

.widget .LayoutBody .authorDep {
    font-size: 10pt;
    text-transform: uppercase;
    color: #d7d6d6;
    margin-top: -13px;
}

.widget .LayoutBody .widgetTitle {
    padding: 40px 0 20px 40px;
    font-size: 13pt;
    text-transform: uppercase;
    color: #fde700;
}

.widget .LayoutBody .requestDemoWidget {
    padding: 0 40px 20px 40px;
}

.widget .LayoutBody .requestDemoWidget label{
    font-size: 12pt;
    margin: 0;
    line-height: 1.5em;
}

.widget .LayoutBody .requestDemoWidget .middleColumn {
    width: 100%;
    margin-bottom: 20px;
}

.widget .LayoutBody .requestDemoWidget input.text {
    width: 100%;
    height: 3em;
    line-height: normal;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.15);
    border: 1px solid #636363;
    border-radius: 5px;
    padding: 20px;
}

.widget .LayoutBody .requestDemoWidget input.text:focus {
    border: 1px solid #fde700;
}

.widget .LayoutBody .requestDemoWidget .Actions {
    text-align: center;
}

.widget .LayoutBody .requestDemoWidget input.action {
    width: 170px;
    color: #fde700;
    background: none;
    background-color: transparent;
    border: 1px solid #fde700;
    border-radius: 30px;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    text-shadow: 0 0 0;
    line-height: 1;
    margin: 0 !important;
}

.widget .LayoutBody .requestDemoWidget input.disable {
    color: #636363;
    border: 1px solid #636363;
}

.widget .LayoutBody .required {
    font-size: 12pt;
}

.mollom-image-captcha img {
    width: auto !important;
}

.blockWidget .LayoutBody {
    line-height: 1.5;
    padding: 20px 20px 20px 40px;
}

/*------------------ BLOCK BUTTON -----------------*/
.blockButton {
    background: none;
    background-color: transparent;
    border: 1px solid #ffe300;
    border-radius: 30px;
    width: 200px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    line-height: 2.5 !important;
    cursor: pointer;
}

.blockButton a {
    display: block;
    height: 100%;
    line-height: 2.5 !important;
    color: #ffe300;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'Roboto-Medium', sans-serif;
}

.blockButton a:hover {
    color: #ffe300 !important;
}

@media (max-width: 800px) {
    .blockButton a {
        font-size: 16pt !important;
    }
}
/*-------------------------- END --------------------------*/

#per_page {
    background: transparent;
    border: 1px solid #4e4703;
    color: #FFF;
    padding: 3px 3px 3px 5px;
    font-size: 12pt;
}

#per_page option {
    background: #373c44;
    color: #000000;
    font-size: 12pt;
}

.blog_post_title {
    text-align: center;
}

@media (max-width: 1000px) {
    .blockWidget .LayoutBody {
        line-height: 1.5;
        padding: 20px;
    }

    .widget .LayoutBody .widgetTitle {
        font-size: 17pt;
    }

    .widget .LayoutTitle h3{
        font-size: 17pt;
    }

    .widget .LayoutBody h3{
        font-size: 14pt;
    }

    .widget .LayoutBody a {
        font-size: 18pt;
    }

    .widget .LayoutBody p {
        font-size: 14pt;
    }

    .widget .LayoutBody .requestDemoWidget label{
        font-size: 14pt;
    }

    .widget .LayoutBody .requestDemoWidget input.text {
        margin: 5px 0;
        height: 2em;
        padding: 5px 10px;
    }

    .widget .LayoutBody .required {
        font-size: 16pt;
    }

    .widget .LayoutBody .requestDemoWidget input.action {
        height: 60px;
        width: 100%;
        border-radius: 30px;
        font-size: 15pt;
        line-height: 2;
    }

    .widget .LayoutBody .ListItem {
        font-size: 16pt;
    }

    .blockWidget .LayoutBody img {
        margin: 0;
    }

    #per_page {
        font-size: 24pt;
    }

    #per_page option {
        font-size: 24pt;
    }
}

@media (max-width: 500px) {
    .blockWidget .LayoutBody img {
        margin: 40px 0;
    }

    .widget .LayoutBody h3{
        font-size: 18pt;
    }

    .widget .LayoutBody .requestDemoWidget input.action {
        height: 70px;
        width: 100%;
        border-radius: 30px;
        font-size: 25pt;
        line-height: 1;
    }

    .widget .LayoutBody .requestDemoWidget label{
        font-size: 14pt;
    }

    .widget .LayoutBody .required {
        font-size: 22pt;
    }
}

@media (max-width: 800px) {
    .widget .LayoutBody .widgetTitle {
        font-size: 22pt;
    }

    .widget .LayoutTitle h3{
        font-size: 18pt;
    }

    .widget .LayoutBody h3{
        font-size: 16pt;
    }

    .widget .LayoutBody a {
        font-size: 18pt;
    }

    .widget .LayoutBody p {
        font-size: 16pt;
    }

    .widget .LayoutBody .requestDemoWidget label{
        font-size: 14pt;
    }

    .widget .LayoutBody .required {
        font-size: 16pt;
    }

    .widget .LayoutBody .requestDemoWidget input.action {
        height: 60px;
        width: 100%;
        border-radius: 30px;
        font-size: 15pt;
        line-height: 2;
    }

    .blockWidget .LayoutBody img {
        margin: 0;
    }

    #per_page {
        font-size: 18pt;
    }

    #per_page option {
        font-size: 18pt;
    }
}

@media (max-width: 400px) {
    .widget .LayoutBody .requestDemoWidget label{
        font-size: 14pt;
    }

    .widget .LayoutBody .required {
        font-size: 14pt;
    }
}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
    list-style: none;
    margin: 0;
}
#PageComments li {
    margin: 5px 0;
    width: 50%;
}
#PageComments li.odd {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 10px;
}
#PageComments li.even {

}

#PageComments li.odd p.info {

}

#PageComments_holder #Name .middleColumn {
    width: 50%;
}

#PageComments_holder #Name .middleColumn input {
    width: 100%;
}

#PageComments_holder #CommenterEmail .middleColumn {
    width: 50%;
}

#PageComments_holder #CommenterEmail .middleColumn input {
    width: 100%;
}

#PageComments_holder #Comment .middleColumn {
    width: 50%;
}

#PageComments_holder #Comment .middleColumn textarea {
    width: 100%;
    outline: none;
    font-size: 15pt;
    line-height: 1.2;
}

.actionLinks li {

}
.actionLinks li a {

}
.actionLinks li.last {

}

.commentrss {

}

#PageCommentsPagination p {
    text-align: center;
}
#PageComments p {
    margin: 8px 0;
}
#PageComments p.info {
    color: #999;
    margin: 0px;
    padding: 0;
}

#PageCommentInterface_Form_PostCommentForm_action_postcomment {
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    #PageComments li {
        width: 70%;
    }

    #PageComments_holder #Name .middleColumn {
        width: 70%;
    }

    #PageComments_holder #CommenterEmail .middleColumn {
        width: 70%;
    }

    #PageComments_holder #Comment .middleColumn {
        width: 70%;
    }

    #PageComments_holder #Comment .middleColumn textarea {
        font-size: 15pt;
    }

    #PageCommentInterface_Form_PostCommentForm_action_postcomment {
        width: 50%;
    }
}

@media (max-width: 500px) {
    #PageComments li {
        width: 100%;
    }

    #PageComments_holder #Name .middleColumn {
        width: 100%;
    }

    #PageComments_holder #CommenterEmail .middleColumn {
        width: 100%;
    }

    #PageComments_holder #Comment .middleColumn {
        width: 100%;
    }
}

/* Galleries */
.gallery_carousel_cont {
    position: relative;
}
.gallery_carousel {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.gallery_carousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery_carousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.gallery_carousel img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.jcarousel-pagination {
    text-align: center;
    margin: 20px 0;
}

.jcarousel-pagination a {
    margin: 0 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    width: 15px;
    line-height: 10px;
    background: #ffe300;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination .active{
    box-shadow:
            0 0 0 6px rgb(26, 26, 31),
            0 0 0 6.5px #ffe300;
}

.gallery_carousel_prev,
.gallery_carousel_next {
    width: 22px;
    height: 72px;
    display: block;
    text-indent: 1000px;
    overflow: hidden;
    z-index: 200;
    position: absolute;
}

.gallery_carousel_prev {
    background: url("../images/prev_icon_medium.png") no-repeat;
    background-size: cover;
    left: -30px;
    top: 40%;
}

.gallery_carousel_next {
    background: url("../images/next_icon_medium.png") no-repeat;
    background-size: cover;
    right: -30px;
    top: 40%;
}

.gallery_carousel_prev:hover {
    background: url("../images/prev_icon_medium_hover.png") no-repeat;
}

.gallery_carousel_next:hover {
    background: url("../images/next_icon_medium_hover.png") no-repeat;
}

.gallery_carousel_prev.inactive,
.gallery_carousel_next.inactive {
    display: none;
}

.typography .gallery_carousel ul,
.typography .gallery_carousel li {
    margin: 0;
    padding: 0;
}

@media (max-width: 1000px) {
    .gallery_carousel_prev,
    .gallery_carousel_next {
        width: 66px;
        height: 72px;
    }

    .gallery_carousel_prev {
        background: url("../images/prev_icon_medium.png");
        left: 0;
        top: 100%;
    }

    .gallery_carousel_next {
        background: url("../images/next_icon_medium.png");
        right: 0;
        top: 100%;
    }

    .gallery_carousel_prev:hover {
        background: url("../images/prev_icon_medium_hover.png");
    }

    .gallery_carousel_next:hover {
        background: url("../images/next_icon_medium_hover.png");
    }
}

@media (max-width: 500px) {
    .gallery_carousel_prev,
    .gallery_carousel_next {
        margin-top: 10px;
        width: 66px;
        height: 72px;
    }

    .gallery_carousel_prev {
        left: 0px;
        top: 100%;
    }

    .gallery_carousel_next {
        right: 0px;
        top: 100%;
    }
}

.white_bg_3percent {
    background: url("../images/3percent_white_bg.png") repeat;
    background: rgba(255, 255, 255, 0.027451);
}

/* PRODUCTS */
div.productBlock {
    overflow: auto;
}

div.productImage {
    float: left;
    padding-top: 5px;
}

div.contentBlock {
    margin-left: 340px;
    text-align: justify;
}

div.formBlock form fieldset div.email div.middleColumn {
    width: initial  ;
    padding-right: 15px;
}

div.formBlock form fieldset div.email div.middleColumn input {
    width: 100%;
}

/* BLOG PAGE NAVIGATION */

div#PageNumbers {
    font-size: 16px;
}

div#PageNumbers span.pageNavBlock {
    display: inline-block;
    margin: 0 0 0 10px;
}

div#PageNumbers span.navItemSelected, div#PageNumbers span.navItem {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 10px 5px;
    color: #ffffff;
}

div#PageNumbers span.navItemSelected {
    background: url("../images/nav_item_select.png") center no-repeat;
    background-size: cover;
}

div#PageNumbers span.navItem {
    background: url("../images/nav_item.png") center no-repeat;
    background-size: cover;
}

div#PageNumbers span.navItem a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1000px) {
    div#PageNumbers {
        margin: 40px 0;
    }

    div#PageNumbers span.navItemSelected, div#PageNumbers span.navItem {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 10px 10px;
    }

    div#PageNumbers span.navItem a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-right: 20px;
    }

    .perpage {
        margin: 40px 0;
    }

    .perpage label {
        line-height: 60px;
        font-size: 20pt;
    }
}

@media (max-width: 500px) {
    div#PageNumbers span.navItemSelected, div#PageNumbers span.navItem {
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin: 10px 10px;
    }

    div#PageNumbers span.navItem a {
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin-right: 15px;
    }

    .perpage label {
        line-height: 90px;
        font-size: 30pt;
    }
}

@media (max-width: 800px) {
    div#PageNumbers span.navItemSelected, div#PageNumbers span.navItem {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 10px 10px;
    }

    div#PageNumbers span.navItem a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
    }

    .perpage label {
        line-height: 40px;
        font-size: 22pt;
    }
}

@media (max-width: 400px) {

}

/* PACKAGE */

table.packageTable thead {
    padding: 8px 0px 0px 5px;
}

table.competitorsTable thead {
    padding: 5px 0px;
}

th.tableColTitle {
    text-align: left;
}

p.description {
    overflow: hidden;
}