/** RESET **/
 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;
    font-size: 100%;
    vertical-align: baseline;
    list-style:none outside none;
    text-decoration:none;
}
body, html {}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, img {
    border: 0 none;
    outline: 0 none;
}
input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}
body {
    padding-top: 40px;
    font-family: 'Roboto Condensed', sans-serif;
}
a:focus,a:visited,a:active {
    box-shadow: none;
    border:none;
    outline: none;
    text-decoration:none; 
    outline-offset:0px;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
/** END OF RESET **/

h1 {
    font-size: 32px;
    color:#333333;
    font-weight: 700;
}

h2 {
    color:#333333;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

h3 {
    color:#333333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

p {
    font-size: 14px;
    line-height: 18px;
    color:#333333;
    font-weight: 400;
}
.aspect-ratio{
    position:relative;
    width:100%;
    height:0;
    padding-bottom:56.25%;
    margin-bottom:20px;
    overflow: hidden;
}
.aspect-ratio iframe{
    position:absolute!important;
    width:100%!important;
    height:100%!important;
    left:0;top:0;
    margin:0!important;
    padding:0;
}
.aspect-ratio-holder {
    padding: 0 15%;
}
ul.menu_404 {
    margin-top: 40px;
}
ul.menu_404 li {
    display: inline-block;
    padding: 0 10px;
}
ul.menu_404 li a {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.g-close {
    z-index: 999999;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 25px;
    padding: 15px;
    background-color: #fff;
    line-height: 11px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    display: none;
}
.modal-open .modal {
    z-index: 9999999
}
.modal-backdrop.in {
    opacity: 0.8;
}
#payment-modal .modal-body {
    padding: 40px;
}
#payment-modal button.close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9999999;
}
#payment-modal .modal-content {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
#payment-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#payment-modal .modal-body p {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
#payment-modal .modal-body p img {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    height: 60px;
    margin-top: 10px;
}
#pwd-container .password-verdict {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
}
#pwd-container .controls {
    position: relative;
}
#pwd-container .progress  {
    margin-bottom: 0;
    border-radius: 0;
    height: 5px;
    background: #ccc;
    margin-top: 5px;
    box-shadow: none;
}
#pwd-container .progress-bar { 
    box-shadow: none 
}
#pwd-container .progress-bar-success {
    background: #449d44;
}
#pwd-container .progress-bar-danger {
    background: #c9302c ;
}
#pwd-container .progress-bar-warning {
    background: #ec971f ;
}

.top-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}
.top-fix .alert { margin-bottom: 0 !important }

/** General **/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#navigation ul li {
    display: inline-block;
    margin-right: 20px;
    padding-top: 25px;
}
#navigation ul.cms li {
    padding-top: 0;
}
#navigation ul li a {
    color: #666;
    font-size: 18px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
}
#navigation figure img {
    width: 100%;
    display: block;
    margin: 0;
}
.banner {
    width: 90%;
    margin: 0 auto;
    background: #eee;
    padding: 80px 0 20px 0;
    margin-top: 15px;
}
.banner h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner h3 {
    margin-bottom: 50px;
}
.banner .btn { border-radius: 3px }
.banner form input {  border-radius: 0; -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.banner img {
    display: block;
    width: 100%;
}
.register { background: #e15050;
    color: #fff; }
a.register {
    background: #e15050;
    color: #fff;
    margin-left: 10px;
}
li.has__logo {
    width: 285px;
    padding: 0 60px;
}
.banner .form-control { height: 40px; }
.banner.profile { padding: 80px 0; margin-bottom: 50px;}
.banner.abonohu, .banner.home { margin-bottom: 50px; }
.banner.home { margin-bottom: 80px; }
.banner.profile h3, .banner.abonohu h3 {margin-bottom: 30px;}
.banner.abonohu p { margin-bottom: 30px; font-size: 16px; line-height: 20px; }
.banner.profile h1 {text-transform: none}
.banner.profile a.register {text-transform: uppercase;font-weight: 300;font-size: 16px;}
.hasbrd { position: relative; margin-bottom: 30px;}
.hasbrd span.delete {
    position: absolute;
    bottom: 20px;
    right: 35px;
    background-color: #e15050;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
}
.hasbrd span.delete a {
    display: block;
    line-height: 35px;
    color: #fff;
    cursor: not-allowed;
    font-size: 20px;
}
.hasbrd:hover .has-brd{
    border-color: #999;
}
.has-brd img { margin-bottom: 0px; }
.has-brd { border: 1px solid #eee; padding: 20px; }
.has-brd h1 {
    font-size: 20px;
}
.banner.abonohu select { width: 100%; height: 40px; line-height: 40px; outline: none; padding: 0 10px; margin-bottom: 20px; border: 1px solid #ccc;}
.icon {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 80px;
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.icon img { width: 100% }
.how-it-works h4 {
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #a0a0a0;
    padding: 0 15% 52px 15%;
    line-height: 30px;
}
.q-holder p a, .controls p a, h4 a, p.forgot-password a{
    color: #e15050;
}
.controls .btn {
    text-transform: uppercase;
}
.q-holder p a:hover, .controls p a:hover, h4 a:hover, p.forgot-password a:hover {
    color: #e15050;
    text-decoration: underline;
}
p.forgot-password {
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #3e3e3e;
    padding: 10px 15% 30px 15%;
    line-height: 30px;
}
tr.locked td, tr.locked td a { color: red !important; }
.how-it-works h1 { padding: 0 15% 30px 15%; text-transform: none}
.how-it-works { margin-bottom: 50px; }
.icon i { color: #999; }
.how-it-works h1 {
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 38px;
    font-weight: normal;
    font-style: normal;
    color: #3e3e3e;
}
.how-it-works.faq h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    padding-bottom: 20px;
}
.how-it-works.faq .ul-holder {
    background-color: #e15050;
    padding: 30px;
}
.how-it-works.faq ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
}
.how-it-works.faq ul li a {
    color: #fff
}
.how-it-works.faq .q-holder { 
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
h6 {
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #a0a0a0;
    letter-spacing: 4px;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.how-it-works h3 {

    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #3e3e3e;
    padding-bottom: 7px;
}

.how-it-works p {
    line-height: 1.8;
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #232323;
}
.q-holder ol li {
    line-height: 1.8;
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #232323;
    list-style: decimal;
    list-style-position: inside;
}
.q-holder p {
    margin-bottom: 20px;
}
.q-holder p:last-child { margin-bottom: 0; }
.q-holder ul li {
    line-height: 1.8;
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #232323;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.q-holder ol li ul {
    margin-left: 20px;
}
.register-now { margin-bottom: 80px; }
.register-now .btn {
    padding: 10px 20px;
    margin-bottom: 5px;
    font-family: Roboto,sans-serif,Arial,Helvetica;
}
.register-now p {
    color: #afafaf;
    font-size: 11px;
    font-family: Roboto,sans-serif,Arial,Helvetica;
}
hr {
    border-top: 3px solid #e15050;
    width: 50px;
    margin-top: 6px;
    margin-bottom: 20px;
}
.full-screen-banner {
    background: #e15050;
    padding: 80px 0 40px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.full-screen-banner .how-it-works h1 {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
label { font-weight: 400 }
.home.hh .how-it-works h1, .home.hh .how-it-works h4 { padding-right: 0; padding-left: 0; }
.home.hh .how-it-works h4 { padding-bottom: 20px; }
.home.hh .how-it-works h1 { margin-bottom: 0; padding-bottom: 15px; }
.home.hh .how-it-works.gg hr { margin-left: 0; }
.home.hh section.main { padding: 0; }
.full-screen-banner .how-it-works hr {
    border-color: rgba(255,255,255, 0.7);
    margin-left: 0;
}
.home .how-it-works { margin-bottom: 0; }
.full-screen-banner .how-it-works h6, .full-screen-banner .how-it-works h4 {
    color: rgba(255,255,255, 0.7);
    padding-left: 0;
    padding-right: 0;
}
.full-screen-banner { overflow: hidden; }
.full-screen-banner figure img {
    width: 100%;
}
.b { background-color: #eee; border-right: 2px solid #fff }
.pricing { margin-bottom: 80px; }
.pricing h3 { padding: 20px 0 }
.pricing h1 {
    padding: 20px 0;
}
.pricing .col-md-3 {
    padding: 1px;
}
.pricing h1 {
    background-color: #fd8469;
    color: #fff;
    font-size: 4.2em;
    line-height: normal;
}
.pricing h1.red {
    background-color: #e15050;
}
.pricing h1 .small {
    color: #fff;
    font-size: 0.5em;
    position: relative;
    top: -20px;
}
.pricing h1 span.txt {
    font-family: Roboto,sans-serif,Arial,Helvetica;
    border-color: rgba(255,255,255, 0.7);
    text-align: center;
    display: block;
    font-size: 15px;
    font-style: italic;
}
.pricing .b ul {
    padding: 0 20px;
}
.pricing .b ul li {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}
.pricing .b a.register { margin-bottom: 20px; margin-top: 20px; }
footer {
    background-color: #eee;
    padding: 20px 0 15px 0;
}

footer ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
footer ul li a {
    color: #3e3e3e
}
footer i { color: #e15050 }
section.main {
    padding: 0 15%;
}
.form-horizontal .control-label { margin-bottom: 5px; float: none; display: block; padding: 0; text-align: left; }
.nomarg { margin: 0 !important; }
.banner.home { padding-bottom: 80px; }
.controls { margin-bottom: 20px;overflow: hidden; }
.controls em { font-size: 12px; }
#confirmsignup { margin: 0 auto; width: 100px; text-align: center; }
/*====== PAGINATION start here ======*/
.pagination-holder {
    text-align: center;
    margin-bottom: 40px;
}
.pagination-items {
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}
.pagination-items a,
.pagination-items span {
    text-align: center;
    padding: 0px 9px;
    margin-right: 3px;
    border: 1px solid #eee;
    color: #000;
    display: block;
    float: left;
    font-size: 12px;
}
.pagination-items a:hover {
    background: #e8303f;
    color: #fff;
    border-color: #e8303f;
    text-decoration: none;
}
.pagination-items span.checked {
    background: #e8303f;
    border-color: #e8303f;
    color: #fff;
}
.pagination-items span.disabled2 {
    color: #ccc;
}
.g-button-group {
    display: inline-block;
    float: right;
}
.g-button {
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 23px;
    height: 25px;
    margin-right: 1px;
    padding: 0 8px;
    color: #000;
    
}
.g-button:hover {
    background: #ed0000;
    color: #fff;
}
.g-button.disabled2:hover {
    background: #eee;
}
.g-button.disabled2 {
    color: #ccc;
}
.g-button i {
    line-height: 23px!important;
    padding: 0;
}

/*====== PAGINATION end here ======*/
.table {
    border-bottom: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px 15px 15px 0;
}
.table>thead>tr>th {
    padding-bottom: 3px;
}
.table>tbody>tr>td:last-child, .table>thead>tr>th:last-child {
    text-align: right;
    padding-right: 0;
}
.table>tbody>tr>td>a{
    color: #000;
}
/*--- SELECT ---*/

.bootstrap-select > .dropdown-toggle{
    background-image: none;
    box-shadow: none;
    border:0;
    border-radius: 0;
    outline: none!important;
    border:1px solid #ccc;
}
.btn.rbtn {
    margin: 15px 0;
    text-transform: uppercase;
}
.selektos .btn-default:focus, .selektos .btn-default:hover{background-color: #fff!important;outline: none!important;}
.selektos .btn-default.active.focus, .selektos .btn-default.active:focus, .selektos .btn-default.active:hover, .selektos .btn-default:active.focus, .selektos .btn-default:active:focus, .selektos .btn-default:active:hover, .selektos .open>.dropdown-toggle.btn-default.focus, .selektos .open>.dropdown-toggle.btn-default:focus, .selektos .open>.dropdown-toggle.btn-default:hover{
    outline: none!important;
    background-color: #fff!important;
}
.selektos .btn-group.open .dropdown-toggle{box-shadow: none;}
.selektos .btn-default.active,.selektos .btn-default:active,.selektos .open>.dropdown-toggle.btn-default,.selektos .btn-default:visited{background-color: #fff;outline: none!important;}
.bootstrap-select.btn-group .dropdown-menu li:focus,.bootstrap-select.btn-group .dropdown-menu li:active,.bootstrap-select.btn-group .dropdown-menu li:visited,.bootstrap-select.btn-group .dropdown-menu li a{outline: none!important;}
.selektos .dropdown-menu>li>a:focus, .selektos .dropdown-menu>li>a:hover{background-color: transparent;color: #309bff;background-image: none;}

/*=== AGON START ===*/
.btn.subi{
    background-color: #e15050;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    padding: 9px 25px;
}
.input_text{
    background-color: #fff!important;
}
.input-group{
    margin-bottom: 20px;
}
.bootstrap-select{
    width: 100%;
}
.bootstrap-select button{
    width: 100%;
    background-color: #fff;
    border-radius: 0px!important;
    box-shadow: none;
    background-image: none;
    height: 40px;
}
.bootstrap-select button:hover{
    background-color: #fff;
    background-image: none;
} 
.btn-group.open .dropdown-toggle{
    box-shadow: none!important;
    background-color: #fff;
}
.dropdown-menu.open{
    border-radius: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #fff!important;
    background-image: none!important;
    color:#e15050;
}
.btn-default:focus, .btn-default:hover{
    background-color:#fff;
}
/*=== AGON END ===*/

/*-------------- CHECKBOX STYLE --------------- */
.chkbox-holder{
    margin-bottom: 20px;
}
.chkbox-holder .chk-title,.chkbox-holder .chk-title:hover,.chkbox-holder .chk-title:link,.chkbox-holder .chk-title:visited{
    color:#a0a0a0;
}
.squaredSix {
    height:20px;
    width:20px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.squaredSix label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background-color:#fff;
    border:1px solid #c9c9c9;
}

.squaredSix label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #e15050;
    top: 2px;
    left: 2px;
    border: 1px solid #e15050;
}
.squaredSix input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.mobile_price_holder{
    width: 100%;
    display: block;
}