@charset "UTF-8";

/* --------------------------------------------------------------------------------- */
/* GENERAL SETTINGS
/* --------------------------------------------------------------------------------- */

* {
padding: 0;
margin: 0;
outline: 0;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html,
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
vertical-align: baseline;
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
}

:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

img {
vertical-align: middle;
border: 0;
}

:focus {
outline: none;
}

ol,
ul {
list-style: none;
margin: 0;
}

ul li {
margin: 0; 
padding: 0;
}

input, 
textarea,
radio,
checkbox,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input, 
select {
vertical-align: middle;
}

input::-ms-clear,
textarea::-ms-clear {
display: none;
}

::-webkit-input-placeholder {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-style: normal;
color: #1B3863;
text-align: left;
text-decoration: none;
text-transform: none;
}

:-moz-placeholder {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-style: normal;
color: #1B3863;
text-align: left;
text-decoration: none;
text-transform: none;
}

::-moz-placeholder {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-style: normal;
color: #1B3863;
text-align: left;
text-decoration: none;
text-transform: none;
}

:-ms-input-placeholder {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-style: normal;
color: #1B3863;
text-align: left;
text-decoration: none;
text-transform: none;
}

a,
a:visited,
a:focus {
text-transform: none;
text-decoration: none;
outline: none; 
border: 0;
color: inherit;
}

a:hover {
text-decoration: none;
cursor: pointer;
color: inherit;
}

a img {
border: 0;
}

br {
display: block;
line-height: 120%;
}

.hidden {
display: none;
}

.clearfix {
display: block;
}

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

.clear:after {
clear: both
}

.clear {
zoom: 1
}

.section {
clear: both;
padding: 0;
margin: 0;
}

.col {
display: block;
float: left;
margin: 0;
padding: 0;
}

.col:first-child {
margin-left: 0;
}

.col:last-child {
margin-right: 0;
}

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

.group:after {
clear: both;
}

.group {
zoom: 1;
}

.span_1_of_1 {
width: 100%;
}

.span_2_of_2 {
width: 100%;
}

.span_1_of_2 {
width: 49.5%;
}

.span_3_of_3 {
width: 100%;
}

.span_2_of_3 {
width: 66.33%;
}

.span_1_of_3 {
width: 33.33%;
margin-bottom: 10px;
}

.span_2_of_6 {
width: 33.33%;
margin-bottom: 25px;
}

.span_4_of_4 {
width: 100%;
}

.span_3_of_4 {
width: 74.75%;
}

.span_2_of_4 {
width: 49.5%;
}

.span_1_of_4 {
width: 24.25%;
}

#top {
position: relative;
min-height: 100%;
padding: 0;
}

.ind {
margin: 0 25px;
}

.ind img {
width: 100%;
height: auto;
border: 0;
padding-right: 8px !important;
}

.ind img:last-child {
padding-right: 0;
}

.gal {
margin: 0;
}

.gal img {
width: 100%;
height: auto;
border: 0;
padding-right: 8px !important;
}

.gal img:last-child {
padding-right: 0;
}

.serv1 {
text-align: left;
padding: 10px 20px 0 20px;
}

.serv2 {
text-align: left;
padding: 10px 20px 0 55px;
}

p.serv3 {
padding: 10px 20px 0 20px;
}

/* --------------------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------------------- */

#header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
padding: 0;
margin: 0;
z-index: 900;
}

#header nav {
position: relative;
padding: 0;
margin: 0;
background-color: #CC0033;
height: 60px;
}

#header .menu {
display: none;
}

#header #menu {
list-style: none;
padding: 0;
margin-top: 0;
text-align: center;
}

#header .menu {
position: absolute;
display: none;
margin: 0;
padding: 5px;
border: #FFFFFF 2px solid;
}

#header .menu_text {
padding: 10px;
border: 0;
}

#header a.hamburger {
width: 20px;
height: 20px;
padding: 0;
border: 0;
background: url('../images/hamburger_icon.png') no-repeat;
}

#header a.hamburger.opened {
width: 20px;
height: 20px;
padding: 0;
border: 0;
background: url('../images/close_menu_icon.png') no-repeat;
}

#header #menu ul {
text-align: left;
}

#header #menu li {
display: inline-block;
font-family: Verdana, Geneva, sans-serif;
text-transform: uppercase;
font-size: 13px;
margin: 0;
padding: 0;
width: 230px;
background-color: #CC0033;
}

#header #menu li.active {
background-color: #FFFFFF;
height: 60px;
}

#header #menu li a,
#header #menu li a:visited {
display: inline-block;
line-height: 16px;
text-decoration: none;
padding: 20px 20px;
color: #FFFFFF;
text-transform: uppercase;
}

#header #menu li:hover a {
display: inline-block;
line-height: 16px;
text-decoration: none;
color: #000000;
font-weight: normal;
padding: 20px 20px;
text-transform: uppercase;
background-color: #FFFFFF;
height: 60px;
width: 230px;
}

#header #menu li a.active,
#header #menu li a.active:visited,
#header #menu li a.active:hover {
color: #000000;
font-weight: normal;
padding: 20px 20px;
}

.container {
padding: 0;
margin: 0;
border: 0;
}

/* --------------------------------------------------------------------------------- */
/* CONTENT
/* --------------------------------------------------------------------------------- */

#content {
position: relative;
padding: 60px 0 30px 0;
margin: 0;
color: #000000;
background-color: #FFFFFF;
z-index: 10;
}

#logo {
margin: 0 auto;
padding-top: 45px;
text-align: center;
}

#logo img {
width: 263px;
height: auto;
border: 0;
}

.content-text {
font-family: Verdana, Geneva, sans-serif;
margin: 20px 25px;
padding: 0;
text-align: justify;
}

.content-text p {
font-size: 13px;
line-height: 25px;
color: #000000;
text-transform: none;
padding: 5px 0 15px 0;
}

.content-text a,
.content-text a:visited,
.content-text a:hover {
text-decoration: underline;
}

/* --------------------------------------------------------------------------------- */
/* CONTACT
/* --------------------------------------------------------------------------------- */

.contacts li {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 26px;
color: #000000;
text-align: left;
}

.form-group {
display: block;
margin-bottom: 25px;
}

label {
display: block;
max-width: 100%;
margin-bottom: 5px;
font-size: 13px;
font-family: Verdana, Geneva, sans-serif;
color: #000000;
font-weight: bold;
}

input { 
width: 100%;
max-width: 450px;
height: 30px;
padding: 5px 10px;
font-size: 13px;
font-family: Verdana, Geneva, sans-serif;
color: #000000;
font-weight: normal;
text-align: left;
line-height: 1.5;
border: 1px solid #000000;
outline: none;
}

textarea { 
width: 100%;
max-width: 450px;
height: 230px;
padding: 5px 10px;
font-size: 13px;
font-family: Verdana, Geneva, sans-serif;
color: #000000;
font-weight: normal;
text-align: left;
line-height: 1.5;
border: 1px solid #000000;
outline: none;
resize: none;
box-shadow: none !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
}

.contactphone_ms {
display: block;
font-family: Verdana, Geneva, sans-serif;
color: #333333;
font-style: italic;
font-size: 10px;
line-height: 14px;
margin-top: 2px;
margin-bottom: 7px;
}

.asterisk {
color: #FF0000;
font-weight: bold;
padding-left: 5px;
}

.success_message {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 24px;
font-weight: bold;
color: #43CF01;
text-align: left;
}

.error_message {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 24px;
font-weight: bold;
color: #FF0000;
text-align: left;
}

.btn-submit,
.btn-submit:active,
.btn-submit:focus,
.btn-submit:hover {
margin-top: 0;
padding-top: 0;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: normal;
font-style: normal;
color: #FFFFFF;
background-color: #CC0033;
border: 0px; 
width: 100%;
max-width: 450px;
height: 35px; 
vertical-align: middle;
text-align: center;
cursor: pointer;
outline: none;
}

.formFullname,
.formPhone,
.formEmail,
.formMessage {
display: block;
clear: both;
margin: 0;
padding: 0;
}

/* --------------------------------------------------------------------------------- */
/* BANNER
/* --------------------------------------------------------------------------------- */

.banner {
position: relative;
padding: 0;
margin: 0;
width: auto;
height: auto;
overflow: hidden;
}

.banner img {
width: 100%;
height: auto;
border: 0;
outline: 0;
}

/* --------------------------------------------------------------------------------- */
/* FOOTER
/* --------------------------------------------------------------------------------- */

#footer {
position: relative;
margin: 10px auto 0 auto;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 24px;
text-align: center;
color: #000000;
z-index: 15;
background-color: #F3F3F3;
}

#footer-block  {
padding-bottom: 20px;
}

#footer-menu {
margin: 0 auto;
padding: 45px 0;
text-align: center;
width: 100%;
}

#footer_menu li,
#footer_menu ul {
list-style: none;
margin: 5px;
padding: 10px;
}

#footer_menu li {
padding: 0;
}

#footer_menu li {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 24px;
color: #000000;
text-align: center;
text-decoration: none;
}

#footer_menu li .phone_ms {
display: block;
font-family: Verdana, Geneva, sans-serif;
color: #333333;
font-style: italic;
font-size: 10px;
line-height: 14px;
margin-top: 2px;
margin-bottom: 7px;
}

#footer_menu li a,
#footer_menu li a:visited {
text-decoration: underline;
}

#footer_menu li a:hover {
text-decoration: none;
}

/* --------------------------------------------------------------------------------- */
/* MODAL
/* --------------------------------------------------------------------------------- */

.checkbox {
margin-top: 10px;
margin-bottom: 25px;
text-align: left;
padding-left: 0;
}

input[type=checkbox] {
display: none !important;
opacity: 0;
}

.checkbox span {
font-family: Verdana, Geneva, sans-serif;
color: #000000;
font-size: 13px;
font-weight: normal;
}

label[for=agree] a,
label[for=agree] a:visited,
label[for=agree] a:active,
label[for=agree] a:focus {
font-family: Verdana, Geneva, sans-serif;
color: #000000;
font-size: 13px;
font-weight: normal;
text-decoration: underline;
}

label[for=agree] a:hover {
text-decoration: none;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
cursor: pointer;
padding-left: 35px;
padding-top: 5px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
border: 1px solid #000000;
background-color: #FFFFFF;
border-radius: 0;
box-shadow: none;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '\2713';
position: absolute;
top: 6px;
left: 6px;
font-size: 18px;
font-weight: bold;
line-height: 10px;
color: #009900;
transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transition: all .3s ease-in;
}

[type="checkbox"]:checked + label:after {
transform: scale(1) rotateZ(0deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
label:hover:before {
border: 0;
outline: none;
}

#modal {
font-weight: normal;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
left: 50%;
margin: -250px 0 0 -32%;
opacity: 0;
position: absolute;
top: -50%;
visibility: hidden;
width: 65%;
border-radius: 4px;
box-shadow: 0;
box-sizing: border-box;
transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
z-index: 9999;
}

#modal:target {
opacity: 1;
top: 50%;
visibility: visible;
}

#modal .header,
#modal .footer {
border: none;
}

#modal h2 {
float: left;
color: #000000;
font-size: 20px;
line-height: 28px;
font-weight: normal;
text-align: left;
text-transform: none;
padding: 0;
margin-bottom: 10px;
}

#modal .header,
#modal .text,
#modal .footer {
padding: 5px 15px;
color: #000000;
}

#modal .text {
clear: both;
line-height: 20px;
padding: 5px 15px;
}

#modal .text p {
text-align: left;
line-height: 20px;
padding: 7px 0;
}

.modal-content {
background-color: #FFFFFF;
position: relative;
z-index: 20;
}

#modal .overlay {
background-color: #000000;
background: rgba(0,0,0,.6);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}

#modal a.btn {
float: right;
}

#modal a.btn,
#modal a.btn:active,
#modal a.btn:focus,
#modal a.btn:hover {
color: #FFFFFF;
font-size: 14px;
text-decoration: none;
display: inline-block;
padding: 5px;
border-radius: 5px;
background-color: #E74C3C;
}

/* --------------------------------------------------------------------------------- */
/* BACK TO TOP
/* --------------------------------------------------------------------------------- */

.back-to-top {
position: absolute;
left: 50%;
margin-left: -25px;
top: -25px;
width: 50px;
height: 50px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #FFFFFF;
padding-top: 8px;
overflow: hidden;
z-index: 10;
}

.back-to-top a .arrow {
text-align: center;
margin: 0 auto;
}

.back-to-top a .arrow:before,
.back-to-top a:visited .arrow:before {
font-family: 'FontAwesome';
content: "\f077";
font-style: normal;
font-weight: normal;
font-size: 28px;
color: #CCCCCC;
text-decoration: none;
}

.back-to-top a:hover .arrow:before {
color: #CCCCCC;
text-decoration: none;
}

#footer-bottom {
position: relative;
z-index: 10;
font-size: 13px;
color: #000000;
padding: 0;
text-align: center;
margin: 0 auto;
}

#footer-legal-menu p {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 24px;
color: #000000;
text-align: center;
text-decoration: none;
}

/* --------------------------------------------------------------------------------- */
/* MEDIA QUERIES
/* --------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
#header {
position: absolute;
background-color: #CC0033;
}

#header .menu {
dposition: absolute;
display: block;
top: 15px;
right: 15px;
margin: 0;
padding: 5px;
border: #FFFFFF 2px solid;
}

#header nav {
position: absolute;
display: none;
top: 60px;
right: 0;
width: 100%;
height: 205px;
overflow: hidden;
float: none;
padding: 0;
margin: 0;
z-index: 9999;
}
	
#header #menu li {
width: 100%;
}

#header #menu li:hover a {
width: 100%;
}	

#header nav ul #menu li a {
display: block;
}

#header nav.active {
display: block;
}

#header nav ul {
display: block;
clear: both;
width: 100%;
text-align: left;
margin: 0;
padding: 0;
}

#header nav ul li {
display: block;
clear: both;
width: 100%;
float: none;
padding: 0;
margin: 0 0 5px 0;
}

#header nav ul li a,
#header nav ul li a.lastbox {
display: block;
padding: 15px 0 15px 0; 
transition: background .2s linear;
-webkit-transition: background .2s linear;
-moz-transition: background .2s linear;
-o-transition: background .2s linear;
}

#header #menu li {
display: block;
width: 100%;
margin-bottom: 5px;
}

#header #menu li.active {
height: auto;
}

#header #menu li a,
#header #menu li a:visited {
display: inline-block;
line-height: 16px;
text-decoration: none;
padding: 20px 0;
color: #FFFFFF;
}

#header #menu li:hover a {
width: 100%;
color: #000000;
font-weight: normal;
padding: 15px 0;
height: auto;
}

#header #menu li a.active,
#header #menu li a.active:visited,
#header #menu li a.active:hover {
color: #000000;
font-weight: normal;
padding: 15px 0;
}

#header #menu li:hover a,
#header #menu li a,
#header #menu li a:visited {
padding: 15px 0;
}

#content {
padding: 60px 0 0 0;
}

#logo {
padding: 40px 0 20px 0;
}	
	
.ind {
margin: 0px 20px 40px 20px;
padding-right: 0;
}

.ind img {
margin-bottom: 15px;
padding-right: 0;
}
	
.gal {
margin-left: 10px;
margin-right: 10px;
padding-right: 0;
}
	
.gal img {
margin-bottom: 15px;
padding-right: 0 !important;
}
	
}

@media screen and (max-width: 767px) {
	
.col { 
margin: 0;
}

.span_2_of_2,
.span_1_of_2,
.span_3_of_3,
.span_2_of_3,
.span_1_of_3,
.span_1_of_4,
.span_2_of_4,
.span_3_of_4,
.span_4_of_4 {
width: 100%;
}
	
.ind {
margin: 10px 20px 40px 20px;
padding-right: 0;
}

.ind img {
margin-bottom: 15px;
padding-right: 0;
}
	
.serv2 {
padding: 0 20px 0 25px;
}

}

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

#logo {
padding: 30px 0 20px 0;
}

#logo img {
width: 90%;
height: auto;
border: 0;
}

}