html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, button,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul, menu ul, #main_header ul, #main_footer ul, .left-menu 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;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

.uppercase{
    text-transform: uppercase;
}

.fl-right {
    float: right;
}

.fl-left, .pages li, .gallery-item {
    float: left;
}

.center-block, #center_column, #slider, .fixed-block-inner{
    margin: 0 auto;
}

.center-text, .table td.center-text{
    text-align: center;
}

.absolute-position, .confirm-btn.ico img, .subscription-block .ico .price-container, .gallery-item .shadow, .cart-image, .cart-container .btn{
    position: absolute;
}

.relative-position, #main_header, .confirm-btn.ico, .subscription-block .ico,
#main_header .top-logo, #slider, .info-list li, .gallery-item, #main_header > div,
.fixed-block-inner{
    position: relative;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
    background: url("../img/main_bg.png") repeat;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #666;
}

body, html {
    height: 100%;
}

a {
    color: #0088cc;
    text-decoration: none;
}
a:hover {
    color: #005580;
    text-decoration: underline;
}

#center_column, .content-width, .fixed-block-inner{
    width: 980px;
}

#main_content {
    min-height: 100%;
    min-width: 980px;
}

#main_column {
    margin-left: 325px;
    padding-bottom: 20px;
    padding-top: 10px;
    overflow: hidden;
}

#main_column.one-column{
    margin-left: 0;
}

#main_column.left-content{
    margin-left: 0;
    margin-right: 325px;
}

h1, .fancybox-skin h2, .custom-header {
    font: 30px/44px 'Segoe UI light', 'SegoeUILight';
    color: #000;
    margin-left: 5px;
}
h2 {
    font: 24px/28px 'Segoe UI light', 'SegoeUILight';
    color: #000;
}

.fancybox-skin h2{
    margin: 0 20px 6px 0;
}

h3 {
    font: bold 18px Arial, Verdana, Tahoma, sans-serif;
}
h4, h4 a {
    font: 24px/28px 'Segoe UI light', 'SegoeUILight';
    color: #000;
    margin: 15px 0 4px 15px;
}

h4 a{
    display: block;
}

h4 a:hover{
    text-decoration: none;
    color: #000;
}

#main_column ul, #main_column ol {
    list-style: none;
}

.fancybox-skin p{margin: 8px 0;}
/*----------------HEADER STYLES---------------------*/
#main_header{
    background: url("../img/header_bg.png") repeat-x;
    height: 217px;
}

.top-menu{
    position: relative;
    z-index: 2;
}

.top-menu li{
    float: left;

    position: relative;
    margin-top: 10px;
}

.top-menu li:hover{
    background: #145145;
}

.top-menu li + li{
    background: url("../img/top_menu_separator.png") no-repeat;
}

.top-menu li + li a{
    padding-left: 11px;
}

.top-menu li a{
    color: #71c8b8;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 1px #094137;
    cursor: pointer;
    padding: 0 9px;
    display: block;
}

.top-menu li.logged-user a{
    display: block;
    min-width: 84px;
}

.top-menu li a.active{
    color: #fff;
    cursor: default;
}
.top-menu li a.active:hover{
    cursor: default;
    text-decoration: none;
}

.top-menu .submenu{
    background: #145145;
    display: none;
    padding: 10px 0 10px 8px;
    position: absolute;
    min-width: 130px;
    width: 100%;
    top: 30px;
    right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-menu li:hover .submenu{
    display: block;
}

.top-menu .submenu li{
    float: none;
    padding: 0;
    margin: 0;
}

.top-menu .submenu li + li{
    background: none;
    margin-top: 6px;
}

.top-menu .submenu li a{
    background-image: url("../img/user_menu_icons.png");
    background-repeat: no-repeat;
    display: block;
    line-height: 24px;
    padding-left: 21px;
    white-space: nowrap;
}

.top-menu .submenu li a:hover{
    text-decoration: none;
}

.top-menu .submenu li a.products{
    background-position: -2px 2px;
}

.top-menu .submenu li a.profile{
    background-position: -2px -63px;
}

.top-menu .submenu li a.support{
    background-position: -3px -197px;
}

.top-menu .submenu li a.log{
    background-position: -2px -132px;
}

.top-menu .submenu li a.products:hover{
    background-position: -2px -29px;
}

.top-menu .submenu li a.profile:hover{
    background-position: -2px -95px;
}

.top-menu .submenu li a.log:hover{
    background-position: -2px -166px;
}

.top-menu .submenu li a.support:hover{
    background-position: -3px -228px;
}
.top-menu .submenu li a.choose_paysys{
    background-position: -2px -261px;
}
.top-menu .submenu li a.choose_paysys:hover{
    background-position: -2px -295px;
}
#main_header .top-logo {
    clear: both;
    display: block;
    /*padding-top: 40px;*/
    width: 390px;
}

#main_header .top-logo img{
    position: relative;
    top: -10px;
}

.main-menu{
    display: inline-block;
    position: relative;
    margin-top: -3px;
}

.main-menu li{
    float: left;
}

.main-menu li a{
    display: block;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 1px 1px #095446;
    padding: 0 22px;
    font: 24px/48px 'Segoe UI light', 'SegoeUILight';
    height: 59px;
}

.main-menu li a:hover{
    background: url("../img/main_menu_hover.png") 0 0 repeat-x;
    text-decoration: none;
}

.profile-ico{
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.cart-container{
    top: 50px;
    position: absolute;
    right: 8px;
    z-index: 1;
}

.cart-container a{
    display: block;
    background: #18564b;
    height: 32px;
    padding: 5px 44px 5px 52px;
}

.cart-container a:hover{
    text-decoration: none;
}

.cart-image{
    left: 10px;
    top: 7px;
}

.cart-container .btn{
    top: -1px;
    right: -1px;
    padding: 0 11px;
}

.cart-container .btn img{
    vertical-align: middle;
    margin-top: -3px;
}

.price-cart{
    color: #fefefe;
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
}

.items-cart{
   /* color: #67baaa;*/
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
}
/*-------------LOGIN CONTAINER----------------*/
.login-container{
    background: #145145;
    display: none;
    position: absolute;
    right: 0;
    padding: 15px;
    width: 250px;
}

.login-container fieldset input{
    width: 232px;
}

.login-container .login-controls label{
    display: block;
}

.login-container .login-controls label, .login-container .login-controls a{
    color: #6ec3b3;
}

.login-container .text-link{
    font-size: 14px;
    line-height: 18px;
    position: relative;
    top: 4px;
}

.top-menu li.active{
    background: #145145;
}

/*-------------HOME SLIDER STYLES-------------*/
#slider{
    margin-top: -18px;
    margin-bottom: 13px;
    width: 1026px;
    height: 292px;
}

#slider > img{
    position: absolute;
}

#slider > img.left{
    left: 14px;
    top: 0;
}

#slider > img.right{
    right: 14px;
    top: 0;
}

#slider > img.top{
    top: -10px;
    left: 18px;
}

#slider > img.bottom{
    left: 4px;
    bottom: -25px;
}

#slider > img.image{

}

#slider h2{
    color: #424242;
    font: 47px/52px 'Segoe UI light', 'SegoeUILight';
    position: absolute;
    top: 20px;
    right: 40px;
    text-shadow: 1px 1px #fff;
}

.bx-wrapper .bx-viewport{
    overflow: hidden;
    height: 292px;
}
/*-------------LEFT COLUMN STYLES----------*/
#left_column {
    padding: 14px 0 20px;
    width: 302px;
}

.custom-text{
    font: 38px/40px 'JennaSueRegular';
    margin: 0 0 25px;
    color: #000;
}

.story-block{
    color: #666;
    font-size: 13px;
}

.story-block h3{
    font: 23px/28px 'Segoe UI light', 'SegoeUILight';
    margin-bottom: 15px;
}

.story-block p{
    margin: 0 12px 10px;
}

.column-separator{
    display: block;
    margin: 12px auto;
}

.info-list{
    list-style: none;
    color: #666;
}

.info-list li{
    background: url("../img/bullet.png") 6px 6px no-repeat;
    padding-left: 18px;
    font-size: 13px;
}

.info-list li + li{
    margin-top: 4px;
}

.list-header{
    color: #000;
    font: 30px/36px 'Segoe UI light', 'SegoeUILight';
    margin: 12px 0 5px;
}


/*----------LEFT MENU------------*/
.left-menu{
    background: #fff;
    border: 1px solid #ececec;
    margin-top: 18px;
    padding: 25px 18px 10px;
}

.left-menu .first-level{
    padding-bottom: 15px;
}

.left-menu .first-level + .first-level{
    border-top: 1px solid #e2e1e1;
    padding-top: 15px;
}

.left-menu .first-header{
    font-size: 21px;
    font-family: 'Segoe UI light', 'SegoeUILight';
    color: #000;
}

.left-menu .first-header:hover, .left-menu .first-header.active:hover,
.left-menu .first-header.active, .left-menu .second-header:hover, .left-menu .second-header.active:hover,
.left-menu .second-header.active{
    text-decoration: none;
    color: #f15b29;
}

.left-menu .second-header.active{
    background: url("../img/active_arrow.png") 1px 7px no-repeat;
}

.left-menu .first-header.active:hover, .left-menu .second-header.active:hover{
    cursor: default;
}

.left-menu .second-header{
    padding-left: 15px;
    font-size: 16px;
    font-family: 'Segoe UI light', 'SegoeUILight';
    color: #000;
}

/*----------RIGHT COLUMN STYLES------------------*/
#right_column{
    padding-top: 8px;
    width: 300px;
}

#right_column h2{
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0 12px;
}

#right_column h4{
    font-size: 18px;
    font-family: Arial;
    color: #666;
    margin-left: 0;
    font-weight: normal;
}

#right_column .confirm-btn.ico{
    padding-right: 0;
    text-align: left;
    width: 160px;
}

.bonus-label{
    margin: 10px 0;
    font-size: 14px;
}

.attention-color{
    color: #f15b29;
}

.bonus-label .attention-color{
    font-weight: bold;
}

.spacer{
    margin-left: 12px;
}

.search-container{
    position: relative;
}

.search-container input[type='text']{
    background: url("../img/search.png") right center #e6e7e8 no-repeat;
    border: none;
    -webkit-box-shadow: inset 2px 3px 3px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 2px 3px 3px -1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 2px 3px 3px -1px rgba(0, 0, 0, 0.15);
    padding-right: 36px;
    width: 256px;
}

.search-container input[type='submit']{
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 30px;
    opacity: 0;
}

.tags-block{
    margin-right: -10px;
}

.tag{
    height: 27px;
    line-height: 27px;
    float: left;
    font-size: 14px;
    white-space: nowrap;
    margin: 0 10px 10px 0;
    color: #fff;
    text-shadow: 1px 1px #666666;
    padding-left: 10px;
    background: #aaaaaa; /* Old browsers */
    text-transform: capitalize;
    overflow: hidden;
    width: 94%;
    background: -moz-linear-gradient(top,  #aaaaaa 0%, #a0a0a0 50%, #999999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(50%,#a0a0a0), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aaaaaa 0%,#a0a0a0 50%,#999999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aaaaaa 0%,#a0a0a0 50%,#999999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aaaaaa 0%,#a0a0a0 50%,#999999 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #aaaaaa 0%,#a0a0a0 50%,#999999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
    position:relative;
}
.tag span{
    background: #0b5749;
    display: inline-block;
    margin-left: 8px;
    height: 27px;
    line-height: 27px;
    padding: 0 6px;
    -webkit-box-shadow: inset 2px 3px 3px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 2px 3px 3px -1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 2px 3px 3px -1px rgba(0, 0, 0, 0.15);
    width: 40px;
    text-align: center;
    position:absolute;
    right:0px;
}
.tag:hover{
    color: #fff;
    text-decoration: none;
}

#right_column .story-block p{
    margin: 12px 8px 4px;
}

#right_column .story-block em{
    margin-left: 8px;
    font-weight: bold;
}

#right_column .text-link{
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: #666;
}

#right_column h2 + .story-block{
    margin-top: -10px;
}

#right_column .buy-bundle{
    text-align: left;
    margin-bottom: 8px;
}

#right_column .custom-text{
    margin-right: 116px;
    text-align: right;
}

#right_column .custom-text img{
    top: 7px;
    position: absolute;
    right: -48px;
}

#right_column .buy-bundle + h4{
    margin-top: 8px;
}

#right_column .proxy-container, #right_column .server-container{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*---------------BLOG PAGE STYLES------------*/
.blog-new{
    font-size: 14px;
}

.blog-new + .blog-new{
    margin-top: 15px;
}

.blog-new em{
    display: block;
    margin-bottom: 4px;
    color: #999;
}

.blog-new .text-link, .blog-new .text-link:hover{
    color: #666;
}

.view-more-container{
    font-size: 13px;
    text-align: right;
    margin-top: 10px;
}

.view-more-container .text-link, .view-more-container .text-link:hover{
    color: #666;
}

.blog-block em{
    color: #999;
}

.blog-block{
    margin-top: 20px;
}

.blog-block + .blog-block{
    margin-top: 11px;
}

.blog-block:last-child .content-separator{
    display: none;
}

.blog-block h2{
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-family: Arial;
    margin: 3px 0;
}

.blog-block > img{
    display: block;
    margin-bottom: 4px;
}

.blog-new-button{
    text-align: right;
    margin-top: 15px;
}

.pager{
    text-align: center;
    margin-top: 15px;
}
/*----------GALLERY STYLES----------------*/
.gallery-container{
    overflow: hidden;
    margin-right: -15px;
    padding-top: 4px;
}

.gallery-item{
    background: #fff;
    border: 1px solid #ececec;
    padding: 14px 21px 60px;
    margin: 0 15px 15px 0;
    width: 164px;
    position: relative;
}
.gallery-item .video-container{
    display: block;
    padding: 0;
    margin-left: -10px;
    margin-top: 5px;
    margin-right: -10px;
    border: none;
}

.gallery-item .video-container > img,
.gallery-item .video-container a > img{
    bottom: -3px;
    opacity: 0.3;
    width: 184px!important;
    height: 100px!important;
}

.gallery-item.big a > img{
    opacity: 1!important;
    width: 184px!important;
    height: 100px!important;
}

.gallery-item .video-container > .video-image,
.gallery-item .video-container a > .video-image{
    height: 101px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    width: 184px;
}

.gallery-item .sale{
    position: absolute;
    top: -5px;
    right: -4px;
}

.gallery-item.small{
    height: 160px;
}

.gallery-item.big{
    height: 325px;
}

.product-list .gallery-item.big{
    height: 280px;
}

.video-list .gallery-item.big{
    height: 288px;
}

.gallery-item .top-ico{
    display: block;
    margin: 0 auto 13px;
    height: 35px;
}

.gallery-item .big-ico{
    display: block;
    margin: 10px auto;
    height: 75px;
}

.gallery-item h3{
    color: #f7612f;
    max-height: 44px;
    overflow: hidden;
}

.gallery-item h3.nowrap{
    margin: 0 -15px;
    font-size: 17px;
    white-space: nowrap;
    text-align: center;
}

.gallery-item h3 a{
    color: #f7612f;
}

.gallery-item.big h3{
    text-align: center;
}

.gallery-item .info-list{
    list-style: none;
    font-weight: bold;
    margin-top: 8px;
    height: 75px;
    overflow: hidden;
}

.gallery-item.big .info-list{
    height: 135px;
    margin-top: 7px;
}

.gallery-item .info-list li{
    background-position: 0 6px;
    font-size: 12px;
    padding-left: 10px;
}

div.info-list p{
    background: url("../img/bullet.png") 1px 6px no-repeat;
    font-size: 12px;
    padding-left: 10px;
}

.gallery-item .shadow{
    left: 0;
    bottom: -4px;
}

.gallery-item .subscription-block{
    left: 21px;
    position: absolute;
    bottom: 17px;
}

.gallery-item .success-btn{
    display: block;
}

.content-separator{
    border-top: 1px solid #e2e1e1;
    border-bottom: 1px solid #ffffff;
    margin: 20px 0;
}

.gallery-container + .content-separator{
    margin-top: 5px;
}

.counter{
    text-align: center;
    font: 30px/36px 'Segoe UI light', 'SegoeUILight';
}

/*----------BUY BUNDLE BLOCK----------------*/
.buy-bundle{
    text-align: center;
    margin-bottom: 15px;
}

.buy-bundle .subscription-block{
    display: inline-block;
    position: relative;
    z-index: 1;
}

.buy-bundle .custom-text{
    margin: 0;
    position: relative;
    z-index: 1;
}

.buy-bundle .custom-text img{
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.buy-bundle .content-separator{
    left: 0;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 0;
}
/*----------VIDEO CONTAINER STYLES-----------*/
.video-container{
    border: 1px solid #ececec;
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    display: block;
}

.video-container iframe{
    display: block;
}

.video-container img{
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.video-container img.static-image{
    height: 142px;
    position: static;
    width: 252px;
}
/*--------------BREADCRUMB STYLES-----------*/
.breadcrumb{
    font-size: 14px;
}

/*--------------PRODUCT INFO BLOCK------------*/
.product-info-block{
    overflow: auto;
    margin-bottom: 12px;
}

.product-info-block h1{
    font: 24px/30px Arial;
    color: #f7612f;
    margin: 12px 0;
}

.main-product-info{
    margin-left: 282px;
}

.main-product-info h3{
    font-weight: normal;
    margin: 12px 0;
}

.product-info-block .video-container{
    float: left;
    width: 252px;
}

.product-info-block .video-container a.home-page.video-container img{
    position: static;
    height: 142px;
    width: 100%;
}

.fancybox-inner .product-subscription{
    margin: 15px auto 0;
    width: 610px;
    text-align: center;
}

.fancybox-inner .product-subscription .subscription-block{
    float: none;
    margin-left: 0;
    display: inline-block;
}

.fancybox-inner .product-subscription .custom-text img{
    left: -13px;
}

.product-subscription .subscription-block{
    float: left;
    margin-left: 40px;
}

.product-subscription .subscription-block + .subscription-block{
    margin-left: 30px;
}

.product-subscription{
    padding-bottom: 50px;
    padding-top: 10px;
    overflow: hidden;
}

.product-subscription .custom-text{
    position: absolute;
    left: -12px;
    top: 0;
    right: -12px;
    padding-top: 88px;
    text-align: center;
    z-index: 0;
    font-size: 30px;
}

.product-subscription .custom-text img{
    position: absolute;
    top: -4px;
    left: 0;
}

.product-subscription .top-text, .product-subscription .btn{
    position: relative;
    z-index: 1;
}

.custom-play{
    background: url("../img/play_button.png") no-repeat;
    height: 70px;
    margin: -35px 0 0 -35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    background-size: 100% 100%;
}

.subscription-block.optimal{
    top: -6px;
}

.subscription-block.optimal .top-text{
    height: 30px;
    line-height: 30px;
    background: url("../img/subscription_optimal_text_bg.png") repeat-x;
}

.bottom-text{
    margin-top: 10px;
}

.bonuses-text{
    margin: 10px 0 15px;
    overflow: hidden;
}

.bonuses-text h3{
    font-weight: normal;
    margin-bottom: 6px;
}

.bonuses-text p + h3{
    margin-top: 10px;
}
/*--------------FOOTER STYLES----------------*/
.footer-space {
    height: 172px;
}

#main_footer {
    background: url("../img/footer_bg.png") repeat-x;
    height: 172px;
    margin-top: -172px;
    min-width: 980px;
}

.bottom-menu{
    display: inline-block;
    margin-top: 10px;
}

.bottom-menu li{
    float: left;
}

.bottom-menu li a{
    display: block;
    text-transform: capitalize;
    color: #333333;
    padding: 0 25px;
    font: 21px/55px 'Segoe UI light', 'SegoeUILight';
}

.bottom-logo, .social-bottom{
    margin-top: 20px;
}

.social-bottom li{
    float: left;
    margin-left: 10px;
}

.social-bottom li a{
    background-image: url("../img/sprite.png");
    display: block;
    height: 33px;
    width: 33px;
    -webkit-transition: margin-top 0.2s linear;
    -moz-transition: margin-top 0.2s linear;
    -ms-transition: margin-top 0.2s linear;
    -o-transition: margin-top 0.2s linear;
    transition: margin-top 0.2s linear;
}

.social-bottom li a:hover{
    margin-top: -6px;
}

.social-bottom li a.twitter{
    background-position: 0 0;
}

.social-bottom li a.facebook{
    background-position: -34px 0;
}

.social-bottom li a.g-plus{
    background-position: -69px 0;
}

.social-bottom div{
    color: #666;
    clear: both;
    font-size: 14px;
    padding-top: 8px;
}

/*--------------PAGER STYLES---------------*/
.pages{
    display: inline-block;
    list-style: none;
}

.pages li + li{
    margin-left: 8px;
}

.pages .page-item{
    border: 1px solid #dddddd;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    text-shadow: 1px 1px #fff;
    width: 30px;
    -webkit-box-shadow: inset 1px 0 0 #fff, inset 0 1px 0 #fff;
    -moz-box-shadow: inset 1px 0 0 #fff, inset 0 1px 0 #fff;
    box-shadow: inset 1px 0 0 #fff, inset 0 1px 0 #fff;
    background: #f9f8f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f8f7 0%, #f5f5f4 50%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f7), color-stop(50%,#f5f5f4), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* W3C */
}

.pages a.page-item:hover{
    text-decoration: none;
    background: #edebe9; /* Old browsers */
    background: -moz-linear-gradient(top,  #edebe9 0%, #eae8e8 50%, #e8e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edebe9), color-stop(50%,#eae8e8), color-stop(100%,#e8e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #edebe9 0%,#eae8e8 50%,#e8e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #edebe9 0%,#eae8e8 50%,#e8e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #edebe9 0%,#eae8e8 50%,#e8e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #edebe9 0%,#eae8e8 50%,#e8e6e6 100%); /* W3C */
    -webkit-box-shadow:  inset 1px 0 0 #fff, inset 0 1px 0 #fff, 0 2px 2px -2px rgba(4, 4, 4, 0.2);
    -moz-box-shadow:  inset 1px 0 0 #fff, inset 0 1px 0 #fff, 0 2px 2px -2px rgba(4, 4, 4, 0.2);
    box-shadow:  inset 1px 0 0 #fff, inset 0 1px 0 #fff, 0 2px 2px -2px rgba(4, 4, 4, 0.2);
}

.pages .page-item.active{
    background: #f5f5f4;
    -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15);
}

.pages .page-item.dots{
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pages .page-item.text{
    padding: 0 13px;
    width: auto;
}
/*------------SUBSCRIPTION BLOCK---------------*/
.subscription-block{
    width: 165px;
}

.buy-bundle .subscription-block{
    width: 195px;
}

.subscription-block .top-text{
    background: url("../img/subscription_text_bg.png") 0 0 repeat-x;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin: 0 1px;
    text-align: center;
}

.subscription-block .top-text span{
    color: #83ccbf;
}

.subscription-block:active .top-text{
    background-position: 0 bottom;
}

/*----------------BUTTONS STYLES-------------------*/
.btn {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    display: inline-block;
    line-height: 41px;
    height: 41px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: white;
    text-decoration: none;
    padding: 0 15px;
    text-transform: capitalize;
}

.btn:hover{
    text-decoration: none;
}

button.btn, input[type="submit"].btn {
    vertical-align: middle;
}

.default-btn {
    height: 30px;
    line-height: 31px;
    font-size: 12px;
    -webkit-box-shadow: inset 0 1px 0 #fff, inset 1px 0 0 #fff, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 #fff, inset 1px 0 0 #fff, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 #fff, inset 1px 0 0 #fff, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    color: #666666;
    border: 1px solid #dddddd;
    background: #f9f8f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f8f7 0%, #f5f5f4 50%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f7), color-stop(50%,#f5f5f4), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f8f7 0%,#f5f5f4 50%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f7', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px #fff;
}
.default-btn:hover {
    background: #e7e7e5;
    color: #666666;
}
.default-btn:active {
    -webkit-box-shadow: inset 0 0 10px #b7b7b4;
    -moz-box-shadow: inset 0 0 10px #b7b7b4;
    box-shadow: inset 0 0 10px #b7b7b4;
    background: #e7e7e5;
}

.success-btn {
    -webkit-box-shadow: inset 0 1px 0 #fbaf85, inset 1px 0 0 #fbaf85, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 #fbaf85, inset 1px 0 0 #fbaf85, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 #fbaf85, inset 1px 0 0 #fbaf85, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid #d3501f;
    background: #f6803a; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6803a 0%, #f36d31 50%, #f15b29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6803a), color-stop(50%,#f36d31), color-stop(100%,#f15b29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6803a 0%,#f36d31 50%,#f15b29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6803a 0%,#f36d31 50%,#f15b29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6803a 0%,#f36d31 50%,#f15b29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6803a 0%,#f36d31 50%,#f15b29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6803a', endColorstr='#f15b29',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px #cd410f;
    /*font-weight: bold;*/
    font-size: 18px;
    /*text-transform: uppercase;*/
}
.success-btn:hover {
    -webkit-box-shadow: inset 0 1px 0 #e38e5e, inset 1px 0 0 #e38e5e, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 #e38e5e, inset 1px 0 0 #e38e5e, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 #e38e5e, inset 1px 0 0 #e38e5e, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    background: #f15d2a;
    color: #fff;
}
.success-btn:active {
    -webkit-box-shadow: inset 0 0 8px #d85325;
    -moz-box-shadow: inset 0 0 8px #d85325;
    box-shadow: inset 0 0 8px #d85325;
}
.success-btn.ico, .login-container .success-btn, .checkout-form .success-btn,
.profile-form .success-btn{
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
}
.product-subscription .success-btn{
    width: 133px;
    text-transform: uppercase;
}
.product-subscription .success-btn.ico{
    text-transform: none;
    width: 86px;
}
.confirm-btn {
    -webkit-box-shadow: inset 0 1px 0 #429a88, inset 1px 0 0 #429a88, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 #429a88, inset 1px 0 0 #429a88, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 #429a88, inset 1px 0 0 #429a88, 0 5px 3px -3px rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid #033a31;
    background: #2d7365; /* Old browsers */
    background: -moz-linear-gradient(top,  #2d7365 0%, #186254 50%, #085345 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d7365), color-stop(50%,#186254), color-stop(100%,#085345)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2d7365 0%,#186254 50%,#085345 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2d7365 0%,#186254 50%,#085345 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2d7365 0%,#186254 50%,#085345 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2d7365 0%,#186254 50%,#085345 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7365', endColorstr='#085345',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 0 #09453a;
}
.confirm-btn:hover {
    background: #0f5a4c;
    color: #fff;
}
.confirm-btn:active {
    border-color: #0a4b3f;
    -webkit-box-shadow: inset 0 0 8px #0a4b3f;
    -moz-box-shadow: inset 0 0 8px #0a4b3f;
    box-shadow: inset 0 0 8px #0a4b3f;
}

.confirm-btn.ico{
    padding-left: 60px;
    padding-right: 20px;
}

.confirm-btn.ico img{
    top: 0;
    left: 10px;
}

.subscription-block .ico{
    display: block;
    padding-right: 62px;
}

.subscription-block .ico .price-container{
    background: url("../img/successes_button_separator.png") left center no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    overflow: hidden;
}

.subscription-block .ico .price-container.new-price{
    line-height: 18px;
    padding-top: 2px;
}

.subscription-block .ico .price-container span{
    display: block;
    color: #af3307;
    font-size: 16px;
    text-decoration: line-through;
}

.rotation-button{
    width: 318px;
}

.rotation-button .success-btn{
    font: 24px/39px 'Segoe UI light', 'SegoeUILight';
    display: block;
    padding: 0;
    width: 318px;
    text-transform: none;
}

.rotation-button .custom-text{
    margin-top: 12px;
    font-size: 34px;
}

.rotation-button .custom-text img{
    position: absolute;
    right: -30px;
    top: -31px;
}

/*------------------FORM STYLES--------------------*/
fieldset {
    border: none;
    margin: 11px 0;
    padding: 0;
}

fieldset .block-label{
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
}

.choose-label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.choose-label input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 7px 0 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}
.choose-label {
    margin: 10px 0;
    font-size: 14px;
    line-height: 15px;
}
.login-controls .choose-label{
    margin-bottom: 5px;
}
fieldset.choose-inline .choose-label.fl-left + .choose-label.fl-left {
    margin: 0 0 0 10px;
}
fieldset.textarea-container label {
    display: block;
    line-height: 100px;
    margin: 0 10px 0 0;
}
fieldset.textarea-container textarea {
    height: 90px;
}

textarea {
    resize: none;
    overflow: auto;
}

label, input, select {
    vertical-align: middle;
}

input[type='submit'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    margin: 0;
    width: auto;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"], input[type="password"], textarea, select {
    -webkit-box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.25);
    border: 1px solid #39bba3;
    display: inline-block;
    -webkit-transition: all 0.2s lenear, 1s;
    -moz-transition: all 0.2s lenear, 1s;
    -o-transition: all 0.2s lenear, 1s;
    transition: all, 0.2s, lenear, 1s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0;
    padding: 10px 8px;
    font-family: Arial, Verdana, sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #888888;
    margin: 0;
}

select {
    zoom: 1;
    *height: 37px;
    *line-height: 37px;
}

input[type="text"]:active, input[type="password"]:active, textarea:active,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 6px #6fe6ce;
    -moz-box-shadow: 0 0 6px #6fe6ce;
    box-shadow: 0 0 6px #6fe6ce;
}

input.input-error, textarea.input-error, select.input-error {
    -webkit-box-shadow: 0 0 3px #9f1d20;
    -moz-box-shadow: 0 0 3px #9f1d20;
    box-shadow: 0 0 3px #9f1d20;
    border: 1px solid #9f1d20;
}

.error-block{
    color: #f15b29;
    background: #fbd0d0;
    border: 1px solid #cd410f;
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

.login-form .error-block{
    clear: right;
}

.login-form .btn{
    margin-bottom: 20px;
}

.login-form fieldset{
    width: 480px;
}

.login-form fieldset + fieldset{
    margin-left: 20px;
}

.login-form .header, .login-form p{
    color: #666666;
    font-size: 14px;
}

.login-form .header{
    font-weight: bold;
    margin-bottom: 20px;
}

.login-form p{
    margin: 10px 0;
}

.login-form input[type='text'], .login-form input[type='password']{
    width: 214px;
}

.login-form .placeholder-container + .placeholder-container{
    margin-left: 15px;
}
.placeholder-container { position:relative }
.placeholder-container label { position:absolute; font-family: Arial, Verdana, sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #888888; top:12px; left:10px;}

.login-controls{
    font-size: 14px;
    margin: 10px 0;
}

.text-link{
    color: #000000;
    text-decoration: underline;
}

.text-link:hover{
    text-decoration: none;
    color: #000000;
}

.profile-form{
    width: 350px;
}

.profile-form fieldset{
    position: relative;
}

.profile-form .available, .profile-form .unavailable{
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    left: 100%;
    top: 39px;
    padding-left: 12px;
    white-space: nowrap;
}

.profile-form .unavailable{
    color: #f16941;
}

.profile-form .available{
    color: #39bba3;
}

label sup{
    color: #f15b29;
    font-weight: bold;
    margin-right: 2px;
    font-size: 15px;
}

.fancybox-skin fieldset label{
    display: block;
    font-size: 16px;
    color: #000;
}

.fancybox-skin fieldset input[type='text']{
    width: 412px;
}

.pop-up-submit{
    text-align: right;
}

.profile-form input[type='text'], .profile-form input[type='password']{
    width: 332px;
}

fieldset + h2{
    margin-top: 20px;
}

.profile-form select{
    width: 332px;
}

.profile-form textarea{
    height: 103px;
    width: 332px;
}

fieldset .custom-text{
    position: absolute;
    left: 100%;
    font-size: 30px;
    top: 31px;
    white-space: nowrap;
}

fieldset .custom-text img{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.checkout-form .summary-table{
    color: #000;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.checkout-form .summary-table span{
    display: inline-block;
    margin-left: 5px;
    line-height: 22px;
    width: 70px;
}

.checkout-form .additional-choose label{
    display: block;
    color: #000;
    font-size: 14px;
}

.checkout-form .additional-choose label + label{
    margin-top: 6px;
}

.checkout-form .additional-text{
    margin: 10px 0 0 17px;
    font-size: 14px;
}

.checkout-form .additional-text a{
    color: #666;
    text-decoration: underline;
}

.checkout-form .additional-text a:hover{
    text-decoration: none;
}

.checkout-form .content-separator + .summary-table{
    margin-top: -10px;
}
/*--------------INPUT TYPE FILE----------------*/
.input-file{
    position: relative;
	overflow: hidden;
}

.input-file .btn{
    height: 37px;
    line-height: 37px;
    width: 50px;
}

.input-file input[type='file']{
    -moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	height: 75px;
	top: -2px;
	position: absolute;
	right: -10px;
	z-index: 2;
	cursor: pointer;
}

#file_name{
    -webkit-box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.25);
    background: #fff;
    border: 1px solid #39bba3;
    display: inline-block;
    outline: 0;
    padding: 10px 8px 9px;
    height: 18px;
    font-family: Arial, Verdana, sans-serif;
    font-style: italic;
    overflow: hidden;
    font-size: 14px;
    color: #888888;
    width: 236px;
}
/*---------------SERVICES PAGE STYLES-----------*/
.hire-item{
    text-align: center;
    margin-bottom: 20px;
    width: 310px;
}

.hire-item + .hire-item{
    margin-left: 15px;
}

.hire-item .image-container{
    height: 195px;
    line-height: 195px;
}

.hire-item .image-container img{
    display: inline-block;
    vertical-align: bottom;
}

.hire-item h2{
    margin: 15px 0;
}

.hire-item p{
    font-size: 13px;
    margin: 0 7px;
}

.hire-us-block .rotation-button{
    clear: both;
    margin-top: 20px;
}

/*--------------TABLES BLOCK-----------*/
.table {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-spacing: 0;
    border-collapse: separate;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    margin-top: 12px;
}
.table th {
    font-weight: normal;
    background: #fff;
    border-bottom: 1px solid #dddddd;
    white-space: nowrap;
    padding: 10px 14px;
}
.table th.name{
    width: 285px;
}
.table th.long-name{
    width: 680px;
}
.table th, .table td {
    padding: 12px 14px;
    line-height: 20px;
    text-align: left;
}
.table .unavailable{
    color: #f15b29;
    text-decoration: underline;
}
.table .unavailable:hover{
    text-decoration: none;
}
.table td{
    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dddddd;
    padding: 5px 14px;
}

.table select{
    width: 130px;
}

.table img + img{
    margin-left: 4px;
}

.login-toggle:hover .login-container{
    display: block;
}

.countries-container{
    width: 115px;
}

.price-proxy{
    width: 180px;
}

.fancybox-inner .table{
    font-size: 14px;
}

.top-aligned .fancybox-inner .table .btn{
    padding: 0;
    height: 41px;
    line-height: 39px;
    text-align: center;
    width: 42px;
    position: relative;
    top: -2px;
}

.top-aligned .fancybox-inner .table .btn.success-btn{
    top: 0;
}

.table .proxy-day-selector{
    width: 120px;
}

.table .proxy-day-selector.server{
    width: 120px;
}

.top-aligned .fancybox-inner .table .btn img{
    vertical-align: middle;
}

.table .price-proxy-cell{
    padding-right: 0;
}

.flag-cell{
    width: 115px;
}

/*---------------SUBSCRIPTION POP---------------*/
#subscription_pop h3{
    font: 24px/32px 'Segoe UI light', 'SegoeUILight';
    margin-left: 20px;
}

#subscription_pop li{
    padding-left: 35px;
    line-height: 20px;
}

/*---------------STICKY WRAPPER------------------*/
#main_header.sticky{
    left: 0;
    position: fixed;
    right: 0;
    top: -150px;
    z-index: 100;
    min-width: 980px;
}

#Add_review textarea{
    height: 100px;
    width: 432px;
}

.fixed-block{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-search{
    top: 50px;
    position: absolute;
    left: 8px;
    z-index: 1;
    height: 42px;
    width: 147px;
}

.header-search .search-input{
    background: url("../img/search_ico.png") top right #074c3f no-repeat;
    border: none;
    padding: 13px 35px 13px 8px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    -o-transition: color, background-color 0.8s, 0.8s;
    -ms-transition: color, background-color 0.8s, 0.8s;
    -moz-transition: color, background-color 0.8s, 0.8s;
    -webkit-transition: color, background-color 0.8s, 0.8s;
}

.header-search .search-input:focus, .header-search .search-input:active{
    background-color: #ffffff;
    color: #888888;
}

.header-search .search-submit{
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 24px;
    cursor: pointer;
    z-index: 1;
}

.smaller .main-menu a{
    font-size: 19px;
    padding: 0 14px;
    line-height: 54px;
}
.smaller .main-menu li:last-child{
    margin-right: 30px;
}
/*------------------tabs styles-------------------------*/
.ui-tabs-nav{
    margin: 10px 0 10px 8px;
    overflow: hidden;
}

.ui-tabs-nav li{
    float: left;
}

.ui-tabs-nav li + li{
    margin-left: 30px;
}

.ui-tabs-nav li a{
    font-family: 'Segoe UI light', 'SegoeUILight';
    font-size: 24px;
}

.ui-tabs-nav li a:focus{
    outline: none;
}

.ui-tabs-nav li.ui-tabs-active a{
    color: #000;
    cursor: default;
    text-decoration: none;
}

a.home-page.video-container{
    display: block;

}

a.home-page.video-container img{
    position: static;
    height: 177px;
    width: 290px;
}

a.home-page.video-container .play-button,
.video-container .static-image + .play-button{
    height: 50px!important;
    left: 55%;
    top: 60%;
    margin: -35px 0 0 -35px;
    position: absolute!important;
    width: 50px!important;
}

.wysiwyg{
    color: #000000;
}

.wysiwyg p {
    padding-bottom: 5px;
}

.wysiwyg ol, .wysiwyg ul, .wysiwyg dl
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding: 0 40px;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6{
    font-weight: normal;
}

.wysiwyg h1 {
    font: 24px/30px Arial;
    color: #F7612F;
    margin: 12px 0;
}

.wysiwyg h2{
    font: 22px/26px Arial;
    color: #F7612F;
    margin: 10px 0;
}
.wysiwyg h3{
    font: 20px/24px Arial;
    color: #F7612F;
    margin: 8px 0;
}
.wysiwyg h4{
    font: 18px/22px Arial;
    color: #F7612F;
    margin: 8px 0;
}
.wysiwyg h5{
    font: 16px/20px Arial;
    color: #F7612F;
    margin: 5px 0;
}
.wysiwyg h6{
    font: 14px/18px Arial;
    color: #F7612F;
    margin: 5px 0;
}

.wysiwyg strong, .wysiwyg b{
    font-weight: bold;
}

.wysiwyg em, .wysiwyg i{
    font-style: italic;
}

.wysiwyg hr{
    border: 0px;
    border-top: 1px solid #ccc;
}

.wysiwyg img.right{
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.wysiwyg img.left{
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.wysiwyg .marker{
    background-color: Yellow;
}

.wysiwyg a{
    color: #0782C1;
}

.wysiwyg blockquote{
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.wysiwyg .cke_contents_ltr blockquote
{
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.wysiwyg .cke_contents_rtl blockquote
{
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

.uppercase{
    text-transform: uppercase;
}

#log-pop > div, #log-pop .profile-form, #log-pop .login-form, #log-pop .login-form fieldset{
    width: 450px;
}

#log-pop > div + div{
    margin-left: 50px;
}

#log-pop input[type='text'], #log-pop input[type='password']{
    width: 432px;
}

#log-pop fieldset + fieldset{
    margin-left: 0;
}

#log-pop .additional-text{
    clear: both;
    margin: 0;
    padding: 20px 0;
}

#log-pop .additional-text a{
    color: #444444;
    text-decoration: underline;
}

#log-pop .additional-text a:hover{
    text-decoration: none;
}

#log-pop h2{
    margin-bottom: 20px;
}

#log-pop h3{
    margin-bottom: 10px;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5{
    padding-bottom: 17px;
    color: #f7612f;
}

.refill .labels-container{
    width: 530px;
}

.refill .controls-container{
    margin-top: 13px;
    padding-right: 20px;
}

.refill label{
    line-height: 43px;
    cursor: pointer;
}

.refill label img{
    display: inline-block;
    vertical-align: middle;
    cursor:default;
    max-width: 500px;
}

.refill label + label{
    margin-top: 12px;
}

.refill .controls-container input[type="text"]{
    width: 85px;
    margin-right: 10px;
}

.refill .alert-text, .refill h2{
    margin: 0 0 20px;
}

.refill .alert-text strong, .yellow-text,label.error{
    color: #f15b29;
}

.yellow-text{
    font-size:12px;
}

li.logged-user{
    min-width: 150px;
}

#main_column h2 a,#main_column h4 a{
    color:#000;
}

.t_center{
    text-align:center;
}

#btntotop{
    display: block;
    position: fixed;
    right:50px;
    bottom:30px;
}

.ui-tabs-nav li a:hover{
    text-decoration: none;
}

.blog-title{
    color: #f15b29 !important;
    padding-bottom: 10px;
}

.breadcrumb{
    text-decoration: none;
}