@import "grid-6.css";
@import "font-awesome.css";
@import "superfish-6.css";
/*@import "gfonts.css";*/


#error_msg{color:red; font-weight:bold;}
#yel_div:hover {
	border-color: #fee600;
	border-style: solid;
	border-width: 2px;
}


html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}
/*
body {
    position: relative;
    background-color: #fff;
    color: #777;
    font: 14px/20px 'Lato', sans-serif;
}
*/

.ysellect{
  margin-bottom : 1.5em;
}

input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=radio   ] + label:hover {
	cursor: pointer;
}

input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}


input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1.875em;
  height           : 1.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}


input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 1.5em;
  height           : 1.5em;
  margin           : 0.125em;
  border           : 0.0625em solid #fee600;
  border-radius    : 0.125em;
  background       : #fee600;
  background-image :    -moz-linear-gradient(#FFF175,#fee600);
  background-image :     -ms-linear-gradient(#FFF175,#fee600);
  background-image :      -o-linear-gradient(#FFF175,#fee600);
  background-image : -webkit-linear-gradient(#FFF175,#fee600);
  background-image :         linear-gradient(#FFF175,#fee600);
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}

.p1 {
    margin-bottom: 14px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}




/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;  
}

h2 {
    display: inline-block;
    font-size: 54px;
    line-height: 54px;
    color: #fff;
    background-color: #000;
    padding: 2px 23px 6px 12px;
}

h2.color1 {
    padding-top: 0;
    padding-right: 12px;
    line-height: 52px;
    padding-bottom: 10px;
}

h2 a {
	border-bottom: none;
}

h3 {
    font-size: 41px;
    line-height: 49px;
    padding-top: 123px;
    margin-bottom: 16px;
}

h3.smalltop {
    font-size: 41px;
    line-height: 49px;
    padding-top: 10px;
    margin-bottom: 16px;
}

h3 .fa {
    line-height: 49px;
    font-size: 56px;
    position: relative;
    top: -3px;
    margin-right: 24px;
}

h6 {
    line-height: 24px;
    font-size: 16px;
    position: relative;
    margin-right: 24px;
}

.page1 .yell_art h3 {
    padding-top: 49px;
    margin-bottom: 16px;
}

.yell_art h3 {
    padding-top: 61px;
    margin-bottom: 16px;
}

.page1 h3 {
    margin-bottom: 15px;
    padding-top: 32px;
}

h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 17px;
    line-height: 39px;
    padding-top: 20px;
}

h3.head1 {
    padding-top: 44px;
    margin-bottom: 33px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
}


.list li {
    padding-left: 20px;
    color: #fee600;
    line-height: 33px;
    text-transform: uppercase;
    background: url(../png/marker.png) 0 16px no-repeat;
}

.list li a:hover {
    color: #fff;
}

.list  li+li {
}

.list1 {
    padding-top: 1px;

}

.list1 li+li {
    margin-top: 10px;
}

.list1 li:after {
    width: 4px;
    position: absolute;
    content: '';
    height: 1px;
    background-color: #000;
    top: 12px;
    left: 0;
}

.list1 li {
    position: relative;
    padding-left: 14px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px green dotted;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.not_dotted {
    border-bottom: none;
}

a:hover {
    color: #fee600;
}

.linkButton { 
     background: none;
     border: none;
     color: inherit;
     border-bottom: 1px #fee600 dotted;
     cursor: pointer; 
     transition: 0.5s ease;
  	 -o-transition: 0.5s ease;
 	   -webkit-transition: 0.5s ease;
}

.linkButton:hover {
    color: #fee600;
}

.btn {
    color: #fff;
    background-color: #000;
    display: inline-block;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 20px 14px;
    text-transform: uppercase;
    margin-top: 26px;
}

.btn_small {
    color: #fff;
    background-color: #000;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    padding: 5px;
    margin-top: 0px;
}

.btn_small:hover {
    background-color: #fee600;
    color: #000;
    cursor: pointer;
}

.yell_art .btn_small:hover {
    background-color: #fff;    
    color: #000;
    cursor: pointer;
}

.btn:hover {
    background-color: #fee600;
    color: #000;
    cursor: pointer;
}

.yell_art .btn:hover {
    background-color: #fff;    
    color: #000;
    cursor: pointer;
}

.buttonBuy {
    background-color: #f2f2f2;
    border: 2px solid green;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-size: 10px;
  }

  .buttonBuy:hover {background-color: #fee600;}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-top: 8px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 7px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/


header {
    display: block;
    position: relative;
    z-index: 800;
    background: url(../jpg/slide.jpg) center 0 no-repeat;
}

.angle {
    width: 100%;
    z-index: 800px;
}


.bot__angle {
    position: absolute;
    top: 100%;
    left: 0;
}


.top__angle {
    position: absolute;
    bottom: 100%;
    left: 0;
}

header h1 {
    top: 27px;
    margin-top: -27px;
    position: relative;
    text-align: center;
    float: left;
    z-index: 990;

}


header h1 a {
    display: inline-block;
    overflow: hidden;

    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.header_socials {
    float: right;
    margin-left: 31px;
    overflow: hidden;
    padding-top: 11px;
}

.header_socials .fa {
    display: block;
    float: left;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}

.header_socials .fa:hover {
    color: #fee600;
}

.header_socials .fa+.fa {
    margin-left: 25px;
}

/****Content****/

.content {
    background-color: #fff;
    padding-bottom: 127px;
}

.page1 .content {
    padding-bottom: 116px;
}

/****Blocks****/

.yell_art {
    background-color: #fee600;
    color: #000;
    padding-bottom: 26px;
}

.yell_art .text1 {
    position: relative;
    top: -1px;
}

.yell_art a:hover {
    color: #fff;
}

.box_img {
    padding-top: 6px;
    width: 100%;
}

.bottom_block {
    background-color: #000;
    padding-bottom: 69px;
    position: relative;
}

.box {
    margin-top: 8px;
    color: #000;
    background-color: #f2f2f2;
}

.box p {
    margin-bottom: 14px;
}

.box_bot {
    padding: 15px 20px 21px;
}

.box_title {
    padding: 12px 20px 14px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
    color: #000;
    background-color: #fee600;
}

.box_title.err {
	background-color: #FECDCD;
	color: #000000;
	text-transform: none;
	margin: 5px 5px 0px 5px;
	border: solid #FB0000;
}

.box_title.err p {
	margin-bottom: 0px;
}

.box_title.good {
	background-color: #00FF00;
	color: #000000;
	text-transform: none;
	margin: 5px 5px 0px 5px;
	border: solid #008000;
}

.box_sr {
	border: 1px solid #fee600;
	margin: 5px;
	padding: 5px;
}

.pad1 {
    padding-bottom: 60px;
}

.block2 {
    padding-left: 68px;
    position: relative;
}

.block2 .text1 {
    padding-bottom: 1px;
}

.block2 .fa {
    font-size: 53px;
    line-height: 33px;
    color: #fee600;
    position: absolute;
    left: 0;
    top: 15px;
}

.block2+.block2  {
    margin-top: 20px;
}

.bq1 {
    margin-top: -16px;
    background: url(../png/quotes.png) 0 6px no-repeat;
    padding-left: 68px;
}

.text1 time {
    display: block;
}

.prv .text1{
    padding-bottom: 1px;
}

.prv p+.text1 {
    padding-top: 20px; 
}

/****Accordion****/

#accordion {
    color: #000;
    padding-right: 20px;
    padding-top: 43px;
}

#accordion dd {
    background-color: #f2f2f2;
    margin: 4px 0 4px;
    padding: 15px 0 21px 19px;
}

#accordion dt a {
    color: #fff;
    padding: 12px 48px 14px 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    background-color: #000;
    color: #fee600;
    position: relative;
}

#accordion dt a:before,
#accordion dt a:after  {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    right: 20px;
    color: #fff;
    font-weight: normal;
    top: 50%;
    margin-top: -8px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#accordion dt a:after {
    color: #000;
    content: '';
    opacity: 0;
}

#accordion dt.ui-state-active a:after,
#accordion dt a:hover:after {
    opacity: 1;
}

#accordion dt.ui-state-active a:before,
#accordion dt a:hover:before  {
    opacity: 0;
}

#accordion dt.ui-state-active a,
#accordion dt a:hover {
    background-color: #fee600;
    color: #000;
}

#accordion dt {
    margin-bottom: 4px;
}

/****Separators****/

.clear.sep__1 {
    height: 57px;
}

.clear.sep__2 {
    height: 40px;
}


/****Text styles****/
.text1 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 17px;
}

.text1_top {
	margin-top: 17px;
}

.small_margin {
	margin-bottom: 5px;
	margin-left: -20px;
}

.text1leva {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 17px;
    margin-left: -30px;
}

.smalltext {
	font-size: initial;
	text-transform: none;
	line-height: initial;
	font-weight: initial;
}

.text1 .fa {
    margin-bottom: 14px;
    position: relative;
    top: -1px;
    font-size: 55px;
    line-height: 30px;
    min-width: 70px;
}

.text1acc {
    font-size: 50px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 17px;
    padding-top: 5px;
}

.text1acc a {
	border-bottom: none;
}

.text1 .fa.fa-calendar {
    font-size: 50px;
}

.text2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.text3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.text_small {
    font-size: 14px;
    margin-bottom: 0px;
}

.text_italic {
	font-style: italic;
}

.color1 {
    color: #fee600;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.color1 a:hover, a.color1:hover {
    color: #000;
}

.color2 {
    color: #000;
}

.color3 {
    color: #CE0000;
}

.color_green {
    color: #008040;
}

.color_red {
    color: red;
}

.td_underline {
    text-decoration: underline;
}

.user_details {
	padding-top : 10px;
	float: right;
	color: #fff;
}

.line_left_red {
	border-left: solid 1px #CE0000;
	padding-left: 5px;
}

.line_left_yellow {
	border-left: solid 1px #fee600;
	padding-left: 5px;
}

.line_bottom_yellow {
	border-bottom: solid 1px #fee600;
	padding-bottom: 5px;
}

.line_top_yellow {
	border-top: solid 1px #fee600;
	padding-top: 5px;
	padding-bottom: 5px;
}

/****Map****/

.map {
    overflow: hidden;
}

.map .text1 {

}

.map figure {
    margin-bottom: 19px;
    padding-top: 8px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 428px;
    max-width: 100%;
}

.address1 {
    display: block;
    margin-top: -18px;
}

.address1 dt {
    padding-bottom: 1px;
}

.address1+.address1 {
    margin-top: 37px;
}

.address1 dd span {
    min-width: 108px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    padding: 21px 0 40px;
}

.copyright {
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../png/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1688px) {
    .camera_prev {
        left: 20px;
        margin-left: 0;
    }

    .camera_next {
        right: 20px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1310px) {
    .caption {
            text-align: center;
            bottom: 20px;
        }

        h2 {
            font-size: 20px !important;
            line-height: 24px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        h3 {
            font-size: 25px;
            line-height: 30px;
        }
}

@media only screen and (max-width: 1199px) {
        #accordion dt a {
            font-size: 13px;
        }

        .extra_wrapper {
            overflow: visible;
        }

        .camera_prev {
            left: 20px;
        }

        .camera_next {
            right: 20px;
        }

        .sf-menu>li+li{
        margin-left: 14px;
    }

        
}

@media only screen and (max-width: 979px) {

    .fleft {
        margin-bottom: 20px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }

}

@media only screen and (max-width: 767px) {
    
    .address1 {
        float: none;
        margin-left: 0 !important;
    }

    .clear.sep__1,
    .clear.sep__2 {
        height: 0;
    }

    .block1 {
        padding-bottom: 40px;
    }

    .box {
        margin-bottom: 30px;
    }

    .address1+.address1 {
        margin-top: 30px;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }



    .img_inner img {
    	width: 100%;
    }

    header h1 {
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }

    .ind__1 {
        padding-top: 50px;
    }

}


@media only screen and (max-width: 479px) {
   .caption {
        display: none;
    }
}

.balanceHistory {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.balanceHistory table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.balanceHistory tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.balanceHistory table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.balanceHistory table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.balanceHistory tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.balanceHistory tr:hover td{
	
}
.balanceHistory tr:nth-child(odd){ background-color:#e5e5e5; }
.balanceHistory tr:nth-child(even)    { background-color:#ffffff; }.balanceHistory td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}.balanceHistory tr:last-child td{
	border-width:0px 1px 0px 0px;
}.balanceHistory tr td:last-child{
	border-width:0px 0px 1px 0px;
}.balanceHistory tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.balanceHistory tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.balanceHistory tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.balanceHistory tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.balanceHistory tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.lazy {
    display: none;
}