@charset "utf-8";
/* CSS Document */

@font-face {  
	  font-family: "swapno";  
	  src: url( ../font/a.eot ); /* IE */  
	  src: local("MyriadPro-Regular"), url( ../font/a.otf ) format("opentype"); /* non-IE */  
}

@font-face {  
	  font-family: "c";  
	  src: url( ../font/c.eot ); /* IE */  
	  src: local("MyriadPro-It"), url( ../font/c.otf ) format("opentype"); /* non-IE */  
}

body{
	margin: 10px 0;
	padding: 0;
	font-family: "swapno", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #242021;
	color: #242021;
	font-size: 18px;
}

ul {
	list-style-image: url(../images/list.jpg);
	list-style-position: outside;
}
li{
	padding: 2px 0 2px 0;
	margin-left: 10px;
}

h4{
	font-size: 20px;
	color: #000;
}
h3{
	font-size: 24px;
}


.services li{
	padding: 7px 0 7px 0;
}

a.email{
	color:#E86A18;
}

a.email:hover{
	color:#000;
}

#main{
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	float: left;
	position: relative; left: 50%; margin-left: -400px;
}

#header {
	width: 780px;
	margin: 0 auto;
	height: 165px;
}

#nav {
	width: 780px;
	margin: 0 auto;
	height: 35px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#nav ul li a {
	float: left;
	display: block;
	height: 29px;
	width: 120px;
	padding: 6px 6px 0 4px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #fff;	
	outline: none;
	background: url(../images/button.jpg) no-repeat;
}

#nav ul li a:hover, #nav ul li .curent{
	background: url(../images/button_hover.jpg) no-repeat;
}

#content{
	width: 780px;
	margin: 10px;
	float: left;
	background: #FFFFFF;
	}
.gallery-box { width: 800px; height: auto; float: left; margin: 0px; padding: 0px;}
.img-box {width: 100px; height: 75px; float: left; margin: 0 0 15px 15px; padding: 0px;}
.img1-box {width: 700px; height: auto; float: left; margin: 0px; padding: 0px; position: relative; left: 40px;}

#cotnet img {
	margin: 0 0 10px 10px;
	border: 0 none;
	float: right;
}
#content h1 {
	color: #E86A18;
	font-family: "c", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
}

#footer{
	width: 800px;
	height: 40px;
	margin: 20px 0 0 0;
	background: #E86A18;
	float: left;
}

.homestars-widget {
    height: 500px;
    width: 500px;
    position: relative;
}

.homestars-widget iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.homestars-logos {
    height: 125px;
    margin: 0 30px;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: 12px;
    right: 20px;
}

.homestars-logos img {
    margin: 0 10px;
}

.hs-years {
    right: 0;
    position: absolute;
    bottom: -50px;
    left: 0;
}