@charset "UTF-8";
body  {
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 0;
	text-align: center; 
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	font: 11pt helvetica, sans serif;
	color: #000;
}

img.logo {
margin-top:15px;
width: 30%;
height: auto;
display: inline;
}


#banner {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(000, 0, 0, 0.3), 
      rgba(000, 0, 0, 0.3)
    ),
    /* bottom, image */
    url('pen.jpg');

background-size: 100%;
padding-top: 0px;
display: inline-block;
width: 100%;
height: auto;
}

#banner-subpage {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(000, 0, 0, 0.3), 
      rgba(000, 0, 0, 0.3)
    ),
    /* bottom, image */
    url('pen.jpg');

background-size: 100%;
padding-top: 0px;
padding-bottom: 25px;
display: inline-block;
width: 100%;
height: 850px;
}

ul.plans li {
	font-family: segoe ui, arial; 
	font-size: 18px;
	list-style-type: none;
	text-align: center;
	padding: 3px 5px 5px 1px;
	border-bottom: 1px solid #ccc;
	color: #000; 
	cursor: default;
	display: block;
	width: 33%;
	margin-left: 33%;
	margin-right: auto:
}

ul.plans li:hover {
   color: #000;
   background-color: #ddd;
}

#main{
position:relative;
width:90%;
height: auto;
margin-top: 0px;
padding-bottom:25px;
display:inline-block;
background-color: white;
}	

#forms {
position:relative;
width:100%;
height: auto;
margin-top: 0px;
display:inline-block;
}

div.social {
position: relative;
display: inline;
margin-right: auto;
margin-left: auto;
padding: 10px;
margin-bottom: 25px;
}	

#footer {
position: relative;
display:inline-block;
height: auto;
padding-bottom:10px;
padding-top:20px;
background-color: #251c0b;
width: 80%;
padding-left: 10%;
padding-right: 10%;
}


#footer1 {
position: relative;
display:inline-block;
height: auto;
padding-bottom:10px;
padding-top:20px;
background-color: #6d5a2f;
width: 100%;
}

ul.footer {
list-style-type: none;
text-align: center;
color: #fff;
font-size: 18px;

}

#serviceareas {
display: inline-block;
height: auto;
background-color: #6d5a2f;
vertical-align: top;
}

#company-about {
display: inline-block;
height: auto;
width: 30%;
background-color: #303f42;
vertical-align: top;
padding-right:5%;
padding-left: 3%;
}

img.mobile_menu_button {
	height:50px;
	width:auto;
	margin-top: 0;
	margin-right:5%;
}

img.map {
	width:80%;
	height:auto;
}

::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #a0a0a0;
	opacity: 1;
    }
	
::-webkit-scrollbar-thumb {
    background: #6d5a2f;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #303f42;
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*TILT*/
.tilt {
display: block;
padding: 10px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


@media only screen and (max-width: 1366px) {
	
#banner {
padding-top: 0px;	
height: 760px;
}

#banner-subpage {

padding-top: 0px;
padding-bottom: 0px;
display: inline-block;
width: 100%;
height: 750px;
}

#main {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}


img.logo {
	height: auto;
	width: 30%;
}

#footer {
position: relative;
display:inline-block;
height: auto;
padding-bottom:10px;
padding-top:20px;
background-color: #303f42;
width: 90%;
padding-right: 5%;
padding-left: 5%;
}


#company-about {
display: inline-block;
height: auto;
width: 500px;
background-color: #303f42;
vertical-align: top;
padding-right:5%;
padding-left: 3%;
}

}

@media only screen and (max-width: 1330px) {

img.logo {
	height: auto;
	width: 15%;
	margin-left: 5%;
	padding-bottom: 5px;
}

ul.plans li {
	font-family: segoe ui, arial; 
	font-size: 18px;
	list-style-type: none;
	text-align: center;
	padding: 3px 5px 5px 1px;
	border-bottom: 1px solid #ccc;
	color: #000; 
	cursor: default;
	display: block;
	width: 50%;
	margin-left: 25%;
	margin-right: auto:
}

}

@media only screen and (max-width: 1224px) {
	
.tilt {
display: inline;
padding:2px;
	
}	

@media only screen and (max-width: 1000px) {

}

@media only screen and (max-width: 700px) {

	
img.logo{
	width: 40%;
	margin-right: 10%;
	margin-left: 10%;
	height: auto;
}	

#banner {
padding-top: 20px;	
height: auto;
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(000, 0, 0, 0.3), 
      rgba(000, 0, 0, 0.3)
    ),
    /* bottom, image */
    url('pen-mobile.jpg');

background-size: 100%;
}	
	
#banner-subpage {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(000, 0, 0, 0.3), 
      rgba(000, 0, 0, 0.3)
    ),
    /* bottom, image */
    url('pen.jpg');

background-size: 100%;
padding-top: 0px;
padding-bottom: 25px;
display: inline-block;
width: 100%;
height: auto;
}	
	
#company-about {
	width: 80%;
}	

ul.plans li {
	font-family: segoe ui, arial; 
	font-size: 18px;
	list-style-type: none;
	text-align: center;
	padding: 3px 5px 5px 1px;
	border-bottom: 1px solid #ccc;
	color: #000; 
	cursor: default;
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-right: auto:
}	
	
img.mobile_menu_button {
display: inline;}
	
	
	}