@import "fonts.css";

body,
html {
    width: 100%;
    height: 100%;
    font-family: "PTSansRegular";
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.top-background{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#78daea', endColorstr = '#4f99c5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#78daea', endColorstr = '#4f99c5')";
    background-image: -moz-linear-gradient(top, #78daea, #4f99c5);
    background-image: -ms-linear-gradient(top, #78daea, #4f99c5);
    background-image: -o-linear-gradient(top, #78daea, #4f99c5);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#78daea), to(#4f99c5));
    background-image: -webkit-linear-gradient(top, #78daea, #4f99c5);
    background-image: linear-gradient(top, #78daea, #4f99c5);
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 0 2px 1px rgba(0,0,0,0.25);
    
	border-style: solid;
    border-width: 0 0 6px 0;
    -moz-border-image: url(../img/header_border_bg.png) 6 13 6 5 round;
    -webkit-border-image: url(../img/header_border_bg.png) 6 13 6 5 round;
    -o-border-image: url(../img/header_border_bg.png) 6 13 6 5 round;
    border-image: url(../img/header_border_bg.png) 6 13 6 5 fill round;
    padding-bottom: 10px;
}

.logo {
    display: inline-block;
    text-transform: uppercase;
    padding-left: 110px;
    background: url(../img/logo.png) no-repeat;
    height: 100px;
    background-size: 100px;
    text-align: center;
    margin-top: 15px;
}

.logo h1{
    font-family: "PTSansNarrowBold";
    font-size: 30px;
}

.logo span{
    position: relative;
    top: -5px;
    font-size: 18px;
    padding: 0 5px;
    font-family: "PTSansBold";
}

.contact-phone {
    display: inline-block;
    float: right;
    font-family: "PTSansNarrowBold";
    font-size: 30px;
    margin-top: 40px;
}

/* top stock */

.top-stock{
    background-image: url(../img/bg_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.top-stock-header{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.top-stock-header h1{
    text-transform: uppercase;
    font-size: 35px;
    font-family: "PTSansNarrowBold";
}
.top-stock-header div{
    font-size: 22px;
    font-family: "PTSansBold";
    color: #3e81a9;
}

.top-stock-content{
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 750px;
    margin: 0 auto;
}

.input-container {
    position: relative;
}
.input-container input{
	color: #000;
}

.timer-header{
    text-align: center;
}
.timer-header-top{
    font-size: 23px;
    text-transform: uppercase;
    font-family: "PTSansBold";
    padding: 12px 0;
    background-color: red;
    color: #fff;

}

.timer-header-bottom{
    font-size: 17px;
    text-transform: uppercase;
    font-family: "PTSansBold";
    padding: 12px 0;
    color: #fff;
    background: #2d6e8e;
    background: -moz-linear-gradient(left,  #2d6e8e 0%, #4f9ac4 50%, #2d6e8e 100%);
    background: -webkit-linear-gradient(left,  #2d6e8e 0%,#4f9ac4 50%,#2d6e8e 100%);
    background: linear-gradient(to right,  #2d6e8e 0%,#4f9ac4 50%,#2d6e8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6e8e', endColorstr='#2d6e8e',GradientType=1 );
}

.timer{
    margin-top: 60px;
    text-align: center;
}

.timer-row {
    width: 100%;
    margin: 0 auto;
}
.timer-row > div{
    padding: 0;
}

.timer-cell{
    background: #d13540; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #d13540 0%, #f2424d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #d13540 0%,#f2424d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #d13540 0%,#f2424d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13540', endColorstr='#f2424d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    margin: 0 1px;
	padding: 2px;
}

.timer-count {
    font-size: 40px;
    /* font-family: "PTSansNarrowBold"; */
    /* font-family: "PTSansNarrow"; */
    font-family: "PTSansBold";
	background-color: #bf252d;
    margin: 5px 2px 2px 2px;
}

.timer-desc {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "PTSansNarrowBold";
    padding: 10px 0;
}

/* stock-offer */
.top-stock-offer{
    text-align: center;
    max-width: 345px;
    margin: 0 auto;
}

.stock-form{
    background: rgb(251,251,251);
    background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(241,241,241,1) 71%, rgba(234,234,234,1) 81%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(71%,rgba(241,241,241,1)), color-stop(81%,rgba(234,234,234,1)), color-stop(100%,rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(241,241,241,1) 71%,rgba(234,234,234,1) 81%,rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(241,241,241,1) 71%,rgba(234,234,234,1) 81%,rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(241,241,241,1) 71%,rgba(234,234,234,1) 81%,rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(241,241,241,1) 71%,rgba(234,234,234,1) 81%,rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e3e3e3',GradientType=0 );
    padding: 25px 0 20px;
    position: relative;
    z-index: 100;
}

.top-stock-offer-header{
    background: rgb(251,83,80);
    background: -moz-linear-gradient(top, rgba(251,83,80,1) 0%, rgba(245,73,71,1) 37%, rgba(234,54,53,1) 79%, rgba(233,49,49,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,83,80,1)), color-stop(37%,rgba(245,73,71,1)), color-stop(79%,rgba(234,54,53,1)), color-stop(100%,rgba(233,49,49,1)));
    background: -webkit-linear-gradient(top, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    background: -o-linear-gradient(top, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    background: linear-gradient(to bottom, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5350', endColorstr='#e93131',GradientType=0 );
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: "PTSansBold";
}

.invalid{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 245px;
    margin: 0 auto;
    padding: 5px 0;
    margin-top: 5px;
    display: none;
}

.stock-form input[type="text"], input[type="tel"]{
    border: 1px solid #dbdbdb;
    border-top: 1px solid #bbbbbb;
    border-radius: 3px;
    width: 245px;
    padding: 13px 5px 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    box-shadow: inset 0px -12px 20px rgba(0,0,0,0.1);
}


.stock-form input[type="submit"] {
    font-size: 18px;
    background: rgb(254,92,89);
    background: -moz-linear-gradient(top, rgba(254,92,89,1) 0%, rgba(251,86,84,1) 16%, rgba(230,44,45,1) 93%, rgba(229,43,44,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,92,89,1)), color-stop(16%,rgba(251,86,84,1)), color-stop(93%,rgba(230,44,45,1)), color-stop(100%,rgba(229,43,44,1)));
    background: -webkit-linear-gradient(top, rgba(254,92,89,1) 0%,rgba(251,86,84,1) 16%,rgba(230,44,45,1) 93%,rgba(229,43,44,1) 100%);
    background: -o-linear-gradient(top, rgba(254,92,89,1) 0%,rgba(251,86,84,1) 16%,rgba(230,44,45,1) 93%,rgba(229,43,44,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,92,89,1) 0%,rgba(251,86,84,1) 16%,rgba(230,44,45,1) 93%,rgba(229,43,44,1) 100%);
    background: linear-gradient(to bottom, rgba(254,92,89,1) 0%,rgba(251,86,84,1) 16%,rgba(230,44,45,1) 93%,rgba(229,43,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5c59', endColorstr='#e52b2c',GradientType=0 );
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 3px;
    padding: 10px 0;
    width: 245px;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.input_container{
    position: relative;
}


.input-name{
    background: #fff url(../img/people.png) no-repeat 210px 15px;
}
.input-phone{
    background: #fff url(../img/phone.png) no-repeat 210px 15px;
}

input::-webkit-input-placeholder {color:#333;}
input::-moz-placeholder          {color:#333;}/* Firefox 19+ */
input:-moz-placeholder           {color:#333;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#333;}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder          {color: transparent}
input:focus:-moz-placeholder           {color: transparent}
input:focus:-ms-input-placeholder      {color: transparent}

.offer-header{
    position: relative;
    text-align: center;
    color: #222222;
    text-transform: uppercase;
    font-size: 42px;
    padding-bottom: 40px;
    padding-top: 40px;
    font-family: "PTSansNarrowBold";
}

.offer-header:before {
    content: " ";
    display: inline-block;
    width: 80px;
    border-top: 4px solid #add4ea;
    top: -10px;
    margin-right: 20px;
    position: relative;
}
.offer-header:after {
    content: " ";
    margin-left: 20px;
    width: 80px;
    display: inline-block;
    border-top: 4px solid #add4ea;
    top: -10px;
    position: relative;
}

.offer-items > div {
	text-align: center;
}

.offer-item-image img{
	width: 100%;
	max-width: 400px;
}

.row1{
	max-width: 1000px;
    margin: 0 auto;
}
.row2{
	max-width: 800px;
    margin: 0 auto;
}

.offer-item-text{
	max-width: 250px;
    margin: 0 auto;
    margin-top: 20px;
	margin-bottom: 50px;
    padding: 5px 0;
	font-size: 22px;
    text-transform: uppercase;
    font-family: "PTSansBold";
    color: #fff;
    background: rgb(76,151,193); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(76,151,193,1) 0%, rgba(63,135,175,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(76,151,193,1)), color-stop(100%,rgba(63,135,175,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(76,151,193,1) 0%,rgba(63,135,175,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(76,151,193,1) 0%,rgba(63,135,175,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(76,151,193,1) 0%,rgba(63,135,175,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(76,151,193,1) 0%,rgba(63,135,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c97c1', endColorstr='#3f87af',GradientType=1 );
}

.border-top-image{
    border-style: solid;
    border-width: 6px 0 0 0;
    -moz-border-image: url(../img/top-border-image.png) 6 13 6 5 round;
    -webkit-border-image: url(../img/top-border-image.png) 6 13 6 5 round;
    -o-border-image: url(../img/top-border-image.png) 6 13 6 5 round;
    border-image: url(../img/top-border-image.png) 6 13 6 5 fill round;
    padding-bottom: 10px;
    position: relative;
    top: -5px;
}

.questions{
    color: #fff;
    font-size: 28px;
    text-shadow: 0 2px 1px rgba(0,0,0,0.25);
    text-transform: uppercase;
    font-family: "PTSansBold";
    margin-top: 20px;
}

.mid-stock{
    margin-top:100px;
    height: 200px;
}
.mid-stock .container{
    max-width: 950px;
}

.mid-stock .top-stock-offer{
    position: relative;
    top: -60px;
}


/* plus section */
.plus-item-text{
	text-transform: uppercase;
    color: #175374;
    font-size: 18px;
    font-family: "PTSansBold";
	margin-bottom: 30px;
}

.plus .offer-item-image img{
	max-width: 150px;
	margin-bottom: 20px;
}

/* Delivery section */
.delivery-item{
	text-align: center;
	margin-bottom: 30px;
}

.delivery-text h3{
	text-transform: uppercase;
    font-family: "PTSansBold";
    font-size: 29px;
}
.delivery-text span{
	font-size: 21px;
    margin-bottom: 30px;
}

.item-or{
	color: #529ec8;
    text-transform: uppercase;
    font-family: "PTSansBold";
    font-size: 30px;
    position: relative;
    top: 90px;
}

.delivery-add{
    font-size: 22px;
	font-family: "PTSansBold";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 34px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0c4465', endColorstr = '#468db7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0c4465', endColorstr = '#468db7')";
	background-image: -moz-linear-gradient(top, #0c4465, #468db7);
	background-image: -ms-linear-gradient(top, #0c4465, #468db7);
	background-image: -o-linear-gradient(top, #0c4465, #468db7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0c4465), to(#468db7));
	background-image: -webkit-linear-gradient(top, #0c4465, #468db7);
	background-image: linear-gradient(top, #0c4465, #468db7);

}

footer .contact-phone {
	color: #29698d;
	margin: 0;
	line-height: 1;
}

.org-info{
	font-size: 18px;
    line-height: 30px;
}

.bold{
	font-family: "PTSansBold";
}

.org-footer{
	margin-top: 30px;
}

.developer{
	text-align: right;
}


/* window wrap */
.window-alert{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

.window-content{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 20%;
    text-align: center;
    background-color: #cecece;
}

.window-message{
    color: #fff;
    font-size: 24px;
    font-family: "PTSansBold";
    padding: 10px 0;


    background: rgb(251,83,80);
    background: -moz-linear-gradient(top, rgba(251,83,80,1) 0%, rgba(245,73,71,1) 37%, rgba(234,54,53,1) 79%, rgba(233,49,49,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,83,80,1)), color-stop(37%,rgba(245,73,71,1)), color-stop(79%,rgba(234,54,53,1)), color-stop(100%,rgba(233,49,49,1)));
    background: -webkit-linear-gradient(top, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    background: -o-linear-gradient(top, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    background: linear-gradient(to bottom, rgba(251,83,80,1) 0%,rgba(245,73,71,1) 37%,rgba(234,54,53,1) 79%,rgba(233,49,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5350', endColorstr='#e93131',GradientType=0 );
}

.window-btn{
    padding: 25px 0px;
}

/* Media */
@media screen and (max-width: 768px) {
	
	.top-stock-timer{
		margin-bottom: 50px;
	}

    .mid-stock{
        height: auto;
        margin-top: 5px;
        text-align: center;
    }
    .mid-stock .top-stock-offer{
        top: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
	
	.item-or{
		position: relative;
		top: 0;
	}

}

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

    header{
        text-align: center;
    }

    .logo{
        margin-top: 0;
    }

    .contact-phone{
        float: none;
        margin-top: 0;
    }
}

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

    header{
        text-align: center;
    }

    .logo{
        margin-top: 0;
    }

    .contact-phone{
        float: none;
        margin-top: 0;
    }
}