@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);

html 
{
	scroll-behavior: smooth;
}

body
{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight: 400;
	overflow-y:scroll;
	-webkit-font-smoothing: antialiased;
}

::selection 
{

	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection 
{
	background: #000;
	color: #fff;
	text-shadow: none;
}

p{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight: 400;
}

a
{
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
	border-bottom:1px solid #dedede;
	color: #686868;
}

a:focus 
{
	outline:none;
}

strong
{
	font-weight:700;

}

/*
**************************
PRELOADER
**************************
*/

.preloader
{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:white;
	z-index:999;
}
 
.preloader .item
{
	position:absolute;
	width:50px;
	height:50px;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
} 

.spinner 
{
	width: 40px;
	height: 40px;
	margin: 0px auto;
	background-color: #333;
	border-radius: 100%;  
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout 
{
	0% { -webkit-transform: scale(0.0) }
	100% { -webkit-transform: scale(1.0); opacity: 0; }
}

@keyframes scaleout 
{

	0% {  transform: scale(0.0); -webkit-transform: scale(0.0);} 
	100% { transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0; }
}

/*
**************************
HEADER
**************************
*/

header.boxed
{
	position:fixed;
	width:100%;
	margin:0 auto;
	height:80px;
	z-index:9999;
	display:none;
	background:white;
	top:1;
	-webkit-transition: background 0.5s ease-in;
	-moz-transition: background 0.5s ease-in;
	-ms-transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in; 
}

header.boxed .header-margin
{
	width:1140px;
	margin:0 auto;
}

header.boxed .header-margin-mini
{
	width:100%;
	margin:0 auto;
}

header a
{
	color:#000000;
}

ul.header-nav{
  width:50px;
			  float:left;
}

header .logo > a{
  font-size:23px;
  font-weight:800;
  float:left;
  line-height:23px;
	margin-top:18px;
	margin-bottom:18px;
  margin-right:40px;
padding:10px;
  border:1px solid #000
}

header .logo > a:hover{
  color:#c3c3c3;
}

header li{
  text-transform:uppercase;
  list-style-type: none; 
margin: 0 auto; 
                            float: left;
}

header li > a{
  font-size:13px;
  color:#c3c3c3;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; 
display: none; 
background: #f9f9f9; 
z-index:20;
    margin-top:-20px;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:150px;
}

header li:hover ul{
padding: 0; 
display: block; 
width: 150px;
                             text-align:left;
}

.menu{

	padding-top:24px;
	padding-bottom:24px;
				float:left;
}

/*
**************************
CONTENT
**************************
*/
.column-left{
  width:40%;
  position:relative;
  float:left;
padding-right:20px;
}

.column-right{
  width:60%;
  position:relative;
  float:left;
padding-left:20px;
}

.column-single{
  width:60%;
  position:relative;
  float:left;
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:1140px;
  margin:50px auto;
}

.content h1{
  font-size:30px;
  width:100%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:50px;
padding-top:45px;
}


.content h2{
  font-size:18px;
  width:100%;
  text-transform:uppercase;
  color:#000000;
  font-weight:600;
  line-height:27px;
  margin-top:10px;
margin-bottom:10px;
}

.content p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:10px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:100%;
margin-bottom:10px;
}

.content a{
  color:#000;
text-decoration-line:none;
}
.content a:hover{
  border-bottom:1px solid black;
}

.content ol{
  list-style-type: decimal;
list-style-position: inside;
 font-size:13px;
  color:#8d8d8d;
  margin-top:10px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:100%;
margin-bottom:10px;
}



/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #f1f1f1;
  width:100%;
  margin-top:100px;
  height:250px;
  overflow:hidden;
  position:relative;
  z-index:10;
}

.footer-margin{
  width:1140px;
  margin: 30px auto;
  line-height: 30px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .contact-info{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer a{
  text-decoration:none;

	border-bottom:1px solid #dedede;
}

/*
**************************
GRID
**************************
*/
* {
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
max-width: 800;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


/*
**************************
LIGHTBOX
**************************
*/
.lightbox:not(:target) 
	{
	display: none
	}
.lightbox:target 
	{
	display: block;  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.8);
	}
.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/*
**************************
TABLE
**************************
*/

table {
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
  margin-top:10px;
    border-top: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
	max-width:80%;
}
tbody tr td {
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    color: #505050;
    padding: 20px;
    vertical-align: middle;
 font-size:13px;
  color:#8d8d8d;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
margin-bottom:10px;
}

td ul{
  list-style-type: circle;
list-style-position: inside;

}



#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea,
#contactform button[type="submit"] {
  font-size:13px;
  color:#8d8d8d;
  margin-top:10px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
}

#contactform {
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
	margin-top:10px;
    border: 1px solid #c3c3c3;
	margin-bottom:20px;
width:80%;
 max-width:600px;
  padding: 25px;


}



fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contactform input[type="text"]:hover,
#contactform input[type="email"]:hover,
#contactform input[type="tel"]:hover,
#contactform input[type="url"]:hover,
#contactform textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #888;
}

#contactform textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contactform button[type="submit"] {
  cursor: pointer;
  width: 50%;
  border: solid 1px #000;
  background: #fff;
  color: #000;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contactform button[type="submit"]:hover {
  background: #8d8d8d;
     outline: 2px solid #000;
    outline-offset: -1px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact input:focus,
#contact textarea:focus {
  outline: 0;
 // border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}