/* +++++++++++++++++++++++++++++++++++++++++++
  © 2014 copyright Gorkovenko Andrey
  "GA" & "UDS"
  www.gorkovenko.net
  www.uds.kiev.ua  
++++++++++++++++++++++++++++++++++++++++++++*/

/* +++++++++++++++++++++++++++++++++++++++++++
  add fonts: Roboto
++++++++++++++++++++++++++++++++++++++++++++*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,cyrillic);

/*
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -moz-transform: rotate(10deg);			
        transform: rotate(10deg);   
         
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        transform-origin: 50% 50%;	
        
    behavior: url("PIE.htc");
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;      
    -ms-transform: 0.2s;     
    transition: 0.2s;
    
    opacity: 0.5;
    filter: alpha(opacity=50);    
*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* +++++++++++++++++++++++++++++++++++++++++++
  default style
++++++++++++++++++++++++++++++++++++++++++++*/
* {
    outline: none !important;
}
body {
    padding: 0px;
    margin: 0px;
}

.window {
    box-sizing: border-box;	
    position: relative;
    z-index: 100;
    font-family: Helvetica, Arial;
    min-width: 240px;
}
.window * {
    box-sizing: border-box;		
}
.window p {
    margin: 0px;
    padding: 0px;
}
.window .scroll, .panel-body .scroll {
    height: 143px;
    padding-right: 20px;
}
.window .label {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}
.window .stars {
    font-size: 9px;
    line-height: 10px;	
}
.window .stars.large {
    font-size: 18px;
    line-height: 30px;
}
.window .stars > a,
.window .stars > span {
    display: inline-block;
    text-decoration: none;
    color: #aaaaaa;
}
.window .stars > a:hover,
.window .stars > a.y,
.window .stars > span.y {
    color: #f1cd07;
}
.window .stars > * > span {
    display: block;
}
.window .socseti {
    display: block;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.window .socseti a {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.window [class^="icon2-"], 
.window [class*=" icon2-"] {
    font-size: 15px !important;
}
.window .socseti a + a {
    margin-left: 5px;
}
.window .socseti a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.window .socseti a.facebook {
    /*background-image: url(../i/facebook.png);*/
}
.window .socseti a.twitter {
   /* background-image: url(../i/twitter.png);*/
}
.window .socseti a.linkedin {
    /*background-image: url(../i/linkedin.png);*/
}
.window .socseti a.google {
    /*background-image: url(../i/google.png);*/
}
.window .embed {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;		
}
.window .embed.r16by9 {
    padding-bottom: 56.25%;	
}
.window .embed.r4by3 {
    padding-bottom: 75%;	
}
.window .embed > iframe {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 100% !important;
    height: 100% !important;
}
.style1 {
    border: 1px solid #d1d2d4;
    padding: 0px 1px 0px 0px;
    background-color: #eeeff1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}
.style1 .inner {
    border: 1px solid #d1d2d4;
    background-color: #f4f4f4;
    position: relative;
    left: -1px;
    top: -3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;		
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.style1 .inner:after {
    display: block;
    position: absolute;
    left: -1px;
    bottom: -4px;
    width: 100%;
    height: 10px;
    border: 1px solid #d1d2d4;
    background-color: #f4f4f4;
    content: '';	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
}
.style1 .foot {
    min-height: 40px;
    padding: 5px 140px 5px 5px;
    position: relative;
    line-height: 15px;
    font-size: 11px;
    color: #666666;
}
.style1 .quote {
    padding: 15px 25px;
    position: relative;
}
.style1 .quote:before,
.style1 .quote:after {
    display: block;
    position: absolute;
    font-family: 'icomoon';
    color: #a2a7ab;
    font-size: 14px;
}
.style1 .quote:before {
    content: "\e800";
    left: 0px;
    top: 0px;
}
.style1 .quote:after {
    content: "\e801";
    right: 0px;
    bottom: 0px;
}
.style1 .label {
    color: #666666;
}
.style2 {
    padding: 15px 20px 0px 20px;
    background: transparent url(../i/bg-style-2.jpg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;	
    border: none;
}
.style2 .inner {
    padding: 0px;
    margin: 0px;
}
.style2 .head {
    min-height: 40px;
    padding: 0px 140px 0px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: 15px;
    font-size: 11px;
    color: #666666;
}
.style2 .head h4 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: 600;
    font-size: 14px;
    color: #9dc341;
}
.style2 .foot {
    min-height: 40px;
    padding: 5px 0px;
    margin: 5px 0px;
    position: relative;
    line-height: 15px;
    font-size: 11px;
    color: #666666;
    text-align: right;
}
.style2 .foot .stars {
    display: inline-block;
}
.style2 .quote {
    padding: 5px 25px;
    position: relative;
}
.style2 .quote:before,
.style2 .quote:after {
    display: block;
    position: absolute;
    font-family: 'icomoon';
    color: #111111;
    font-size: 16px;
    content: "\e802";
}
.style2 .quote:before {
    left: 0px;
    top: 0px;
}
.style2 .quote:after {
    right: 0px;
    bottom: 0px;
}
.style3 {
    padding: 0px;
    background: transparent none;
    background-size: 100% 100%;
    border: none; 
}
.style3 .head,
.style3 .foot,
.style3 .inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.style3 .head {
    background-image: url(../i/bg-style-3-head.png);	
    padding: 35px 45px 15px 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}
.style3 .inner {
    padding: 10px 40px 5px 40px;
    background-image: url(../i/bg-style-3-inner.png);
}
.style3 .foot {
    padding: 7px 20px 65px 38px;
    background-image: url(../i/bg-style-3-foot.png);
    line-height: 20px;
    font-size: 11px;
    color: #666666;
    position: relative;
}
.style3 .socseti {
    top: 26px;
    right: 20px;
}
.style3 .quote {
    padding: 15px 34px;
    position: relative;
}
.style3 .quote:before,
.style3 .quote:after {
    display: block;
    position: absolute;
    font-family: 'icomoon';
    color: #b0b9be;
    font-size: 24px;
}
.style3 .quote:before {
    content: "\e800";
    left: 0px;
    top: 0px;
}
.style3 .quote:after {
    content: "\e801";
    right: 0px;
    bottom: 0px;
}

@media (max-width: 639px) {

}

.image-title {
    float: left;
    border-radius: 23px;
    height: 46px;
    width: 46px;
    margin-right: 5px;
    border: none;
}

.star-section {
    float: left;
    /*position: absolute;
    top: 28px;*/
    width: 80px;
    z-index: 1;
}

.wr-glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}


.wr-glyphicon-star:before {
    content: "";
}
.wr-glyphicon:empty {
    width: 1em;
}

.star-section ul {
    list-style: outside none none;
}

.star-section ul {
    list-style: outside none none;
    margin: -3px 0 0;
    padding: 0;
}
.star-section ul li {
    float: left;
}

.star-section a,
.star-section ul li a {
    color: #ccc;
    font-size: 13px;
}
.star-section a.active,
.star-section a.activeStar,
.star-section ul li a.active {
    color: #f1cd07;
    font-size: 13px;
}

.star-section ul li a {
    text-decoration: none;
}

@media (max-width: 639px) {
    .style3 .stars {
        display: block;
        height: 16px;
        position: absolute;
        left: 40px;
        top: 26px;
        width: 61px;
    }
}


.style3.bg-0000FF .head {
    background-image: url(../i/0000FF.png);	
}
.style3.bg-800080 .head {
    background-image: url(../i/800080.png);	
}
.style3.bg-8EC041 .head {
    background-image: url(../i/8EC041.png);	
}
.style3.bg-FF0000 .head {
    background-image: url(../i/FF0000.png);	
}
.style3.bg-FF00FF .head {
    background-image: url(../i/FF00FF.png);	
}
.style3.bg-FFA200 .head {
    background-image: url(../i/FFA200.png);	
}
.style3.bg-FFFF00 .head {
    background-image: url(../i/FFFF00.png);	
}