/* RESET DEFAULT STYLES */
html,body { width:100%; height:100%;margin: 0; padding: 0;}

body      { padding:0; margin:0; background:none;  line-height: 1em;}
div,p,a,span,em,strong,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td,tr,form,fieldset,label,select,checkbox,input,textarea {
	padding:0;
	margin:0;
	outline:none;
	list-style:none;
}
textarea{resize: none;}
select, input, textarea {  vertical-align:middle; }
textarea { vertical-align:top; }
:focus   { outline:none; }
input[type=submit] { cursor:pointer; }
img{ border:0; }
fieldset{border: 1px solid #dcdcdc;}
  table    { border-collapse:collapse; border-spacing:0;width: 100% }
a:link, a:visited { text-decoration:none; }
a:hover  { text-decoration:underline; }

/* DEFAULT CLASSES */
.floatright { float:right !important; }
.floatleft { float:left !important; }
.no-float { float:none !important; }
.no-border { border:0 !important; }
.no-bg   { background:none !important; }
.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-display { display:none !important; }
.display { display:block !important; }
.inline  { display:inline !important; }
.overflow { overflow:hidden !important; }
.alignright { text-align:right !important; }
.alignleft { text-align:left !important; }
.aligncenter { text-align:center !important; }
.clear   { clear:both; }


.cf:before,
.cf:after {
    content: " ";
display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*oldbrouser*/
.notivr {
    background: none repeat scroll 0 0 #FFF4F4;
    border: 1px solid #777777;
    box-shadow: 0 0 8px #888888;
    width: 900px;
    display: block;
    margin: 50px auto;
    color: #000;
}


.whatnowvr {
    margin: 13px 25px;
    text-align: center;
}

.logosvr {
    border: medium none;
    width: 100%;
}


.logosvr td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 10px;
    vertical-align: top;
    width: 25%;
}

a.lvr {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    padding: 110px 4px 4px;
    text-align: center;
    text-decoration: none;
}
.bfvr a {
    background-image: url("../images/ff.png");
}

.bovr a {
    background-image: url("../images/op.png");
}

.bcvr a {
    background-image: url("../images/ch.png");
}

.servisec_vnutr_mobile{
    display: none;
}
.tab-content a[data-lightbox] img{
  max-width: none;
}

#system-message > div {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -200px;
    z-index: 999;
    background: white;
    padding: 45px;
    border: 1px solid #00AEEF;
    text-align: center;

}

#system-message > div .close {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: -17px;
    right: -17px;
    width: 33px;
    height: 33px;
    text-align: center;
    cursor: pointer;
    z-index: 1100;
   /* background: url("../images/close.png") no-repeat;*/
    color: #fff;
    background: #00AEEF;
    border-radius: 50%;
    line-height: 35px;
    font-size: 18px;
}
#system-message > div h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'GoudyTrajan-Medium', sans-serif;
}
#system-message > div p {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
#system-message > div.alert-warning h4 {
    color: #ef4036;
}


