﻿
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/MyriadPro-Regular.woff') format('woff'),
    url('fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    padding:0px;
    margin:0px;
    background-color:rgb(0,0,0);
    font-family:'Myriad Pro';
    font-size:18px;
    color:white;
    min-width: 1000px;
}
#call {
    font-size:15px;
    width:170px;
}
    #call:hover {
        color:#808080;
        cursor:pointer;
    }
form {
    color:#808080;
    font-size:12px;
}
.bold {
    font-weight:600;
}
.maincontainer {
    width:1000px;
    margin:53px auto;
}
.logo {
    width:400px;
    margin:0px auto;
    margin-bottom:48px;
}
.logo img {
    width: 100%
}
.heading-text {
    margin:25px auto;
    width: 750px;
	font-size: 12px;
}
.heading-text span.link
{
    font-size: 24px;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.align_left {
    text-align:left;
}
.firstword{
    font-size:28px;
}
.link {
    font-size:28px;
    margin: 25px auto;
    text-align:center;
}
.buttons {
    margin:0px auto;
    text-align: center;
    width:196px;
    height:24px;
}
.social_buttons {
    width: 32.5px;
    height: 32.5px;
    display: inline-block;
    background-image: url('Images/logo_social.png');
    margin-left:8px;
    background-repeat:no-repeat;
    transition:0.5s;
    cursor: pointer;
}
.social_buttons:hover {
       /*transform:rotate(360deg);*/
       opacity: 0.8;
    }
#twitter {
    background-position:0px;
    margin-left:0px;
}
#facebook {
    background-position:-37px;
}
#vk {
    background-position:-74px;
}
#insta {
    background-position:-111px;
}
#odnoklasniki {
    background-position:-148px;
}
.centered {
    margin:0 auto;
}
a,a:hover {
     color:white;
    text-decoration:underline;
}
a:focus {
    color:white;
    text-decoration:underline;
}
#myCarousel {
    width:1000px;
    margin:0px auto;
}
hr {
    width:768px;
    color:#e1e1e1;
    height:1px;
    opacity: 0.5;
}
.contacts
{
    text-align: center;
}
iframe
{
    margin: 0 auto;
    display: block;
}
.carousel-inner>.item>img
{
        display: block;
    /*max-width: 750px;*/
	max-height: 548px; /*I'll be back!!!*/
    height: auto;
    margin: 0 auto;
}
.glyphicon-chevron-right:before {
    content: "";
    width: 63px;
    height: 128px;
    background: url(Images/arrs.png) 63px 0;
    display: block;
    margin-top: -50px;
}
.glyphicon-chevron-left:before {
    content: "";
    width: 63px;
    height: 128px;
    background: url(Images/arrs.png);
    display: block;
    margin-top: -50px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 30%;
}