﻿body {
}
.AnimationHolder{margin:-5px 0 0 0;}

.WelcomeText{text-align:justify;padding:20px 10px;}
.WelcomeText img{max-width:500px;max-height:320px;margin-left:20px;float:right;background:white;}

.MainHeader{background:url('../Images/HeaderBg.png') repeat-x left center;margin:10px 0 20px 0;}
.MainHeader span{background:#7c3c11;color:#fff;text-transform:uppercase;font-size:22px;padding:5px 10px;}
.MainHeader strong{background:#fff;color:#009ac6;text-transform:uppercase;font-size:22px;padding:5px 10px 5px 0px;font-weight:normal;}

/*Small Block*/
.DefaultSmallBlock{width:47%;padding:0 1% 0 0 ;float:left;min-height:220px;text-align:left;margin:1%;background:white;}
.DefaultSmallHeader{font-size:20px;padding:20px 0;text-transform:uppercase;}
.DefaultSmallBlock img{width:250px;height:220px; float:left;margin-right:10px;
                 -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; transition: all 300ms linear;}


.SpecialBlock{width:260px;height:150px;border-radius:50%;  -moz-border-radius:50%; -webkit-border-radius:50%;display:block;
              position:relative;z-index:9999;text-align:center;border:solid 4px #fff;margin:-450px 0 150px 0;
              padding:60px 10px;background:rgba(0,0,0,0.4);}
.SpecialBlock strong{font-size:32px;color:White;line-height:40px;}

@media (min-width:800px) and (max-width:1024px)
{
    .SpecialBlock{width:220px;height:120px;margin:-320px 0 70px 0;display:block;}
    .SpecialBlock strong{font-size:25px;line-height:30px;}
    .DefaultSmallBlock{width:47%;}
}
@media (min-width:600px) and (max-width:799px)
{
    .SpecialBlock{width:200px;height:100px;margin:-270px 0 30px 0;display:block;}
    .SpecialBlock strong{font-size:22px;line-height:30px;}
    .DefaultSmallBlock{width:97%;}
}
@media (max-width:599px)
{.SpecialBlock{display:none;}.DefaultSmallBlock{width:97%;}
}