/* Reset Style */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
}

h1 , h2 , h3 , h4 , h5 , h6{
	margin: 0 0 10px 0;
	color: #000000;
	font-family: Georgia, Times, "Times New Roman", serif;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 15px;
}

ul , ol{
	margin: 0 0 0 10px;
	padding: 0px;
}

ul li, ol li{
	margin: 0 0 0 10px;
	padding: 0px;
}

a , a:hover , a:focus , a:visited{
	outline: none;
	text-decoration: none;
}

a{
	color: #cb3f20;
}

input{
	outline: none !important;
}

img{
	max-width: 100%;
}

p{
	margin-bottom: 10px;
}

input[type="text"] , input[type="email"] , input[type="password"] , input[type="tel"] , input[type="url"] {
	margin-bottom: 10px;
	height: 25px;
	border: 1px solid #a5a5a5;
	width: 150px;
	background-color: white;
	color: black;
	padding:0 6px;
}

input[type="submit"] , button{
	height: 25px;
	background-color: #cb3f20;
	width: 100px;
	border: none;
	color: white;
}

/* Main Style */

.header-part {
	font-family: 'Bree Serif', serif;
	height: 158px;
}

.logo-txt {
	font-size: 24px;
	margin-top: 62px;
	float: left;
	font-weight: 300;
}

.logo-txt a{
	color: #616265;
	float: left;
	font-family: Georgia, Times, "Times New Roman", serif;

}

.logo-brand {
	width: 17px;
	height: 31px;
	float: left;
	margin-left: 10px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.container{
	width: 800px;
	padding: 0px;
}

.main-part{
	float: left;
	width: 100%;
}

.main-inner{
	float: left;
	width: 100%;
}

.menu-left{
	float: left;
	width: 230px;
}

.menu-left ul , .menu-left li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu-left li{
	float: left;
	width: 100%;
	font-weight: 200;
	font-family: 'Bree Serif', serif;
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
}

.menu-left li a {
	font-family: Georgia, Times, "Times New Roman", serif;	
}

.menu-left li.active > a , .menu-left li:hover > a{
	color: #616265;
}

.menu-left ul ul{
	padding-left: 15px;
}

.submenu{
	display:none;
}

.menu-item-has-children.current_page_ancestor .submenu,
.menu-item-has-children.active .submenu{
	display:block;
}

.content-info{
	float: right;
	width: 570px;
}

.content-info ul , .content-info ol , .content-info li{
	margin: 0px;
	padding: 0px;
}

.content-info ul , .content-info ol{
	margin: 0 0 25px 35px;
}

.no-bullet{
	list-style: none !important;
	margin-left: 40px !important;
}

.banner-part{
	display: inline-block;
	width: 100%;
}

.ext-mrg{
	margin-bottom: 43px !important;
}

.row.gallery div{
	padding:5px;
}