/*
Последнее обновление:26.10.2016
Автор: Alex_Top
*/

/* Imggal */
.imggal .hi {background:#f3f0e4;}
.imggal .box {height:100%; overflow:hidden;}
.first_page p.title, .random_photo p.title {padding:0; font-family:leaguegothicregular,Georgia,sans-serif; font-size:32px; font-weight:lighter; line-height:100%;}
.random_photo p.title, .col5  p.title {font-size:26px; color:#FF8400; margin:0;}

/* Resize block hover */
/* .imggal .hi .top {transform:scale(1) rotate(0deg); transition:transform 1.5s ease 0s, box-shadow 1.2s ease 0s;} */
.imggal .hi:hover .top {transform:scale(1.1) rotate(0deg);}

/* Random photo <div class="random_photo str_wrap">%imggal_random%</div> */

.random_photo.str_wrap {background:none;}/**/
.random_photo.str_wrap .v_center {border:1px solid #A3A3A3;
float:left; /*вертикально*/
width:100%; /*кол-во в ряду*/
margin:0; padding:0;/*reset*/
-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.random_photo.str_wrap .v_center:nth-child(1) {margin-bottom:10px ;}/*расстояние между блоками*/
.random_photo.str_wrap .v_center:nth-child(n+3) {display:none;}/*прячем все после 3 - отображаем 2*/
/*.random_photo.str_wrap .v_center_element {display:none;} прячем текст*/
/*.random_photo.str_wrap .v_center_block {background:none;} скрываем подложку*/
.random_photo {padding:1px 0; background:#A3A3A3; width:100%;/*задаем ширину для определенного числа фото + .str_wrap .v_center*/
/*-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;*/}
.random_photo .str_wrap, .random_photo .str_wrap.str_active {background:none;}

/* Scroller line color 
.random_photo .v_center:nth-child(1) {border-bottom:6px solid #FF0000;}
.random_photo .v_center:nth-child(2) {border-bottom:6px solid #008000;}
.random_photo .v_center:nth-child(3) {border-bottom:6px solid #006666;}
.random_photo .v_center:nth-child(4) {border-bottom:6px solid #ff8400;}
.random_photo .v_center:nth-child(5) {border-bottom:6px solid #ac0404;}
.random_photo .v_center:nth-child(6) {border-bottom:6px solid #003e88;}
.random_photo .v_center:nth-child(7) {border-bottom:6px solid #95006f;}
*/