/*css line*/
/*css line*/
/* */
html {
	font-size: 2.8vw;
}
body {
}
.section {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}	
.contact_info {
	font-family: 'Brygada 1918', sans-serif;
	font-size: 1.5rem;
	line-height: 200%;
	letter-spacing: -0.056rem;
}
.contact_info .name {
	font-weight: bold;
}
#careers-form {
	font-family: 'Brygada 1918', sans-serif;
	font-size: 1.5rem;
	line-height: 200%;
	letter-spacing: -0.056rem;	
}
#careers-form textarea {
	min-height: calc(5em + .75rem + 2px);
}
#careers-form textarea.form-control {
	line-height: 2.5rem !important;
}
#uc1 {
	margin-right: auto !important;
	margin-left: auto !important;
}
.secure_form .btn-default {
	background-color: #60c0a3 !important;
	border-color: #60c0a3 !important;
	box-shadow: none;
}
.contact_info .email a {
	font-size: 1rem;
}
#footer_copyright_centered #editing-tools div {
	display: inline-block; 
}
#footer_copyright_centered #editing-tools button {
	width: 90% !important;
}
#footer_copyright_centered #editing-tools input {
	height: 32px;
	border-radius: 0 !important;
	width: 90%;
	font-size: 18px;
	padding: 0;
	padding-left: 5px;
}
#inpage-editor .open>.dropdown-menu {
	display: block;
}
#inpage-editor .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip:padding-box
}
#inpage-editor .dropdown-menu.show {
	display: block;
}

#inpage-editor .dropdown-menu.pull-right {
    right: 0;
    left:auto
}

#inpage-editor .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color:#e5e5e5
}

#inpage-editor .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space:nowrap
}

#inpage-editor .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color:#428bca
}

#inpage-editor .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline:0
}

#inpage-editor .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color:#999
}

#inpage-editor .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

#inpage-editor .open > .dropdown-menu {
    display:block
}

#inpage-editor .open > a {
    outline:0
}

#inpage-editor .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color:#999
}

#inpage-editor .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:990
}

#inpage-editor .pull-right > .dropdown-menu {
    right: 0;
    left:auto
}

#inpage-editor .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

#inpage-editor .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom:1px
}

@media (min-width: 768px) {
    #inpage-editor .navbar-right .dropdown-menu {
        right: 0;
        left:auto
    }
}


#control-legacy {
	display:none;
}
@media (min-width: 768px) {
	html {
		font-size: 1.5vw;
	}
}
@media (min-width: 992px) {
	html {
		font-size: 1.3vw;
	}
}
@media (min-width: 1200px) {
	html {
		font-size: 1vw;
	}
}
@media screen and (min-width: 768px) {

}

@media (max-width: 767px) {
	#uc1 {
		width: 100%;
	}
	#homepage-clients img {
		width: 50vw;
		padding: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#uc1 {
		width: 90%;
	}
	#homepage-clients img {
		width: 50vw;
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#uc1 {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media (max-device-width: 480px) and (orientation: landscape) {

}

@media all and (transform-3d), (-webkit-transform-3d) {

}

@media print {

}
