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%;
    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;
}


body{
    background: #ffffff;
    color: #0c0c0c;
    font-size: 14px;
}

img{
    max-width: 100%;
}

.uppercase{
    text-transform: uppercase;
}

.container{
    max-width: 1000px;
}

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

}

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

}

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

}



/* =LP style
-------------------------------------------------------------- */

header{
    width: 100%;
    background: #ffffff;
}

header .fiverr{
    margin: 22px;
}

header .logo{
    text-align: center;
}

header .link{
    font-family: 'gotham_htfbook';
    font-size: 14px;
    color: #858585;
    text-decoration: underline;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    text-align: right;
    padding-left: 15px;
    padding-right: 0;
    float: right;
}

/* =Slider
-------------------------------------------------------------- */
.slide-item{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.slide-item .slide-link{
    text-decoration: none;
    display: block;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
}

.slide-item .title{
    font-size: 72px;
    text-align: center;
    font-family: 'gotham_htfbold';
    padding: 70px 0 20px;
    line-height: 1;

    background: -webkit-linear-gradient(top, #ff6000, #ffb103);
    background: linear-gradient(top, #ff6000, #ffb103);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-item .subtitle{
    color: #f7f4f4;
    font-size: 64px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'gotham_htfbook';
    text-shadow: 1px 1px 1px #666;
}

.slide-item .link{
    display: block;
    margin: 40px auto 0;
    text-transform: uppercase;
    background: url("../img/buy_now.png") no-repeat;
    width: 244px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    line-height: 54px;
    font-family: 'gotham_htfmedium';
    color: #ffffff;
    text-decoration: none;
    border: none;
}

.slide-item .link:hover{
    color: #eeeeee;
}

.owl-theme .owl-nav.disabled + .owl-dots{
    margin: -13px 0 0 0;
    position: relative;
    z-index: 999;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #f38f1d;
}

.owl-theme .owl-dots .owl-dot span{
    background: #a19ca1;
    width: 12px;
    height: 12px;
    margin: -16px 5px 0px 5px;
}

@media only screen and (max-width: 767px){
    .slide-item .title{
        font-size: 48px;
    }

    .slide-item .subtitle{
        font-size: 32px;
    }

    .slide-item .link{
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px){
    .slide-item .title{
        font-size: 32px;
    }

    .slide-item .subtitle{
        font-size: 24px;
    }

    .slide-item .link{
        font-size: 16px;
    }
}

/* =Steps
-------------------------------------------------------------- */
.steps{
    background: #dedede;
    width: 100%;
    padding: 8px 0;
}

.steps .step{
    float: left;
}

.steps .step .number{
    float: left;
    background: url("../img/step-number.png") no-repeat;
    width: 49px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    font-family: 'gotham_htfbold';
    text-indent: 6px;
}

.steps .step .description{
    float: left;
    font-family: Georgia;
    font-size: 14px;
    color: #232033;
    font-style: italic;
    padding: 10px 0 0 8px;
}

.steps .step .description p{
    line-height: 1.2;
}

.steps .step .description strong{
    font-weight: bold;
}

.steps .step.final .number{
    background: url("../img/step-number-final.png") no-repeat;
}

.steps .step.final .description p{
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 991px){
    .steps .step{
        margin-bottom: 15px;
    }
}

/* =Wrapper
-------------------------------------------------------------- */
.wrapper{
    overflow: hidden;
}

.wrapper .head{
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 10px;
    /*overflow: hidden;*/
    min-height: 117px;
}

.wrapper .head:before{
    content: '';
    border-bottom: 1px solid #00c8fe;
    position: absolute;
    z-index: 999;
    width: 1440px;
    left: 0;
    top: 115px;
}

.wrapper .head .left-promo {
    float: left;
    background: url("../img/main-star.jpg") no-repeat left center;
    width: 380px;
    height: 83px;
    font-size: 34px;
    color: #ff7422;
    text-transform: uppercase;
    font-family: 'gotham_htfbold';
    padding: 40px 0 0 70px;
}


.wrapper .head .right-promo{
    float: right;
    height: 98px;
    color: #545454;
    font-size: 38px;
    padding: 38px 0 0 120px;
    position: relative;
    top: 14px;
    font-family: 'gotham_htfbold';
    text-transform: uppercase;
    background: url("../img/shark.png") no-repeat left center;
}

.wrapper .head .right-promo a{
    color: #545454;
    text-decoration: none;
}

.wrapper .head .right-promo a span{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    padding: 0 0 0 10px;
    position: relative;
    top: -4px;
}

.bs-example-tabs{
    float: left;
}

.wrapper .nav-tabs{
    border: 0;
}

.nav-tabs-responsive{

}

.nav-tabs-responsive li a{
    border: none !important;
    border-radius: 0;
    text-align: center;
}

.nav-tabs-responsive li a .image{
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
}

.nav-tabs-responsive li a .image img{
	max-height: 40px;
}

.nav-tabs-responsive li a .text{
    font-size: 16x;
    font-family: 'gotham_htfbold';
    color: #545454;
    text-transform: uppercase;
    text-align: center;
}
.nav > li > a:focus, .nav > li > a:hover{
    background: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 22px 0 0 0;
    margin-right: -4px;
}




.promo{
    padding: 40px;
}

.gutter.row {
    margin-right: -8px;
    margin-left: -8px;
}
.gutter > [class^="col-"], .gutter > [class^=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
}


@media only screen and (max-width: 767px){
    .gutter > .col-xs-12{
        width: 50%;
    }
}

@media only screen and (max-width: 480px){
    .gutter > .col-xs-12{
        width: 100%;
    }
}


.promo .item{
    width: 100%;
    display: block;
    float: left;
    text-decoration: none;
    /*overflow: hidden;*/
    transition: 0.3s;
    min-height:400px;
}



.promo .item .rating{
    float: left;
    width: 100%;
    display: none;
    margin: -20px 0 0 0;
}

.promo .item .rating .star{
	width: 190px;
    float: left;
    height: 70px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 8px 8px 0 0;

}

.promo .item .rating .star ul{
    padding: 10px 5px 0 5px;
    text-align: center;
}

.promo .item .rating .star ul li{
    display: inline-block;
}

.promo .item .rating .star ul li img{
	width: 30px;
}

.promo .item .rating .txt{
	width: calc(100% - 190px);
    float: left;
    color: #4a514b;
    padding: 0 0 0 12px;
    line-height: 1.1;
}

.promo .item .rating .txt h3{
    font-size: 20px;
    font-family: 'gotham_htfbold';
}

.promo .item .rating .txt p{
    font-size: 12px;
    font-family: 'gotham_htfbook';
}

.promo .item .image-container img{
    border: 8px solid #dddddd;
    max-width: 100%;
}

.promo .item .tooloverlay{
    /*display: none;*/
    opacity: 0;
    position: relative;
    padding: 3px 0;
    width: calc(100% - 16px);
    height: 40px;
    line-height: 38px;
    background: rgba(33, 62, 83, 0.8);
    font-size: 28px;
    color: #ffffff;
    font-family: 'gotham_htfbold';
    text-align: center;
    text-transform: uppercase;
    margin: -50px 0 0 8px;
}

.promo .item .tooloverlay img{
	width: 34px;
}

.promo .item .tooloverlay span{
    display: inline-block;
    margin: 0 4px;
}

.promo .item .tooloverlay span.buy{
    line-height: 40px;
    position: relative;
    top: -8px;
}

.promo .item .description{
    text-align: center;
    padding: 20px 0;
}

.promo .item .description h3{
    font-size: 24px;
    font-family: 'gotham_htfbold';
    color: #eb722b;
}

.promo .item .description p{
    font-size: 16px;
    color: #4a514b;
    font-family: 'gotham_htfbook';
}



@media only screen and (max-width: 1820px){
	.promo .item .rating .star ul li img{
		width: 28px;
	}

	.promo .item .rating .txt h3{
		font-size: 18px;
	}

	.promo .item .rating .star{
		width: 180px;
	}

	.promo .item .rating .txt{
		width: calc(100% - 180px);
	}

    .promo .item{
       min-height: 380px;
    }
}

@media only screen and (max-width: 1740px){
    .wrapper .head .left-promo{
        width: 350px;
        font-size: 32px;
    }

    .nav-tabs-responsive li a .text{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1640px){
    .nav > li > a{
        padding: 22px 0 0 0;
    }

    .wrapper .head::before{
        display: none;
    }

    .wrapper .head .right-promo{
        font-size: 32px;
        margin-right: 15px;
        padding: 38px 0 0 90px;
    }

    .nav-tabs-responsive li a .text{
        font-size: 14px;
    }

    .promo .item{
        min-height: 350px;
    }
}

@media only screen and (max-width: 1560px){

    .wrapper .head .left-promo {
        width: 340px;
        font-size: 30px;
    }

	.promo .item .rating .star ul li img{
		width: 26px;
	}

	.promo .item .rating .txt h3{
		font-size: 17px;
	}

	.promo .item .rating .star{
		width: 170px;
	}

	.promo .item .rating .txt{
		width: calc(100% - 170px);
	}

    .promo .item{
        min-height: 340px;
    }
}

@media only screen and (max-width: 1440px){

	.wrapper .head .left-promo {
	    margin-left: 45px;
	}

	.bs-example-tabs{
		width: 100%;
		text-align: center;
		font-size: 0
	}

	.nav-tabs > li {
	    float: none;
	    margin-bottom: -1px;
	    display: inline-block;
	    text-align: center;
	}

	.wrapper .head .right-promo{
		float: right;
	}

	.wrapper .nav-tabs{
		padding:15px 0;
	}

	.promo {
    	padding: 20px;
	}

	.promo .item .rating .star ul li img{
		width: 24px;
	}

	.promo .item .rating .txt h3{
		font-size: 16px;
	}

	.promo .item .rating .txt p{
		font-size: 11px;
	}

	.promo .item .rating .star{
		width: 160px;
	}

	.promo .item .rating .txt{
		width: calc(100% - 160px);
	}

	.promo .item .description h3{
		font-size: 20px;
	}

	.promo .item .description p{
		font-size: 14px;
	}

    .promo .item{
        min-height: 320px;
    }
}


@media only screen and (max-width: 1200px){

	.gutter > .col-md-3{
		width: 33.333%;
	}

	.promo .item .rating .star{
		width: 100%;
		border: none;
		height: auto;
	}

	.promo .item .rating .star ul{
		text-align: left;
	}

	.promo .item .rating .txt{
		width: 100%;
		padding: 4px 0 0 6px;
	}

    .left-promo{
        width: 100%;
        margin: 0 0 0 40px;
    }

    .bs-example-tabs {
        width: 100%;
        margin: 10px 0;
    }

    .promo {
        padding: 20px 0;
    }

	.promo .item .description h3{
		font-size: 18px;
	}

	.promo .item .description p{
		font-size: 12px;
	}

    .promo .item{
        min-height: 360px;
    }

}

@media only screen and (max-width: 1140px){
    .promo .item{
        min-height: 340px;
    }
}

@media only screen and (max-width: 1024px){
    .promo .item{
        min-height: 320px;
    }
}

@media only screen and (max-width: 991px){

	.gutter > .col-md-3{
		width: 50%;
	}


    .promo .item .description h3{
        font-size: 20px;
    }

    .promo .item .description p{
        font-size: 14px;
    }

    .promo .item .tooloverlay{
        font-size: 22px;
    }

    .wrapper .nav-tabs{
        padding: 0 15px;
    }

    .nav-tabs > li{
        width: 14%;
        height: 100px;
    }

    .nav-tabs-responsive li a .text{
        line-height: 1;
    }

    .promo .item{
        min-height: 400px;
    }
}
@media only screen and (max-width: 840px){
    .promo .item{
        min-height: 360px;
    }
}


@media only screen and (max-width: 767px){

    .promo .item .description h3{
        font-size: 18px;
    }

    .promo .item .description p{
        font-size: 12px;
    }

    .promo .item .tooloverlay{
        font-size: 18px;
    }

    .nav-tabs > li{
        width: 25%;
    }

    .promo .item{
        min-height: 330px;
    }
}

@media only screen and (max-width: 640px){
	.wrapper .head .right-promo{
		width: 100%;
		margin-left: 18px;
		float: left;
	}

    .promo .item{
        min-height: 300px;
    }
}

@media only screen and (max-width: 560px){
    .promo .item{
        min-height: 280px;
    }
}

@media only screen and (max-width: 480px){

    .gutter > .col-promo{
        width: 100%;
    }

    .promo .item{
        min-height: 400px;
    }

    .nav-tabs > li{
        width: 50%;
    }
}

@media only screen and (max-width: 400px){
    .promo .item{
        min-height: 320px;
    }
}

@media only screen and (max-width: 360px){
    .promo .item{
        min-height: 300px;
    }
}

/* =footer
-------------------------------------------------------------- */
footer{
    background: #dedede;
    border-top: 1px solid #ffffff;
    padding: 20px 0;
}

footer a{
    display: block;
    padding-bottom: 5px;
    color: #2a2544;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-family: 'gotham_htfbook';
}

footer a span{
    font-family: 'gotham_htfbold';
}

footer a:hover, footer a:focus{
    color: #2a2544;
    text-decoration: underline;
}

footer .copy{
    float: right;
    padding-right: 25px;
    color: #2a2544;
    font-size: 14px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-family: 'gotham_htfbook';
}

@media only screen and (max-width: 767px){
    footer .copy{
        float: left;
    }
}



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* =Helper classes
-------------------------------------------------------------- */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* =Print Styles
-------------------------------------------------------------- */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}