html * {max-height:1000000px;}

body { 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: #000; 
background-color: #ffffff;
margin:auto;
}

td a> div
        {
            
            width:240px;
            height:336px;
			background-color: rgba(0,0,0,.7);
			background-blend-mode: darken;
			text-shadow: 0 3px 0px rgba(0,0,0,1);
            color:#fff;         
            text-align:center;
            line-height:38px;
            transition:all 0.2s ease;
			font-size:32px;
            
        }

        .border:hover
        {
			background-color: rgba(0,0,0,.3);
			background-blend-mode: darken;
			font-size:40px;

        }
		
		

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

}


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

}


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

}


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

}






.studios1 {
    width: 115px;
    height: 30px;
    border-radius: 16px;
    background: #EEEEEE;
    font-size: 16px;
    font-family: bebas_neuebold, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: table-cell;
    color: #222222;
    outline: none;
    border: 0;
	cursor: pointer;
	letter-spacing: 1px;
	transition:all 0.2s ease;
}

.studios1:hover {
    background: #64B77C;
    color: #FFFFFF;
}

.studios2 {
    width: 146px;
    height: 30px;
    border-radius: 16px;
    background: #EEEEEE;
    font-size: 16px;
    font-family: bebas_neuebold, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: table-cell;
    color: #222222;
    outline: none;
    border: 0;
	cursor: pointer;
	letter-spacing: 1px;
	transition:all 0.2s ease;
}

.studios2:hover {
    background: #49568A;
    color: #FFFFFF;
}

.studios3 {
    width: 178px;
    height: 30px;
    border-radius: 16px;
    background: #EEEEEE;
    font-size: 16px;
    font-family: bebas_neuebold, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: table-cell;
    color: #222222;
    outline: none;
    border: 0;
	cursor: pointer;
	letter-spacing: 1px;
	transition:all 0.2s ease;
}

.studios3:hover {
    background: #F68831;
    color: #FFFFFF;
}


.studiostext {
font-family: 'bebas_neuebold', 'arial';
font-size:16px;
letter-spacing: 1px;
color: #222222;
text-transform: uppercase; 
}


.gallery { 
transition:all 0.2s ease;
}

.gallery:hover { 
transform: scale(1.1);
}



.classic {
    width: 212px;
    height: 50px;
    border-radius: 30px;
    background: #64B77C;
    font-size: 16px;
    font-family: proxima_nova_rgbold, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: table-cell;
    color: #FFFFFF;
    outline: none;
    border: 0;
	cursor: pointer;
	letter-spacing: 1px;
	box-shadow: 0 3px 0px rgba(62,140,90,1);
	transition:all 0.2s ease;
}

.classic:hover {
    background: #4EA768;
	transform: scale(1.08);
}

.image img {
 -moz-transition: all 0.2s ease-out;
 -o-transition: all 0.2s ease-out;
 -webkit-transition: all 0.2s ease-out;
 }
 
.image img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

.vk {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background: #DDDDDD;
    font-size: 22px;
    font-family: proxima_nova_rgbold, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: table-cell;
    color: #FFFFFF;
    outline: none;
    border: 0;
	cursor: pointer;
	letter-spacing: 1px;
	transition:all 0.2s ease;
}

.vk:hover {
    background: #4EA768;
	transform: scale(1.09);
}



.studiobutton {
    width: 142px;
    height: 40px;
    border-radius: 30px;
    background: #64B77C;
    font-size: 16px;
    font-family: proxima_nova_rgbold, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: table-cell;
    color: #FFFFFF;
    outline: none;
    border: 0;
	cursor: pointer;
	box-shadow: 0 3px 0px rgba(62,140,90,1);
	transition:all 0.2s ease;
}

.studiobutton:hover {
    background: #4EA768;
    color: #FFFFFF;
	transform: scale(1.1);
}



a {color: #222222;text-decoration: none;}
a:hover {color: #57B072;text-decoration: none;}

a:link.buy {font-family: 'a_futuraroundbold', 'arial'; font-size:18px; color: #E586A4;}
a:hover.buy {font-family: 'a_futuraroundbold', 'arial'; font-size:18px; color: #DB577E;}

h1 {
font-family: 'bebas_neuebold', 'arial';
font-size:48px;
letter-spacing: 5px;
color: #FFFFFF;
text-transform: uppercase;
}



h2 {
font-family: 'proxima_nova_rgbold', 'arial';
font-size:28px;
color: #222222;
line-height: 0.8;
}


.studiotitle {
font-family: 'bebas_neuebold', 'arial';
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 1px;
}


.caption {
font-family: 'proxima_nova_rgbold', 'arial';
font-size:28px;
color: #222222;
line-height: 0.8;
}

.text {
font-family: 'proxima_nova_rgregular', 'arial';
font-size:16px;
line-height: 1.6;
color: #222222;
}

.textoborudovanie {
font-family: 'proxima_nova_rgregular', 'arial';
font-size:16px;
line-height: 1.2;
color: #222222;
}

.textbig {
font-family: 'proxima_nova_rgregular', 'arial';
font-size:20px;
line-height: 1.6;
color: #222222;
}

.textbigbold {
font-family: 'proxima_nova_rgregular', 'arial';
font-size:20px;
line-height: 1.6;
color: #222222;
border-style:solid;
border-width:2px;
border-radius: 30px;
border-color: #64B77C;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.textbold {
font-family: 'proxima_nova_rgbold', 'arial';
font-size:16px;
line-height: 1.6;
color: #222222;
}

.info {
padding-left: 60px;
padding-right: 60px;
}

.menu {
font-family: 'proxima_nova_rgbold', 'arial';
font-size:16px;
color: #222222;
word-spacing: 28px;
text-transform: uppercase;
letter-spacing: 1px;
}

.phone {
font-family: 'proxima_nova_rgbold', 'arial';
font-size:22px;
line-height: 1.3;
color: #222222;
}

.adress {
font-family: 'proxima_nova_rgregular', 'arial';
font-size:14px;
line-height: 1.2;
color: #222222;
}
