.vote_logos
{
    width: 300px;
    position: absolute;
    right: 100px;
    top: 540px;
    z-index: 10;


    /*background-color: #009aa0;
    border: 1px #000000 solid*/
}
.vote_logos_title
{
    font-family: Century Gothic, Calibri, Arial;
    font-size: 20px;
    color: #006aad;
    text-transform:uppercase;
    font-weight: bold;
}
.vote_logos img
{
    max-width: 90px;
    margin-bottom: 10px;
    max-height: 40px;
    margin: 0px 5px;
    display: inline-block;
    background-color: #ffffff;
    padding: 5px;

}
.vote_logos a
{
    text-decoration: none;
}
.vote_a
{
    padding:10px;
    text-align: center;
    background-color: #ff9600;
    font-size: 16px;
    border-radius: 25px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    font-weight: bold;
}
.vote_a:hover, .vote_orange_1:hover, .vote_orange_2:hover
{
    background-color: #ff5200;
}
.vote_table
{
    /*margin-right: 100px;*/
    background: url('pict/vote_bg.gif') right repeat-y;
    font-size: 16px;
}
.vote_speaker_logo
{
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px #eeeeee;
    width: 110px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    Overflow: hidden;
    z-index: 1000;
    display: inline-block;
    margin: 10px;
}
.vote_speaker_logo div, .vote_orange_1 div, .vote_orange_2 div
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 2px;
    width: 106px;
    height: 56px;

}
.vote_orange_1, .vote_orange_2
{
    background-color: #ff9600;
    box-shadow: 0px 0px 2px 2px #eeeeee;
    width: 110px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    Overflow: hidden;
    z-index: 1000;
    display: inline-block;
    margin: 10px;
    transition: all 0.3s ease
}
.vote_orange_1 div
{
    background-image: url('../bg-images/vote_all_1.png');
}
.vote_orange_2 div
{
    background-image: url('../bg-images/vote_all_2.png');
}
.vote_text
{
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px #cccccc;
    border-radius: 10px;
    text-align: center;
    Overflow: hidden;
    display: block;
    margin: 10px;
    width: 110px;
    height: 60px;
    font-size: 14px;
}
.uvote_prog
{
	text-align: center;
    font-family: Calibri, Arial;
    font-size: 55px;
    color: #ff9700;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px auto;
    padding: 0px;
	max-width: 800px;
	line-height: 100%
	
}
.uvote_block
{
    background-color: #006ab0;
    border-radius: 20px;
    padding: 30px;
    margin: 30px 0px;
    color: #ffffff;
	font-size: 18px;
}
.uvote_block a
{
   color: #ffffff;	
   opacity: 0.7;
   transition: all 0.3s ease;
}
.uvote_block a:hover
{
   color: #ffffff;	
   opacity: 1;
   transition: all 0.3s ease;

}
.vote_sort_div
{
	color: #ffffff !important;	
	font-size: 16px;
}
.uvote_table
{
	margin: 20px 0px;
}
.bal_small
{
	margin-bottom: 10px;
}
.uvote_podr
{
	font-size: 14px;
}
.uvote_padding
{
	padding-right: 10px;
}
.uvote_fb
{
	height: 30px;
	min-width: 200px;
    display: inline-block;
	padding-top: 5px;
	padding-left: 5px;
	border-radius: 5px;
	background-color: #67c3ff;
}

.uvote_fb {
    min-width: 125px;
}
.uvote_vk_container, .uvote_vk_container iframe {

    width: 125px !important;

}

@media screen and (max-width:1860px)
{
    /*.vote_logos{right:50px;}*/
}
@media screen and (max-width:1760px)
{
    /*.vote_logos{right:0px;}*/
}
@media screen and (max-width:1640px)
{
    /*.vote_table{margin-right:250px;}*/
    /*.vote_logos{right:50px;}*/
}
@media screen and (max-width:1470px)
{
    /*.vote_table{margin-right:250px;}*/
    /*.vote_logos{right:0px;}*/
}
@media screen and (max-width:1350px)
{
    /*.vote_table{margin-right:350px;}*/
    /*.vote_logos{right:0px;}*/
}
@media screen and (max-width:900px)
{
    /*.vote_logos{width:200px;right:0px;}*/
    /*.vote_table{margin-right:200px;}*/
    .vote_text{width: 150px}
}
@media screen and (max-width: 800px)
{
	.uvote_prog	{font-size: 45px;}
}
@media screen and (max-width: 600px)
{
	.uvote_prog	{font-size: 32px;}
	.uvote_block {padding: 10px;}
}