/* TABLE OF CONTENT
	1. HEADINGS
	2. GENERAL SETTINGS
	3. PRE LOADER
	4. FULL BG
	5. LOGO
	6. SEARCH BOX
	7. SOCIAL MEDIA
	8. COPYRIGHT
	9. PAGE TITLE BAR
	10. IMAGE BOX
	11. ITEM BUTTON
	12. TESTIMONIAL
	13. TEAM
	14. TOOLTIPS
	15. TABS
	16. PORTFOLIO
	17. ASIDE
	18. CONTACT FORM
	19. CONTACT INFO
	20. PORTFOLIO BUTTONS
----------------------------------------------------------------------------------------------------*/
body {
	color: #787878;
	font-family: Arial;
	font-size: 14px;
	line-height: 28px;
}
* {
	margin:0;
	padding:0;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* 1. HEADINGS
------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #000000;
	font-family: Arial;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 10px;
}
dd, dt {
	font-family: Arial;
	font-weight:300;
	font-size:14px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 20px;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: 0.75em;
}
h3 span {
	color:#de4a02;
}
p {
	color: #787878;
	font-family: Arial;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	
}
/* 2. GENERAL SETTINGS
------------------------------------------------------*/
a {
	font-family: Arial;
	outline: medium none;
}
a img {
	border:none;
}
 *|*:focus {
 outline: none;
}
a, a:hover, a:visited, a:active {
	border:none;
	outline:none;
}
a:link, a {
	text-decoration:none;
}
a:hover {
	color:#d05056;
}
iframe {
	width:100%;
	border:none;
}
#container img {
	width:100%;
	height:auto;
}
.clear {
	clear:both;
}
.vspace {
	display: table;
	height:30px;
	width: 100%;
}
.read-more {
	margin-top:10px;
}
.read-more a {
	background: none repeat scroll 0 0 #FF9515;
	border: medium none;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	padding:10px 20px;
	white-space: nowrap;
	transition: all 0.3s ease-out 0s;
}
.read-more a:hover {
	background-color:#000;
}
.title-left {
	display:block;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.title-left h3 {
	float:left;
}
.title-left > h3:before {
	background-color:#5b1908;
	content: "";
	float: left;
	height: 20px;
	margin-right: 10px;
	width:2px;
}
.title-left > h3:after {
	background-color: #5b1908;
	content: "";
	float:right;
	height: 20px;
	margin-left: 10px;
	width:2px;
}
.thumb-img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.description {
	display:table;
}
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
dt {
	background-image: url(images/detail-bg.png);
	background-repeat:repeat;
	background-color: #5b1908;
	float: left;
	margin-bottom: 1px;
	padding: 5px 15px;
	width: 31%;
}
dd {
	background-color: #5b1908;
	float: left;
	padding: 5px 15px;
	margin-bottom:1px;
}
/* 3. PRE LOADER
------------------------------------------------------*/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/ajax-loader_dark.gif) 50% 50% no-repeat rgb(249,249,249);
}
/* 4. FULL BG
------------------------------------------------------*/
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:-1;
}
/* 5. LOGO
------------------------------------------------------*/
.logo img {
	display:block;
}
/* 6. SEARCH BOX
------------------------------------------------------*/
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}
.search-wrapper input {
	height: 20px;
	padding: 10px 5px;
	float: left;
	border: 0;
	background: #373b46;
	width:77%;
	color:#fff;
	box-shadow: none;
}
.search-wrapper input:focus {
	outline: 0;
	background: #373b46;
}
 .search-wrapper input::-webkit-input-placeholder {
 color: #fff;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-moz-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-ms-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width:45px;
	color: white;
	text-transform: uppercase;
	background: #4c4f56;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.search-wrapper button:hover {
	background: #5b1908;
}
.search-wrapper button:active, .search-wrapper button:focus {
	background: #5b1908;
	outline: 0;
}
.search-wrapper button:hover:before {
	border-right-color: #5b1908;
}
.search-wrapper button:focus:before, .search-wrapper button:active:before {
	border-right-color: #5b1908;
}
 .search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
 border: 0;
 padding: 0;
}
/* 7. SOCIAL MEDIA
------------------------------------------------------*/
.social-media ul {
	list-style:none;
	text-align:center;
	margin:20px 0 0px;
}
.social-media ul li {
	display: inline-block;
	margin: 0 1px;
}
#container .social-media ul {
	text-align:inherit;
}
.social-media li {
	position: relative;
	text-align: center;
}
.social-media li em {
	background: none repeat scroll 0 0 #de4a02;
	border-radius: 5px;
    color:#fff;
	display: none;
	font-style: normal;
	height: 20px;
	left: -25px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: -35px;
	width: 75px;
	z-index: 2;
}
.social-media li em:before {
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #5b1908;
	bottom: -5px;
	content: "";
	height: 0;
	left:42%;
	position: absolute;
	width: 0;
}
/* 8. COPYRIGHT
------------------------------------------------------*/
.copy-right h4 {
	text-align:center;
	color:#b25139;
    line-height:25px;
}
.copy-right h4 a {
	text-align:center;
	color:#b25139;
	}
.copy-right h4 a:hover {
	text-align:center;
	color:#de4a02;
	}
/* 9. PAGE TITLE BAR
------------------------------------------------------*/
.page-title-bar {
	position:relative;
}
.page-title-bar-color {
    background-color: #5b1908;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.7;
}
.page-title-bar-text {
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	margin-top:75px;
}
.page-title-bar-text h2 {
	color: #FFFFFF;
    font-size:60px; text-transform:uppercase;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.33), 2px 2px 2px #000;
}
.svg-path {
	bottom:-10px;
	position: absolute;
	fill: #FFFFFF;
	width:100.1%;
}
.icon {
	bottom:10px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
}
.icon i {
	color: #000000;
	border-radius:100%;
	background-color: #F8F8F8;
	border: 5px solid #EEEEEE;
	font-size: 20px;
	width:40px;
	height:40px;
	line-height:40px;
}
/* 10. IMAGE BOX
------------------------------------------------------*/
.image-box {
	background-color:#f2f2f2;
}
.image-box h3 {
	margin-bottom: 0;
	padding:25px 20px;
	float:left;
}
.image-box span {
	display:block;
	padding-top:0px;
	float:left;
}
.image-box article {
	padding:20px;
}
/* 11. ITEM BUTTON
------------------------------------------------------*/
.item-button {
	background-color: #5b1908;
	display:table;
	margin-bottom: -30%;
	margin-left: 30%;
	margin-right: auto;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top:50%;
	margin-top:-38px;
	z-index: 999;
	left:0;
	right:0;
}
a.item-button {
	color: #FFFFFF;
	padding: 10px 20px;
}
/* 12. TESTIMONIAL
------------------------------------------------------*/
.testimonial {
	text-align:center;
}
span.quote {
	color: #000000;
	display: block;
	text-align: center;
	position: relative;
	z-index:999;
}
.quote i {
	background-color: #DDDDDD;
	border: 5px solid #EEEEEE;
	border-radius: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 40px;
}
.quote:before {
	background-color: #e2e2e2;
	content: "";
	display: table;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top:25px;
	width: 100%;
	z-index:-1;
}
.testimonial p {
	font-style: italic;
	text-align: center;
	color: #595959;
	font-size:14px;
	margin:20px 0px !important;
}
span.testimonial-image {
	display: block;
	text-align: center;
	position:relative;
	z-index:999;
}
span.testimonial-image:before {
	background-color: #e2e2e2;
	content: "";
	display: table;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top:35px;
	width: 100%;
	z-index:-1;
}
.testimonial h3 {
	padding:20px 0px 5px 0px;
}
.testimonial h4 {
	margin-bottom:0px !important;
}
.circle-thumb {
	border-radius: 100%;
	-moz-border-radius: 100%;
}
/* 13. TEAM
------------------------------------------------------*/
.team-content {
	text-align:center;
}
.team figure {
	background-color:#000;
	margin:0px;
	padding:0px;
	display:block;
	overflow:hidden;
}
.team figure img {
	float:left;
}
.team {
	display: block;
	position: relative;
	overflow:hidden;
	cursor:pointer;
}
.team-desc {
	background-color:#f2f2f2;
	text-align:center;
	width:100%;
	display:table;
	position:relative;
	padding:20px 0px;
}
.team-img {
	position:relative;
	background-color:#000000;
}
.team-social {
	display: block;
	position: absolute;
	top:20%;
	width: 100%;
	text-align:center;
	display:none;
}
.team-social h4 {
	color: #FFFFFF;
	font-weight: 300;
	background-color: #5b1908;
	display: table;
	margin: 0 auto;
	padding: 10px 25px;
}
/* 14. TOOLTIPS
------------------------------------------------------*/
a.tooltips {
	position: relative;
	display: inline;
}
a.tooltips span {
	position: absolute;
	width:100px;
	color: #FFFFFF;
	background: #000000;
	height: 30px;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius:10%;
}
a.tooltips span:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
a:hover.tooltips span {
	visibility: visible;
	opacity: 0.8;
	top: 30px;
	left:30%;
	margin-left: -48px;
	z-index: 999;
}
/* 15. TABS
------------------------------------------------------*/
.tab {
	float:left;
	padding:0px;
	margin:0px;
}
.tab li {
	list-style:none;
	display:inline-block;
	float:left;
}
.tab li a {
	padding:10px 20px;
	float:left;
	color: #fff;
}
.tab li.active a {
	background: #fff;
	color:#5b1908 !important;
	border-top:3px solid #000;
}
.tab-content {
	background: none repeat scroll 0 0 #fff;
	float: left;
	min-height: 200px;
	padding: 3%;
	width:94%;
}
.tab-content span {
	margin-top:20px;
	display:block;
}
/* 16. PORTFOLIO
------------------------------------------------------*/
.item-img {
	position:relative;
	background-color:#000000;
}
.owl-curve {
	bottom: -6px;
	display: block;
	fill: #F2F2F2;
	position: absolute;
	width: 100.2%;
}
.item-content {
	padding:10px 30px 20px 30px;
	background-color:#f2f2f2;
	text-align:center;
}
/* 17. ASIDE
------------------------------------------------------*/
aside {
	border-left:1px solid #ccc;
	padding-left:15px;
	position:relative;
	display:table;
}
aside:before {
	background-color: #5b1908;
	content: "";
	height:10px;
	left:0px;
	position: absolute;
	top: 0;
	width: 1px;
}
aside:after {
	background-color: #5b1908;
	content: "";
	height:10px;
	left: -1px;
	position: absolute;
	bottom: 0;
	width: 1px;
}
/* 18. CONTACT FORM
------------------------------------------------------*/
#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border:none;
	background-color:rgba(000, 000, 000, 0.2);
	color:#fff;
}
#contact-form input {
	width:95%;
	height:22px;
}
#captcha {
	width:10% !important;
	margin-left:15px !important;
}
#contact-form textarea {
	height:88px;
	width:95%
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #E1E1E1;
}
#contact-form p input#submit {
	box-shadow: none;
	border:none;
	float:left;
	background-color:#000 !important;
	padding:7px 15px 7px 15px;
	color:#fff;
	font-size:13px;
	-moz-transition: all 0.2s ease 0s;
	font-family: 'Open Sans', sans-serif;
	width:100px;
	height: auto;
}
#contact-form p {
	padding-bottom:0px !important;
}
#contact-form p input#submit:hover {
	background-color:#fff !important;
	-webkit-transition-property: background;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-o-transition-property: background;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: ease-out;
	-ms-transition-property: background;
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: ease-out;
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	color:#000 !important;
	cursor:pointer;
}
#contact-form label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.vaidate_error {
	border:1px solid #F96E5B!important;
}
#response {
	color: #FFFFFF;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.contact_details div {
	display: block;
	margin-bottom: 35px;
}
/* 19. CONTACT INFO
------------------------------------------------------*/
.contact-info p {
	padding-bottom:0px;
}
.contact-info > div {
	display: block;
	padding-bottom: 20px;
}
.loader {
    background: url("images/loading.gif") no-repeat scroll 50% 50% #F9F9F9;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/* 20. PORTFOLIO BUTTONS
------------------------------------------------------*/
.portfolio-btn{
float:right;
margin-bottom:30px;
}
.portfolio-btn a {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px;
    display: -moz-stack;
    font-size: 10px;
    height: 30px;
    margin-left: 1px;
    text-align: center;
    width: 30px;
}
.portfolio-btn > a i {
    color: #FFFFFF;
    line-height: 30px;
}
.portfolio-btn a:hover {
    background:#5b1908;
}
.imagecenter
{
     float:left;
     text-align:center;
     width:33%;
       margin-bottom:25px;
}
    
.box h2 {
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
}
    .box h3 {
    color: #de4a02;
    font-size: 20px;
    margin-top: 30px;
}
.textcenter {
    text-align: center;
}
.box_img {
    margin-bottom: 30px;
}
.box1 {
   background-color: #f8e4e3;
   border:1px solid #fed4d2;
    box-shadow: 1px 1px 5px -2px #5b1908;
    padding: 20px;
}
.space {
    height: 5px;
}
p a {
    color:#de4a02;
}
p a:hover{
    color:#373b46;
}
p.error a {
    color:#de4a02;
    font-weight:bold;
}
p.error a:hover{
    color:#373b46;
     font-weight:bold;
}
   /*form*/
fieldset {
	padding:0;
	margin:0;
	border:0
}

.form-control {
       font-family: 'Open Sans', sans-serif;
    resize:none;
	display:block;
	width:100%;
    margin-bottom:20px;
	padding: 5px 0px 6px 5px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color:#fcbbc6;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(197, 4, 35, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(197, 4, 35, 0.6);
}
.form-control:-moz-placeholder {
color:#999
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor:not-allowed;
	background-color:#eee
}
textarea.form-control {
	height:auto
}


iframe{width:100%;
       height:350px;}
       
       
       
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 20px;
    border: 1px solid transparent;
    background: #de4a02 none;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    margin-top:10px;
}
.btn:hover {
     background-color:#5b1908;
   
}
@media(min-width:320px) and (max-width:479px)
{
#slidecaption{display:none;}
.imagecenter {width:220px;}
#results .col-md-3{width:220px}
#results .col-md-9{width:220px}
#results .col-md-9 h2{font-size:23px;}
}


@media(min-width:480px) and (max-width:639px)
{
    .imagecenter {width: 380px;}
    #results .col-md-3{width:380px}
#results .col-md-9{width:380px}
#results .col-md-9 h2{font-size:32px;}}


@media(min-width:640px) and (max-width:767px)
{
    .imagecenter {width: 380px;}
     .imagecenter h3 a{font-size:23px;}
      #results .col-md-3{width:400px}
#results .col-md-9{width:420px}
#results .col-md-9 h2{font-size:42px;}}

@media(min-width:1024px) and (max-width:1279px)
{
#thumb-back
{ margin-left: 160px;}

#thumb-forward{margin-left: 220px;}
}
    
    
    @media(min-width:760px){.imagecenter {
 padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}}

@media(min-width:761px) and (max-width:1020px)
{.imagecenter {
    float: left;
    text-align: center;
    width: 43%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}}

@media(min-width:1021px) and (max-width:3000px)
{.imagecenter {
    float: left;
    text-align: center;
    width: 43%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}}
.pagination {
    margin-top: 60px;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #de4a02;
    border-color: #de4a02;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #de4a02;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.imagecenter{padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;}

.img-responsive{ width:100%;}
    


table, th, td {
    border: 1px solid #DEDEDE;
    padding: 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0; background-color:transparent;
}
@media (min-width:240px) and (max-width:480px){

table {
    overflow-x: scroll ! important;
    display: block;
}}



@media(min-width:320px) and (max-width:479px)
{
#slidecaption{display:none;}
.imagecenter {width:220px;}
#aboutpage .col-md-3{width:220px; padding-left:0px;}
#aboutpage .col-md-9{width:220px; padding-left:0px;}
#aboutpage .col-md-9 h2{font-size:23px;}
}


@media(min-width:480px) and (max-width:639px)
{
    .imagecenter {width: 380px;}
    #aboutpage .col-md-3{width:380px; padding-left:0px;}
#aboutpage .col-md-9{width:380px; padding-left:0px;}
#aboutpage .col-md-9 h2{font-size:32px;}}


@media(min-width:640px) and (max-width:760px)
{
    .imagecenter {width: 380px;}
     .imagecenter h3 a{font-size:23px;}
      #aboutpage .col-md-3{width:380px; padding-left:0px;}
#aboutpage .col-md-9{width:420px; padding-left:0px;}
#aboutpage .col-md-9 h2{font-size:42px;}}



@media(min-width:761px) and (max-width:1020px)
{
    .imagecenter {width: 200px;}
     .imagecenter h3 a{font-size:23px;}
      #aboutpage .col-md-3{width:200px; padding-left:0px;}
#aboutpage .col-md-9{width:400px; padding-left:30px;}
#aboutpage .col-md-9 h2{font-size:42px;}}


@media(min-width:1021px) and (max-width:1030px)
{
    .imagecenter {width: 200px;}
     .imagecenter h3 a{font-size:23px;}
      #aboutpage .col-md-3{width:200px; padding-left:0px;}
#aboutpage .col-md-9{width:650px; padding-left:30px;}
#aboutpage .col-md-9 h2{font-size:42px;}}


@media(min-width:1031px)
{
    .imagecenter {width: 200px;}
     .imagecenter h3 a{font-size:23px;}
      #aboutpage .col-md-3{width:200px; padding-left:0px;}
#aboutpage .col-md-9{width:600px; padding-left:30px;}
#aboutpage .col-md-9 h2{font-size:42px;}}


/*@media(min-width:201px) and (max-width:340px)
{.logo img { width:160px ! important} .slide{width:160px ! important;}}*/