


body {
	font: 16px "Nanum Gothic", 'Nanum Square', 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #727272;
}

/* a link Styles
 ------------------------------ */
 
a, .btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #101010;
}
a {
	outline: medium none !important;
	color: #727272;
}
.uppercase {
	text-transform: uppercase;
}

/* Headungs
 ------------------------------ */
 
h1, h2, h3, h4, h5, h6 {
	font-family: "Nanum Gothic", 'Nanum Square','Montserrat', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: normal;
	color: #272727;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}
h1.less-mar-1 {
	margin-bottom: 10px;
}
h1.less-mar-2 {
	margin-bottom: 5px;
}
h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}
h2.nomargin {
	margin-bottom: 0px;
}
h2.less-mar-1 {
	margin-bottom: 3px;
}
h2.less-mar-2 {
	margin-bottom: 5px;
}
h2.less-mar-3 {
	margin-bottom: 7px;
}
h2.less-mar-4 {
	margin-bottom: 9px;
}
h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 18px;
	font-style: normal;
}
h3.nomargin {
	margin-bottom: 0px;
}
h3.less-mar-1 {
	margin-bottom: 3px;
}
h3.less-mar-2 {
	margin-bottom: 5px;
}
h3.less-mar-3 {
	margin-bottom: 7px;
}
h3.less-mar-4 {
	margin-bottom: 9px;
}
h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 18px;
	font-style: normal;
}
h4.nomargin {
	margin-bottom: 0px;
}
h4.less-mar-1 {
	margin-bottom: 3px;
}
h4.less-mar-2 {
	margin-bottom: 5px;
}
h4.less-mar-3 {
	margin-bottom: 7px;
}
h4.less-mar-4 {
	margin-bottom: 9px;
}
h5 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 16px;
	font-style: normal;
}
h5.nomargin {
	margin-bottom: 0px;
}
h5.less-mar-1 {
	margin-bottom: 3px;
}
h5.less-mar-2 {
	margin-bottom: 5px;
}
h5.less-mar-3 {
	margin-bottom: 7px;
}
h5.less-mar-4 {
	margin-bottom: 9px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 14px;
	font-style: normal;
}
h6.nomargin {
	margin-bottom: 0px;
}
h6.less-mar-1 {
	margin-bottom: 3px;
}
h6.less-mar-2 {
	margin-bottom: 5px;
}
h6.less-mar-3 {
	margin-bottom: 7px;
}
h6.less-mar-4 {
	margin-bottom: 9px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
	margin-top: 0;
}
ul {
	list-style-type: none;
}

/*=============== Text Colors ============= */

.text-white {
	color: #fff;
}
.text-dark {
	color: #242424;
}
.text-light {
	color: #acacac;
}
.text-primary {
	color: #fce206;
}
.text-gray {
	color: #727272;
}
.text-gray-2 {
	color: #a1a1a1;
}
a:hover.text-hover-primary {
	color: #fce206;
}
/*=============== Margins ============= */

.margin-bottom {
	margin-bottom: 0px;
}
.margin-bottom-2 {
    margin-bottom: 20px;
}
.margin-bottom-3 {
    margin-bottom: 30px;
}
.margin-bottom-4 {
    margin-bottom: 40px;
}
.margin-bottom-5 {
    margin-bottom: 50px;
}
.margin-top {
	margin-top: 0px;
}
.margin-top-1 {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.margin-top-2 {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.margin-top-3 {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.margin-top-4 {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.margin-top-5 {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.margin-top-6 {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.margin-top-7 {
    float: left;
    margin-top: 70px;
    width: 100%;
}
.col-divider-margin {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.col-divider-margin-1 {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.col-divider-margin-2 {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.col-divider-margin-3 {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.col-divider-margin-4 {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.col-divider-margin-5 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.col-divider-margin-6 {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.nobottom-margin {
	margin-bottom: 0px;
}

.margin-left-1 {
    margin-left: 10px;
}
.margin-left-2 {
    margin-left: 20px;
}
.margin-left-3 {
    margin-left: 30px;
}
.margin-left-4 {
    margin-left: 40px;
}
.margin-left-5 {
    margin-left: 50px;
}
.margin-left-6 {
    margin-left: 60px;
}
.margin-left-7 {
    margin-left: 70px;
}
.colmargin {
	margin: 0 0 0 0;
}
.col-centered {
	float: none;
	margin: 0 auto;
}

/* font weight
 ------------------------------ */
.f-weight-1 {
	margin-bottom: 0px;
}

/*=============== Divider lines ============= */
 .divider-line {
	float: left;
	width: 100%;
}
.divider-line.dashed {
	border-bottom: 1px dashed;
}
 .divider-line.solid {
	border-bottom: 1px solid;
}
.divider-line.dark {
	border-bottom-color:#444444;
}
.divider-line.dark-2 {
	border-bottom-color:#343333;
}
.divider-line.light {
	border-bottom-color:#f1f1f1;
}
.divider-line.light-2 {
	border-bottom-color:#ebebeb;
}
 .divider-line.top-padding {
	padding-top: 20px;
}
 .divider-line.bottom-margin {
	margin-bottom: 20px;
}
.divider-line.margin {
	margin: 20px 0;
}
.divider-line.margin-2 {
	margin: 40px 0;
}
/*=============== Paddings ============= */
 
.no-top-padding {
	padding-top: 0;
}

/* padding top
 ------------------------------ */
.padding-top-1 {
	padding-top: 10px;
}
.padding-top-2 {
	padding-top: 20px;
}
.padding-top-3 {
	padding-top: 30px;
}
.padding-top-4 {
	padding-top: 40px;
}
.padding-top-5 {
	padding-top: 50px;
}
.padding-top-6 {
	padding-top: 60px;
}

/* left padding
 ------------------------------ */
 
.padding-left-1 {
	padding-left: 10px;
}
.padding-left-2 {
	padding-left: 20px;
}
.padding-left-3 {
	padding-left: 30px;
}
.padding-left-4 {
	padding-left: 40px;
}
.padding-left-5 {
	padding-left: 50px;
}
.padding-left-6 {
	padding-left: 60px;
}
.padding-left-7 {
	padding-left: 70px;
}
.padding-left-8 {
	padding-left: 80px;
}

/* right padding
 ------------------------------ */
 
.padding-right-1 {
	padding-right: 10px;
}
.padding-right-2 {
	padding-right: 20px;
}
.padding-right-3 {
	padding-right: 30px;
}
.padding-right-4 {
	padding-right: 40px;
}
.padding-right-5 {
	padding-right: 50px;
}
.padding-right-6 {
	padding-right: 60px;
}
.padding-right-7 {
	padding-right: 70px;
}
.padding-right-8 {
	padding-right: 80px;
}
.no-padding-top {
	padding-top: 0px;
}

/*=============== Opacity styles ============= */
.opacity-1 {
	opacity:0.1;
}
.opacity-2 {
	opacity:0.1;
}
.opacity-3 {
	opacity:0.3;
}
.opacity-4 {
	opacity:0.4;
}
.opacity-5 {
	opacity:0.5;
}
.opacity-6 {
	opacity:0.6;
}
.opacity-7 {
	opacity:0.7;
}
.opacity-8 {
	opacity:0.8;
}

/*=============== fonts ============= */

.droid-serif {
	font-family: 'Droid Serif', serif;
}
.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}
.muli {
	font-family: 'Muli', sans-serif;
}
.great-vibes {
	font-family: 'Great Vibes', cursive;
}
.old-standardtt {
	font-family: 'Old Standard TT', serif;
}
.dosis {
	font-family: 'Dosis', sans-serif;
}
.roboto-slab {
	font-family: 'Roboto Slab', serif;
}
.gfs-didot {
	font-family: 'GFS Didot', serif;
}
.raleway {
	font-family: "Raleway", sans-serif;
}
.gloria-hallelujah {
	font-family: 'Gloria Hallelujah', cursive;
}
.love-ya-like-a-sister {
	font-family: 'Love Ya Like A Sister', cursive;
}
.michroma {
	font-family: 'Michroma', sans-serif;
}
.sacramento {
	font-family: 'Sacramento', cursive;
}
.yesteryear {
	font-family: 'Yesteryear', cursive;
}
.playfair {
	font-family: 'Playfair Display', serif;
}
.jockey-one {
	font-family: 'Jockey One', sans-serif;
}
.pompiere {
	font-family: 'Pompiere', cursive;
}
.raleway {
	font-family: "Nanum Gothic", 'Nanum Square', 'Raleway', sans-serif;
}
.six-caps {
	font-family: 'Six Caps', sans-serif;
}
.cinzel-decorative {
	font-family: "Nanum Gothic", 'Nanum Square','Cinzel Decorative', cursive;
}

.montserrat {
	font-family: "Nanum Gothic", 'Nanum Square','Montserrat', sans-serif;
}
.libre-baskerville {
	font-family: "Nanum Gothic", 'Nanum Square','Libre Baskerville', serif;
}



/* line height
 ------------------------------ */
 .line-height-1{
	 line-height:18px;
	}
 .line-height-2{
	 line-height:20px;
	}
 .line-height-3{
	 line-height:30px;
	}
	
 .line-height-4{
	 line-height:40px;
	}
	
 .line-height-5{
	 line-height:50px;
	}
	
 .line-height-6{
	 line-height:60px;
	}


/* letter spacing
 ------------------------------ */
 .lspace-sm{
	letter-spacing:5px;
	}
.lspace-1{
	letter-spacing:10px;
	}
.lspace-2{
	letter-spacing:20px;
	}
.lspace-3{
	letter-spacing:30px;
	}
.lspace-4{
	letter-spacing:40px;
	}
.lspace-5{
	letter-spacing:50px;
	}
	
	
/* font weight styles
 ------------------------------ */
 
.font-weight-1 {
	font-weight: 100;
}
.font-weight-2 {
	font-weight: 200;
}
.font-weight-3 {
	font-weight: 300;
}
.font-weight-4 {
	font-weight: 400;
}
.font-weight-5 {
	font-weight: 500;
}
.font-weight-6 {
	font-weight: 600;
}
.font-weight-7 {
	font-weight: 700;
}
.font-weight-8 {
	font-weight: 800;
}
.font-weight-b {
	font-weight: bold;
}
/*=============== Columns without padding ============= */
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}

/*=============== site main structure ============= */

.site-wrapper {
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;

}
.wrapper-boxed {
    margin: auto;
    background-color: #FFF;
}

/*=============== image Boxes ============= */

.imgbox-dxlarge, .imgbox-xlarge, .imgbox-large, .imgbox-xmedium, .imgbox-medium, .imgbox-smedium, .imgbox-small, .imgbox-tiny, .imgbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.imgbox-dxlarge {
	width: 300px;
	height: 300px;

}
.imgbox-dxlarge-2 {
	width: 200px;
	height: 200px;

}
.imgbox-xlarge {
	width: 135px;
	height: 135px;
}
.imgbox-large {
	width: 120px;
	height: 120px;
}
.imgbox-xmedium {
	width: 110px;
	height: 110px;
}
.imgbox-medium {
	width: 100px;
	height: 100px;
}
.imgbox-smedium {
	width: 90px;
	height: 90px;
}
.imgbox-small {
	width: 80px;
	height: 80px;
}
.imgbox-tiny {
	width: 70px;
	height: 70px;
}
.imgbox-xtiny {
	width: 60px;
	height: 60px;
}

/* icon rounded
 ------------------------------ */
 
.imgbox-dxlarge.round, .imgbox-dxlarge-2.round, .imgbox-xlarge.round, .imgbox-large.round, .imgbox-xmedium.round, .imgbox-medium.round, .imgbox-smedium.round, .imgbox-small.round, .imgbox-tiny.round, .imgbox-xtiny.round {
	border-radius: 100%;
}
/* imgboxes alignments
 ------------------------------ */
 
.imgbox-dxlarge.center, .imgbox-dxlarge-2.center, .imgbox-xlarge.center, .imgbox-large.center, .imgbox-xmedium.center, .imgbox-medium.center, .imgbox-smedium.center, .imgbox-small.center, .imgbox-tiny.center, .imgbox-xtiny.center {
	margin: 0 auto;
}
.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.imgbox-dxlarge.right, .imgbox-dxlarge-2.right, .imgbox-xlarge.right, .imgbox-large.right, .imgbox-xmedium.right, .imgbox-medium.right, .imgbox-smedium.right, .imgbox-small.right, .imgbox-tiny.right, .imgbox-xtiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/* imgboxe background colors
 ------------------------------ */	
.imgbox-dxlarge.dark, .imgbox-dxlarge-2.dark, .imgbox-xlarge.dark, .imgbox-large.dark, .imgbox-xmedium.dark, .imgbox-medium.dark, .imgbox-smedium.dark, .imgbox-small.dark, .imgbox-tiny.dark, .imgbox-xtiny.dark {
	color: #fff;
	background-color: #101010;
}
.imgbox-dxlarge.white, .imgbox-dxlarge-2.white, .imgbox-xlarge.white, .imgbox-large.white, .imgbox-xmedium.white, .imgbox-medium.white, .imgbox-smedium.white, .imgbox-small.white, .imgbox-tiny.white, .imgbox-xtiny.white {
	color: #242424;
	background-color: #fff;
}
.imgbox-dxlarge.gray, .imgbox-dxlarge-2.gray, .imgbox-xlarge.gray, .imgbox-large.gray, .imgbox-xmedium.gray, .imgbox-medium.gray, .imgbox-smedium.gray, .imgbox-small.gray, .imgbox-tiny.gray, .imgbox-xtiny.gray {
	color: #fff;
	background-color: #474747;
}

/* imgboxs with stroke
 ------------------------------ */	
.imgbox-dxlarge.outline-gray, .imgbox-dxlarge-2.outline-gray, .imgbox-xlarge.outline-gray, .imgbox-large.outline-gray, .imgbox-xmedium.outline-gray, .imgbox-medium.outline-gray, .imgbox-smedium.outline-gray, .imgbox-small.outline-gray, .imgbox-tiny.outline-gray, .imgbox-xtiny.outline-gray {
	color: #fff;
	background-color: none;
	border: 1px solid #727272;
}
.imgbox-dxlarge.outline-gray-2, .imgbox-dxlarge-2.outline-gray-2, .imgbox-xlarge.outline-gray-2, .imgbox-large.outline-gray-2, .imgbox-xmedium.outline-gray-2, .imgbox-medium.outline-gray-2, .imgbox-smedium.outline-gray-2, .imgbox-small.outline-gray-2, .imgbox-tiny.outline-gray-2, .imgbox-xtiny.outline-gray-2 {
	color: #242424;
	background-color: none;
	border: 1px solid #e4e4e4;
}
.imgbox-dxlarge.outline-white, .imgbox-dxlarge-2.outline-white, .imgbox-xlarge.outline-white, .imgbox-large.outline-white, .imgbox-xmedium.outline-white, .imgbox-medium.outline-white, .imgbox-smedium.outline-white, .imgbox-small.outline-white, .imgbox-tiny.outline-white, .imgbox-xtiny.outline-white {
	color: #fff;
	background-color: none;
	border: 1px solid #fff;
}
.imgbox-dxlarge.outline-dark, .imgbox-dxlarge-2.outline-dark, .imgbox-xlarge.outline-dark, .imgbox-large.outline-dark, .imgbox-xmedium.outline-dark, .imgbox-medium.outline-dark, .imgbox-smedium.outline-dark, .imgbox-small.outline-dark, .imgbox-tiny.outline-dark, .imgbox-xtiny.outline-dark {
	color: #161616;
	background-color: none;
	border: 1px solid #161616;
}
/*=============== Icon Boxes ============= */

.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.iconbox-dxlarge {
	width: 200px;
	height: 200px;
	font-size: 46px;
	color: #242424;
	border: none;
	line-height: 135px;
}
.iconbox-xlarge {
	width: 135px;
	height: 135px;
	font-size: 46px;
	color: #242424;
	line-height: 135px;
}
.iconbox-large {
	width: 120px;
	height: 120px;
	font-size: 46px;
	color: #242424;
	line-height: 114px;
}
.iconbox-xmedium {
	width: 110px;
	height: 110px;
	font-size: 38px;
	color: #242424;
	line-height: 106px;
}
.iconbox-medium {
	width: 100px;
	height: 100px;
	font-size: 32px;
	color: #242424;
	line-height: 100px;
}
.iconbox-smedium {
	width: 90px;
	height: 90px;
	font-size: 26px;
	color: #242424;
	line-height: 90px;
}
.iconbox-small {
	width: 80px;
	height: 80px;
	font-size: 26px;
	color: #242424;
	line-height: 80px;
}
.iconbox-tiny {
	width: 70px;
	height: 70px;
	font-size: 26px;
	color: #242424;
	line-height: 74px;
}
.iconbox-xtiny {
	width: 60px;
	height: 60px;
	font-size: 18px;
	color: #242424;
	line-height: 60px;
}
.digit {
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	left: 115px;
	top: 115px;
	line-height: 36px;
	border-radius: 100%;
	background-color: #fd602c;
	transition: all 0.3s ease-out 0s;
}
.iconbox-xlarge.no-lineheight {
	line-height: 0;
}

/* icon rounded
 ------------------------------ */
 
.iconbox-dxlarge.round, .iconbox-xlarge.round, .iconbox-large.round, .iconbox-xmedium.round, .iconbox-medium.round, .iconbox-smedium.round, .iconbox-small.round, .iconbox-tiny.round, .iconbox-xtiny.round {
	border-radius: 100%;
}
/* iconboxes alignments
 ------------------------------ */
 
.iconbox-dxlarge.center, .iconbox-xlarge.center, .iconbox-large.center, .iconbox-xmedium.center, .iconbox-medium.center, .iconbox-smedium.center, .iconbox-small.center, .iconbox-tiny.center, .iconbox-xtiny.center {
	margin: 0 auto;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.iconbox-dxlarge.right, .iconbox-xlarge.right, .iconbox-large.right, .iconbox-xmedium.right, .iconbox-medium.right, .iconbox-smedium.right, .iconbox-small.right, .iconbox-tiny.right, .iconbox-xtiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/* iconboxe background colors
 ------------------------------ */	
.iconbox-dxlarge.dark, .iconbox-xlarge.dark, .iconbox-large.dark, .iconbox-xmedium.dark, .iconbox-medium.dark, .iconbox-smedium.dark, .iconbox-small.dark, .iconbox-tiny.dark, .iconbox-xtiny.dark {
	color: #fff;
	background-color: #101010;
}
.iconbox-dxlarge.white, .iconbox-xlarge.white, .iconbox-large.white, .iconbox-xmedium.white, .iconbox-medium.white, .iconbox-smedium.white, .iconbox-small.white, .iconbox-tiny.white, .iconbox-xtiny.white {
	color: #242424;
	background-color: #fff;
}
.iconbox-dxlarge.gray, .iconbox-xlarge.gray, .iconbox-large.gray, .iconbox-xmedium.gray, .iconbox-medium.gray, .iconbox-smedium.gray, .iconbox-small.gray, .iconbox-tiny.gray, .iconbox-xtiny.gray {
	color: #fff;
	background-color: #474747;
}

/* iconboxs with stroke
 ------------------------------ */	
.iconbox-dxlarge.outline-gray, .iconbox-xlarge.outline-gray, .iconbox-large.outline-gray, .iconbox-xmedium.outline-gray, .iconbox-medium.outline-gray, .iconbox-smedium.outline-gray, .iconbox-small.outline-gray, .iconbox-tiny.outline-gray, .iconbox-xtiny.outline-gray {
	color: #fff;
	background-color: none;
	border: 1px solid #727272;
}
.iconbox-dxlarge.outline-gray-2, .iconbox-xlarge.outline-gray-2, .iconbox-large.outline-gray-2, .iconbox-xmedium.outline-gray-2, .iconbox-medium.outline-gray-2, .iconbox-smedium.outline-gray-2, .iconbox-small.outline-gray-2, .iconbox-tiny.outline-gray-2, .iconbox-xtiny.outline-gray-2 {
	color: #242424;
	background-color: none;
	border: 1px solid #e4e4e4;
}
.iconbox-dxlarge.outline-white, .iconbox-xlarge.outline-white, .iconbox-large.outline-white, .iconbox-xmedium.outline-white, .iconbox-medium.outline-white, .iconbox-smedium.outline-white, .iconbox-small.outline-white, .iconbox-tiny.outline-white, .iconbox-xtiny.outline-white {
	color: #fff;
	background-color: none;
	border: 1px solid #fff;
}
.iconbox-dxlarge.outline-dark, .iconbox-xlarge.outline-dark, .iconbox-large.outline-dark, .iconbox-xmedium.outline-dark, .iconbox-medium.outline-dark, .iconbox-smedium.outline-dark, .iconbox-small.outline-dark, .iconbox-tiny.outline-dark, .iconbox-xtiny.outline-dark {
	color: #161616;
	background-color: none;
	border: 1px solid #161616;
}

/* Icons Plain
 ------------------------------ */	
 
.icon-plain-large {
	font-size: 80px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-medium {
	font-size: 60px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-small {
	font-size: 40px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-msmall {
	font-size: 32px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-tiny {
	font-size: 20px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-small.rightline {
	border-right: 1px solid #3F3F3F;
}
.icon-plain-medium.rightline {
	margin: 0px 20px 50px 0px;
	border-right: 1px solid #FFC153;
}
.icon-plain-small.dark {
	color: #242424;
}

/* plain icon alignments
 ------------------------------ */
 
.icon-plain-large.center, .icon-plain-medium.center, .icon-plain-small.center, .icon-plain-msmall.center, .icon-plain-tiny.center {
	margin: 0 auto;
}
.icon-plain-large.left, .icon-plain-medium.left, .icon-plain-small.left, .icon-plain-msmall.left, .icon-plain-tiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.icon-plain-large.right, .icon-plain-medium.right, .icon-plain-small.right, .icon-plain-msmall.right, .icon-plain-tiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/* plain icon colors
 ------------------------------ */
 
.icon-plain-large.dark, .icon-plain-medium.dark, .icon-plain-small.dark, .icon-plain-msmall.dark, .icon-plain-tiny.dark {
	color: #242424;
}
.icon-plain-large.white, .icon-plain-medium.white, .icon-plain-small.white, .icon-plain-msmall.white, .icon-plain-tiny.white {
	color: #fff;
}
.icon-plain-large.green, .icon-plain-medium.green, .icon-plain-small.green, .icon-plain-msmall.green, .icon-plain-tiny.green {
	color: #fd602c;
}
.icon-plain-large.gray, .icon-plain-medium.gray, .icon-plain-small.gray, .icon-plain-msmall.gray, .icon-plain-tiny.gray {
	color: #727272;
}

/*============ Text Boxes ============ */
	
.text-box-right {
	display: block;
	padding: 0px 0px 0px 99px;
	margin: 0px;
	text-align: left;
}
.text-box-right.less-padding {
	padding: 0px 0px 0px 65px;
}
.text-box-left {
	display: block;
	padding: 0px 90px 0px 0;
	margin: 0px;
	text-align: right;
}
.item-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.text-box {
	width: 100%;
	float: left;
}
.text-box.white {
	background-color: #fff;
}
.text-box.primary {
	background-color: #fce206;
}
.text-box.white-transparent-1 {
	background-color:rgba(255, 255, 255, 0.9);
}
.text-box.light {
	background-color: #f5f5f5;
}
.text-box.dark {
	background-color: #242424;
}
.text-box.xdark {
	background-color: #000;
}
.text-box.border-light{
	border: 1px solid #ececec;
}
/* text boxes with borders
 ------------------------------ */
.text-box-right.border, .text-box-left.border, .item-holder.border, .text-box-inner.border, .text-box.border {
	border: 1px solid #f1f1f1;
}
.text-box-right.border-top, .text-box-left.border-top, .item-holder.border-top, .text-box-inner.border-top, .text-box.border-top {
	border-top: 1px solid #f1f1f1;
}
.text-box-right.border-bottom, .text-box-left.border-bottom, .item-holder.border-bottom, .text-box-inner.border-bottom, .text-box.border-bottom {
	border-bottom: 1px solid #f1f1f1;
}
.text-box-right.border-left, .text-box-left.border-left, .item-holder.border-left, .text-box-inner.border-left, .text-box.border-left {
	border-left: 1px solid #f1f1f1;
}
.text-box-right.border-right, .text-box-left.border-right, .item-holder.border-right, .text-box-inner.border-right, .text-box.border-right {
	border-right: 1px solid #f1f1f1;
}

/* text boxe padding
 ------------------------------ */
 
 .text-box.sbox-padd-left {
	padding-left:0px;
}

.text-box.padding-1 {
	padding: 10px;
}
.text-box.padding-2 {
	padding: 20px;
}
.text-box.padding-3 {
	padding: 30px;
}
.text-box.padding-4 {
	padding: 40px;
}
.text-box.padding-5 {
	padding: 50px;
}
.text-box.padding-6 {
	padding: 60px;
}
.text-box.padding-7 {
	padding: 70px;
}
.text-box.padding-8 {
	padding: 80px;
}
.text-box.padding-9 {
	padding: 90px;
}

/* text boxes margin and paddings
 ------------------------------ */
 
 /* left box
 ------------------------------ */
 
.item-holder.marginbottom {
	margin: 0 0 40px 0;
}
.text-box-left.more-padding-1 {
	padding: 0px 120px 0px 0px;
}
.text-box-left.more-padding-2 {
	padding: 0px 150px 0px 0px;
}
.text-box-left.less-padding-1 {
	padding: 0px 70px 0px 0;
}
.text-box-left.less-padding-2 {
	padding: 0px 50px 0px 0;
}
/* right box
 ------------------------------ */
 
.text-box-right.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-right.more-padding-2 {
	padding: 0px 0px 0px 140px;
}
.text-box-right.more-padding-3 {
	padding: 0px 0px 0px 160px;
}
.text-box-right.more-padding-4 {
	padding: 0px 0px 0px 170px;
}
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}
.text-box-right.less-padding-2 {
	padding: 0px 0px 0px 50px;
}
.text-box-right.less-padding-3 {
	padding: 0px 0px 0px 40px;
}
.text-box-right.less-padding-4 {
	padding: 0px 0px 0px 80px;
}
/*============ Buttons ============ */

a.read-more {
	color: #fce206;
}
a.read-more:hover {
	color: #101010;
}
a.read-more.white {
	color: #fff;
}
a.read-more.white:hover {
	color: #101010;
}
a.read-more.dark {
	color: #101010;
}
a.read-more.dark:hover {
	color: #fce206;
}
a.read-more.dark-2 {
	color: #101010;
}
a.read-more.dark-2:hover {
	color: #727272;
}
a.read-more.primary {
	color: #fce206;
}
a.read-more.primary:hover {
	color: #101010;
}

/* button styles
 ------------------------------ */
 
.btn {
	padding: 10px 36px;
	margin: 0px;
	box-shadow: none;
	border-radius: 0;
}
.btn.btn-large {
	padding: 15px 60px;
}
.btn.btn-medium {
	padding: 10px 30px;
}
.btn.btn-small {
	padding: 8px 18px;
}
.btn.btn-small-2 {
	padding: 4px 18px;
}
.btn.btn-fullwidth {
	width:100%;
}
.btn.btn-half-fullwidth {
	width:50%;
}
/* button radius
 ------------------------------ */ 
.btn.btn-xround {
	border-radius: 20px;
}
.btn.btn-xround-2 {
	border-radius: 30px;
}
.btn.btn-round {
	border-radius: 5px;
}
.btn.top-margin {
	margin-top: 20px;
}

/* button right margins
 ------------------------------ */ 
.btn.btn-mar-right-1 {
	margin-right:10px
}
.btn.btn-mar-right-2 {
	margin-right:20px
}
.btn.btn-mar-right-3 {
	margin-right:30px
}
.btn.btn-mar-right-4 {
	margin-right:40px
}
.btn.btn-mar-right-5 {
	margin-right:50px
}
/* button left margins
 ------------------------------ */ 
.btn.btn-mar-left-1 {
	margin-left:10px
}
.btn.btn-mar-left-2 {
	margin-left:20px
}
.btn.btn-mar-left-3 {
	margin-left:30px
}
.btn.btn-mar-left-4 {
	margin-left:40px
}
.btn.btn-mar-left-5 {
	margin-left:50px
}


/* button background colors
 ------------------------------ */

/* button white
 ------------------------------ */
.btn.btn-white {
	color: #101010;
	background-color: #fff;
}
.btn.btn-white:hover {
	color: #fff;
	background-color: #101010;
}
/* button white transparent
 ------------------------------ */
.btn.btn-white-tr {
	color: #101010;
	background-color: rgba(255, 255, 255, 0.6);
}
.btn.btn-white-tr:hover {
	color: #101010;
	background-color: #fff;
}

/* button dark
 ------------------------------ */
.btn.btn-dark {
	color: #fff;
	background-color: #101010;
}
.btn.btn-dark:hover {
	color: #fff;
	background-color: #3e3e3e;
}
/* button dark-2
 ------------------------------ */
.btn.btn-dark-2 {
	color: #fff;
	background-color: #161616;
}
.btn.btn-dark-2:hover {
	color: #161616;
	background-color: #fff;
}
/* button dark-3
 ------------------------------ */
.btn.btn-dark-3 {
	color: #727272;
	background-color: #101010;
}
.btn.btn-dark-3:hover {
	color: #727272;
	background-color: #242424;
}
/* button light
 ------------------------------ */
.btn.btn-light {
	color: #101010;
	background-color: #f5f5f5;
}
.btn.btn-light:hover {
	color: #727272;
	background-color: #101010;
}
/* button golden yellow
 ------------------------------ */
.btn.btn-prim {
	color: #fff;
	background-color: #fce206;
}
.btn.btn-prim:hover {
	color: #fff;
	background-color: #101010;
}

.btn.text-dark {
	color: #101010;
}
/* button with border
 ------------------------------ */
.btn.btn-border {
	color: #242424;
	border: 2px solid;
}
.btn.btn-border.less-bor {
	border: 1px solid;
}
.btn.btn-border.border-1x {
	border: 1px solid;
}
.btn.btn-border.border-2x {
	border: 2px solid;
}
.btn.btn-border.border-3x {
	border: 3px solid;
}
.btn.btn-border.border-4x {
	border: 4px solid;
}



/* button border white
 ------------------------------ */
.btn.btn-border.white {
	color: #fff;
	border-color:#fff;
}
.btn.btn-border:hover.white {
	color:#242424;
	background-color:#fff;
	border-color:#fff;
}
/* button border dark
 ------------------------------ */
.btn.btn-border.dark {
	border-color:#101010;
}
.btn.btn-border:hover.dark {
	color:#fff;
	background-color:#101010;
	border-color:#101010;
}

/* button border dark
 ------------------------------ */
.btn.btn-border.dark-2 {
	color:#fff;
	border-color:#545454;
}
.btn.btn-border:hover.dark-2 {
	color:#101010;
	background-color:#fff;
	border-color:#fff;
}

/* button border light
 ------------------------------ */
.btn.btn-border.light {
	border-color:#e4e4e4;
}
.btn.btn-border:hover.light {
	color:#fff;
	background-color:#101010;
	border-color:#101010;
}

/* button border extra light
 ------------------------------ */
.btn.btn-border.xlight {
	border-color:#f5f5f5;
}
.btn.btn-border:hover.xlight {
	color:#727272;
	background-color:#101010;
	border-color:#101010;
}

/* button border orange-2
 ------------------------------ */
.btn.btn-border.prim {
	color:#fce206;
	border-color:#fce206;
}
.btn.btn-border:hover.prim {
	color:#fff;
	background-color:#fce206;
	border-color:#fce206;
}

/* button border gray
 ------------------------------ */
.btn.btn-border.gray {
	color:#fff;
	border-color:#727272;
}
.btn.btn-border:hover.gray {
	color:#fff;
	background-color:#5c5b5b;
	border-color:#5c5b5b;
}

/* button border gray-2
 ------------------------------ */
.btn.btn-border.gray-2 {
	color:#101010;
	border-color:#727272;
}
.btn.btn-border:hover.gray-2 {
	color:#fff;
	background-color:#5c5b5b;
	border-color:#5c5b5b;
}

/* button border xdark
 ------------------------------ */
.btn.btn-border.xdark {
	color:#161616;
	border-color:#161616;
}
.btn.btn-border:hover.xdark {
	color:#fff;
	background-color:#161616;
	border-color:#161616;
}

/* button border white on hover golden yellow
 ------------------------------ */
.btn.btn-border.white.gyellow {
	color:#fff;
	border-color:#fff;
}
.btn.btn-border:hover.white.gyellow {
	color:#fff;
	background-color:#fce206;
	border-color:#fce206;
}

/* Appstore buttons
 ------------------------------ */ 

.btn.appstore {
	width: 200px;
	padding: 10px 25px;
	margin: 0px;
	text-align: left;
}
.btn.appstore.right-margin {
	margin-right: 10px;
}
.btn.appstore.gyellow {
	background-color: #fce206;
}
.btn.appstore span {
	margin: 0px;
	float: left;
	padding: 0;
	text-align: left;
}
.btn.appstore span i {
	font-size: 40px;
	color: #fff;
	padding: 0 20px 0 0;
}
.btn.appstore p {
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0 25px 0 20px;
	text-align: left;
}
.btn.appstore .big {
	margin: 0px;
	font-size: 18px;
	padding: 0;
}
.btn.appstore.gyellow:hover {
	background-color: #fff;
}
.btn.appstore.gyellow:hover p, .btn.appstore.gyellow:hover .big, .btn.appstore.gyellow:hover span i {
	color: #101010;
}
/* Appstore button white
 ------------------------------ */
.btn.appstore.white {
	background-color: #fff;
}
.btn.appstore.white span i {
	font-size: 40px;
	color: #101010;
	padding: 0 20px 0 0;
}
.btn.appstore.white:hover {
	background-color: #fce206;
}
.btn.appstore.white:hover p, .btn.appstore.white:hover .big, .btn.appstore.white:hover span i {
	color: #fff;
}


/*============ Image Boxes ============ */

.section-side-image {
	position: relative;
	padding: 0px;
	margin: 0px;
}
.section-side-image .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.background-imgholder.top-padd {
	padding-top: 80px;
}
.section-side-image .text-inner {
	padding: 120px 120px 120px 0;
}
.section-side-image .text-inner-2 {
	padding: 80px;
}
.section-side-image .text-inner-3 {
	padding: 80px 80px 0px 80px;
}
.section-side-image .text-inner.two {
	padding: 0px 80px 0px 0;
}
.section-side-image .text-inner-4 {
	padding: 0 0 0 0;
}
.section-side-image .text-inner-5 {
	padding: 120px 120px 120px 0;
}
.section-side-image .text-inner-6 {
	padding: 110px;
}
.background-imgholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

/* side image 2
 ------------------------------ */
.section-side-image-2 {
	position: relative;
	padding: 0px;
	margin: 0px;
}
.section-side-image-2 .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.section-side-image-2 .background-imgholder-2.top-padd {
	padding-top: 80px;
}
.section-side-image-2 .text-inner.two {
	padding: 0px 80px 0px 0;
}
.section-side-image-2 .background-imgholder-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}
.image-holder {
	width: 100%;
	float: left;
}
.image-holder.less-width-1 {
    width: 80%;
}
.image-holder.less-width-2 {
    width: 75%;
}
.image-holder.less-width-3 {
    width: 70%;
}
.image-left {
    color: #fff;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    transition: all 0.3s ease-out 0s;
}
.img-align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.nodisplay-image {
	display: none;
}
/* image overflow hidden
 ------------------------------ */
.overflow-hidden {
	overflow: hidden;
}

/*============ Lists ============ */

.iconlist {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.iconlist li {
	padding: 0px;
	margin: 0 0 15px 0;
	display: block;
	line-height: 23px;
}
.iconlist li i {
	color: #fce206;
	padding: 0 15px 0 0;
}
.iconlist.gyellow li i {
	color: #fce206;
	padding: 0 15px 0 0;
}
.iconlist.dark li i {
	color: #101010;
}
.iconlist.less-margin li {
	margin: 0 0 13px 0;
}
.iconlist.white li i {
	color: #fff;
}
.iconlist.white-2 li {
	color: #fff;
}
.iconlist.medium li i {
	color: #727272;
}


/* icon list style 2
 ------------------------------ */
.iconlist-2 {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	float: left;
}
.iconlist-2 .icon {
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	color: #cc0000;
	border-radius: 100%;
}
.iconlist-2 .text {
	padding: 0px 0 0 28px;
	margin: 0px;
	display: block;
}

.iconlist-2 .icon.dark {
	color: #101010;
}
.iconlist-2 .icon.light {
	color: #f5f5f5;
}
.iconlist-2 .icon.white {
	color: #fff;
}
.iconlist-2 .icon.gyellow {
	color: #fce206;
}
/* =========== client logos ============= */

.clients-list.grid-cols-2 li {
    width: 50%;
}
.clients-list.grid-cols-3 li {
    width: 33.33%;
}
.clients-list.grid-cols-4 li {
    width: 25%;
}
.clients-list.grid-cols-5 li {
    width: 20%;
}
.clients-list.grid-cols-6 li {
    width: 16.66%;
}

.clients-list {
	padding-left:0px;
    overflow: hidden;
}
.clients-list li {
	position: relative;
	width: 20%;
    float: left;
    padding: 25px 0;
	transition: all 0.3s ease-out 0s;   
}
.clients-list li a img {
    width: 100%;
}
.clients-list li a, .clients-list li img {
    display: block;
    margin:0 auto;
    width: 75%;
}
.clients-list li::before, .clients-list li::after {
    content: "";
    position: absolute;
}
.clients-list li::before {
    height: 100%;
	top: 0;
    left: -1px;
	border-left: 1px solid #e9e9e9;
}
.clients-list li::after{
    width: 100%;
	height: 0;    
    left: 0;
    top: auto;
    bottom: -1px;
	border-bottom: 1px solid #e9e9e9;
}
.clients-list.border-dark li::before {
	border-left: 1px solid #333333;
}
.clients-list.border-dark li::after{
	border-bottom: 1px solid #333333;
}
.clients-list.noborder li::after{
	border-bottom: none;
}
.clients-list.noborder li::before{
	border-left: none;
}
/* logo hover styles
 ------------------------------ */
 
.clients-list.hover-1 li:hover {
	background-color:#f5f5f5;
}
.clients-list.hover-2 li:hover {
	background-color:#f5f5f5;
}
.clients-list.hover-3 li:hover {
	background-color:#f5f5f5;
}
.clients-list.hover-4 li a {
	opacity:0.4;
}
.clients-list.hover-4 li a:hover {
	opacity:1;
}
.clients-list.hover-5 li a {
	opacity:0.8;
}
.clients-list.hover-5 li a:hover {
	opacity:1;
}
.clients-list.hover-6 li {
	opacity:0.8;
}
.clients-list.hover-6 li:hover {
	background-color:#f5f5f5;
}
/* side navigation list
 ------------------------------ */
.side-nav-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.side-nav-list li {
	width: 100%;
	padding: 0px;
	margin: 0 0 2px 0;
	float: left;
}
.side-nav-list li a {
	width: 100%;
	padding: 15px 25px;
	margin: 0px;
	font-weight: normal;
	float: left;
	background-color: #f6f6f6;
}
.side-nav-list li a:hover, .side-nav-list li a.active {
	color: #fff;
	background-color: #fce206;
}
/* side navigation list
 ------------------------------ */
.category-links {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.category-links li {
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0 0;
	float: left;
	border-bottom: 1px solid #eeeeee;
}
.category-links li a:hover, .category-links li a.active {
	color: #fce206;
}
.category-links li:last-child {
	border-bottom: none;
}

/* blog1 tags
 ------------------------------ */	
.tags {
	padding: 0px;
	margin: 0px;
}
.tags li {
	padding: 0px;
	margin: 0;
}
.tags li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	background-color: #e7e7e7;
}
.tags li a:hover, .tags li a.active {
	color: #fff;
	background-color: #dbdc33;
}

.tags.two li a {
	color: #242424;
	background-color: #fff;
	border:1px solid #e4e4e4;
}
.tags.two li a:hover, .tags.two li a.active {
	color: #fff;
	background-color: #42d1aa;
	border:1px solid #42d1aa;
}

/*tags 2
 ------------------------------ */	
.tags-2 {
	padding: 0px;
	margin: 0px;
}
.tags-2 li {
	padding: 0px;
	margin: 0;
}
.tags-2 li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	border:1px solid #e4e4e4;
	background-color: #fff;
}
.tags-2 li a:hover, .tags-2 li a.active {
	color: #fff;
	border:1px solid #fce206;
	background-color: #fce206;
}


/* sidebar works list
 ------------------------------ */	
.sidebar-works {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar-works li {
	width:32%;
	padding: 0px;
	margin: 4px 4px 0 0;
	float: left;
}
.sidebar-works li a img {
	width:100%;
}
.sidebar-works li:last-child {
	margin: 4px 0 0 0;
}

/*============ Menu Backgrounds ============ */

/* Sticky bg
 ------------------------------ */
#header {
	position: relative;
	background: #101010;
	padding: 0;
	width: 100%;
	z-index: 999;
}


/*============ Topbar Styles ============ */

/* Topbar
 ------------------------------ */
 
.topbar {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px;
}
.topbar.white {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}
.topbar.light {
	background-color: #f6f6f6;
}
.topbar.dark {
	background-color: #101010;
}
.topbar.fulldark {
	background-color: #000;
	border-bottom: 1px solid #262626;
}
.topbar.gyellow {
	background-color: #fce206;
}
.topbar.more-padding {
	padding: 20px 0 80px 0;
}

.topbar-transparent {
	position:relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px;
	z-index:99;
}
.topbar-transparent.min-height {
	min-height:120px;
}
.topbar-transparent.dark {
	background-color:#101010;
}
.topbar-transparent.bborder {
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.topbar-transparent.light {
	background-color:#f5f5f5;
}
.topbar-transparent.dark .toplist li a:hover {
    color: #fff;
}
.topbar-transparent.text-white .toplist li, .topbar-transparent.text-white .toplist li a {
    color: #fff;
}

.topbar.no-boder {
	border-bottom:none;
}
.topbar.more-padd-1 {
	padding: 25px 0;
}

.topbar .border-r {
	border-right:1px solid #e5e5e5;
}
.topbar .padd-left {
	padding-left:30px;
}
/* Topbar list
 ------------------------------ */
.toplist {
	float: right;
	padding: 0px;
	margin: 0px;
}
.toplist li {
	float: left;
	color: #8d8c8c;
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 0 10px 0 10px;
}
.toplist li.lineright {
	border-right: 1px solid #e4e4e4;
}
.toplist li a {
	color: #8d8c8c;
}
.toplist li a:hover {
	color: #101010;
}
.toplist.toppadding {
	padding-top: 10px;
}
a.topbar-btn {
	float: left;
	color: #101010;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	border-radius: 2px;
	padding: 5px 15px;
	background-color: #fff;
}
.topbar-padding {
	padding: 7px 0 15px 0;
}
.topbar-left-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}
.topbar-middle-logo {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 26%;
	text-align: center;
	background-color: #fce206;
}
.topbar-middle-logo.no-bgcolor {
	background:none;
}
.topbar-right-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}

/* topbar dark list color
 ------------------------------ */
.topbar.dark .toplist li a:hover {
	color: #fff;
}
.topbar.fulldark .toplist li a:hover {
	color: #fff;
}
.topbar.dark .toplist li.lineright {
	border-right: 1px solid #727272;
}
.topbar.fulldark .toplist li.lineright {
	border-right: 1px solid #3a3a3a;
}
.topbar.white .toplist li a:hover {
	color: #101010;
}
/* topbar logo middle
 ------------------------------ */
.topbar-middle-logo.nobg {
	background: none;
}
/* topbar btn
 ------------------------------ */
a.topbar-btn:hover, a.topbar-btn.active {
	color: #FFF !important;
	background-color: #fce206;
}

/* topbar white top list color
 ------------------------------ */
.topbar.white .toplist li a {
	color: #727272;
}
.topbar.white .toplist li {
	color: #727272;
}
/* topbar orange toplist color
 ------------------------------ */
.topbar.gyellow .toplist li {
	color: #fce206;
}
.topbar.gyellow .toplist li a {
	color: #fce206;
}
/* topbar right items two
 ------------------------------ */
.topbar-right-items.two {
	width: 50%;
}

/*============ Section Titles ============ */

/* title container
 ------------------------------ */
 
.title{
	transition: all 0.3s ease-out 0s;
}

 /* title container
 ------------------------------ */

.sec-title-container {
	width:100%;
	float:left;
	padding-bottom:120px;
}
.sec-title-container.less-padding-1 {
	padding-bottom:60px;
}
.sec-title-container.less-padding-2 {
	padding-bottom:50px;
}
.sec-title-container.less-padding-3 {
	padding-bottom:40px;
}
.sec-title-container.less-padding-4 {
	padding-bottom:30px;
}
.sec-title-container.less-padding-5 {
	padding-bottom:20px;
}
.sec-title-container.less-padding-6 {
	padding-bottom:15px;
}
/* page title
 ------------------------------ */
.section-title {
	font-weight: 400;
}
/* subtitle
 ------------------------------ */
.sub-title {
	width: 48%;
	font-size: 16px;
	margin: 0 auto 70px auto;
}
/* title line
 ------------------------------ */
.title-line-1 {
	width: 125px;
	height:4px;
	margin:12px auto 0 auto;
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
}
.title-line-1.align-left {
	width: 125px;
	margin:12px auto 0 0;
}
.title-line-1.transp {
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	border-top:1px solid rgba(255, 255, 255, 0.3);
}
.title-line-2 {
	width:260px;
	height:1px;
	margin:12px auto 0 auto;
	background-color:#e7e7e7;
}
.title-line-2.align-left {
	width: 260px;
	margin:12px auto 0 0;
}
/* featurebox title line
 ------------------------------ */
.feabox-title-line {
	width:60px;
	height:2px;
	margin:0 auto 0 0;
	background-color:#101010;
}
.feabox-title-line.center {
	width:60px;
	height:2px;
	margin:0 auto;
	background-color:#101010;
}

/*============ Footer Styles Sections ============ */

 /* footer section
 ------------------------------ */ 
 .fo-map {
	width: 100%;
	float:left;
}
 .fo-map {
	background-size:100%;
}
.fo-sec-1 {
	position:relative;
	width: 100%;
	padding: 110px 0 0 0;
	margin:0;
	float: left;
}
.fo-sec-1 .newsletter-box{
	position: absolute;
	width:100%;
	float:left;
	left:0px;
	top:-238px;
	padding:70px;
	background-color:#fce206;
}
.fo-sec-1 .newsletter-box input{
	width:80%;
	height:60px;
	float:left;
	padding:15px;
	border:1px solid #fff;
	background-color:#fff;
}
.fo-sec-1 .newsletter-box .submit-btn{
	width:20%;
	height:60px;
	float:left;
	padding:0px;
	border:1px solid #101010;
	background-color:#101010;
}

/* footer section 2
 ------------------------------ */ 
.fo-sec-2 {
	position:relative;
	width: 100%;
	padding: 30px 0 0 0;
	margin:0;
	float: left;
}
.fo-sec-2 .social-iconbox {
	position: absolute;
	width:265px;
	float:left;
	left:40%;
	top:-107px;
	padding: 0px;
	margin: 0px;
	z-index:2;
	background-color:#fff;
}
.fo-sec-2 .social-iconbox .side-shape1 {
	position: absolute;
	width:13px;
	height:28px;
	float:left;
	left: -13px;
	top: -1px;
	padding: 0px;
	margin: 0px;
}
.fo-sec-2 .social-iconbox .side-shape1.right-icon {
	left: 265px;
	top: -1px;
}
.fo-sec-2 ul.sc-icons{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
.fo-sec-2 .sc-icons li{
	display:inline-block;
}
.fo-sec-2 .sc-icons li a{
	padding:15px 10px;
	display:inline-block;
}

 /* footer section 3
 ------------------------------ */ 
.fo-sec-3 {
	position:relative;
	width: 100%;
	padding: 110px 0 0 0;
	margin:0;
	float: left;
}
.fo-sec-3 .primary-box{
	position: absolute;
	width:100%;
	float:left;
	left:0px;
	top:-150px;
	padding:50px;
	background-color:#fce206;
}


 /* footer latest posts
 ------------------------------ */ 
.fo-posts {
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0;
	float: left;
}
.fo-posts .post-info {
	font-size: 12px;
	color: #727272;
}
.fo-posts-info {
	font-size: 12px;
	color: #727272;
}
.fo-posts a:hover, .fo-posts a.active {
	color: #fce206;
}
.fo-posts .post-info.text-light {
	color: #d0d0d0;
}
 /* footer title bottom line
 ------------------------------ */ 
.fo-title-bottom-line {
    width: 34px;
    height: 2px;
    color: #fff;
    float: left;
    display: block;
    margin-bottom: 40px;
    background-color: #fff;
} 
.fo-title-bottom-line.dark {
    background-color: #101010;
}
.fo-title-bottom-line.white {
    background-color: #fff;
}
.fo-title-bottom-line.gyellow {
    background-color: #fce206;
} 

 /* footer newsletter
 ------------------------------ */ 
.fo-newsletter-1 {
	border: 1px solid #3b3b3b;
	border-width: 1px 0 1px 1px;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 50px;
	line-height: 39px;
	padding: 0 7px;
	width: 70%;
	background-color:transparent;
}
.fo-newsletter-submit-1 {
	background-color: #3b3b3b;
	border: 1px solid #3b3b3b;
	float: left;
	height: 50px;
	margin: 0;
	padding: 5px 10px;
}
.fo-newsletter-submit-1.gyellow {
	color:#fff;
	background-color: #fce206;
	border: 1px solid #fce206;
}
 /* footer newsletter 2
 ------------------------------ */ 
.fo-newsletter-2 {
	border: 1px solid #101010;
	border-width: 1px 0 1px 1px;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 50px;
	line-height: 39px;
	padding: 0 7px;
	width: 66%;
	background-color:transparent;
}
.fo-newsletter-submit-2 {
	background-color: #101010;
	border: 1px solid #101010;
	float: left;
	height: 50px;
	margin: 0;
	padding: 5px 20px;
}

/* footer appointment form
 ------------------------------ */ 
.fo-appointment-form {
	padding: 0px;
	width: 100%;
	float:left;
}
.fo-appointment-form input {
	border: 1px solid #212121;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 35px;
	line-height: 39px;
	padding: 0 7px;
	width: 100%;
	margin:0 0 15px 0;
	background-color:transparent;
}
.fo-appointment-form textarea {
	border: 1px solid #212121;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 70px;
	min-height:70px;
	resize: none;
	line-height: 39px;
	padding: 0 7px;
	width: 100%;
	margin:0 0 15px 0;
	background-color:transparent;
}
.fo-appointment-form .submit-btn {
    background-color: #fce206;
    border: 1px solid #fce206;
    float: left;
    height: 40px;
    margin: 0;
	color:#fff;
    padding: 0 10px;
}
/* Footer title
 ------------------------------ */
 
.footer-title {
	color: #fff;
	float: left;
}
.footer-title-bottomstrip {
	width: 10%;
	height: 3px;
	margin-right: 95%;
	color: #fff;
	float: left;
	display: block;
	margin-bottom: 40px;
	background-color: #fff;
}
.footer-title-bottomstrip.gyellow {
	background-color: #fce206;
}
.footer-title-bottomstrip-2 {
	width: 34px;
	height: 2px;
	color: #fff;
	float: left;
	display: block;
	margin-bottom: 40px;
	background-color: #fff;
}
.footer-title-bottomstrip-3 {
	width: 34px;
	height: 2px;
	color: #fff;
	float: left;
	display: block;
	margin-bottom: 30px;
	background-color: #101010;
}
.footer-title-bottomstrip.dark {
	background-color: #101010;
}
.footer-title-bottomstrip-2.dark {
	background-color: #101010;
}
.footer-title-bottomstrip-2.gyellow {
	background-color: #fce206;
}
/* ---------- Footer quick links ---------- */

.footer-quick-links {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
}
.footer-quick-links li {
	padding: 25px 15px;
	/*margin: 40px 0 10px 0;*/
	display: inline-block;
}
.footer-quick-links li a {
	padding:3px 0;
	margin:0;
	color: #727272;
	float: left;
	display: inline-block;
}
.footer-quick-links li a:hover {
	color: #fff;
}
.footer-quick-links li a i {
	padding:0 10px 0 0;
}
/* ---------- Footer quick links ---------- */

.footer-quick-links-2 {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
}
.footer-quick-links-2 li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-quick-links-2 li a {
	padding: 0 35px 20px 0;
	margin:0;
	color: #727272;
	float: left;
	display: inline-block;
}
.footer-quick-links-2 li a:hover {
	color: #fff;
}
.footer-quick-links-2 li a i {
	padding:0 10px 0 0;
}
.footer-quick-links-2.top-padding {
    padding: 60px 0 0 0;
}
/* ---------- Footer quick links 3 ---------- */

.footer-quick-links-3 {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
	display:block;
}
.footer-quick-links-3 li {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float:left;
	display:block;
}
.footer-quick-links-3 li a {
	padding:3px 0;
	margin:0;
	color: #727272;
	float: left;
	display:block;
}
.footer-quick-links-3 li a:hover {
	color: #101010;
}
.footer-quick-links-3 li a i {
	padding:0 10px 0 0;
}
.footer-quick-links-3.top-padding {
    padding: 60px 0 0 0;
}

/* ---------- Footer quick links 4---------- */

.footer-quick-links-4 {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
}
.footer-quick-links-4 li {
	width:100%;
	padding:0px;
	margin:0;
	display: inline-block;
}
.footer-quick-links-4 li a {
	padding:3px 0;
	margin:0;
	color: #727272;
	float: left;
	display: inline-block;
}
.footer-quick-links-4 li a:hover {
	color: #fff;
}
.footer-quick-links-4 li a i {
	padding:0 10px 0 0;
}
.footer-quick-links-4.dark-hover li a:hover {
	color: #101010;
}

.footer-quick-links-4.hover-dark li a:hover {
	color: #101010;
}

.footer-quick-links-5 {
	padding:0px;
	margin:0px;
}
.footer-quick-links-5 li {
	padding:5px 0;
}
.footer-quick-links-5 li a {
	color: #000;
}
.footer-quick-links-5 li a:hover {
	color: #727272;
}


/* ---------- Footer social links ---------- */
.footer-social-icons {
    width: 100%;
    padding: 0px;
	margin:15px 0 15px 0;
}
.footer-social-icons li {
    padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-social-icons li a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0px;
    color: #fff;
    background-color: #101010;
}
.footer-social-icons.round li a {
	border-radius:100%;
}
.footer-social-icons li a:hover, .footer-social-icons li a.active {
    color: #fce206;
}
.footer-social-icons.icons-plain li a {
    background: none;
}

.footer-social-icons.dark li a {
    color: #101010;
	border-radius:100%;
    background-color: #fff;
}
.footer-social-icons.dark li a:hover, .footer-social-icons.dark li a.active {
    color: #fce206;
}


.footer-social-icons.primary li a {
    color: #101010;
	border-radius:100%;
	margin-top:20px;
    background-color: #fce206;
}
.footer-social-icons.primary.left-align {
	text-align:left;	
}
.footer-social-icons.left-align {
	text-align:left;	
}
/* ---------- Footer social links 2 ---------- */
.footer-social-icons-2 {
    width: 100%;
    padding: 0px;
	text-align: center;
	margin:20px 0 20px 0;
}
.footer-social-icons-2 li {
    padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-social-icons-2 li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0px;
	font-size:16px;
    color: #101010;
	border:1px solid #e4e4e4;
    background-color: #fff;
}
.footer-social-icons-2 li a:hover {
    color: #fff;
	border:1px solid #fce206;
    background-color: #fce206;
}
.footer-social-icons-2 li a:hover, .footer-social-icons-2 li a.active {
    color: #fff;
	border:1px solid #fce206;
    background-color: #fce206;
}
.footer-social-icons-2.dark-hover li a:hover, .footer-social-icons-2.dark-hover li a.active {
    color: #fff;
	border:1px solid #101010;
    background-color: #101010;
}

/* ---------- Footer flickr gallery ---------- */

ul.footer-flickr {
	width: 100%;
	padding:0;
	margin: 0px;
}
.footer-flickr li {
	width:80px;
	padding:0;
	margin:0 0 11px 0;
	float:left;
}
.footer-flickr li.mar-r {
	margin-right:11px;
}

/* ---------- Footer opening list ---------- */
.fo-opening-list {
	float: left;
	padding: 0;
	width: 100%;
}
.fo-opening-list li {
	color: #727272;
	float: left;
	padding: 8px 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fo-opening-list li:first-child {
	padding-top: 0px;
}
.fo-opening-list li:last-child {
	border-bottom: none;
}

/*============ css arrows ============ */

/*.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fd602c;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid green;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
}*/
/*============ section background images ============ */
.sec-bgimg-1 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.sec-bgimg-1.bd {
	background: url(../images/footer-bg/bd-1.jpg);
}
.sec-bgimg-1.by2 {
	background: url(../images/footer-bg/by2-1.jpg);
}
.sec-bgimg-1.ch {
	background: url(../images/footer-bg/ch-1.jpg);
}

/*============ Page Section Styles ============ */

/* section background dark
 ------------------------------ */
.section-dark {
	background-color: #000;
}
.section-medium-dark {
	background-color: #161616;
}
.section-fulldark {
	background-color: #000;
}
.section-medium-dark-2 {
	background-color: #1c1c1c;
}
.section-medium-dark-3 {
	background-color: #101010;
}

/* section background light
 ------------------------------ */
.section-light {
	background-color: #f5f5f5;
}

.section-light-2 {
	background-color: #f9f8f7;
}

/* section background white
 ------------------------------ */
.section-white {
	background-color: #fff;
}

/* section background golden yellow
 ------------------------------ */
.section-primary {
	background-color: #fce206;
}

/* section copyright
 ------------------------------ */
.section-copyrights {
	margin: 0;
	text-align: center;
	background-color: #1a1a1a;
}
/* section big map
 ------------------------------ */
.section-big-map {
	width: 100%;
	margin: 0;
	text-align: center;
	background: #161616 url(../images/site-img46.png) center 150px no-repeat;
}
/* section pattren 1
 ------------------------------ */
.section-pattren-1 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren1.jpg) 0 0 repeat;
}
.section-pattren-2 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren2.jpg) 0 0 repeat;
}
.section-pattren-3 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren3.jpg) 0 0 repeat;
}
.section-pattren-4 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren4.png) 0 0 repeat;
}
.section-pattren-5 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren4.jpg) 0 0 repeat;
}
.section-pattren-6 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren6.jpg) 0 0 repeat;
}
.section-pattren-7 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren7.jpg) 0 0 repeat;
}
.section-pattren-8 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg-pattrens/pattren8.jpg) 0 0 repeat;
}

.section-bgimg-1 {
	width: 100%;
	height: auto;
	margin: 0;
	float:left;
	background: url(http://via.placeholder.com/2000x1500) top center repeat;
}
.section-bgimg-2 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}
.section-bgimg-3 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}
.section-bgimg-4 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}
.section-bgimg-5 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(http://via.placeholder.com/2000x1500) center center repeat-y;
}
.section-bgimg-6 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(http://via.placeholder.com/2000x1500) top center repeat-y;
}

.section-bgimg-7 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

.section-bgimg-8 {
	width: 100%;
	height: 100%;
	margin: 0;
	background:#101010 url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

.section-bgimg-9 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}
/* Section Paddings
 ------------------------------ */
.sec-padding {
	padding: 50px 0 50px 0;
}

.sec-padding11 {
	padding: 20px 0 20px 0;
}


.sec-padding-2 {
	padding: 110px 0 110px 0;
}
.sec-padding-3 {
	padding: 100px 0 100px 0;
}
.sec-padding-4 {
	padding: 70px 0 70px 0;
}
.sec-padding-5 {
	padding: 50px 0 50px 0;
}
.sec-padding-6 {
	padding: 30px 0 0px 0;
}




.sec-bpadding-2 {
	padding-bottom: 150px;
}
.sec-tpadding-2 {
	padding-top: 150px;
}
.sec-tpadding-2.less-padding {
	padding-top: 20px;
}
.sec-tpadding-3 {
	padding-top: 100px;
}
.sec-bpadding-3 {
	padding-bottom: 100px;
}
.sec-tpadding-4 {
	padding-top: 80px;
}
.sec-bpadding-4 {
	padding-bottom: 80px;
}
.sec-bpadding.less-padding {
	padding-bottom: 30px;
}


.sec-dummy-top-padding {
	padding-top: 0px;
}
/* Section minus margins
 ------------------------------ */
.sec-m-margin-1 {
	margin-top:0px;
}
/*============ Page Section pattrens ============ */

.sec-pattren-1{
	width:100%;
	background:url(../images/bg-pattrens/pattren1.jpg) repeat;
}
.sec-pattren-2{
	width:100%;
	background:url(../images/bg-pattrens/pattren2.jpg) repeat;
}
.sec-pattren-3{
	width:100%;
	background:url(../images/bg-pattrens/pattren3.jpg) repeat;
}
.sec-pattren-4{
	width:100%;
	background:url(../images/bg-pattrens/pattren4.jpg) repeat;
}
.sec-pattren-5{
	width:100%;
	background:url(../images/bg-pattrens/pattren5.jpg) repeat;
}

/*============ Footer Styles ============ */

.footer-logo {
	margin-bottom: 35px;
}

/* Footer Useful Links
 ------------------------------ */
	
.fo-usefull-links {
	padding: 0px;
	margin: 0px;
}
.fo-usefull-links li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #2e2e2e;
}
.fo-usefull-links li a {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
}
.fo-usefull-links li a:hover {
	color: #fff;
}
.fo-usefull-links li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-usefull-links li:last-child {
	border-bottom:none;
}

/* useful links 2
 ------------------------------ */
.fo-usefull-links-2 {
	padding: 0px;
	margin: 0px;
}
.fo-usefull-links-2 li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #e4e4e4;
}
.fo-usefull-links-2 li a {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
}
.fo-usefull-links-2 li a:hover {
	color: #242424;
}
.fo-usefull-links-2 li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-usefull-links-2 li:last-child {
	border-bottom:none;
}
.fo-usefull-links-2.no-border li {
	border-bottom:none;
}
/* useful links 3
 ------------------------------ */
.fo-usefull-links-3 {
	padding: 0px;
	margin: 0px;
}
.fo-usefull-links-3 li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.fo-usefull-links-3 li a {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #fff;
	line-height: 23px;
}
.fo-usefull-links-3 li a:hover {
	color: #242424;
}
.fo-usefull-links-3 li i {
	color: #fff;
	padding: 0 10px 0 0;
}
.fo-usefull-links-3 li:last-child {
	border-bottom:none;
}
.fo-usefull-links-3.no-border li {
	border-bottom:none;
}
/* Footer Address
 ------------------------------ */
	
.fo-address-info {
	padding: 0px;
	margin: 0px;
}
.fo-address-info li {
	width:100%;
	padding: 0px 0px 10px 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
	border-bottom:1px solid #282828;
}
.fo-address-info.border-light li {
	border-bottom:1px solid #2f2d2d;
}
.fo-address-info li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-address-info li:last-child {
	border-bottom:none;
}
.fo-address-info.no-border li {
	border-bottom:none;
}
/* Footer Address 2
 ------------------------------ */
	
.fo-address-info-2 {
	padding: 0px;
	margin: 0px;
}
.fo-address-info-2 li {
	padding: 0px 0px 10px 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
	border-bottom: 1px solid #e4e4e4;
}
.fo-address-info-2 li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-address-info-2 li:last-child {
	border-bottom:none;
}
.fo-address-info-2.no-border li {
	border-bottom:none;
}

/* Footer Address 3
 ------------------------------ */
	
.fo-address-info-3 {
	padding: 0px;
	margin: 0px;
}
.fo-address-info-3 li {
	padding: 0px 0px 10px 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #fff;
	line-height: 23px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.fo-address-info-3 li i {
	color: #fff;
	padding: 0 10px 0 0;
}
.fo-address-info-3 li:last-child {
	border-bottom:none;
}
.fo-address-info-3.no-border li {
	border-bottom:none;
}


/* Footer Tags
 ------------------------------ */	
 
.footer-tags {
	padding: 0px;
	margin: 0px;
}
.footer-tags li {
	padding: 0px;
	margin: 0;
}
.footer-tags li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	border: 1px solid #2e2e2e;
}
.footer-tags li a:hover, .footer-tags li a.active {
	border: 1px solid #fce206;
	color: #fce206;
}
.footer-tags.border-light li a {
	border: 1px solid #ebebeb;
}

/* Footer Posts
 ------------------------------ */
.footer-post-info {
	padding: 0px;
}
.footer-post-info span {
	font-size: 13px;
	color: #494747;
	margin-right: 5px;
}
.fo-postimg-inner {
	width: 80px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-radius: 100%;
}
.opening-list {
	float: left;
	padding: 0;
	width: 100%;
}
.opening-list li {
	color: #727272;
	float: left;
	padding: 8px 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.opening-list li:first-child {
	padding-top: 0px;
}
.opening-list li:last-child {
	border-bottom: none;
}
.opening-list.dark-border li {
	border-bottom: 1px solid #f1f1f1;
}
/* Footer copyright box
 ------------------------------ */	
 
.fo-copyright-holder {
	position:relative;
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.fo-copyright-holder .social-iconbox {
	position: absolute;
	width:265px;
	float:left;
	left:40%;
	top:-57px;
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}
.fo-copyright-holder .social-iconbox.bg-dark {
	background-color:#101010;
}
.fo-copyright-holder .social-iconbox .side-shape1 {
	position: absolute;
	width:13px;
	height:28px;
	float:left;
	left: -13px;
	top: -1px;
	padding: 0px;
	margin: 0px;
}
.fo-copyright-holder .social-iconbox .side-shape1.right-icon {
	left: 265px;
	top: -1px;
}
.fo-copyright-holder .sc-icons{
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.fo-copyright-holder .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.fo-copyright-holder .sc-icons li a{
	float:left;
	font-size:15px;
	padding: 15px 10px;
	margin: 0px;
	display:inline-block;
}






/* Footer top social box
 ------------------------------ */	
 
.fo-top-holder {
	position:relative;
	width:100%;
	float:left;
	padding: 60px 0 0 0;
	margin: 0px;
}
.fo-top-holder .social-iconbox {
	position: absolute;
	width:265px;
	float:left;
	left:38%;
	top:26px;
	padding: 0px;
	margin: 0px;
	background-color:#fce206;
}
.fo-top-holder .social-iconbox.bg-dark {
	background-color:#101010;
}
.fo-top-holder .social-iconbox .side-shape1 {
	position: absolute;
	width:13px;
	height:28px;
	float:left;
	left: -18px;
	top: -1px;
	padding: 0px;
	margin: 0px;
}
.fo-top-holder .social-iconbox .side-shape1.right-icon {
	left: 265px;
	top: -1px;
}
.fo-top-holder .sc-icons{
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.fo-top-holder .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.fo-top-holder .sc-icons li a{
	float:left;
	font-size:15px;
	color:#fff;
	padding: 15px 10px;
	margin: 0px;
	display:inline-block;
}








/* Footer contact info with big icons
 ------------------------------ */	
 
.contact-info-holder {
	position: relative;
	width: 100%;
	padding: 0px;
}
.contact-info-holder .iconbox-xmedium {
	color: #fce206;
}
.contact-info-holder:hover .iconbox-xmedium, .contact-info-holder.active .iconbox-xmedium {
	color: #fff;
	background-color: #fce206;
}


/*============ Overlay Styles ============ */
.section-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.video-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 10;
}

/*video padding
 ------------------------------ */
.video-tpadd {
	padding-top: 150px;
}
.video-bpadd {
	padding-bottom: 150px;
}

/* Overlay opacity styles
 ------------------------------ */
 
.bg-opacity-1 {
	background-color: rgba(0, 0, 0, 0.1);
}
.bg-opacity-2 {
	background-color: rgba(0, 0, 0, 0.2);
}
.bg-opacity-3 {
	background-color: rgba(0, 0, 0, 0.3);
}
.bg-opacity-4 {
	background-color: rgba(0, 0, 0, 0.4);
}
.bg-opacity-5 {
	background-color: rgba(0, 0, 0, 0.5);
}
.bg-opacity-6 {
	background-color: rgba(0, 0, 0, 0.6);
}
.bg-opacity-7 {
	background-color: rgba(0, 0, 0, 0.7);
}
.bg-opacity-8 {
	background-color: rgba(0, 0, 0, 0.8);
}
.bg-opacity-9 {
	background-color: rgba(0, 0, 0, 0.9);
}
/* Overlay Background colors
 ------------------------------ */
 /* Background light
 ------------------------------ */
.section-overlay.light {
	background-color: rgba(246, 246, 246, 0.9);
}
.section-overlay.light-2 {
	background-color: rgba(246, 246, 246, 0.8);
}
.section-overlay.light-3 {
	background-color: rgba(246, 246, 246, 0.7);
}
.section-overlay.light-4 {
	background-color: rgba(246, 246, 246, 0.6);
}
.section-overlay.light-5 {
	background-color: rgba(246, 246, 246, 0.5);
}
 /* Overlay Background dark
 ------------------------------ */
.section-overlay.dark {
	background-color: rgba(0, 0, 0, 0.7);
}
.section-overlay.dark-2 {
	background-color: rgba(0, 0, 0, 0.3);
}
.section-overlay.dark-3 {
	background-color: rgba(0, 0, 0, 0.9);
}
.section-overlay.dark-4 {
	background-color: rgba(0, 0, 0, 0.4);
}
 /* Overlay Background golden yellow
 ------------------------------ */
.section-overlay.primary {
	background-color: rgba(242, 76, 52, 0.9);
}
.parallax-overlay.primary {
	background-color: rgba(252, 226, 6, 0.9);
}
.parallax-overlay.light {
	background-color: rgba(246, 246, 246, 0.9);
}
.parallax-overlay.light-2 {
	background-color: rgba(246, 246, 246, 0.8);
}
.parallax-overlay.light-3 {
	background-color: rgba(246, 246, 246, 0.7);
}
.parallax-overlay.light-4 {
	background-color: rgba(246, 246, 246, 0.6);
}
.parallax-overlay.light-5 {
	background-color: rgba(246, 246, 246, 0.5);
}
/*============ Social Links ============ */	

.social-icons-1 {
	width: 100%;
	margin: 30px 0 0 0;
	list-style-type: none;
}
.social-icons-1 li {
	display:inline-block;
}
.social-icons-1 li a {
	font-size: 16px;
	padding: 0 20px 0 0;
	color: #fff;
	display:inline-block;
}
.social-icons-1 li a:hover, .social-icons-1 li a.active {
	color: #fce206;
}

/* social icons 2
 -----------------------------------------------*/

.social-icons-2 {
	width: 100%;
	margin: 30px 0 0 0;
	list-style-type: none;
}
.social-icons-2 li {
	display:inline-block;
}
.social-icons-2 li a {
	width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0px;
    color: #101010;
    background-color: #fff;
}
.social-icons-2 li a:hover, .social-icons-2 li a.active {
	color: #fce206;
}

/* social icons 3
 -----------------------------------------------*/

.social-icons-3 {
	width: 100%;
	margin: 30px 0 0 0;
	list-style-type: none;
}
.social-icons-3.margin-left {
	margin: 10px 0 0 -40px;
}
.social-icons-3 li {
	display:inline-block;
}
.social-icons-3 li a {
	width: 36px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    padding: 0px;
    color: #101010;
	border:1px solid #e4e4e4;
    background-color: #fff;
}
.social-icons-3 li a:hover, .social-icons-3 li a.active {
	color: #fff;
	border:1px solid #101010;
    background-color: #101010;
}



/*============ Blog Posts ============ */

/* post image holder
 -----------------------------------------------*/
 
.blog-img-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* post date boxes
 -----------------------------------------------*/

.post-date-box {
	position: absolute;
	width: 90px;
	height: 90px;
	float: left;
	font-size: 25px;
	color: #fff;
	padding: 22px 0 0 0;
	margin: 0;
	z-index: 2;
	text-align: center;
	background-color: #fce206;
	transition: all 0.3s ease-out 0s;
}
.post-date-box span {
	font-size: 13px;
	color: #fff;
	display: block;
}
.post-date-box .arrow-down {
	position: absolute;
	left: 25px;
	top: 81px;
	float: left;
	z-index: 3;
	border-top: 20px solid #fce206;
}
/* Date box colors
 -----------------------------------------------*/	
.post-date-box.gyellow {
	background-color: #fce206;
}
/* post author image holder
 -----------------------------------------------*/	
 
.post-author-image {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 35px;
	top: 247px;
	float: left;
}
.post-author-image.round {
	border-radius: 100%;
	border: 5px solid #fff;
	text-align: center;
}
/* post info icons
 -----------------------------------------------*/
 
.post-infoicon {
	padding: 3px 12px 3px 12px;
	margin: 0 5px 0 0;
	color: #fff;
	float: left;
	font-size: 12px;
	border-radius: 20px;
	background-color: #fce206;
}
.post-infoicon.dark {
	background-color: #161616;
}


/*============ Footer Newsletter ============ */

.newsletter .email-input {
	background-color: #FFF;
	border: 0px none;
	color: #999;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 39px;
	line-height: 39px;
	padding: 0px 7px;
	width: 75%;
}
.newsletter .email-input.dark {
	background-color: #2d2d2d;
	color: #727272;
}
.newsletter .input-submit {
	background-color: #fd602c;
	border: 0px none;
	color: #FFF;
	cursor: pointer;
	float: left;
	height: 39px;
	padding: 0px 20px;
}
.newsletter .input-submit.gyellow {
	background-color: #fce206;
}
.newsletter .input-submit.white {
	color: #161616;
	background-color: #fff;
}
.newsletter .input-submit.dark {
	color: #727272;
	background-color: #2d2d2d;
}

/*============ Video wrapers ============ */

.video-wrapper {
	overflow: hidden;
	width: 100%;
	padding:0px;
	height: auto;
}
.video-wrapper video {
	width: 100%;
}

/*video padding
 ------------------------------ */
.video-padding-top {
	padding-top: 150px;
}
.video-padding-bottom {
	padding-bottom: 150px;
}

/*============ Progress bar ============ */

/*style 1
 ------------------------------ */
.progressbar-style1 {
	margin-top: 10px;
	margin-bottom: 38px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 10px;
	color: #fff;
	background: #fff;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style1 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #101010;
	font-size: 13px;
	color: #fce206;
	line-height:44px;
	padding: 0px 0 0 0px;
	text-align: left;
	border:2px solid #fff;
}
.progressbar-style1 .progress-bar.yellow-3 {
	background-color: #f7c800;
}

/*style 2
 ------------------------------ */
.progressbar-style2 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 3px;
	color: #161616;
	background: #ccc;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style2 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #161616;
	font-size: 13px;
	color: #161616;
	padding: 3px 0 0 0;
	text-align: left;
}

/*style 3
 ------------------------------ */
.progressbar-style3 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #fff;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style3 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #e9b444;
	font-size: 13px;
	color: #fff;
	padding: 8px 0 0 0;
	text-align: left;
}
/*style 4
 ------------------------------ */
.progressbar-style4 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #e7e7e7;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style4 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #ff9320;
	font-size: 13px;
	color: #727272;
	padding: 8px 0 0 0;
	text-align: left;
}
/*style 5
 ------------------------------ */
.progressbar-style5 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #f5f5f5;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style5 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #101010;
	font-size: 13px;
	color: #101010;
	padding: 8px 0 0 0;
	text-align: left;
}

/*style 6
 ------------------------------ */
.progressbar-style6 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #fce206;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style6 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #101010;
	font-size: 13px;
	color: #101010;
	padding: 8px 0 0 0;
	text-align: left;
}


/*============ Newsletter ============ */

.email-input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 65px;
	line-height: 39px;
	padding: 0 15px;
	width: 87%;
}
.email-submit {
	background-color: #fff;
	border: 1px solid #fff;
	color: #242424;
	float: left;
	margin: 0px;
	padding: 20px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
}
.email-submit:hover {
	background-color: #242424;
	border: 1px solid #242424;
	color: #fff;
}

/*============ css progress circles ============ */

.knob {
	display: none;
}
div.demo {
	position: relative;
	text-align: center;
	width: 280px;
	float: left
}
div.demo > p {
	font-size: 20px
}
div.demo .title {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 40px;
	float: left;
	top: 60px;
}
div.demo .title span {
	text-align: center;
	width: 100%;
	font-size: 20px;
	float: left;
	margin-top: 10px;
}

/*============ Page Scroll to Top ============ */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #fce206 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
}

/*============ google maps ============ */
.map{
    width: 100%;
    /*height: 300px;
    border: 1px solid #e4e4e4;*/
}
.map p{
	margin: 10px;
	color: #333;
}

/*============ blog ============ */

.blog-post-info {
	width: 100%;
}
.blog-post-info span {
	font-size: 13px;
	color: #b9b9b9;
	margin-right: 15px;
}

/*============ onepage sidebar content holder ============ */
.wrapper-main {
padding-left: 300px;
background-color: #fff;
}


/*============ header inner ============ */

.header-inner-tmargin {
    width: 100%;
    float: left;
    margin-top: -145px;
}
.header-inner-tmargin.less-mar {
    margin-top: -41px;
}
.header-inner {
	position:relative;
    width: 100%;
    height: 400px;
    float: left;
	overflow:hidden;
}
.header-inner.less-height {
    height: 430px;
}
.header-inner .overlay {
	position:absolute;
    width: 100%;
    height: 100%;
    float: left;
	overflow:hidden;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.6);
}
.header-inner .text {
    position: absolute;
    width: 100%;
	height:1000px;
    padding:16% 0 0 0;
	top:0px;
    margin: 0px;
    float: left;
    z-index: 3;
}
.header-inner .text .title {
	font-size:30px;
	font-weight:500;
}
.header-inner .text .sub-title {
	width:100%;
	font-size:14px;
}

/* less height
 ------------------------------ */
.header-inner.less-height {
    height: 335px;
}
.header-inner.less-height .text {
    height: 300px;
    padding:9% 0 0 0;
}

/*============ pagenation ============ */
.pagenation-holder {
	border-bottom: 1px solid #f0f0f0;
	float: left;
	margin: 0;
	padding: 25px 0 10px;
	width: 100%;
}
.pagenation-holder .breadcrumb {
	float:right;
	margin-bottom:0px;
	background-color:#fff;
}
.pagenation-holder .breadcrumb li {
    display: inline;
}
.pagenation-holder .breadcrumb li.current a {
	color:#fce206;
}
.pagenation-holder .breadcrumb li+li:before {
    content:"» ";
}


/*============ 5 and 7 custom cols ============ */

.seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 14.2857%;
}
.five-cols .col-md-1, .five-cols .col-sm-1, .five-cols .col-lg-1 {
    width: 20%;
}


/* footer newsletter
 ------------------------------ */
.bb-newsletter {
	width: 25%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#fff;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background:none;
	}
.bb-newsletter-email {
	width: 55%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#fff;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background:none;
	}
.bb-newsletter-btn {
    width: 15%;
    height: 50px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#101010;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #fce206;
	background-color: #fce206;
}


/* footer newsletter 2
 ------------------------------ */
.co-newsletter {
	width: 25%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#101010;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background:none;
	}
.co-newsletter-email {
	width: 55%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#101010;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background:none;
	}
.co-newsletter-btn {
    width: 15%;
    height: 50px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#727272;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #101010;
	background-color: #101010;
}


/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {	
.col-divider-margin {
    margin-top: 30px;
}
.text-box-right {
    padding: 0px 0px 0px 100px;
}
.wrapper-main {
width:100%;
padding-left:230px;
background-color: #fff;
}
.wrapper-main .container {
width:100%;
}
.header-inner.less-height .text {
    padding: 13% 0 0;
}
.header-inner .text {
    padding: 25% 0 0;
}





}
	
@media screen and (max-width: 1000px) {

.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.sec-m-margin-1 {
    margin-top: 0px;
}
.topbar-transparent {
	background-color:#101010;
}
.wrapper-main {
padding-left:0px;
}
.header-inner-tmargin {
    margin-top: 0px;
}







}	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
.margin-bottom {
	margin-bottom: 30px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.header-inner {
    height: 385px;
}
.header-inner.less-height {
    height: 385px;
}
.header-inner.less-height .text {
    padding: 16% 0 0;
}
.header-inner .text {
    padding: 16% 0 0;
}

.sec-padding {
	padding: 100px 0 100px 0;
}















}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
	
.margin-bottom {
	margin-bottom: 30px;
}	
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}	
.col-divider-margin {
    margin-top: 20px;
}	
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}	
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}	
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}	
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}	
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}	
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}	
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 60px 0 60px 0;
}
.sec-more-padding-1 {
	padding: 60px 0 60px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 60px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 60px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 60px 0 60px 0;
}
.sec-moreless-padding {
	padding: 60px 0 60px 0;
}
.thumbs li {
    width: 10%;
}
.fo-copyright-holder .social-iconbox {
    left: 33%;
	top: -87px;
}
.fo-sec-3 {
    padding: 244px 0 0 0;
}
.header-inner {
    height: 310px;
}
.header-inner.less-height {
    height: 310px;
}
.section-side-image .text-inner-6 {
    padding: 40px;
}




 
}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {

.margin-bottom {
	margin-bottom: 30px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 60px 0 60px 0;
}
.sec-more-padding-1 {
	padding: 60px 0 60px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 60px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 60px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 60px 0 60px 0;
}
.sec-moreless-padding {
	padding: 60px 0 60px 0;
}
.fo-copyright-holder .social-iconbox {
    left: 33%;
	top: -87px;
}
.header-inner {
    height: 325px;
}
.header-inner.less-height {
    height: 325px;
}
.five-cols .col-md-1, .five-cols .col-sm-1, .five-cols .col-lg-1 {
    width: 100%;
}














}



/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {
	
.margin-bottom {
	margin-bottom: 0px;
}	
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}	
.col-divider-margin {
    margin-top: 20px;
}	
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}		
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}



























}


@media screen and (max-width: 640px) {
.margin-bottom {
	margin-bottom: 0px;
}	
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 40px 0 40px 0;
}
.sec-more-padding-1 {
	padding: 40px 0 40px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 40px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 40px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 40px 0 40px 0;
}
.sec-moreless-padding {
	padding: 40px 0 40px 0;
}
#style-customizer{ 
display:none;
}
 .text-box.sbox-padd-left {
	padding-left:80px;
}
.fo-sec-1 .newsletter-box {
    top: 0;
}
.fo-sec-1 {
   top:0px;
   padding: 315px 0 0 0;
}
.fo-copyright-holder .social-iconbox {
    left: 29%;
    top: -67px;
}
.section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
}
.header-inner {
    height: 270px;
}
.header-inner.less-height {
    height: 270px;
}












}



@media screen and (max-width: 480px) {
.margin-bottom {
	margin-bottom: 0px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 30px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 30px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 30px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 30px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.topbar .border-r {
    border-right: none;
}
.topbar .padd-left {
    padding-left: 0px;
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 100px 0 20px 0;
}
.sec-padding11 {
	padding: 100px 0 20px 0;
}

.sec-more-padding-1 {
	padding: 40px 0 40px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 40px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 40px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 40px 0 40px 0;
}
.sec-moreless-padding {
	padding: 40px 0 40px 0;
}
#style-customizer{ 
display:none;
}
.fo-copyright-holder .social-iconbox {
    left: 12%;
	top: -67px;
}
.fo-sec-3 {
    padding: 287px 0 0 0;
}
.section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
}
.header-inner .text .title {
    font-size: 20px;
}
.header-inner .text .sub-title {
    font-size: 14px;
}
.header-inner {
    height: 225px;
}
.header-inner.less-height {
    height: 225px;
}
.clients-list.grid-cols-6 li {
    width: 50%;
}


















}



/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
.margin-bottom {
	margin-bottom: 0px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 25px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 25px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 25px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    margin: 0px 0px 20px 0px;
}
.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
    float: left;
    margin: 0px 0 20px 0px;
}
.text-box-right {
    width:100%;
    padding: 0 0 0 0;
}
.text-box-left {
	width:100%;
    padding: 0 0 0 0;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 25px;
}
.text-box-left.more-padding-1, .text-box-left.more-padding-2, .text-box-left.less-padding-1, .text-box-left.less-padding-2 {
	padding: 0px 0px 0px 0px;
}
.text-box-right.more-padding-1, .text-box-right.more-padding-2, .text-box-right.more-padding-3, .text-box-right.more-padding-4, .text-box-right.less-padding-1, .text-box-right.less-padding-2, .text-box-right.less-padding-3 {
	padding: 0px 0px 0px 0px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.btn.btn-large {
    padding: 15px 30px;
}
.section-side-image .text-inner-2 {
    padding: 40px;
}
.section-side-image .text-inner {
	padding: 40px 40px 40px 0;
}
.section-side-image .text-inner.two {
	padding: 0px 40px 0px 0;
}
.section-side-image-2 .background-imgholder-2.top-padd {
	padding-top: 40px;
}
.section-side-image-2 .text-inner.two {
	padding: 0px 40px 0px 0;
}
.section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 40px 0 40px 0;
}

.sec-padding11 {
	padding: 40px 0 20px 0;
}

.sec-more-padding-1 {
	padding: 40px 0 40px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 40px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 40px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 40px 0 40px 0;
}
.sec-moreless-padding {
	padding: 40px 0 40px 0;
}
.fo-copyright-holder .social-iconbox {
    left: 5%;
}
.fo-sec-1 .newsletter-box {
    padding: 35px;
}
.fo-sec-2 .social-iconbox {
    left: 14%;
    top: -67px;
}
.section-side-image .text-inner-3 {
    padding: 30px 30px 0px 30px;
}
.fo-sec-3 {
    padding: 328px 0 0 0;
}
.text-box-right {
    width: 100%;
    padding: 0 0 0 0;
    float: left;
}
.text-box-right.less-padding-4 {
    padding: 0px 0px 0px 0px;
}
.header-inner {
    height: 195px;
}
.header-inner.less-height {
    height: 195px;
}
.sec-title-container {
    padding-bottom: 40px;
}









}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.margin-bottom {
	margin-bottom: 0px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 20px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 20px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 20px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    margin: 0px 0px 20px 0px;
}
.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
    float: left;
    margin: 0px 0 20px 0px;
}
.text-box-right {
    width:100%;
    padding: 0 0 0 0;
}
.text-box-left {
	width:100%;
    padding: 0 0 0 0;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 20px;
}
.text-box-right.more-padding-1, .text-box-right.more-padding-2, .text-box-right.more-padding-3, .text-box-right.more-padding-4, .text-box-right.less-padding-1, .text-box-right.less-padding-2, .text-box-right.less-padding-3 {
	padding: 0px 0px 0px 0px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.btn.btn-large {
    padding: 15px 30px;
}
.section-side-image .text-inner {
	padding: 40px 40px 40px 0;
}
.section-side-image .text-inner.two {
	padding: 0px 40px 0px 0;
}
.section-side-image-2 .background-imgholder-2.top-padd {
	padding-top: 40px;
}
.section-side-image-2 .text-inner.two {
	padding: 0px 40px 0px 0;
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 30px 0 30px 0;
}
.sec-more-padding-1 {
	padding: 30px 0 30px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 30px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 30px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 30px 0 30px 0;
}
.sec-moreless-padding {
	padding: 30px 0 30px 0;
}
.fo-copyright-holder .social-iconbox {
    left: 16%;
    top: -59px;
}

.fo-copyright-holder .social-iconbox {
    width: 71%;
}
.fo-copyright-holder .social-iconbox .side-shape1.right-icon {
    left: 213px;
}
.fo-sec-2 .social-iconbox {
    left: 9%;
    top: -57px;
}
.fo-sec-3 {
    padding: 409px 0 0 0;
}
.fo-copyright-holder .social-iconbox .side-shape1 {
    left: -13px;
    top: 1px;
}
.fo-copyright-holder .social-iconbox .side-shape1.right-icon {
    left: 205px;
	top: 1px;
}
.header-inner {
    height: 170px;
}
.header-inner.less-height {
    height: 170px;
}
.sec-title-container {
    padding-bottom: 35px;
}


}




.prdTopTable{margin-top:20px;border-top:1px solid #444}
.prdTopTable table{width:100%}
.prdTopTable tr{border-bottom:1px solid #eee}
.prdTopTable th{font-size:15px;color:#333;font-weight:600;padding:10px;text-align:left;vertical-align:middle}
.prdTopTable td{font-size:13px;color:#555;padding:10px;text-align:left;vertical-align:middle}




.tbl_wrap .tbl_titbox {
  position: relative;
}
.tbl_wrap .tbl_titbox:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.tbl_wrap .tbl_titbox .rgh {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.tbl_wrap .tbl_titbox .rgh > * {
  font-size: 12px;
}
.tbl_basic {
  border-top: 1px solid #f0f0f0;
}
.tbl_basic.bdt0 {
  border-top: 0;
}
.tbl_basic.bdtn {
  border-top: 1px solid #e9e9e9;
}
.tbl_basic table {
  width: 100%;
}
.tbl_basic td,
.tbl_basic th {
  padding: 14px 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
}
.tbl_basic th {
  font-size: 14px;
  line-height: 18px;
  padding-left: 25px;
  text-align: left;
  vertical-align: middle;
  background-color: #f1f1f1;
  font-weight: 300;
}
.tbl_basic tr {
  border-bottom: 1px solid #e9e9e9;
}
.tbl_basic .t {
  padding-left: 17px;
}
.tbl_basic .i-set {
  width: 17px;
  height: 10px;
  vertical-align: middle;
}
.tbl_basic tbody .bdr {
  border-right: 1px solid #e9e9e9;
}


.btn-pk {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn-pk.vs {
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1.46153846;
}
.btn-pk.vs.i1 {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-pk.s {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.btn-pk.s.p2 {
  padding: 5px 30px;
  font-size: 12px;
}
.btn-pk.s.p3 {
  padding: 9px 30px;
  font-size: 14px;
}
.btn-pk.n {
  padding: 11px 33px;
  font-size: 14px;
  line-height: 1.42857143;
}
.btn-pk.l {
  padding: 13px 42px;
  font-size: 16px;
  line-height: 1.375;
}
.btn-pk.l.w2 {
  min-width: 180px;
}
.btn-pk.vl {
  padding: 17px 20px;
  font-size: 17px;
  line-height: 1.35294118;
}
.btn-pk.vl2 {
  padding: 10px 32px;
  font-size: 18px;
  line-height: 1.33333333;
}
.btn-pk.w1 {
  width: 240px;
}
.btn-pk.cus1 {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857143;
}
.btn-pk.cus2 {
  padding: 10px 20px;
  font-size: 16px;
  min-width: 180px;
  line-height: 1.375;
}
.btn-pk.blue {
  border-color: #37578e;
  color: #37578e;
}
.btn-pk.blue:hover,
.btn-pk.blue.rv {
  border-color: #37578e;
  background-color: #37578e;
  color: #fff;
}
.btn-pk.gray {
  border-color: #a6a6a6;
}
.btn-pk.gray:hover {
  border-color: #a6a6a6;
  background-color: #a6a6a6;
  color: #fff;
}
.btn-pk.gray.rv {
  border-color: #a6a6a6;
  background-color: #a6a6a6;
  color: #fff;
}
.btn-pk.gray2 {
  border-color: #d3d3d3;
  background-color: #f7f7f7;
}
.btn-pk.gray2:hover {
  border-color: #d3d3d3;
  background-color: #d3d3d3;
  color: #000;
}
.btn-pk.gray3 {
  border-color: #888;
  background-color: #888;
}
.btn-pk.gray3:hover {
  border-color: #888;
  background-color: #888;
  color: #fff;
}
.btn-pk.gray3.rv {
  border-color: #888;
  background-color: #888;
  color: #fff;
}
.btn-pk.red {
  border-color: #bd1d3b;
}
.btn-pk.red:hover {
  border-color: #bd1d3b;
  background-color: #bd1d3b;
  color: #fff;
}
.btn-pk.red.rv {
  border-color: #bd1d3b;
  background-color: #bd1d3b;
  color: #fff;
}
.btn-pk.black {
  border-color: #2f2f2f;
}
.btn-pk.black:hover,
.btn-pk.black.rv {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
}
.btn-pk.navy {
  border-color: #596977;
  background-color: #fff;
  color: #596977;
}
.btn-pk.navy:hover,
.btn-pk.navy.rv {
  border-color: #596977;
  background-color: #596977;
  color: #fff;
}



input {
  /*-webkit-appearance: none;*/
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type="text"],
input[type="password"] {
  height: auto;
  /* 높이 초기화 */
  line-height: normal;
  /* line-height 초기화 */
}
.t-info1 {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
}
.td-u {
  text-decoration: underline;
}
.bdb-n {
  border-bottom: none !important;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg-gray2 {
  background-color: #e2e2e2;
}
.box-gray {
  border: 1px solid #e2e2e2;
}
.box-gray.bdc {
  border-color: #f2f2f2;
}
.box-gray > .inner {
  padding: 30px;
}
.box-gray.pa2 > .inner {
  padding: 55px;
}
.box-gray.rv {
  background-color: #f4f4f4;
}
.box-gray.type3 {
  font-size: 13px;
  line-height: 19px;
}
.box-gray.type3 .top {
  padding: 18px 20px;
}
.box-gray.type3 .top .h {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.box-gray.type3 .bot {
  background-color: #f4f4f4;
  padding: 12px 20px;
}
.inner.pa1 {
  padding: 20px 30px;
}
.col-group:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.col-group.n2 > * {
  width: 48%;
}
.col-fl {
  float: left;
}
.col-fr {
  float: right;
}
.col-dib {
  display: inline-block;
}
.col-fl[class*="n2"],
.col-dib[class*="n2"] {
  width: 50%;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #a6a6a6;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: ,0 0 0 50px white inset;
  -webkit-text-fill-color: #a6a6a6;
}
input[type="text"].inp-txt,
input[type="password"].inp-txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 38%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.inp-txt:focus {
  border-color: #66afe9;
  outline: 0;
}
input[type="text"].inp-txt.sz2,
input[type="password"].inp-txt.sz2 {
  height: 30px;
  border-color: #d3d3d3;
}
input[type="text"].inp-txt::-webkit-input-placeholder,
input[type="password"].inp-txt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
}
input[type="text"].inp-txt::-moz-placeholder,
input[type="password"].inp-txt::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6;
}
input[type="text"].inp-txt:-ms-input-placeholder,
input[type="password"].inp-txt:-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
}
input[type="text"].inp-txt:-moz-placeholder,
input[type="password"].inp-txt:-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
}
.inp-txt[disabled],
.inp-txt[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ededed !important;
  color: #a6a6a6 !important;
  opacity: 1;
}
.group-col-line {
  font-size: 0;
}
.group-col-line > .col {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  vertical-align: top;
}
.group-col-line > .col:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e2e2e2;
  content: "";
}
.group-col-line > .col:first-child {
  margin-left: 0;
  padding-left: 0;
}
.group-col-line > .col:first-child:after {
  display: none;
}

.d-b {
  display: block  !important;
}
.d-ib {
  display: inline-block !important;
  *display: inline;
  *zoom: 1;
}
.d-t {
  display: table !important;
}
.d-tc {
  display: table-cell !important;
  vertical-align: middle;
}

/*기본형*/
.icheckbox_square {
  background-position: 0px 0px;
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
.icheckbox_square:hover {
  background-position: -16px 0px;
}
.icheckbox_square.checked {
  background-position: -32px 0px;
}
.icheckbox_square.disabled {
  background-position: -48px 0px;
  cursor: default;
}
.icheckbox_square.checked.disabled {
  background-position: -64px 0px;
  cursor: default;
}
.icheckbox_square2 {
  background: none !important;
  font-size: 0;
  width: 0;
  height: 0;
}
.icheckbox_square2 + label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 43px;
  height: 30px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ccc;
  color: #666;
}
.icheckbox_square2.checked + label {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
/* Button */
button {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Spoqa Han Sans', "Malgun Gothic", sans-serif;
  color: #393939;
  *overflow: visible;
}
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:focus {
  outline: 0 !important;
}

label {
  cursor: pointer;
}
input {
  vertical-align: middle;
  outline: none;
  margin-top: 0;
}
select,
textarea {
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type='text'],
input[type='password'],
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type='text'],
input[type='password'],
textarea {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Spoqa Han Sans', "Malgun Gothic", sans-serif;
  color: #393939;
}

/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square,
.iradio_square2,
.icheckbox_square2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(../images/ico_ick.png) no-repeat;
  *display: inline;
}
.iradio_square {
  background: url(../images/common/ico_common.png) no-repeat;
}
.iradio_square {
  width: 15px;
  height: 15px;
}
.iradio_square {
  background-position: -24px -540px;
}
.iradio_square.hover {
  background-position: -44px -540px;
}
.iradio_square.checked {
  background-position: -64px -540px;
}
.iradio_square.disabled {
  background-position: -84px -540px;
  cursor: default;
}
.iradio_square.checked.disabled {
  background-position: -104px -540px;
  cursor: default;
}

input:-moz-read-only {
  /* For Firefox */
  background-color: #f2f2f2 !important;
}

.bo_w_flie input:read-only {
	  background-color: #f2f2f2 !important ;
	}

input:read-only {
  /*background-color: #ebebeb !important;*/
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
}

select.select1 {
  font-size: 12px;
  color: #000;
  min-width: 100px;
  height: 30px;
  padding: 4px 60px 4px 15px;
  border: 1px solid #817d7d;
  padding: 4px 9px 4px 15px\9;
  line-height: 1.42;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/ico_select_arrow.gif) right center no-repeat;
  background-color: #fff;
  background: none\9;
}
:root select.select1 {
  padding: 6px 60px 6px 15px;
}
select.select1::-ms-expand {
  display: none;
}
select.select1:focus {
  border: 1px solid #0079c1;
}
select.select1:focus {
  border: 1px solid #000;
  color: #000;
}
.iscroll-x {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.i-cut {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

select,
textarea {
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}

.btn-bot {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}


table { table-layout:auto;width:100%;padding:0;border-collapse:collapse;border-spacing:0;text-align:left; }
th, td { vertical-align: middle !important; }
.sub_cont_inner { width: 1100px; margin: 0 auto; padding: 60px 0 80px; }
/*위치안내*/
#position_map { max-width: 100%; }
.position_area .btns {margin-top: 15px; position: relative; overflow: hidden;}
.position_area .map-btn {float: right; height: 35px; width: 130px; box-sizing: border-box; text-align: center; border: 1px solid #ddd;}
.position_area .map-btn a {line-height: 35px; }
.position_area .carmap {border-top: 2px solid #333; width: 100%; margin-top: 40px;}
.position_area .carmap td {box-sizing: border-box;}
.position_area .icon_td {color: #333; font-size: 16px; border-bottom: 1px solid #ddd; padding: 20px 10px; text-align: left;}
.position_area .color_td {color: #333; font-size: 14px; background:#f8f8f8; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.position_area .com_td { height: 50px; color: #666; font-size: 14px; border-bottom: 1px solid #ddd; text-align: left; padding: 0 10px 0 40px;}
.position_area .th_tit {margin-left: 20px;}
.position_area .col1 { width: 20%; }
.position_area .col2 { width: 12%; }
.position_area .col3 { width: 68%; }
/* //위치안내 */

@media screen and (max-width: 640px){
    .sub_visual { height: 180px; }
    .sub_visual h2 { line-height: 180px; margin-bottom: 5px; font-size: 30px; }

    .sub_tit h3 { display: block; margin-bottom: 5px; font-size: 30px; }
    .sub_tit p.h3_desc { display: block; font-size: 14px; }


    .sub_cont_inner { padding: 30px 15px; }
    
  }
  
  
  @media screen and (max-width: 1100px){
    
    .sub_menu_list.menu1 { margin-left: 170px; }
    .sub_menu_list.menu2 { margin-left: 20%; }
    .sub_menu_list.menu3 { margin-left: 35%; }
    .sub_menu_list.menu4 { margin-left: 45%; }
    .sub_menu_list.menu5 { margin-left: 50%; }   

    .all_menu { width: 100%; }
    .all_list li { width: 20%; padding: 0 20px; box-sizing: border-box; } 

    .sub_cont_inner { width: 100%; padding: 50px 15px; box-sizing: border-box; } 
    .sub_tab .tab_list { width: 100%; } 
    .sub_tab .tab_list li a { line-height: 50px; font-size: 14px; } 
    
    
    }
    
    
    
    
@media screen and (max-width: 640px){  
    
 .position_area .col1 { width: 15%; padding: 15px 0; }
    .position_area .col2 { width: 20%; }
    .position_area .col3 { width: 65%; }
    .position_area .icon_td span { font-size: 13px; }
    .position_area .icon_td span img { width: 30px; height: 30px; }                  
    .position_area .color_td { font-size: 13px; }
    .position_area .com_td { line-height: 1.3; padding: 10px; font-size: 13px;  }  
   }
 
 @media screen and (max-width: 1100px){  
   .position_area .col1 { width: 15%; }
    .position_area .col2 { width: 14%; }
    .position_area .col3 { width: 71%; }
    .position_area .icon_td span { display: block; margin-left: 0; text-align: center; }
    .position_area .com_td { padding: 0 15px; height: 50px; }
    .position_area .icon_td span img { width: 45px; height: 45px; }
    .position_area .icon_td { padding: 20px 15px; }  
    
    }   
    
    
.summary-tbl{width:100%;}
.summary-tbl > dl{width:100%; display:table; margin-bottom: 0px}
.summary-tbl > dl dt, .summary-tbl > dl dd{display:table-cell; vertical-align:top;}
.summary-tbl > dl:first-child{border-top:3px solid #dfdfdf;}
.summary-tbl > dl dt{width:17%; border-bottom:1px solid #585858;}
.summary-tbl > dl dd{width:83%; border-bottom:1px solid #d4d4d4;}
.summary-tbl > dl dt > span{display:inline-block; font-size:18px; padding:16px 0; color:#222; letter-spacing:-0.5px;}
.summary-tbl > dl dt > span:before{display:inline-block; content:""; vertical-align:middle; width:7px; height:7px; background-color:#dfdfdf; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; margin:0 25px 0 10px;}
.summary-tbl > dl dd > p{font-size:18px; line-height:24px; padding:13px 0; color:#222; font-weight:300; padding-left:90px;}


@media all and (max-width:1220px){
	/* --------  개요 -------- */
	.summary-content{width:100%; margin-bottom:5%; background:url(/images/content/summary_img.png) no-repeat center center; background-size:100%; padding:10px 0;}
	.summary-content > div h4{font-size:30px;}
	.summary-content > div p{font-size:14px; line-height:24px; letter-spacing:-1px;}
	.summary-content > div h3{font-size:50px; line-height:60px;}
	.summary-img-thum{display:none;}
	.summary-tbl > dl dt, .summary-tbl > dl dd{vertical-align:middle; margin-bottom: 0px}
	.summary-tbl > dl dt{width:20%;}
	.summary-tbl > dl dd{width:80%;}
	.summary-tbl > dl dt > span{display:block; letter-spacing:-0.75px; padding:0; font-size:16px;}
	.summary-tbl > dl dt > span:before{margin:0 5% 0 3%;}
	.summary-tbl > dl dd > p{font-size:16px; line-height:22px; padding:2% 0; padding-left:5%; word-break:keep-all;}
}

@media all and (max-width:768px){
	/* -------- 개요 -------- */
	.summary-content{display:block; height:auto; background:none;}
	.summary-content > div, .summary-content > div.center{display:block; width:100%;}
	.summary-content > div.first, .summary-content > div.last{padding-top:50px; height:200px;}
	.summary-content > div.first{background:url(/images/content/summary_img01_m.png) no-repeat center center; background-size:auto 100%;}
	.summary-content > div.center{background:url(/images/content/summary_img02_m.png) no-repeat center center; background-size:auto 100%; height:340px;}
	.summary-content > div.last{background:url(/images/content/summary_img03_m.png) no-repeat center center; background-size:auto 100%;}
	.summary-content > div h4{font-size:26px;}
	.summary-content > div h4:after{margin:20px auto 18px auto;}
	.summary-content > div p{line-height:22px;}
	.summary-content > div h3{font-size:40px; line-height:340px;}

	.summary-tbl > dl{display:block; margin-bottom: 0px}
	.summary-tbl > dl dt, .summary-tbl > dl dd{display:block; width:100%;}
	.summary-tbl > dl dt{border-top:1px solid #dfdfdf; padding:3% 0;}
	.summary-tbl > dl dt > span:before{margin:0 3%;}
}

@media all and (max-width:480px){
	/* --------  개요 -------- */
	.summary-tbl > dl dt{padding:4% 0;}
	.summary-tbl > dl dd > p{font-size:14px;}
}

.security-tbl{width:100%; border-top:2px solid #2c2c2c; margin-bottom:4%;}
.security-tbl th{background-color:#f7f7f7; border:1px solid #cecece; font-size:16px; line-height:30px; font-weight:400; color:#4d4c4b; letter-spacing:-0.75px; text-align:center; padding:15px 0;}
.security-tbl th b{font-size:18px; color:#2c2c2c; font-weight:500;}
.security-tbl td{border:1px solid #d5d5d5; text-align:center; padding:15px 0;}
.security-tbl td > p{font-size:16px; line-height:30px; color:#4d4c4b; letter-spacing:-0.75px;}
.security-tbl tr.last th, .security-tbl tr.last td{border-bottom:1px solid #939393;}

/* 모바일 */
.mobile-security-container, .mobile-security-container > ul, .mobile-security-container > ul li{width:100%;}
.mobile-security-container{display:none;}
.security-header{font-size:19px; line-height:30px; color:#222; font-weight:400; margin-bottom:3%;}
.security-header:before{display:inline-block; width:9px; height:9px; content:""; vertical-align:middle; background-color:#ed5117; border-radius:9px; -moz-border-radius:9px; -webkit-border-radius:9px; margin-right:5px;}
.security-group > dl{width:100%; display:table; margin-bottom:3%;}
.security-group > dl dt, .security-group > dl dd{display:table-cell; vertical-align:middle;}
.security-group > dl dt{width:40%;}
.security-group > dl dd{width:60%;}
.security-step-img > span img{max-width:90%;}
.security-txt{padding-left:2%;}
.security-txt > p{font-size:16px; line-height:30px; color:#4d4c4b; position:relative; padding-left:10px; letter-spacing:-0.25px; word-break:keep-all;}
.security-txt > p:before{display:inline-block; content:""; width:5px; height:5px; background-color:#282828; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position:absolute; left:0; top:12px;}


@media all and (max-width:1220px){
	/* ****************** 테이블 ********************** */
	.security-container{margin-bottom:9%;}
	.security-img-group{padding-bottom:2%;}
	.security-img-thum{padding-top:30%;}
	.security-txt-group > li{padding-left:2%;}
	.security-txt-group > li p{line-height:26px; letter-spacing:-0.5px;}
}

@media all and (max-width:768px){
	/* ****************** 테이블 ********************** */
	.security-container{display:none;}
	.mobile-security-container{display:block; margin-bottom:7%;}
	.security-txt > p{line-height:26px; letter-spacing:-0.5px;}

	.security-tbl th{padding:2% 0; line-height:26px;}
	.security-tbl th b{font-size:16px;}
	.security-tbl td{padding:2% 0;}
	.security-tbl td > p{font-size:15px; line-height:24px; }
}

@media all and (max-width:480px){
	/* ****************** 테이블 ********************** */
	.security-header{font-size:18px; line-height:26px;}
	.security-header:before{width:7px; height:7px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; margin-bottom:3px;}
	.security-txt > p{font-size:14px; line-height:24px;}
	.security-group > dl{display:block;}
	.security-group > dl dt, .security-group > dl dd{display:block; width:100%;}
	.security-group > dl dt{margin-bottom:3%;}
	.security-step-img > span img{display:block; margin:0px auto; max-width:240px;}
	
	.security-tbl th{letter-spacing:-1px; font-size:14px;}
	.security-tbl th b{font-size:15px; letter-spacing:-1px;}
	.security-tbl td > p{font-size:13px; line-height:22px;}

}


/* ****************** 참가신청 ********************** */
.solution-box{width:100%; margin-bottom:0%;}
.solution-list-container{width:100%; display:table;}
.solution-list-container > li{width:25%; display:table-cell; vertical-align:top; border:1px solid #d5d5d5; border-top:2px solid #000; border-left:0;}
.solution-list-container > li:first-child{border-left:1px solid #d5d5d5;}
.solution-list-container.menu3 > li{width:26%;}
.solution-list-container > li.even{background-color:#f3f3f3;}
.solution-list-container > li dl{width:100%;}
.solution-list-container > li dt{padding:14px 0; border-bottom:1px solid #939393; background-color:#fff; display:table; width:100%;}
.solution-list-container > li dt h4{font-size:18px; line-height:30px; color:#4d4c4b; font-weight:400; letter-spacing:-0.25px; text-align:center; display:table-cell; vertical-align:middle;}
.solution-list-container > li dd{padding:30px 20px;}
.solution-list-container > li dd p{padding-left:10px; font-size:14px; line-height:28px; color:#4d4c4b; letter-spacing:-0.25px; word-break:keep-all; position:relative; margin-bottom:5px;}
.solution-list-container > li dd p:before{display:inline-block; content:""; width:5px; height:5px; background-color:#282828; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position:absolute; left:0; top:12px;}
.solution-list-container > li dd p > b, .solution-list-container > li dd p > strong{color:#0a0a0a; font-weight:500;}
.solution-list-container > li dd p > strong{display:block;}

@media all and (max-width:1220px){
	/* ****************** 참가신청 ********************** */
	.solution-list-container > li dt{padding:12px 0;}
	.solution-list-container > li dt h4{letter-spacing:-0.5px;}
	.solution-list-container > li dd{padding:5%;}
}

@media all and (max-width:768px){
	/* ****************** 참가신청 ********************** */
	.solution-list-container{display:block;}
	.solution-list-container > li, .solution-list-container.menu3 > li{display:block; width:100%; border-left:1px solid #d5d5d5; /*border-bottom:0;*/}
	.solution-list-container > li:last-child, .solution-list-container.menu3 > li:last-child{border-bottom:1px solid #d5d5d5;}
	.solution-list-container > li dt{padding:1% 0; display:block;}
	.solution-list-container > li dt h4{display:block;}
	.solution-list-container > li dd{padding:3%;}
	.solution-list-container > li dd p{line-height:24px; margin-bottom:2%;}
	.solution-list-container > li dd p:last-child{margin-bottom:0;}
}

@media all and (max-width:480px){
	/* ****************** 참가신청 ********************** */
	.solution-box{}
	.solution-list-container > li dt{padding:2% 0;}
	.solution-list-container > li dt h4{font-size:16px; line-height:24px;}
	.solution-list-container > li dd{padding:4%;}
	.solution-list-container > li dd p{font-size:14px; line-height:22px;}
	.solution-list-container > li dd p:before{top:10px;}
}

/* layout */
.container {}
.content_inner {width:100%; min-height:500px; padding:0 0 100px;}/*2017-10-19 min-height 임의 지정*/
.content_inner .con_area {max-width:1170px; margin:0 auto; width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.content_inner .con_area .section {height:100%; border-top:1px solid #e3e3e3; color: #222; font-family: 'Noto Sans KR';}
.content_inner .con_area .tab_menu + .section {margin-top:50px}
/* layout - wide */
.content_inner .con_wide_area {width:100%; background:#f4f4f4;}
.content_inner .con_wide_area.type2 {background:#fff}
.content_inner .con_wide_area .con_tit_box {max-width:1170px; margin:0 auto;}
.content_inner .con_wide_area .section {max-width:1170px; margin:0 auto;}

/* page top content titie*/
.content_inner .con_tit_box {padding:75px 0 46px; text-align:center;}
.content_inner .con_tit {color:#222; font-size:38px; font-family:'Binggrae-Bold';}
.content_inner .con_tit + .con_dep {margin:12px 0 0;}
.content_inner .con_tit_box .con_dep {/*margin:42px 0 50px;*/ color:#222; font-size:20px; line-height:32px; letter-spacing:-0.05em; text-align:center;}
.content_inner .con_tit_box .con_dep .logo {margin:50px 0 30px; display:block;}
.content_inner .con_tit_box .con_dep.no_mb {margin-bottom:0} /* 하단 여백이 없는 경우 사용 */
.content_inner .con_tit_box .con_dep p + .btn {margin-top:25px;}

.con_tit_box.type2 + .section {padding-top:50px}
.con_tit_box.type2 .con_dep {/*margin:34px 0 0; border-top: 1px solid #e3e3e3;*/}
.con_tit_box.type2 p:first-child {margin:50px 0 0;}
.con_tit_box.type2 .sub_tit {display:block; font-size:24px; padding:50px 0 24px}
.con_tit_box.type2 .sub_tit+p {font-size:18px; line-height:30px}

.con_tit_box.type3 + .section {padding-top:50px}
.con_tit_box.type3 .con_dep {margin:34px 0 0; padding:34px 0 0; border-top: 1px solid #e3e3e3;}

.inquiry_wrap .sub_tit {margin-bottom:15px; font-size:18px; text-align:left}
.inquiry_wrap .sub_tit>span {display:inline-block; padding-left:14px; font-size:15px; font-weight:300; color:#666} 
.inquiry_wrap .agree_box {background:#fafafa; padding:25px 7px 30px 25px; border:1px solid #e0e0e0; border-top:1px solid #000; box-sizing:border-box}
.inquiry_wrap .agree_box.scroll {height:276px;}
.inquiry_wrap .agree_box.scroll>div {height:230px;}
.inquiry_wrap .agree_box .dl_list dt {font-size:16px; font-weight:500;}
.inquiry_wrap .agree_box .dl_list dd {margin-top:3px; font-size:16px; color:#666; font-weight:400;}
.inquiry_wrap .agree_box .dl_list dd ul {margin-top:13px}
.inquiry_wrap .agree_box .dl_list dd li {line-height:26px}
.inquiry_wrap .agree_box .dl_list dd .inlist {margin-top:2px}
.inquiry_wrap .agree_box .dl_list dd .inlist > li {margin-top:15px}
.inquiry_wrap .agree_box .dl_list dd .inlist > li:first-child {margin-top:8px}
.inquiry_wrap .agree_box .dl_list dd .inlist  .stit01 {display:block;}
.inquiry_wrap .agree_box .dl_list dd .inlist  .stit01 + ul {margin-top:4px; padding:0}
.inquiry_wrap .agree_box .dl_list dd .cont_desc {margin:3px 0 6px; text-indent:0}

.inquiry_wrap .agree_box .list_1dep li.scont {margin-top:15px}
.inquiry_wrap .agree_box .list_1dep li.scont:first-child  {margin-top:0}

.inquiry_wrap .agree_box .dl_list+.dl_list {margin-top:32px}
.inquiry_wrap .agree_box+.btn_wrap  {margin:30px 0 60px}
.inquiry_wrap .agree_box+.btn_wrap .btn_unit+.btn_unit {margin-left:50px; padding-left:0}
.inquiry_wrap .btn.big01, .inquiry_wrap .btn.big02 {min-width:180px}
.inquiry_wrap .tbl_form .division .tablet_only {display:inline!important; padding-left:20px}


/* [스크롤] */
.scroll { height:200px; padding-right:4px !important}
.scroll>div {height:100px;}
/* scrollabar 초기 세팅 */
.scroll-wrapper {overflow:hidden !important; padding:0 !important; position:relative;}
.scroll-wrapper > .scroll-content {border:none !important; box-sizing:content-box !important; height:auto; left:0; margin:0; max-height:none !important; max-width:none !important; overflow:scroll !important; padding:0; position:relative !important; top:0; width:auto !important;}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {height:0;width:0;}
.scroll-element {display:none;}
.scroll-element, .scroll-element div {box-sizing:border-box;}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {display:block;}
.scroll-element .scroll-bar,.scroll-element .scroll-arrow {cursor:default;}
/* scrollbar 디자인 */

.scroll-bar {height:30px !important;}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div{border:none; margin:0; padding:0; position:absolute; z-index:10;}
.scrollbar-inner > .scroll-element div {display:block; height:100%; left:0; top:0; width:100%;}
.scrollbar-inner > .scroll-element.scroll-x {bottom:2px; height:8px; left:0; width:100%;}
.scrollbar-inner > .scroll-element.scroll-y {height:100%; right:0; top:0; width:7px;}
.scrollbar-inner > .scroll-element .scroll-element_outer {overflow:hidden;}
.scrollbar-inner > .scroll-element .scroll-bar {background:#fafafa; border-radius:3px}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {left:-12px;}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {top:-12px;}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {left:-12px;}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {top:-12px;}



//* btn + ico */
.btn.mid03.link {padding-right:46px}
.btn.mid03.link:before {content:''; position:absolute; top:10px; right:20px; display:block; width:16px; height:16px; background:url('/images/common/ico_mid_sitelink01.png') no-repeat right center}

/* btn_wrap */
.btn_wrap {overflow:hidden; width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:center}
.btn_wrap:after {content:''; clear:both; display:block}
/* col* = '*'는 버튼의 개수 */
.btn_wrap .btn_unit {display:inline; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}

.btn_wrap.col2 .btn_unit {}
.btn_wrap.col2 .btn_unit:nth-child(odd) {padding:0 5px 0 0}
.btn_wrap.col2 .btn_unit:nth-child(even) {padding:0 0 0 5px}

.btn_wrap.col3 .btn_unit {padding:0; width:33%}
.btn_wrap.col3 .btn_unit:nth-child(2) {padding:0 5px; width:34%}

.btn_wrap.col4 {margin-left:-0.7%;}
.btn_wrap.col4 .btn_unit {padding:0 0 0 0.7%; width:25%}

.btn_wrap.line_col1 {}
.btn_wrap.line_col1 .btn_unit:first-child {margin-top:0}
.btn_wrap.line_col1 .btn_unit {margin-top:1.4%; display:block}

.btn_wrap.line_col2 {width:300px; margin:0 auto; }
.btn_wrap.line_col2 .btn_unit:nth-child(1),
.btn_wrap.line_col2 .btn_unit:nth-child(2) {margin-top:0}
.btn_wrap.line_col2 .btn_unit {margin-top:1.4%; display:block; width:50%; float:left;}
.btn_wrap.line_col2 .btn_unit .btn {width:100%}



.radio_area+.radio_area {margin-left:20px}

/* 파일찾기 */
.file_wrap>div {float:left}
.file_wrap:after {display:block; clear:both; content:""}
.file_wrap .file_info {padding-left:20px; line-height:40px}
.file_wrap .fileBox+.fileBox {margin-top:10px}
.file_wrap .fileBox:first-child {margin-top:0}
.file_wrap .fileBox .fileName {display:inline-block; width:292px; height:40px; border-right:none; vertical-align:middle}
.file_wrap .fileBox .btn_file {display:inline-block; height:40px; background:#666; padding:0 33px; color:#fff; font-size:16px; line-height:38px; font-weight:300; text-align:center; border:1px solid #999; box-sizing:border-box} /* 2017-11-14 */
.file_wrap .fileBox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}


/* [박스 타입] */
.box_wrap {padding:43px 10px 45px; background:#fafafa; text-align:center; box-sizing:border-box; border:1px solid #e0e0e0}
.box_wrap .tit {font-size:24px; font-weight:500}
.box_wrap .txt {margin:30px 0; font-size:18px; color:#444}
.box_wrap .small_txt {font-size:16px;}
.box_wrap .bold {font-weight:500;}
.box_wrap+.btn_wrap {margin-top:50px}

/* [input] */
/* input style */
input[type=text] {padding:10px 20px; font-size:14px; color:#666; font-weight:300; border:1px solid #e0e0e0; box-sizing:border-box}

/* radio button */
/*
input[type=radio] {border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
*/
input[type=radio]+label {position:relative; display:inline-block; padding-left:40px; min-height:30px; line-height:30px; background:url("/images/ico_radio_off.png") no-repeat; cursor:pointer; font-size:16px; color:#666; }
input[type=radio].design+label {padding-left:30px; min-height:20px; line-height:20px; background:url("/images/common/ico_radio02_off.png") no-repeat; color:#222}
.checked input[type=radio]+label {background:url("/images/ico_radio_on.png") no-repeat; color:#ec1d25; font-weight:500}
.checked input[type=radio].design+label {background:url("/images/ico_radio02_on.png") no-repeat; color:#222; font-weight:300}
.radio_area+.radio_area {margin-left:20px}


/* 자료입력 서식형 (tbl_form_wrap) */
.tbl_form_wrap+.btn_wrap {margin-top:40px}
.tbl_form {border:1px solid #e0e0e0; border-top:1px solid #000}
.tbl_form th {background:#fafafa; padding:18px 0; font-size:16px; font-weight:500; border-top:1px solid #e0e0e0}
.tbl_form td {background:#fff; padding:15px; font-size:16px; border-left:1px solid #e0e0e0; border-top:1px solid #e0e0e0}
.tbl_form tr:first-child th,
.tbl_form tr:first-child td {border-top:none}
.tbl_form .sel_cte {height:40px; padding:0 0 0 19px; font-size:14px; color:#666; font-weight:300; line-height:40px; border:1px solid #e3e3e3; box-sizing:border-box; background-position:90% center}
.tbl_form textarea {min-height:188px; padding:18px 19px; font-size:14px; color:#666; font-weight:300; box-sizing:border-box} /* 2017-11-15 */
.tbl_form .dash {display:inline-block; margin:0 9px; font-size:24px; color:#777; font-weight:300;}
.tbl_form .division>div {display:inline-block; position:relative; box-sizing:border-box}
.tbl_form .division.radio>div:first-child {margin-right:20px}
.tbl_form .bold {font-weight:500}

select::-ms-expand { display: none; }
select , .sel > select  {height:30px; margin:0; padding:0; appearance: none; -webkit-appearance: none; -moz-appearance: none;background:url('/images/ico_arr_off.png') no-repeat 96.3% center; border:none; font-size:16px; line-height:30px; word-wrap:break-word; color:#000}
textarea {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; height:63px; padding:8px; border:1px solid #ccc; font-size:16px; line-height:18px; overflow-y:auto; resize:none; color:#000;}

/* 자료입력 서식형 (tbl_form_wrap) */
.tbl_form_wrap+.btn_wrap {margin-top:40px}
.tbl_form {border:1px solid #e0e0e0; border-top:1px solid #000}
.tbl_form th {background:#fafafa; padding:18px 0; font-size:16px; font-weight:500; border-top:1px solid #e0e0e0}
.tbl_form td {background:#fff; padding:15px; font-size:16px; border-left:1px solid #e0e0e0; border-top:1px solid #e0e0e0}
.tbl_form tr:first-child th,
.tbl_form tr:first-child td {border-top:none}
.tbl_form .sel_cte {height:40px; padding:0 0 0 19px; font-size:14px; color:#666; font-weight:300; line-height:40px; border:1px solid #e3e3e3; box-sizing:border-box; background-position:90% center}
.tbl_form textarea {min-height:188px; padding:18px 19px; font-size:14px; color:#666; font-weight:300; box-sizing:border-box} /* 2017-11-15 */
.tbl_form .dash {display:inline-block; margin:0 9px; font-size:24px; color:#777; font-weight:300;}
.tbl_form .division>div {display:inline-block; position:relative; box-sizing:border-box}
.tbl_form .division.radio>div:first-child {margin-right:20px}
.tbl_form .bold {font-weight:500}
/* btn_wrap */
.btn_wrap {overflow:hidden; width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:center}
.btn_wrap:after {content:''; clear:both; display:block}
/* col* = '*'는 버튼의 개수 */
.btn_wrap .btn_unit {display:inline; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
/* [버튼 ] */
.btn, .btn_txt {position:relative; display:inline-block; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:center; vertical-align:middle;}
.btn+.btn {margin-left:3px}
.btn.big01, .btn.big02 {padding:0 35px; -moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px; height:50px; font-size:18px; line-height:46px;}
.btn.big01 {background:#ec1d25; color:#fff;}
.btn.big02 {background:#fff; color:#444; border:1px solid #bbb }
/* 반응형 클래스 */
.tablet_only {display:none !important}
.mo_only {display:none !important}
.mo_tablet {display:none !important}


@media screen and (max-width: 767px){
	.content_inner .con_tit_box .con_tit + .con_dep {margin:12px 0 0;}
	.content_inner .con_tit_box .con_dep {margin:20px 0 25px; padding:0; font-size:15px; line-height:22px;}
	.content_inner .con_tit_box .con_dep * {font-size:15px}
	.content_inner .con_tit_box .con_dep p {padding:0 10px; color:#222;}
	.content_inner .con_tit_box .con_dep p > br {display:none !important}
	.content_inner .con_tit_box .con_dep p > br.mo_only {display:block !important}
	.content_inner .con_tit_box .con_dep p + .btn {margin-top:20px;}
	.content_inner .con_tit_box .con_dep .logo {margin:25px 0 15px; display:block;}
	.content_inner .con_tit_box .con_dep .logo img {width:50%}
	.con_tit_box.type2 + .section {padding-top:25px}
	.con_tit_box.type2 .con_dep {margin:17px 0 0}
	.con_tit_box.type2 .sub_tit {padding:20px 0 8px; font-size:16px}
	.con_tit_box.type2 .sub_tit+p {font-size:15px; line-height:26px}

	.con_tit_box.type3 + .section {padding-top:0; border-top:none}
	.con_tit_box.type3 .con_dep {margin:34px 0 0; border-top:none}
	
	/* 반응형 클래스 */
	.pc_only {display:none !important}
	.pc_tablet {display:none !important}
	.mo_only {display:block !important; z-index:0}
	.mo_tablet {display:block !important}
	
	
	/* 1:1 이메일문의 */
	.inquiry_wrap .sub_tit {margin-bottom:15px; font-size:13px}
	.inquiry_wrap .sub_tit>span {padding:0; font-size:12px; display:block}
	.inquiry_wrap .agree_box {padding:15px 4px 15px 15px}
	.inquiry_wrap .agree_box .dl_list dt,
	.inquiry_wrap .agree_box .dl_list dd {font-size:12px;}
	.inquiry_wrap .agree_box .dl_list dd li {line-height:19px}
	.inquiry_wrap .agree_box .dl_list dd ul {margin-top:5px; /*margin-left: -30px*/}
	.inquiry_wrap .agree_box .dl_list dd {margin-top:2px}
	.inquiry_wrap .agree_box .dl_list+.dl_list {margin-top:16px}
	.inquiry_wrap .agree_box.scroll {height:138px}
	.inquiry_wrap .agree_box.scroll>div {height:110px}
	.inquiry_wrap .agree_box+.btn_wrap .btn_unit {text-align:right}
	.inquiry_wrap .agree_box+.btn_wrap .btn_unit+.btn_unit {margin-left:0; padding-left:15px; text-align:left; }
	.inquiry_wrap .agree_box+.btn_wrap {margin:10px 0 30px}	
	.inquiry_wrap .tbl_form .division .tablet_only {display:none !important}
	.inquiry_wrap .tbl_form .sub_txt {display:inline!important; padding-left:4px; vertical-align:bottom; font-size:12px; font-weight:300}
	.inquiry_wrap .btn.big01, .inquiry_wrap .btn.big02 {min-width:auto; width:125px} /*2017-11-15*/
	.inquiry_wrap .btn_unit:after {content:''; clear:both; display:block}
	.inquiry_wrap .btn_wrap.col2 {}
	.inquiry_wrap .btn_wrap.col2 .btn_unit:nth-child(odd) {text-align:left}
	.inquiry_wrap .btn_wrap.col2 .btn_unit:nth-child(even) {text-align:left}
	.inquiry_wrap .btn_wrap.col2:after {content:''; clear:both; display:block}

	.btn_wrap.mobile {padding:0 6.25%}
	.btn_wrap.col2 .btn_unit:nth-child(even) {padding-left:3.125%}
	
	.scroll-wrapper > .scroll-content * {font-size:13px; color:#222; line-height:19px}
	
	/* input style */
	input[type=text] {padding:3px 10px; font-size:15px; height:27px; line-height:27px}

	/* radio button */
	input[type=radio]+label {min-height:15px; padding-left:20px; font-size:13px; line-height:15px}
	input[type=radio]+label,
	input[type=radio]:checked+label{background-size:14px 14px}
	input[type=radio].design+label,
	input[type=radio].design:checked+label {min-height:17px; padding-left:22px; background-size:17px 17px; line-height:17px; font-size:12px}

	.radio_area+.radio_area {margin-left:10px}

	/* 파일찾기 */
	.file_wrap {position:relative} /* 17-11-24 수정 */
	.file_wrap .file_cont {float:none; width:100%}
	.file_wrap .fileBox {position:relative;  padding-right:80px; box-sizing:border-box} /* 17-11-24 수정 */
	.file_wrap .fileBox .fileName {height:27px; font-size:12px; border-right:1px solid #e0e0e0}
	.file_wrap .fileBox .btn_file {height:27px; padding:0 16px; position:absolute; top:0; right:0; line-height:24px; font-size:12px; border:none} /* 17-11-24 수정 */
	
	/* [버튼] */
	.btn+.btn {margin:0px 0 0}
	.btn.big01, .btn.big02 {padding:0 5px; -moz-border-radius:18px; -webkit-border-radius:18px; border-radius:18px; height:35px; font-size:14px; line-height:32px;}
	.btn.mid01, .btn.mid02, .btn.mid03 {padding:0 15px; -moz-border-radius:18px; -webkit-border-radius:18px; border-radius:18px; height:35px; font-size:14px; line-height:34px}
	
	.btn.mid02 {background:#444}
	/* btn + ico */
	.btn.mid03.link {padding:0 15px; min-width:125px}
	.btn.mid03.link:before {display:none}
	
		
	/* col* = '*'는 버튼의 개수 */
	.btn_wrap {margin-top:20px}
	.btn_wrap.mobile {padding:0 30px}
	.btn_wrap:first-child {margin-top:0}
	.btn_wrap .btn_unit {width:100%}
	.btn_wrap .btn_unit .btn {width:100%}
	.btn_wrap .btn_unit .btn + .btn {margin:0}

	.btn_wrap.col2 .btn_unit,
	.btn_wrap.col3 .btn_unit,
	.btn_wrap.col4 .btn_unit {float:left}

	.btn_wrap.col2 .btn_unit {width:40%;}
	.btn_wrap.col2 .btn_unit:last-child {width:60%;}
	.btn_wrap.col2 .btn_unit:nth-child(odd) {padding:0 0.7% 0 0}
	.btn_wrap.col2 .btn_unit:nth-child(even) {padding:0 0 0 0.7%}

	.btn_wrap.col3 .btn_unit {padding:0; width:33%}
	.btn_wrap.col3 .btn_unit:nth-child(2) {padding:0 5px; width:34%}

	.btn_wrap.col4 {margin-left:-0.7%;}
	.btn_wrap.col4 .btn_unit {padding:0 0 0 0.7%; width:25%}

	.btn_wrap.line_col1 {width:100%}
	.btn_wrap.line_col1 .btn_unit:first-child {margin-top:0}
	.btn_wrap.line_col1 .btn_unit {margin-top:1.4%}

	.btn_wrap.line_col2 {width:100%}
	.btn_wrap.line_col2 .btn_unit:nth-child(1),
	.btn_wrap.line_col2 .btn_unit:nth-child(2) {margin-top:0}
	.btn_wrap.line_col2 .btn_unit {margin-top:1.4%}

	.inquiry_wrap .btn.big01, .inquiry_wrap .btn.big02 {min-width:auto}
	
	
	.btn_wrap.col2 .btn_unit:nth-child(odd) {text-align:right} /* 17-11-20  추가 */
	.btn_wrap.col2 .btn_unit:nth-child(even) {text-align:left} /* 17-11-20  추가 */
	.btn_wrap.col2:after {content:''; clear:both; display:block} /* 17-11-20  추가 */
	
	/* [테이블] */
	.table_wrap {padding-top:34px}
	.tbl_info {font-size:12px; text-align:right}
	.tbl_ps { text-align:left}
	.tbl_ps * {font-size:13px;}
	
	.tbl_list03 {font-size:15px}
	.tbl_list03 th {padding:7px 5px}
	.tbl_list03 tr td {padding:7px 5px 9px 5px}
	.tbl_list03 tr td > ul li {padding-left:5px; padding-right:5px}
	.col3 tr td > ul li {width:100%; display:block; float:left; padding:0 1%} /* 2017-11-20 width 값 변경 */
	
	/* 입려폼형 테이블 */
	.tbl_form,
	.tbl_form tbody,
	.tbl_form tr,
	.tbl_form th,
	.tbl_form td {display:block}
	.tbl_form tr:after {content:"";display:block;clear:both}
	.tbl_form th,
	.tbl_form td {position:relative; float:left; width:100%;}
	.tbl_form {padding-top:4px; border:none; border-top:1px solid #000}
	.tbl_form th {background:#fff; padding:10px 0 5px; text-align:left; font-size:15px; border:none}
	.tbl_form td {padding:0; font-size:13px; border:none;}
	.tbl_form textarea {min-height:60px; padding:10px; font-size:13px; color:#222}
	.tbl_form .sel_cte,
	.tbl_form input[type=text]{width:100% !important}
	.tbl_form .sel_cte {height:27px; padding-left:10px; font-size:12px; line-height:27px; box-sizing:border-box}
	.tbl_form .division>div {float:left; width:33%; padding-left:13px; margin-left:-1px;}
	.tbl_form .division:after {content:''; clear:both; display:block}
	.tbl_form .division>div:first-child {padding-left:0; margin-left:0}
	.tbl_form .division>div:nth-child(2) {width:34%}
	.tbl_form .division>div .dash {position:absolute; top:2px; left:4px; margin:0; font-size:14px}
	.tbl_form .division.radio>div:first-child {width:55%; margin-right:0; padding:0;}
	.tbl_form .division.radio>div {width:45%; padding-left:10px; margin-left:-1px; height:27px; }
	.tbl_form .division.radio .radio_area {line-height:25px; vertical-align:middle}
	.tbl_form .file_info {padding:5px 0 0 0; font-size:12px; line-height:16px}
	.tbl_form_wrap+.btn_wrap {margin-top:25px !important}
	.tbl_form.line {padding-top:6px}
	.tbl_form.line th {padding:12px 0 0 0;}
	.tbl_form.line td {padding:12px 0; border-bottom:1px solid #e3e3e3;}
	
		
	}
	
	/* 조직구성원 */
.org-box{margin:0 auto; padding:0; width:100%; clear:both; overflow:hidden; position:relative; z-index:1}
.org-box>li{float:none; margin:0; padding:0 0 40px 0; position:relative; line-height:100%; width:100%; text-align:center;}
.org-box>li:after{clear:both;display:block;content:'';width:1px;height:145px; background:#d3d3d3; position:absolute; left:50%; z-index:1}

.org-box span{display:block; font-size:80%;  line-height:130%; padding-top:3%}
.org-box span hr{display:block; margin:0; padding:0; font-size:0; border:none;}

.org.ceo {margin:0 auto; padding:0; width:30%; position:relative; z-index:22;}
.org.ceo  p{ margin:0; padding:30px 0; font-size:20px; color:#fff; ; line-height:100%; background:#3466ad; position:relative; z-index:22; border-radius:35px;}


.org-box p.line{ margin:40px auto; padding:0; width:67.4%; clear:both; overflow:hidden; height:1px; position:relative; background:#d3d3d3; font-size:0px; line-height:100%;}
.org-box p.line1{ margin:-40px auto 40px 86px; padding:0; width:85.72%; /*width:14.1%;*/ clear:both; overflow:hidden; height:1px; position:relative; background:#d3d3d3; font-size:0px; line-height:100%;}
.org-box p.line:first-child{margin-bottom:0;}


.org.Bqua.Left{margin-left:10%;}
.org.Bqua.Left:after{clear:both;display:block;content:'';width:100%; height:1px; background:#d3d3d3; position:absolute; top:40%; right:-100%; z-index:1;}
.org.Bqua.Right:after{clear:both;display:block;content:'';width:100%; height:1px; background:#d3d3d3; position:absolute; top:40%; left:-100%; z-index:1;}
.org.Bqua.Right{margin-right:10%;}
.org.Bqua{ margin:0 auto; padding:0 0 40px 0; width:20%; position:relative; z-index:22}
.org.Bqua p{ margin:0; padding:30px 0; font-size:18px; color:#fff; ; line-height:100%; background:#4e4e4e; background-position:50% 44%; border-radius:35px;}
.org.Bqua p strong{display:block; font-size:20px; font-weight:400;}


.org.Bqua1{ margin:0 0 0 1%; padding:40px 0; width:32.65%; float:left; position:relative; z-index:22;}
.org.Bqua1:nth-child(2){margin:0;}
.org.Bqua1 p{ margin:0; padding:30px 0; font-size:18px; color:#fff; ; line-height:100%; background:#00bcf2/*#99b3d6*/; position:relative; z-index:222; border-radius:35px;}
.org.Bqua1 p strong{display:block; font-size:20px; font-weight:400;}
.org.Bqua1 p span{ padding:5% 5% 0 5%}
.org.Bqua1:after{clear:both;display:block;content:'';width:1px;height:100%; background:#d3d3d3; position:absolute; top:0; left:50%; z-index:1;}


.org-Gqua-box{width:13.28%; margin:0 0.5% 0 0.5%; float:left; border:5px solid #e3e3e3; position:relative; z-index:222; background:#fff; border-radius:35px;}
.org-Gqua-box:after{clear:both; display:block; content:''; width:1px; height:40px; background:#d3d3d3; position:absolute; top:-45px; left:50%;}

.org-Gqua-box li{float:none; margin:0; padding:20px 0; min-height:205px; overflow:hidden; border-radius:15px;}
.org-Gqua-box li:first-child{font-size:18px; color:#262626; font-weight:400; line-height:100%; background:#e3e3e3; padding:10px 0 15px 0; min-height:inherit;}

.org-Gqua-box .org-Gqua{margin:0 auto; padding:0; width:100%; clear:both;}
.org-Gqua-box .org-Gqua p{margin:0 auto 15px auto; padding:0; font-size:14px; overflow:hidden; width:80%;}
.org-Gqua-box .org-Gqua p span{float:left; margin:0; padding:0; width:48%; text-align:right;}
.org-Gqua-box .org-Gqua p strong{font-size:16px; color:rgba(79, 79, 79, 0.9); font-weight:400; margin:0; float:right; width:48%; text-align:left;}

/*.org-Gqua-box:nth-child(4):after{top:-86px;}*/

@media all and (max-width:1367px){
.org-box>li{padding:0 0 40px 0;}
.org-box>li:after{height:145px}

.org-box span{ font-size:80%; padding-top:3%}

.org.ceo {width:30%;}
.org.ceo  p{padding:30px 0; font-size:19px;}


.org-box p.line{ margin:40px auto; width:76%;}
.org-box p.line1{ margin:-40px auto 40px auto; width:80%;}


.org.Bqua.Left{margin-left:10%;}
.org.Bqua.Right{margin-right:10%;}
.org.Bqua{padding:0 0 40px 0; width:20%;}
.org.Bqua p{padding:30px 0; font-size:17px;}
.org.Bqua p strong{font-size:19px;}


.org.Bqua1{ margin:0 0 0 1%; padding:40px 0; width:24.25%; float:left;}
.org.Bqua1 p{padding:30px 0; font-size:17px; min-height:135px;}
.org.Bqua1 p strong{font-size:19px;}
.org.Bqua1 p span{ padding:5% 5% 0 5%}



.org-Gqua-box{width:19%; margin:0 0.5% 0 0.5%; float:left; border:5px solid #e3e3e3; }
.org-Gqua-box:after{height:40px; top:-45px;}

.org-Gqua-box li{padding:20px 0; min-height:195px;}
.org-Gqua-box li:first-child{font-size:17px; padding:10px 0 15px 0;}


.org-Gqua-box .org-Gqua p{margin:0 auto 15px auto;font-size:14px; width:96%;}
.org-Gqua-box:nth-child(4):after{top:-86px;}
}
@media all and (max-width:1067px){
.org-box>li{padding:0 0 40px 0;}
.org-box>li:after{height:145px}

.org-box span{ font-size:80%; padding-top:3%; letter-spacing:-0.5px;}

.org.ceo {width:30%;}
.org.ceo  p{padding:30px 0; font-size:18px;}


.org-box p.line{ margin:40px auto; width:76%;}
.org-box p.line1{ margin:-40px auto 40px auto; width:80%;}


.org.Bqua.Left{margin-left:10%;}
.org.Bqua.Right{margin-right:10%;}
.org.Bqua{padding:0 0 40px 0; width:20%;}
.org.Bqua p{padding:30px 0; font-size:16px;}
.org.Bqua p strong{font-size:18px;}


.org.Bqua1{ margin:0 0 0 1%; padding:40px 0; width:24.25%; float:left;}
.org.Bqua1 p{padding:30px 0; font-size:16px; min-height:125px;}
.org.Bqua1 p strong{font-size:18px;}
.org.Bqua1 p span{ padding:5% 5% 0 5%}



.org-Gqua-box{width:19%; margin:0 0.5% 0 0.5%; float:left; border:5px solid #e3e3e3; }
.org-Gqua-box:after{height:40px; top:-45px;}

.org-Gqua-box li{padding:20px 0; min-height:195px;}
.org-Gqua-box li:first-child{font-size:16px; padding:10px 0 15px 0;}


.org-Gqua-box .org-Gqua p{margin:0 auto 15px auto;font-size:13px; width:96%;}
.org-Gqua-box:nth-child(4):after{top:-86px;}
}
@media all and (max-width:967px){
.org-box>li{padding:0 0 30px 0;}
.org-box>li:after{height:135px}
.org-box>li:last-child:after{display:none;}
.org-box span{ font-size:80%; padding-top:3%; letter-spacing:0px;}
.org-box span hr{display:inline-block; padding:0 2px; width:inherit}

.org.ceo {width:50%;}
.org.ceo  p{padding:30px 0; font-size:17px;}


.org-box p.line{ margin:30px auto; width:76%;}
.org-box p.line1{ display:none; visibility:hidden}


.org.Bqua.Left{margin-left:0%;}
.org.Bqua.Left:after{ display:none}
.org.Bqua.Right{margin-right:0%;}
.org.Bqua.Right:after{left:-50%; width:50%}
.org.Bqua{padding:0 0 30px 0; width:40%;}
.org.Bqua p{padding:30px 0; font-size:15px;}
.org.Bqua p strong{font-size:17px;}


.org.Bqua1{padding:30px 0; width:49%; float:left;}
.org.Bqua1:nth-child(odd){margin:0 0 0 2%;}
.org.Bqua1:nth-child(even){margin:0;}
.org.Bqua1 p{padding:30px 0; font-size:15px; min-height:110px;}
.org.Bqua1 p strong{font-size:17px;}
.org.Bqua1 p span{ padding:5% 5% 0 5%}
.org-box p.line{width:51%;}
.org.Bqua1:nth-child(2), .org.Bqua1:nth-child(3){padding-bottom:0;}

.org-box>li:last-child .org-Gqua-box:nth-child(2){margin-top:0;}
.org-Gqua-box:nth-child(2):after{top:-65px}

.org-Gqua-box{width:100%; margin:30px 0 0 0; float: inherit; border:5px solid #e3e3e3; }
.org-Gqua-box:after{height:30px; top:-35px;}

.org-Gqua-box li{padding:20px 0; min-height: inherit;}
.org-Gqua-box li:first-child{font-size:15px; padding:10px 0 15px 0;}


.org-Gqua-box .org-Gqua p{margin:0 auto 15px auto;font-size:13px; width:96%;}
.org-Gqua-box:nth-child(4):after{top:-35px;}
.org-box span br{ display:none;}
}
@media all and (max-width:607px){
.org.Bqua.Right:after{left:-22%; width:22%}
.org.Bqua{padding:0 0 30px 0; width:45%;}

.org.Bqua1{padding:30px 0; width:100%; float: inherit;}
.org.Bqua1:nth-child(odd){margin:0;}

.org-box p.line{width:0; margin:0 auto 30px auto}

.org.Bqua1:nth-child(odd){ padding:0 0 30px 0;}
.org.Bqua1:nth-child(even){padding:0 0 30px 0}

.org.Bqua1 p{min-height: inherit;}
.org-box>li:last-child{margin-top:-30px;}
.org-Gqua-box:nth-child(2):after{top:-33px;}
}
@media all and (max-width:467px){
.org.Bqua.Right:after{left:-8%; width:8%}
.org.Bqua{width:48%;}
}

/*images*/
img {max-width:100%;}

.Left{float:left;}
.Right{float:right;}