@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);

body {
    font: normal normal normal 14px/19px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
    background: url("bg.jpg") repeat-x;
}

header {
    background-color: #fafafa;
    border: none;
    box-shadow: 0 0 3px #a6a6a6;
    position: relative;
    border-bottom: 2px dotted #981497;
    padding: 9px;
    margin-bottom: 18px;
}

table {
    font-size: 13px;
}

.box span {
    font-weight: bold;
    display: block;
}

.box {
    padding: 10px;
    margin-left: 60px;
}

.features {
    margin-bottom: 18px;
}

.features strong {
    float: left;
    display: block;
    font-weight: 700;
    font-size: 60px;
    color: #b2b2b2;
    margin-top: 30px;
}


div#work {
    width: auto;
    margin: auto;
}

div#msg {
    font-weight: bold;
}

div#printable {
    width: auto;
    margin: auto;
    white-space: pre-line;
}

.text {
    padding-top: 15px;
    width: auto;
    font: normal normal normal 13px/21px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
    margin: auto;
}

.text1 {
    padding-top: 15px;
    width: auto;
    font: normal normal normal 13px/21px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
    margin: auto;
    white-space: pre-line;
}

.header {
    width: 912px;
    height: 153px;
    background: url(head.jpg);
    margin: auto;
}

.footer {
    
    clear: left;
	text-align: left;
    padding-top: 25px;
	background-color: #555;
}

.partners {
    height: auto;
    clear: left;
	text-align: center;
    padding: 25px 0 40px;
	background-color: #EBEBEA;
}

.partners h4 {
    margin-bottom:20px;
}


.copyright {
    background-color: #555;
	padding:10px;
	color: #EBEBEA;
}


.image {
    text-align: center;
}

img.logo {
    max-width: 120px;
    max-height: 64px;
    margin: 0 30px 15px;

}

h1 {
    font-size: 32px;
    margin: 10px 0 0;
    text-transform: uppercase;
    color: #a82682;
    font-family: 'Roboto Condensed', sans-serif;
}

.city {
    font-size: 32px;
    margin: 20px 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #659933;
}

.subtitle {
      font-weight: bold;
    color: #aaa;
}

h2 {
    padding: 20px;
    background-color: #ecffdf;
    opacity: 0.6;
    text-align: center;
    color: #981497;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}

p {
    font: 14px/19px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}

label {
    /*width:160px;*/
    min-height: 34px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #659933;
    padding: 8px;
    color: #ffffff;
    /*font: normal normal normal 14px/20px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;*/

}

btn-danger {
    background: #a82682;
}

button:disabled {
    cursor: auto;
    background: #a8a8a8;
}

.pnl {
    padding: 40px 40px;
    margin-bottom: 18px;
    background-color: transparent;
}

.message {
	font-size: 12px;
}

.center {
    border: 1px solid #000;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    background-color: #dfd;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 35%;
    width: 30%;
}

@media print {
    body * {
        visibility: hidden;
    }

    #printable, #printable * {
        visibility: visible;
    }

    #printable {
        position: absolute;
        left: 0;
        top: 0;
    }
	
}

footer {
/*    background-color: #777;*/
    font-size: small;

    padding: 20px 10px;
    color: white;
    text-align: center;
}

a {

}


footer a { 
	text-decoration: none;
	color:white; 
}

footer a:hover{ 
	text-decoration: none;
	color:white; 
}

footer a:focus { 
	text-decoration: none;
	color:white; 
}

.alert {
    width: 400px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	position:fixed;
    z-index:1;
	text-align: center;
	visibility: hidden;
}

.alert.fadeIt {
opacity: 0;
}

.information{
    font-size:13px;
}

.pd{
    margin-left: 10px;
}

#pd{
    padding-bottom:38px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.col-sm-6 .subtitle {
        margin-left:100px;
    }
    .col-sm-6 h1 {
        margin-left:100px;
    }
	
}

