@import url(https://fonts.googleapis.com/css?family=Ranga:400,700);
body
{
    font-family:"Ubuntu";
}
.slider
{
    height:470px;
    width:100%;
    position:relative;
    border-top:5px solid #00a0d3;
}
.slider img
{
    height:470px;
    width:100%;
    position:absolute;
}
.shadow
{
    box-shadow: 0 3px 6px -1px black;
    width:300px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}
.logo img
{
    background-color:#ffffff;
    margin:-465px 0 0 0;
}
.menu
{
    width:300px;
    background: rgb(62,78,141);
    background: -moz-linear-gradient(left,  rgb(62,78,141) 0%, rgb(0,160,211) 21%, rgb(0,160,211) 21%, rgb(0,160,211) 50%, rgb(0,160,211) 79%, rgb(62,78,141) 100%);
    background: -webkit-linear-gradient(left,  rgb(62,78,141) 0%,rgb(0,160,211) 21%,rgb(0,160,211) 21%,rgb(0,160,211) 50%,rgb(0,160,211) 79%,rgb(62,78,141) 100%);
    background: linear-gradient(to right,  rgb(62,78,141) 0%,rgb(0,160,211) 21%,rgb(0,160,211) 21%,rgb(0,160,211) 50%,rgb(0,160,211) 79%,rgb(62,78,141) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4e8d', endColorstr='#3e4e8d',GradientType=1 );
    height:295px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}
.menu ul
{
    float:left;
    list-style-type:none;
    background-color:#00a0d3;
    padding: 0 10px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}
.menu ul a
{
    text-align:center;
    text-decoration:none;
    background-color:#00a0d3;
}
.menu ul a li
{
    color:#FFFFFF;
    background-color:#00a0d3;
    font-size:25px;
    font-family: 'Ranga', cursive;
    width:280px;
    margin-top:5px;
}
.menu ul a li.menu_active
{
    background-color:#4bbbe0;
    padding:0 80px;
}
.menu ul a:first-child li
 {
     margin-top:25px;
 }
.menu ul a:last-child li
{
    margin-bottom:15px;
}
.menu ul a:hover li
{
    background-color:#4bbbe0;
}
.menu_border
{
    background: rgb(0,160,211);
    background: -moz-linear-gradient(left,  rgb(0,160,211) 10%, rgb(62,78,141) 50%, rgb(62,78,141) 50%, rgb(0,160,211) 90%);
    background: -webkit-linear-gradient(left,  rgb(0,160,211) 10%,rgb(62,78,141) 50%,rgb(62,78,141) 50%,rgb(0,160,211) 90%);
    background: linear-gradient(to right,  rgb(0,160,211) 10%,rgb(62,78,141) 50%,rgb(62,78,141) 50%,rgb(0,160,211) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0d3', endColorstr='#00a0d3',GradientType=1 );
    padding:1.3px;
}
.top
{
    margin:-465px 20px;
    background-color:#32428d;
    padding:18px 30px;
    color:#ffffff;
    font-size:20px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    box-shadow: 0 8px 6px -6px black;
    position:absolute;
}
.block
{
    position:absolute;
    background-color:rgba(95,133,146,0.7);
    padding:10px 22px;
    margin-top:-190px;
    font-size:30px;
    color:#ffffff;
    font-weight:bold;
    margin-left:15px;
}
.block1
{
    position:absolute;
    background-color:rgba(95,133,146,0.7);
    padding:10px 30px;
    margin-top:-120px;
    margin-left:85px;
}

.block span
{
    color:#ffffff;
    font-size:30px;
    text-align:center;
    font-weight:bold;
	text-transform:uppercase;
}


.block1 span
{
    color:#ffffff;
    font-size:22px;
    text-align:center;
	margin:15px;
    font-weight:bold;
	text-transform:uppercase;
}
.bg
{
    background-color:#ECEDF2;
    padding:20px;
}
.border
{
    border-bottom:2px solid #959595;
    margin:-31px 0 0 190px;
}
.img
{
    margin:20px 0 0 0;
}
.main_img
{
    background-color:#ffffff;
    height:200px;
    border:3px solid #00a0d3;
    border-bottom:none;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-left:20px;
    position:relative;
    margin-top:10px;
    overflow:hidden;
}
.main_img img
{
    position: absolute;
    padding:10px;
    padding-top:20px;
}
.img_block
{
    width:180px;
}
.main_img p
{
    text-align:justify;
    padding:4.5px;
    background-color:rgba(0,160,211,0.5);
    color:#ffffff;
    font-weight:bold;
    -webkit-transform:translateY(130px);
    -moz-transform:translateY(130px);
    -o-transform:translateY(130px);
    -ms-transform:translateY(130px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    bottom: 0
}
.main_img:hover p
{
    -webkit-transform:translateY(200px);
    -o-transform:translateY(200px);
    -ms-transform:translateY(200px);
    -moz-transform:translateY(200px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.box
{
    margin:-5px 0 0 20px;
    border-bottom:2px solid #3e4e8d;
}
.box h2
{
    font-size:15px;
    color:#3e4e8d;
    font-weight:bold;
}
.button
{
    color:#ffffff;
    margin-top:-36px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 0%, rgb(255,255,255) 0%, rgb(62,78,141) 0%, rgb(0,160,211) 46%, rgb(0,160,211) 61%, rgb(0,160,211) 70%, rgb(62,78,141) 100%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(62,78,141) 0%,rgb(0,160,211) 46%,rgb(0,160,211) 61%,rgb(0,160,211) 70%,rgb(62,78,141) 100%,rgb(255,255,255) 100%);
    background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(62,78,141) 0%,rgb(0,160,211) 46%,rgb(0,160,211) 61%,rgb(0,160,211) 70%,rgb(62,78,141) 100%,rgb(255,255,255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    padding:3px 15px;
    font-size:16px;
    border-radius:6px;
    font-weight:bold;
    border:2px solid #3e4e8d;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button:hover, .button:focus, .button:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.button1
{
    background: rgb(62,78,141);
    background: -moz-linear-gradient(top,  rgb(62,78,141) 0%, rgb(62,78,141) 77%, rgb(0,160,211) 94%);
    background: -webkit-linear-gradient(top,  rgb(62,78,141) 0%,rgb(62,78,141) 77%,rgb(0,160,211) 94%);
    background: linear-gradient(to bottom,  rgb(62,78,141) 0%,rgb(62,78,141) 77%,rgb(0,160,211) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4e8d', endColorstr='#00a0d3',GradientType=0 );
    margin-top:-36px;
    color:#ffffff;
    padding:3px 15px;
    font-size:16px;
    border-radius:6px;
    font-weight:bold;
    border:2px solid #3e4e8d;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.button1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button1:hover, .button1:focus, .button1:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.order_box
{
    width:40px;
    height:40px;
    border-radius:5px;
    float:left;
    background-color:#7196b0;
    margin-top:20px;
    font-weight:bold;
}
.order_block
{
    color:#00a0d3;
    margin:30px 0 0 50px;
    border-bottom:2px solid #959595;
    padding:20px;
    font-size:24px;
    width:160px;
    font-weight:bold;
}
.order_block1
{
    color:#00a0d3;
    border-bottom:2px solid #959595;
    padding:5px;
    margin-left:50px;
    width:160px;
    font-weight:bold;
}
.order_block2
{
    color:#00a0d3;
    font-size:18px;
    margin:30px 0 0 45px;
    font-weight:bold;
}
.product_border
{
    border-bottom:2px solid #959595;
    margin:-31px 0 0 160px;
    width:370px;
}
.product_slider
{
    position:absolute;
    margin: -320px 0 0 50px;
    background-color: rgba(0,160,211,0.7);
    width:700px;
    height:240px;
    border-radius:5px;
    box-shadow: 0 3px 6px -1px black;
}
.product_slider p
{
    text-align:center;
    font-size:30px;
    color:#ffffff;
    padding-top:80px;
    font-weight:bold;
}
.product h2
{
    position: absolute;
    margin: -390px 0 0 50px;
    color:#ffffff;
    font-weight:bold;
    font-size:22px;
    padding:8px 20px;
    background-color:#00a0d3;
    border-radius:3px;
}
.image
{
    width:650px;
    height:230px;
    margin-top:70px;
}
.image1
{
    width:200px;
    height:200px;
    float:left;
}
.image p
{
    margin-top:-10px;
    padding:5px 30px;
    color:#ffffff;
    background-color:rgba(62,78,141,0.7);
    font-size:16px;
    font-weight:bold;
    margin-left:15px;
}
.Details h2
 {
     color:#00a0d3;
     font-size:28px;
     font-weight:bold;
 }
.Details1 h2
{
    color:#00a0d3;
    font-size:28px;
    font-weight:bold;
}
.about_border
{
    border-bottom:3px solid #959595;
}
.about_border1
{
    border-bottom:3px solid #3e4e8d;
    width:180px;
    padding-top:5px;
}
.about_icons
{
    width:30px;
    height:30px;
    background-color:#3e4e8d;
    margin-top:10px;
}
.Details p
{
    margin: -30px 0 0 50px;
    color:#3e4e8d;
    font-weight:bold;
    font-size:20px;
}
.Details1 p
{
    color:#959595;
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
    text-align:justify;
}
.about_icons i
{
    padding:10px;
    color:#ffffff;
}
.border1
{
    border-bottom:2px solid #959595;
    padding-top:12px;
}
.contact_page h2
{
    color:#00a0d3;
    font-size:28px;
    font-weight:bold;
}
.contact_page p
{
    color:#3e4e8d;
    font-weight:bold;
    font-size:15px;
    margin-top:26px;
    line-height: 0.5;
}
.contact_page1 h2
{
    color:#00a0d3;
    font-size:28px;
    font-weight:bold;
}
.contact_border
{
    border-bottom:3px solid #3e4e8d;
    width:80px;
    padding-top:5px;
}
.content
{
    color:#959595;
    margin-top:20px;
    font-size:16px;
    font-weight:bold;
    text-align:justify;
}
.content_border
{
    border-bottom:2px solid #959595;
    padding-top:4px;
}
.map_block
{
    float:left;
    width:835px;
    height:340px;
    -moz-box-shadow: 0px 1px 1px #555555;
    -webkit-box-shadow: 0px 1px 1px #555555;
    box-shadow: 0px 1px 1px #555555;
    margin-top:20px;
    border:2px solid #3e4e8d;
}
.form_border

{
    border-bottom:2px solid #3e4e8d;
    width:930px;
    margin-left:70px;
}
.form
{
    margin-top:15px;
    height:20px;
}
.form-control:hover
{
    border:2px solid #3e4e8d;
}
label
{
    color:#3e4e8d;
    font-weight:bold;
    font-size:14px;
    margin-top:5px;
    display: block;
    
    cursor: pointer;
}



.check{
    display: block;
    position: absolute;
    border: 2px solid #00a0d3;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 10px;
    left: 160px;
}

.check::before {
    display: block;
    position: absolute;
    content:'';
    z-index:2;
    border-radius: 100%;
    height: 5px;
    width: 5px;
    top: 3px;
    left: 3px;
    margin: auto;
}

.button2
{
    margin: -2px 0 0  133px;
    padding: 3px 30px;
    color: #ffffff;
    background-color: #00a0d3;
    border-radius: 7px;
    font-size: 16px;
    font-weight:bold;
    border-bottom:3px solid #3e4e8d;
}

.button4
{
padding-top:5px;
}

.button4 a
{	
    padding: 5px 30px;
    color: #ffffff;
    background-color: #00a0d3;
    border-radius: 7px;
    font-size: 16px;
    font-weight:bold;
    border-bottom:3px solid #3e4e8d;
}


.button3
{
    margin: 10px 0 0  0px;
    padding: 3px 30px;
    color: #ffffff;
    background-color: #00a0d3;
    border-radius: 7px;
    font-size: 16px;
    font-weight:bold;
    border-bottom:3px solid #3e4e8d;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.button2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button2:hover, .button2:focus, .button2:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.footer
{
    background-color: #3e4e8d;
    padding:10px;
}
.footer_menu ul
{
    list-style:none;
    margin:5px 0 0 -30px;
}
.footer_menu li
{
    text-align:center;
    display:inline-block;
}
.footer_menu ul li:last-child a
{
    border-right:none;
}
.footer_menu ul li a
{
    position:relative;
    text-decoration:none;
    padding:0 10px;
    color:#FFFFFF;
    font-size:14px;
    border-right:1px solid #ffffff;
    font-weight:bold;
}
.footer_menu li a:hover
{
    text-decoration: underline;
}
.footer_menu a.active1
{
    text-decoration: underline;
}
.social_icons
{
    margin-left:10px;
}
.social_icons ul
{
    list-style-type:none;
}
.social_icons li
{
    float: left;
    padding: 5px;
}
.social_icons li a
{
    text-decoration:none;
    color:#FFFFFF;
}
.social_icons ul li a i
{
    width:35px;
    height:35px;
    background-color:#3e4e8d;
    text-align:center;
    border-radius:50%;
    padding:10px;
    transform:scale(1.2);
}
.social_icons i:hover
{
    background-color:#FFFFFF;
    border:1px solid #3e4e8d;
}
.social_icons ul li a i:hover
{
    color:#3e4e8d;
}
.pin {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50% 50% 50% 0;
    -moz-border-radius: 50% 50% 50% 0;
    -o-border-radius: 50% 50% 50% 0;
    -ms-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    background: #3E4E8D;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    left: 50%;
    top: 70%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}
.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pulse {
    background: rgba(0,0,0,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 70%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
}
.pulse:after {
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

.admin_but a
{
text-decoration:none;
background-color:#0080C0;
padding:5px;
color:#FFFFFF;
font-size:14px;
font-family:Calibri;
font-weight:bold;
}

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

.order_back a:hover
{
text-decoration:none;
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 90%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

.admin_login
{
width:80%;
height:200px;
border: #0080C0 solid 2px;
margin-top:25px;
}

.admin_form
{
margin:25px 45px 25px -65px;
}
.footer_block
{
    color:#ffffff;
    font-weight:bold;
    margin:5px 0 0 70px;
}
.padding
{
    padding-left:30px;
}

@media (min-width: 240px) and (max-width: 767px)
{
   /* .logo img{position:absolute;}

    .shadow{box-shadow: none;}*/
}
@media (min-width: 240px) and (max-width: 319px)
{

}
@media (min-width: 320px) and (max-width: 479px)
{

}
@media (min-width: 320px) and (max-width: 359px)
{

}
@media (min-width: 360px) and (max-width: 479px)
{

}
@media (min-width: 414px) and (max-width: 479px)
{

}
@media (min-width: 480px) and (max-width: 767px)
{

}
@media (min-width: 480px) and (max-width: 567px)
{

}
@media (min-width: 568px) and (max-width: 599px)
{

}
@media (min-width: 600px) and (max-width: 639px)
{

}
@media (min-width: 640px) and (max-width: 666px)
{

}
@media (min-width: 667px) and (max-width: 735px)
{

}
@media (min-width: 736px) and (max-width: 767px)
{

}
@media (min-width: 768px) and (max-width: 991px)
{
    .product_slider{width:380px;margin-left:140px;margin-top:-280px;height:210px;}

    .product h2{margin-left:130px;padding:8px 0;font-size:17px;}

    .padding{padding:0;}

    .product_slider p{padding-top:70px;}

    .top{font-size:17px;padding: 14px 10px;}

    .zero{padding:0 !important;}

    .footer_block{float:right;margin-top:-20px;margin-right:15px !important;}
}
@media (min-width: 992px) and (max-width:1199px)
{
    .product_slider{width:585px;margin-left:105px;}

    .product h2{margin-left:100px;}

    .footer_block{margin:0;}

    .padding{padding:0;}
}
@media (min-width: 1200px)
{

}
