
/*******************************

INDEX

01- CSS Reset
02- Fonts
03- Basic Styles
04- Header
05- Main Slider
06- About
07- Header 2
08- Our Services
09- Header 3
10- Our Work
11- Header 4
12- Our Blog
13- Blog Single
14- Header 5
15- Contact
16- Footer

*******************************/


/****************************************************************************
CSS RESET
****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	margin: 0; padding: 0;	border: 0; font-size: 100%;	font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }


/****************************************************************************
FONTS
****************************************************************************/

@font-face {
    font-family: 'WickedGrit';
    src: url('../fonts/wickedgrit.eot');
    src: url('../fonts/wickedgrit.eot?#iefix') format('embedded-opentype'),
    url('../fonts/wickedgrit.woff') format('woff'),
    url('../fonts/wickedgrit.ttf') format('truetype'),
    url('../fonts/wickedgrit.svg#WickedGrit') format('svg');
}


/****************************************************************************
BASIC STYLES
****************************************************************************/

body { color: #000; font: 14px Arial, Helvetica, sans-serif; min-width: 320px !important; }

a { color: #8D8F91; text-decoration: none; }
a:hover, a:active, a:focus { outline: 0; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font: bold 14px Arial, Helvetica, sans-serif; color: #000; }
h1 { font:300 60px 'Pacifico', cursive;color: #292d33; }
h1 a { color: #000; }
h2 { font : 20px 'WickedGrit', sans-serif;display:inline-block;color: #7a808a; text-transform: uppercase; }
h2 span { width: 100%; height: 3px; display: block; background:url("../images/gray-dot.png") repeat-x;margin-top: 5px; padding-top: 5px; }
h2 a { color: #000; }
h3 { font:30px 'Lato', sans-serif;  }
h3 a { color: #000; }
h4 { font-size: 14px; }
h4 a { color: #000; }
h5 { font: 18px 'Lato', sans-serif; color: #292d33;}
h5 a { color: #000; margin-bottom: 5px; display: block; }
h6 { font-size: 10px; }
h6 a { color: #000; }

p strong { font-weight: bold; }
p em { font-style: italic; }

p {font:13px 'Lato', sans-serif; color: #8d8f91; line-height: 24px;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/****************************************************************************
    *-*-*HEADER-*-*
****************************************************************************/

header { width: 100%; background: url("../images/shadow.png") top center repeat-x; min-height: 209px; text-align: center; position: relative; z-index: 99999;}
body:not(.home) .header-wrap { background-color: #cccccc; }
header nav { width: 100%; max-width: 1170px; margin: 50px auto; text-align: center; }

nav > ul { display: inline-block; }
nav > ul > li  { position: relative; text-transform: uppercase; padding: 15px 0; float: left; border-top:1px solid rgba(242,234,235,0.3); border-bottom:1px solid rgba(242,234,235,0.3); }
nav ul li a { cursor: pointer; margin: 0 39px; display: block; font:700 14px 'Lato', sans-serif; color: #ffffff; }
nav ul li a:hover {color: #e9b500;text-decoration: none;}
nav ul li a.active {color: #e9b500;}

.logo { margin: 0 30px 0; display: inline-block; vertical-align: -10px; }

.responsive-nav { text-align: left; display: none; position: relative; }
.responsive-nav a.open  { display: block; line-height: 47px; position: relative;padding-left: 18px; background: #111111 url("../images/responsive-errow.png") 96% center no-repeat; }
.responsive-nav a.open:hover,
.responsive-nav a.open:active,
.responsive-nav a.open:focus { color: #ffffff; }
.responsive-nav ul { background: rgba(17,17,17,0.7); position: absolute; width: 100%; top: 40px; left: 0; display: none; }
.responsive-nav ul li {padding-left: 18px;}
.responsive-nav ul li a { cursor: pointer; display: block; font:700 14px 'Lato', sans-serif; color: #ffffff;padding: 15px 0;  }
.responsive-nav ul li a:hover { color: #e9b500; }

.spinner{ border-right: 15px solid #fff; position:fixed; z-index:999999999; background:url('../images/progress.gif') 50% 50% no-repeat #000000; width: 100%; height:100%; top:0; left:0px;}

#hidden_menu nav { margin-top: 15px; margin-bottom: 15px; }
#hidden_menu { display: none; position: fixed; top: 0; left: 0; z-index: 100000; width: 100%; }
#hidden_menu header { height: auto; min-height: 100px !important; background: rgba(0,0,0,0.6); }

nav .sub-menu { top: 49px; display: none; width: 200px; position: absolute; text-align: left; background: #000000; opacity: 0.7; }
nav .sub-menu:before { content: ' '; display: inline-block; width: 0; height: 0; position: absolute; top: -5px; left: 50%; margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}
nav .sub-menu li a:hover { background: #ffffff;}
nav .sub-menu li a { padding: 7px 10px; margin: 0; }
nav .sub-menu ul { left: 200px; top: 0; }
nav .sub-menu ul:before { display: none; }


/****************************************************************************
	*-*-*MAIN SLIDER-*-*
****************************************************************************/

#main_slider { width: 100%; margin-top: -209px; }
#main_slider > div { text-align: center; width: 100% !important; height: 100% !important; vertical-align: middle; background-size: cover; background-position: center; text-align: center; }
#main_slider > div img { max-width: 80% !important; position: relative; top: 35%; }


/****************************************************************************
	*-*-*ABOUT-*-*
****************************************************************************/

.container_wrapper { background: #ffffff; overflow-x: hidden; }
.about-wrap { text-align: center; margin-bottom: 119px; padding-top: 90px;}
.about-wrap h2 {  display: inline-block; margin-bottom: 52px;  }

.about figure {width: 368px; height: 238px; border-radius: 7px;display: inline-block; overflow: hidden;}
.about figure img { width: 100%; }
.about > div { display: inline-block;width: 368px; text-align: left;margin-left: 30px;}

.progress-bars div { display: block; margin-left: 0px; }
.progress-bars p {font:700 13px 'Lato', sans-serif; color: #3b4c5a; margin-bottom: 10px;}
.progress-bars .base { margin-bottom: 22px; width: 360px; border-radius: 10px; height: 20px; background: #f3f3f3;overflow: hidden;}
.progress-bars .base div {  height: 20px; background: #ebc40d; color: #ffffff; padding-left: 20px;font:13px 'Lato', sans-serif;line-height: 20px;}
.progress-bars .base div span {font-weight: 700;}

.about {margin-bottom: 100px}
.about div h5 {margin-bottom: 28px;}

.our-team {width: 1170px; margin:0 auto;}
.our-team h3 {text-align: left; margin-bottom: 24px; color: #292d33;}
.our-team div {width: 262.5px; margin-right:30px; text-align: left; display: inline-block;float: left; }

.our-team figure .overlay { background: rgba(40,31,22,0.8); position: absolute;top: 0; left:0; display: none;}
.our-team figure .overlay .social-icon { text-align: center; line-height: 174px; }
.our-team figure .overlay .social-icon a { width: 35px; height: 35px; font-size: 18px; line-height: 35px; border-radius: 5px; border: 2px solid #ffffff; color: #ffffff; display: inline-block; vertical-align: middle; margin: 0 2px;}
.our-team figure .overlay .social-icon a:hover { color: #000000; border-color: #000000; text-decoration: none; }

.our-team figure {width: 259px; height: 170px; margin-bottom: 17px; position: relative; border-radius: 7px;overflow: hidden; }
.our-team figure > a {width: 259px; display: block;  height: 170px;border-radius: 7px;}
.our-team figure img { width: 100%; height: 100%; border-radius: 7px; }

.our-team span {font:700 14px 'Lato', sans-serif; color: #ebbf0d; margin-bottom:10px ;}
.our-team h4 {font:24px 'Lato', sans-serif; color: #292d33; margin-bottom: 10px; }

#timeline {
    margin-left: 70px;
    display: inline-block;
    width: 554px;
    overflow: hidden;
    position: relative;
}
#scrrol-bg { background:#ecf0f1; width:370px; height:14px; display:block; margin: 0 auto; border-radius: 10px; }
#dates {
    padding-top: 15px;
    width: 370px !important;
    height: 30px;
    overflow: hidden;
    margin:0px auto !important;
}
.scrrol_btn { position: relative;width:370px; margin: 0 auto; }
#dates li a span {
    background: url("../images/dot.png") no-repeat;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
}
#dates li a.selected span {
    width: 18px;
    height: 18px;
    background: url("../images/big-dot.png") no-repeat;
    top: -2px;
}
#dates li {
    list-style: none;
    float: left;
    margin: 0 30px;
    height: 33px;
    font-size: 24px;
    text-align: center;
}
#dates a {
    /*line-height: 38px;*/
    /*font: 400 12px 'Open Sans', sans-serif, Times, serif !important;*/
    color:#4ecca1 !important;
    width: 30px;
    height: 23px;
    display: inline-block;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}
#dates .selected {
    font-size: 38px;
}
#issues {
    height: 331px;
    overflow: hidden;margin-bottom: 25px;
}
#issues li {
    width: 554px;
    height: 331px;
    list-style: none;
    float: left !important;
    display: inline-block;;
    text-align: center;
}
#issues li img {
    float: left;
    margin: 0 auto;
}
#issues li p {
    font: 400 14px 'Open Sans', sans-serif, Times, serif !important;
    color: #fff;
    margin-bottom:30px;
    width:330px;
    float:right;
}
#issues li p span { color:#e74d2e; }
#issues #two,
#issues #three,
#issues #four { display: none; }


/****************************************************************************
	*-*-*HEADER2-*-*
****************************************************************************/

.header_two  { text-align: center; background-color: #cccccc; background-attachment: fixed; background-size: cover; background-position: center; width: 100%; height: 598px; position: relative; }
.header_two h2 { margin: 100px 0px; color: #ffffff; }
.header_two h2 span { background: url("../images/white-dot.png") repeat-x; }
.header_two  .header-slider { width: 100%; height: 300px;}
.header_two  .header-slider .slides {width: 100%; height: 100%; }

.clients { text-align: center;}
.clients a { display: inline-block; }

.header_two .header-btn { position: absolute; bottom:70px; width: 100%; z-index: 99999; text-align: center;}
.header_two .header-btn a { border-radius: 50%;font-size: 0px;  width: 21px; height: 21px; background: url("../images/slider-btn.png") no-repeat;display: inline-block; margin: 0px 6px;}

.header_two .header-btn a:hover { background:url("../images/slider-active.png") no-repeat; }
.header_two .header-btn .activeSlide { background: url("../images/slider-active.png") no-repeat; }


/****************************************************************************
	*-*-*OUR SERVICES-*-*
****************************************************************************/

.services-wrap { text-align: center; margin-bottom: 119px;padding-top: 90px;}
.services-wrap h2 {  display: inline-block; margin-bottom: 52px;  }

.our-services { width: 376px; display: inline-block; text-align: left;margin-right: 70px; }
.our-services p { margin-bottom: 30px; }
.our-services p.first { color: #292d33; }
.our-services ul { padding-top: 10px;border-top: 1px solid #e2e7ea; }
.our-services ul li { border-bottom: 1px solid #e2e7ea; font:700 13px 'Lato', sans-serif; color: #292d33; margin-bottom: 10px; padding-bottom: 10px; background: url("../images/errow.png") left 1px no-repeat; padding-left: 23px; }

.list-wrap {background: #f8f8f8; padding: 56px 0px;}
.services-list { width: 1170px; margin: 0 auto; }
.services-list h3 { margin-bottom: 30px; }
.services-list h5 { margin-bottom: 10px; }
.services-list > div { width: 344px; display: inline-block;margin-left: 30px;  margin-bottom: 70px;}
.services-list figure { width: 45px; height: 45px;float: left; margin-top: 11px; }
.services-list > div div { width: 248px; float: right;  }


/****************************************************************************
	*-*-*HEADER3-*-*
****************************************************************************/

.header_three  { text-align: center; background-color: #cccccc; background-attachment: fixed; background-size: cover; background-position: center; width: 100%;height: 338px; position: relative; }
.header_three h2 { margin: 136px 0px 0px 0px; color: #ffffff; line-height: 36px; display: inline-block; width: 926px}
.header_three h2 span { background: url("../images/white-dot.png") repeat-x; }


/****************************************************************************
	*-*-*OUR WORK-*-*
****************************************************************************/

.work-wrap { text-align: center; margin-bottom: 50px; padding-top: 90px; }
.work-wrap h2 {  display: inline-block; margin-bottom: 52px;  }

.portfolio-nav ul { margin-bottom: 74px; position: relative; z-index: 99; }
.portfolio-nav li { display: inline-block; margin-left: 10px }
.portfolio-nav li a { position: relative; z-index: 999999; text-transform: uppercase; border: 2px solid rgba(255,255,255,0); padding: 5px 14px; display: inline-block; border-radius: 6px; color: #292d33;font:700 14px 'Lato', sans-serif;-webkit-transition: border-color 0.5s; -moz-transition: border-color 0.5s; -o-transition: border-color 0.5s; -ms-transition: border-color 0.5s; transition: border-color 0.5s; }
.portfolio-nav li a:hover { border: 2px solid #ecc717; text-decoration: none; }
.portfolio-nav li .selected { border: 2px solid #ecc717; }

.work_item { width: 1170px; margin: 0px auto 0px; overflow: visible !important; }
.work_item .element {display: inline-block;width: 268px; margin: 0px 10px 50px; text-align: left;}
.work_item figure  { width: 268px; height: 185px;margin-bottom: 20px;border-radius: 7px; overflow: hidden;position: relative;}
.work_item figure a { width: 268px; height: 185px; display: block;border-radius: 7px;}
.work_item figure a img {width: 100%;height: 100%;border-radius: 7px;}

.work_item figure .overlay { border-radius: 7px; text-align: center; height: 100%; background-color: rgba(40,31,22,0.8); position: absolute;top: 0px; left:0px; display: none;}
.work_item figure .overlay.video { background: rgba(40,31,22,0.8) url("../images/video.png") no-repeat center center; }
.work_item figure .overlay.photo { background: rgba(40,31,22,0.8) url("../images/photo.png") no-repeat center center; }

.work_detail { background: #1c1f28; padding: 48px 0px; position: relative; }

.work_detail { width: 100%;  }
.work_detail > article { max-width: 1170px; margin: 0 auto; width: 90%; }
.work_detail figure { width: 50%; float: left; /*max-height: 393px;*/ margin-right: 5%; }
.work_detail figure img { width: 100%; height: auto; }
.work_detail figure iframe { width: 100%; }

.work_detail .detail { width: 45%; float: left; text-align: left; }
.work_detail .detail h3 { color: #ffffff; margin-bottom: 30px; }
.work_detail .detail p { font-size: 13px; line-height: 24px; text-transform: none; margin-bottom: 34px; color: #70767f; }
p.first {font:700 18px 'Lato', sans-serif; color: #ffffff; line-height: 30px;}

.work_detail .detail ul { margin-bottom: 45px;border-top: 1px solid #394149;width: 150px; float: left; margin:0px 22px 0px 0px; }
.work_detail .detail li  { padding: 9px 0px; color: #ffffff;font:13px 'Lato', sans-serif; border-bottom: 1px solid #394149;}
.work_detail .detail li span { font-weight: bold; color: #ffffff; }
.work_item.display  { min-height: 275px;  }
.work_item.display .element { height: 275px !important;  }

.single-contents .close { display: block; }
.close {z-index: 999999; position: absolute; right: 30px; top: 32px; width: 26px; height: 26px; display: none; background: url("../images/close.png") no-repeat; }

.more {font:700 14px 'Lato', sans-serif; color: #8d8f91;border: 1px solid #e0e0e0; padding: 9px; text-transform: uppercase; border-radius: 7px;}
.work-wrap .more { display: none; }

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/****************************************************************************
	*-*-*HEADER4-*-*
****************************************************************************/

.header_four  { text-align: center; background-color: #cccccc; background-attachment: fixed; background-size: cover; background-position: center; width: 100%;height: 428px; }
.header_four > div { position: relative; width: 100%; height: 100%; }
.header_four h2 {  color: #ffffff; margin-bottom: 10px; }
.header_four h2 span { background: url("../images/white-dot.png") repeat-x; }
.header_four .blog-slider { width: 90%; height: 100%; margin: 0 auto; }
.header_four .blog-slider .slides {width: 100%; height: 100%; }
.header_four .blog-slider .slides div { width: 605px;margin: 100px auto; }
cite { color: #ffc81f; font-size: 18px; float: right; }

.header_four .header-nav { position: absolute; bottom:70px; width: 100%; z-index: 99999; text-align: center;}
.header_four .header-nav a {font-size: 0px;  width: 21px; height: 21px; background: url("../images/slider-btn.png") no-repeat;display: inline-block; margin: 0px 6px;}

.header_four .header-nav a:hover { background: url("../images/slider-active.png") no-repeat; }
.header_four .header-nav .activeSlide { background: url("../images/slider-active.png") no-repeat; }


/****************************************************************************
	*-*-*OUR BLOG-*-*
****************************************************************************/

.blog-wrap { text-align: center; margin-bottom: 50px;padding-top: 90px; }
.blog-wrap h2 {  display: inline-block; margin-bottom: 52px;  }

.blog-items article { float: left; border-radius: 7px; width: 368px; margin:0 11px 38px; border: 1px solid #ebebeb; display: inline-block;}

.blog-items article figure { width: 368px; max-height: 220px; border-radius: 7px;position: relative; margin-bottom: 38px; }
.blog-items article figure a { width: 368px; height: 220px; display: block; overflow: hidden; }
article figure a img { width: 100%; height: auto; border-radius: 7px; }

.blog-items article .overlay a{ font: 700 14px 'Lato', sans-serif; color: #ffffff; line-height: 220px; display: inline-block;}
.blog-items article figure .overlay { display: none;width: 368px; height: 220px; border-radius: 7px; background: rgba(40,31,22,0.8); position: absolute; top:0px;left: 0px; text-align: center;}

.blog-items article > div { text-align: left; padding:0 10px 30px; }
.blog-items article h5 { color:#292d33; font-weight: 700; margin-bottom: 10px;  }
.blog-items article p { font-size: 13px;}
.blog-items article .blog-meta { margin-bottom: 10px; }

.blog-items article span { width: 60px; height: 60px; display: block; position: absolute; left:50%; margin-left: -30px; z-index: 9999; bottom: -28px; }
.blog-items {  width: 1170px; margin: 0 auto 40px;}
.blog_posts { background: #ffffff; margin-bottom: 0 !important;padding-bottom: 30px; }
.display { display: none;}

.error { margin-bottom: 0 !important; padding: 50px 0 20px; }
.error h1 { color: #ffffff; margin-bottom: 3px; }
.error h1 span { font-size: 88px; }
.error p { margin-bottom: 20px; }
.error a { font:700 12px 'Lato', sans-serif; padding: 8px 14px; color: #ffffff; text-transform: uppercase; background: #e9b500; margin-bottom:55px;border-radius: 3px; display: inline-block; }

.content-page h1 { color: #ffffff; }

#pagination { text-align: center; clear: both; }
#pagination a { margin: 0 10px; font: bold 13px 'Lato', sans-serif; color: #8d8f91; text-decoration: none; }
#pagination a:hover { color: #fff; text-decoration: underline; }
.single-post #pagination a:hover,
.blog #pagination a:hover { color: #e9b500; }


/****************************************************************************
	*-*-*SINGLE-*-*
****************************************************************************/

.loader { display: none; position: absolute; top: -20px; }

.single-wrapper {
    min-height: 30px;
    position: relative;
}

.single-contents .single_detail,
.single-contents .work_detail { margin-bottom: 100px; }
.single-contents #pagination { display: none; }

.single_detail {text-align: center;background: #292d33; position: relative; }
.single_detail .page { text-align: left; }
.single_detail h3.post-title { color: #ffffff; margin-bottom: 3px; }
.single_detail .page h3.post-title { text-align: center; color: #ffffff; }

.single_detail article .post-meta { color: #70767f;font: 13px 'Lato', sans-serif; text-align: center;}
.single_detail article .post-meta span { color: #ffffff; font-weight: bold;}
.single_detail article .post-meta a { color: #ffba00;font-weight: bold;}

.single_detail article { padding: 66px 0; width: 90%; max-width: 970px; margin: 0 auto; }

.single_detail article figure { width: 100%; border-radius: 7px; overflow: hidden;display: inline-block; margin-bottom: 38px; }
.single_detail article figure img { max-width: 100%; }

.single_detail article p { text-align: left; margin-bottom: 30px; }
.single_detail article p.first { font-size: 18px; color: #ffffff; line-height: 30px; }
.single_detail article p a { color: #fff; }

.comment-wrap { text-align: left;background: #2f343b; padding: 45px 0; clear: both; overflow: hidden; }
.comments { width: 90%; max-width: 970px; margin: 0 auto 50px;}
.comments h3 {font-size: 24px;color:#ffffff;}
.comment-reply-title {font-size: 24px;color:#ffffff;margin-bottom: 20px;text-transform: uppercase;}

.comments li h5 { font: 700 16px 'Lato', sans-serif; float: left; color: #ffffff; margin-right: 5px;}
.comments li h5 a { color: #fff; }
.comments li .comment-reply-link{ font: 16px 'Lato', sans-serif; color: #8d8f91; margin-right: 5px; }
.comments li .comment-edit-link { font: 16px 'Lato', sans-serif;  color: #8d8f91; margin-right: 5px; }
.comments li .post-meta { float: right; }

.comments li > div { padding: 24px 0; border:1px solid #444b56; border-radius: 7px; margin-top: 32px; }
.comments li figure { max-width: 70px; max-height: 70px; width: 15%; border-radius: 7px; overflow: hidden;display: inline-block; margin:0px 5%; float: left; }
.comments li figure a, .comments li figure a img { width: 100%; height: 100%; display: block; }

.comments li .commernt-detail { width: 72%; max-width: 800px; float: left; }

.children { padding-left: 39px; margin-left: 61px; background: url("../images/comment-bg.png") no-repeat; }
.children li .commernt-detail { width: 72%; max-width: 700px;}

.comment-text { font: 13px 'Lato', sans-serif; color: #8d8f91; line-height: 24px; }
.comment-text p,
.comment-text blockquote,
.comment-text pre { margin: 20px 0 0; }
.comment-text pre { padding: 10px 20px; }
.comment-text ul { list-style-type: disc; margin-left: 20px; }
.comment-text ol { list-style-type: decimal; margin-left: 20px; }
.comment-text > ul, .comment-text > ol { margin-bottom: 20px; }
.comment-text blockquote { font-style: italic; font-size: 16px; padding-left: 40px; }
.comment-text strong { font-weight: bold; }
.comment-text em { font-style: italic; }
.comment-text cite { font: 13px 'Lato', sans-serif; color: #8d8f91; }
.comment-text h2 { margin: 20px 0 10px; display: block; font-family: 'Lato', sans-serif; }

.children li.depth-3 .commernt-detail,
.children li.depth-4 .commernt-detail,
.children li.depth-5 .commernt-detail,
.children li.depth-6 .commernt-detail { width: 72%;}

#comment-form { max-width:705px; margin: 0 auto 30px; width: 90%; }
#comment-form h5 { color: #ffffff; }
.logged-in-as { margin-bottom: 5px; }
.logged-in-as a {  color: #ffffff; margin:0px 3px; }
#respond { margin-top: 15px; max-width:705px; width: 90%; }
.comment-notes { margin-bottom: 5px;}
#respond h3 a { color: #ffffff;font: bold 14px Arial, Helvetica, sans-serif }
#respond input[type="text"] { margin-right: 20px; float: left;padding: 2px 10px; width: 100%; max-width:270px; border-radius: 7px; outline: none; height: 40px; border: 1px solid #e1e1e1; margin-bottom: 20px; font:700 12px 'Lato', sans-serif;  ; text-transform: uppercase;  }
#respond textarea {padding: 10px 10px; max-width: 680px; width: 100%; resize: none; border-radius: 7px; outline: none; height: 180px; border: 1px solid #e1e1e1; margin-bottom: 20px; font:700 12px 'Lato', sans-serif; line-height: 24px ; text-transform: uppercase;  }
#respond input[type="submit"] {  font:700 12px 'Lato', sans-serif; padding: 8px 14px; color: #ffffff; text-transform: uppercase; background: #e9b500; float: right; border: 0px; border-radius: 3px; }

.single_detail .page * { color: #8d8f91; font-family: 'Lato', sans-serif; }
.single_detail .page p, .single_detail .page ul, .single_detail .page ol,
.single_detail .page h1, .single_detail .page h2, .single_detail .page h3,
.single_detail .page h4, .single_detail .page h5, .single_detail .page h6 { margin-bottom: 20px; text-transform: none; font-weight: bold; }
.single_detail .page ul li { list-style-type: disc; margin-left: 40px; }
.single_detail .page ol li { list-style-type: decimal; margin-left: 40px; }
.single_detail .page ul li, .single_detail .page ol li { margin-bottom: 10px; }
.single_detail .page ul ul,
.single_detail .page ol ol { margin-top: 10px; }
.single_detail .page pre { padding: 20px; font-family: 'Courier New', sans-serif; margin-bottom: 20px; }
.single_detail .page p strong { font-weight: bold; }
.single_detail .page p em { font-style: italic; }
.single_detail .page p a { text-decoration: underline; }
.single_detail .page p code { color: #000000; }
.single_detail .page blockquote { padding: 0 40px; }
.single_detail .page blockquote p { font-style: italic; font-size: 16px; }
.single_detail .page h1 { font-size: 36px; }
.single_detail .page h2 { font-size: 30px; }
.single_detail .page h3 { font-size: 24px; }
.single_detail .page h4 { font-size: 20px; }
.single_detail .page h5 { font-size: 18px; }
.single_detail .page h6 { font-size: 16px; }
.single_detail .page table { width: 100%; margin-bottom: 20px; }
.single_detail .page table tr { border-bottom: 1px solid #8d8f91; }
.single_detail .page table td,
.single_detail .page table th { padding: 10px; }
.single_detail .page table th { font-weight: bold; }
.single_detail .page table thead th { text-transform: uppercase; }
.single_detail .page dl { margin-bottom: 20px; }
.single_detail .page dl dt { font-weight: bold; margin-bottom: 10px; }
.single_detail .page dl dd { margin-bottom: 10px; }
.single_detail .page address { margin-bottom: 20px; }
.single_detail .page p cite { float: none; font-size: inherit; font-style: italic; }
.single_detail .page img { max-width: 100%; height: auto; }

/*body.single-post .single_detail { background: #ffffff; }*/
/*body.single-post .single_detail .page * { color: #292d33; }*/


/****************************************************************************
	*-*-*HEADER5-*-*
****************************************************************************/

.header_five  { overflow: hidden !important; position: relative; padding-top: 100px; text-align: center; background-color: #cccccc; background-attachment: fixed; background-size: cover; background-position: center; width: 100%; height: 387px; }
.header_five h2 {  color: #ffffff; margin-bottom: 10px; }
.header_five h2 span { background: url("../images/white-dot.png") repeat-x; }
.header_five  .contact-header { width: 740px;margin: 0px auto 60px; }
cite { color: #ffc81f; font-size: 18px; float: right; }

.header_five > a { font : 13px 'WickedGrit',sans-serif; color: #ffffff; text-transform: uppercase; border: 1px solid #ffffff; padding: 8px; border-radius: 9px;}
.header_five > a span { color: #19b7f2; }


/****************************************************************************
	*-*-* CONTACT -*-*
****************************************************************************/

.contact-wrap { text-align: center; margin-bottom: 50px;padding-top: 90px;}
.contact-wrap h2 { display: inline-block; margin-bottom: 52px;  }
.contact-wrap .map {display: inline-block; margin-right: 30px; position: relative; vertical-align: top; }
#map_canvas {width: 700px; height: 454px;}

.map .overlay { position: absolute; top: 25px; right: 25px; background: rgba(213,64,67,0.8); padding: 25px 15px; text-align: left; width: 260px; border-radius: 7px;  }
.map .overlay h3 {font-size: 24px; font-weight: 700; color: #FFFFFF; margin-bottom: 20px; text-transform: uppercase;}
.map .overlay h3 span { color: #ffcc00; }
.map .overlay ul li{ color: #ffffff; font:13px 'Lato', sans-serif; margin-bottom: 10px; }
.map .overlay ul li strong {  width: 80px;  }
.map .overlay ul li span { font-weight: 700;width: 100px; display: inline-block;color: #ffffff; }
.map .overlay ul li.yellow { color: #ffcc00; }

.contact-wrap p { text-align: left; margin-bottom: 30px; }
.contact_form p.first {font:700 18px 'Lato', sans-serif; color: #292d33; line-height: 30px;}

.contact_form { width: 370px; display: inline-block; }
.contact_form input[type="text"],
.contact_form input[type="email"]{padding: 0 10px; width: 370px; border-radius: 7px; outline: none; height: 40px; border: 1px solid #e1e1e1; margin-bottom: 5px; font:700 12px 'Lato', sans-serif;  ; text-transform: uppercase;  }
.contact_form textarea {padding: 10px 10px; width: 370px; resize: none; border-radius: 7px; outline: none; height: 138px; border: 1px solid #e1e1e1; margin-bottom: 5px; font:700 12px 'Lato', sans-serif; line-height: 24px ; text-transform: uppercase;  }
.contact_form input[type="submit"] { cursor:pointer; font:700 12px 'Lato', sans-serif; padding: 8px 14px; color: #ffffff; text-transform: uppercase; background: #e9b500; float: right; border: 0px; border-radius: 3px; }
.contact_form .wpcf7-form p { margin-bottom: 10px; }

.contact_form span.wpcf7-not-valid-tip { display: none !important; }
.contact_form input.wpcf7-not-valid { border-color: red !important;; }


/****************************************************************************
	*-*-* FOOTER -*-*
****************************************************************************/

footer { text-align: center; overflow: hidden; min-height: 399px; background: url('../images/footer-bg.png') no-repeat; background-attachment: fixed; background-size: cover !important; width: 100%; }
footer h2 {  display: inline-block; margin-top: 120px; margin-bottom: 68px; color: #ffffff;}
footer h2 span { background: url("../images/white-dot.png") repeat-x; }

footer .social_icon { text-align: center; margin: 0px 0px 100px; }
footer .social_icon a { font-size: 50px; color: #fff; display: inline-block; margin: 0 50px 0 50px; }
footer .social_icon a:hover { text-decoration: none; color: #c1c1c1; }