/*
Theme Name: Sugarland
Theme URI: http://www.tommusrhodus.com/stack-wordpress-theme/
Version: 1.0.0
Description: Stack WordPress Theme
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: stack
*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom css area in "appearance => customise" from your wp-admin. IF you make edits to this
or any other theme file, they will be lost in a theme update. You have been warned.

*/

/*------------------------------------------------------------------
[Table of contents]
0. Reset
1. Clearfix
2. Typography
3. Headings
4. Main Nav
5. Main Content
6. Background Images
7. Column Grid
8. Content Elements
9. Icons
10. Images
11. Footer
12. Lists
13. Price Tables
14. Blog
15. Circle Animation
16. Responsive Styles
-------------------------------------------------------------------*/

@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: url(./font/NanumGothic-Regular.eot);
  src: url(./font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(./font/NanumGothic-Regular.woff2) format('woff2'),
       url(./font/NanumGothic-Regular.woff) format('woff'),
       url(./font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumGothicBold';
  font-style: normal;
  font-weight: 700;
  src: url(./font/NanumGothic-Bold.eot);
  src: url(./font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(./font/NanumGothic-Bold.woff2) format('woff2'),
       url(./font/NanumGothic-Bold.woff) format('woff'),
       url(./font/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumGothicExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url(./font/NanumGothic-ExtraBold.eot);
  src: url(./font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(./font/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(./font/NanumGothic-ExtraBold.woff) format('woff'),
       url(./font/NanumGothic-ExtraBold.ttf) format('truetype');
}

html,
body,
#content {
	overflow-x: hidden;
}

/* =1. Clearfix
--------------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin: 0 auto;
	display: inline-block;
}
.centered {
	text-align: center;
}
.centered a{
	display:inline-block; width:210px;
	
}
.hidden {
	display: none;
	visibility: hidden;
}
*, *:before, *:after {
	-webkit-font-smoothing: antialiased;
}
/* End Clearfix
--------------------------------------------------------------------------------------------------------*/

/* =2. Typography
--------------------------------------------------------------------------------------------------------*/
html {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 100%;
}
body {
	font-size: 15px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	word-break:keep-all;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	outline: 0;
}
*:focus, *:after:focus, *:before:focus {
	outline: 0;
}
p {
	line-height: 1.5;
	font-size: 15px;
	padding: 0;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	position: relative;
	word-break:keep-all;
}
p a,
p a:hover {
	text-decoration: underline;
}
p.small {
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
p.lefted, .lefted p {
	text-align: left
}
p.large {
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}
.info-box-content p.large {
	max-width: 474px;
}
.extra-padding-top {
	padding-top: 10px;
}
.extra-padding-left {
	padding-left: 40px;
}
.padding {
	padding-left: 3px;
	padding-right: 3px;
}
span.small {
	display: block;
	padding-bottom: 3px;
}
blockquote {
	border: 0;
	font-style: italic;
	position: relative;
	margin: 70px 0 20px;
	font-size: 22px;
	padding: 0;
}
blockquote p,
.post-text blockquote p {
	font-size: 22px;
}
blockquote::before {
	content: "“" !important;
	position: absolute;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	left: 0;
	top: -55px;
	font-weight: 600;
	width: 50px;
	margin-left: -4px;
	letter-spacing: 0.1em;
}
blockquote footer {
	font-style: normal;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 13px;
	position: absolute;
	left: 50px;
	top: -42px;
}
.button {
	border-radius: 30px;
	padding: 10px 25px 0px;
	line-height: 1;
	height: 36px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	
}
.centered .button {
	margin-left: 10px;
	margin-right: 10px;
	
}
.client {
	width: 100%;
	border: 0;
	padding: 0px;
	position: relative;
	opacity: 0.35;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	cursor: pointer
}
.col-lg-12 .client, .col-lg-10 .client {
	width: 16.666%;
	padding: 0 10px;
	float: left;
}
.client:hover, .client.no-link {
	opacity: 1;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	cursor: default
}

/* =3. Headings
--------------------------------------------------------------------------------------------------------*/
#logo {
	display: block;
	position: fixed;
	margin: 0 auto;
	z-index: 1000;
	left: 0;
	width: 260px;
	text-align: center;
	top: 53px;
}
#logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 51%;
}
.hentry h1, h2, h3, h4, h5 {
	line-height: 1.3;
	font-weight: 600;
	display: block;
	position: relative;
	font-family: "Rufina", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -2px;
	margin-top: -5px;
	padding-bottom: 20px;
}
h2 strong {
	font-weight: 700;
	letter-spacing: -2px;
}
h3 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -1px;
}
h4 {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.5px;
}
h5 {
	font-size: 18px;
}
h5 i, h4 i, h3 i, h2 i {
	font-family: "Lora", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.header {
	margin-top: 0px; font-family:Arial; font-weight:600; letter-spacing:0px;
}
.lone-header {
	margin-top: -10px;
}
.more-margin {
	margin-top: 20px;
}

/* =4. Main Nav
--------------------------------------------------------------------------------------------------------*/
#menu-button {
	display: none;
	height: auto;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 1001;
	left: 10px;
	top: 10px;
}
#menu-button .cursor {
	display: block;
	height: auto;
	cursor: pointer;
	padding: 16px 16px 14px 16px;
}
#nav-button {
	display: inline-block;
	width: 16px;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-bar {
	border-radius: 1px;
	display: block;
	width: 16px;
	height: 2px;
	margin: 0px auto 2px;
}
#main-nav {
	position: relative;
	padding: 24px 44px 20px 44px;
	width: 100%;
	text-align: left;
}
#main-nav a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	width: 100%;
	display: block;
	padding: 9px 0 10px;
	font-family: Arial;
	
}
#main-nav a span {
	font-size: 11px !important;
	position: relative;
	top: 1px;
	float: right;
}
#main-nav ul li:last-child a {
	border: 0;
}
#main-nav > ul > li > .sub-nav {
	padding: 10px 0;
}
#main-nav > ul > li > .sub-nav > li > a {
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
	margin: 0;
	border: 0;
	padding: 3px 15px 4px;
}
#main-nav li a.sub-nav-toggle::before {
	position: absolute;
	top: 13px;
	right: 10px;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 13px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	font-family: FontAwesome;
	opacity: 0.4;
	-webkit-transition: .5s right, .5s opacity;
	-moz-transition: .5s right, .5s opacity;
	-o-transition: .5s right, .5s opacity;
	transition: .5s right, .5s opacity;
	-moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
#main-nav li a.sub-nav-toggle:hover::before, #main-nav li a.sub-nav-toggle.active::before {
	opacity: 1;
}
#bottom-header {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: left;
	padding: 0 44px;
}
#bottom-header p.small {
	padding-top: 20px;
	line-height: 1.9;
}
#bottom-header p {
	padding-top: 20px;
	font-size: 13px;
	line-height: 1.5;
}

.company_brochure {
	position:absolute; bottom:10%; text-align:left; left:0%; font-weight:bold; margin-bottom:10px; border-bottom:1px solid #ddd; width:100%;
	padding-bottom:30px; width:70%; margin-left:15%;
}
.brochure_p01 {
	font-family: Arial; font-size:13px; color:#da291c;
}
.brochure_p02 {
	margin-top:0px;
}
.brochure_p02 a {
	display:inline-block; border:1px solid #da291c; /*background:#da291c;*/ width:150px; height:40px; 
	font-size:13px; color:#da291c; text-decoration:none;  font-family: Arial; cursor:pointer;
	line-height:40px; text-align:center;
}
.brochure_p03 {
	margin-top:10px;
}
.brochure_p03 a {
	
}
.brochure_p03 a:link {
	color:#da291c;
}
.brochure_p02 a:hover {
	text-decoration:none; background:#da291c; color:#fff; 
}
.brochure_p03 a:visited {
	text-decoration:none; background:#fff; color:#da291c; 
}
.brochure_p03 a:hover {
	text-decoration:none; background:#da291c; color:#fff; 
}

/* =5. Main Content
--------------------------------------------------------------------------------------------------------*/
#content {
	width: 100%;
	z-index: 55;
}
.container {
	position: relative;
	margin: 0 auto;
}
#background-color {
	display: none
}
.oldie #background-color {
	display: none
}
.pushed-left #content, .pushed-left #header, .pushed-left #footer, .pushed-left #background-color, .pushed-left #logo {
	-webkit-transform: translate3d(260px, 0px, 0px);
	transform: translate3d(260px, 0px, 0px);
}
.pushed-left-alt #content, .pushed-left-alt #header, .pushed-left-alt #footer, .pushed-left-alt #background-color, .pushed-left-alt #logo .no-csstransforms3d .pushed-left #content, .no-csstransforms3d .pushed-left #header, .no-csstransforms3d .pushed-left #footer, .no-csstransforms3d .pushed-left #logo {
	-webkit-transform: translateX(260px);
	-ms-transform: translateX(260px);
	transform: translateX(260px);
}
#content, #header, #footer, .logo-wrapper, #background-color, #logo {
	-webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
	transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	z-index: 101;
	height: 100%;
	padding-top: 123px;
	text-align: center;
}
#content {
	position: relative;
	padding-left: 260px;
	z-index: 100
}
#white-background {
	width: 260px;
	position: fixed;
	height: 100%;
	z-index: 98;
	top: 0;
}
#Container.padding-5 {
	margin: 5px;
	margin-top: 0;
	padding-top: 5px;
}
#Container .mix {
	display: none;
	margin: 0 !important;
	overflow: hidden
}
.full-height .container, .container.full-width, .full-width .col-lg-12 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.full-height-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.info-box-content {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.info-box-content .parent {
	height: 100%;
	width: 100%;
	padding: 45px 90px;
	text-align: center;
}
.container.no-header {
	padding-top: 70px;
	padding-bottom: 70px;
}
.container.no-heading {
	padding-top: 100px;
}
.barrier {
	height: 1px;
	width: 100%;
	position: relative;
	display: block;
}
#fixed-barrier {
	height: 100%;
	width: 1px;
	position: fixed;
	left: 260px;
	top: 0;
	z-index: 111;
}
.full-width, .padding-0 {
	z-index: 112;
	position: relative
}
.heading {
	padding-bottom: 35px;
}

/* =6. Background Images
--------------------------------------------------------------------------------------------------------*/
.background-image {
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	display: block;
	width: 100%;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.height-500 {
	height: 500px;
}
.height-400 {
	height: 400px;
}

/* =7. Column Grid
--------------------------------------------------------------------------------------------------------*/
.borderline {
	height: 2px;
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 20px 0 30px 0;
}
.bottom {
	position: absolute;
	bottom: 40px;
}
.padding-0 .mix {
	padding: 0px;
}
.padding-5 .mix {
	padding: 5px;
}
.padding-0 {
	font-size: 0;
	overflow: hidden;
}
.blog-page .teaser {
	padding: 0;
}
.teaser-content {
	padding: 45px 35px;
}
a .teaser-content h3 {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a:hover .teaser-content h3 {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.teaser-bottom {
	margin-top: 25px;
}
.teaser-bottom p {
	font-size: 85%;
	padding: 15px 0 0 0;
	margin-bottom: 0;
}
.containing-image-wrapper {
	height: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.containing-image-wrapper.right {
	right: 0;
	left: auto;
}
.parent {
	width: auto;
	margin: 0px auto;
	position: relative;
	height: 100%;
	z-index: 11
}
.child {
	text-align: center;
	
}
.child h3 {
	font-family:'NanumGothicBold';
	font-weight:bold;
}

.parent {
	display: table
}
.child {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.child > p {	
	text-align:left;
	padding-left:30px;	
	width:230px;
}
.child > p.the-category {		
	padding-left:0px;	
	
}

/* =8. Content Elements
--------------------------------------------------------------------------------------------------------*/
.overflow, .element {
	overflow: hidden;
}
.relative {
	position: relative
}
.break {
	display: block;
	position: relative;
	height: 40px;
	width: 100%;
}
.medium-break {
	display: block;
	position: relative;
	height: 30px;
	width: 100%;
}
.small-break {
	display: block;
	position: relative;
	height: 20px;
	width: 100%;
}
.tiny-break {
	display: block;
	position: relative;
	height: 10px;
	width: 100%;
}

/* =9. Icons
--------------------------------------------------------------------------------------------------------*/
.social-list {
	padding-bottom: 20px;
	padding-top: 10px;
	margin: 0;
	font-size: 0;
}
.social-list li {
	display: inline-block;
	padding: 0 4px;
	position: relative;
}
.social-list li a i {
	opacity: 0.5;
	font-size: 16px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.social-list li a:hover i {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	opacity: 1;
}
.social-list p {
	margin: 0;
	margin-left: -4px;
}
.social-list.alignright li {
	padding: 0 0 0 10px
}
i.fa {
	margin-right: 3px;
}
p i.fa, .button i.fa {
	font-size: 11px !important;
}
.circled {
	border-radius: 51%;
	width: 36px;
	height: 36px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	display: inline-block !important;
}
.circled i.fa {
	vertical-align: middle;
	display: inline-block;
	font-size: 15px;
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 9px !important;
	opacity: 1;
}
.info-box-content .social-list {
	margin-top: 20px;
	padding-bottom: 0;
}
.fa-comment {
	position: relative;
	top: -1px;
}
.round-button {
	border-radius: 51%;
	height: 66px;
	width: 66px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 15px 0 33px;
}
.round-button i.fa {
	font-size: 18px;
	padding: 0;
	margin: 0;
	padding-top: 21px;
	padding-left: 3px;
}
.round-button i.fa.fa-map-marker {
	font-size: 22px;
	padding: 0;
	margin: 0;
	padding-top: 19px;
	padding-left: 0px;
}
.below-button {
	position: relative;
	top: -18px;
}
.icons {
	position: relative;
	height: 48px;
	width: 48px;
	margin-bottom: 16px;
	margin-top: 5px;
}
.icon-holder {
	position: relative;
	float: left;
	height: 48px;
	width: 48px;
	margin-top: 5px;
}
.centered .icons, .centered .icon-holder {
	float: none;
	display: inline-block;
}
.next-to-icon {
	margin-left: 80px;
	margin-bottom: 15px;
}
.next-to-icon.last {
	margin-bottom: 0
}
.icons {
	position: relative;
	height: 48px;
	width: 48px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: inline-block;
}
.centered .icons, .header-section .icons {
	float: none;
	display: inline-block;
}
.next-to-icon {
	margin-left: 73px;
	margin-top: 10px;
}
.contact-page .icons {
	margin-top: 30px;
}

/* =10. Images
--------------------------------------------------------------------------------------------------------*/
.images {
	display: block;
	position: relative;
}
article .images {
	margin: 40px 0;
}
img {
	max-width: 100%;
	height: auto;
	z-index: 9;
}
.round img {
	border: 0 none;
	border-radius: 50%;
}
.videos {
	width: 1140px;
	height: 650px;
	border: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 35px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.musicWrapper {
	position: relative;
	height: auto;
	margin-bottom: -6px;
	padding: 30px 0 35px;
}
.musicWrapper iframe {
	width: 100%;
	height: auto;
}
.imageWrapper {
	position: relative;
	margin: 25px 0 35px;
}
.sliphoveritemTitle {
	line-height: 1.25;
	display: block;
	position: relative;
	font-family:'NanumGothic';
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.5px;

}
.sliphoveritemTitle span {
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.7;
	letter-spacing: 1px;
	font-family:'NanumGothic';
	padding-left: 1px;
	display: block;
	margin-bottom: 10px;
}
.sliphoveritemTitle i {
	font-family: "Lora", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.overlay {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease 0.0s;
	transition: all 0.2s ease 0.0s;
}
.overlay2 {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease 0.0s;
	transition: all 0.2s ease 0.0s;
}
.covering-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	z-index: 19;
	display: block;
	opacity: 0;
	visibility: hidden;
}
.padding-5 .covering-image {
	padding: 5px;
}
a:hover .covering-image, .team-member:hover .covering-image {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	opacity: 1;
	visibility: visible;
}
.covering-image p, .covering-image h3, .covering-image h2, .covering-image h4, .covering-image h5 {
	bottom: -10px;
	position: relative;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.covering-image h3 {
	margin: 0px;
}
a:hover .covering-image p, a:hover .covering-image h3, a:hover .covering-image h2, a:hover .covering-image h4, a:hover .covering-image h5, .team-member:hover .covering-image h3, .team-member:hover .covering-image p {
	bottom: -2px;
	position: relative;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.info-box-content h3, .info-box-content h2, .info-box-content h4, .info-box-content h5, .info-box-content span {
	margin-bottom: 0;
}
.info-box-content p.small {
	opacity: 0.7;
}
.blank .info-box-content h5, .blank i.fa {
	margin: 0 !important
}
.avatar {
	display: inline-block;
	margin: 10px 0 20px;
	position: relative;
}
.avatar img {
	width: 90px;
	height: 90px;
	border-radius: 51%;
	z-index: 2;
	position: relative;
}
.info-box-content .avatar img {
	width: 64px;
	height: 64px;
}

/* =11. Footer
--------------------------------------------------------------------------------------------------------*/

footer p {
	font-size: 12px;
	display: inline-block;
	padding: 0 25px;
}

/* =12. Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list, .hentry ul:not(.social-list) {
	list-style: disc;
	line-height: 1.5;
	padding: 0px 0px 13px 20px;
	text-align: left !important;
}
ol {
	list-style: decimal;
	line-height: 1.5;
	padding: 0px 0px 13px 20px;
	font-size: 16px;
}
.child ul.unordered-list, .child .hentry ul, .child ol {
	padding: 10px 30px 0 50px;
}
ul.unordered-list li a, .hentry ul li a, ol li a {
	text-decoration: underline;
}
ul.unordered-list li a:hover, .hentry ul li a:hover, ol li a:hover {
	text-decoration: underline;
}
ul.pagination {
	margin-bottom: 10px;
	border-radius: 0;
	margin-top: 10px;
	display: inline-block;
	font-size: 0;
}
ul.pagination li a {
	margin: 0 3px;
	background: none;
	border-radius: 3px;
	font-size: 15px;
}
ul.pagination li a.active {
	padding: 5px 11px;
}
ul.pagination li a.active:hover {
	background: none !important;
	cursor: default;
}

/* =13. Blog
--------------------------------------------------------------------------------------------------------*/
.post-text {
	font-size: 17px;
}
.post-text p {
	max-width: 100% !important;
	padding: 10px 0;
	font-size: 17px;
	text-align:center;
}
.post-text ul.unordered-list, .post-text .header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment {
	padding: 40px 0 0 0;
	position: relative;
	text-align: left
}
.commenter-avatar {
	float: left;
	padding: 0 30px 30px 0;
	width: auto;
}
.commenter-avatar > img {
	width: 65px;
	height: 65px;
	border-radius: 51%;
}
.comment-content {
	float: left;
	width: calc(100% - 95px);
}

/* =14. Price Tables
--------------------------------------------------------------------------------------------------------*/
.price-table {
	text-align: center;
	padding: 0px 35px 35px;
	margin: 15px 0;
	width: 100%;
	position: relative;
	z-index: 1;
}
.price-table h3 {
	padding-bottom: 10px;
}
.price-table p.price {
	font-size: 60px;
	margin-left: -10px;
	font-weight: 400;
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
}
.price-table p.price span {
	font-size: 18px;
	display: inline-block;
	padding-top: 20px;
	padding-right: 5px;
	font-weight: 400;
	vertical-align: top
}
.price-table.highlighted p.price {
	font-size: 68px;
}
.price-table.highlighted p.price span {
	padding-top: 25px;
}
.price-table.highlighted h4 {
	font-size: 28px;
}
.line-through {
	text-decoration: line-through;
}
.price-table .price-details {
	padding: 5px 0;
	display: block;
}
.price-table .heading:after {
	bottom: -5px;
	content: "";
	height: 12px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
}
.price-table .heading:before {
	bottom: -7px;
	content: "";
	height: 12px;
	left: 50%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
	margin-left: -6px;
}
.price-table .heading {
	padding: 10px 0px 12px;
	margin-top: 20px;
	position: relative;
}
.price-table .heading p.small {
	padding-top: 5px;
	margin-bottom: -5px;
	position: relative
}

/* =15. Circle Animation
--------------------------------------------------------------------------------------------------------*/
.round-arrow-wrapper {
	width: 48px;
	height: 48px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.full-height-wrapper .round-arrow-wrapper {
	margin-top: 30px;
}
.arrow-right {
	height: 12px;
	width: 18px;
	display: block;
	position: relative;
	left: 14px;
	background: url(assets/images/arrow-right-white.png) no-repeat;
	background-size: 18px 12px;
}
.arrow-down {
	height: 18px;
	width: 12px;
	display: block;
	position: relative;
	left: 17px;
	background: url(assets/images/arrow-down-white.png) no-repeat;
	background-size: 12px 18px;
	top: -3px
}
.plus {
	height: 48px;
	width: 48px;
	display: block;
	background: url(assets/images/plus.png) center no-repeat;
	background-size: 12px 12px;
}
.round-arrow-wrapper, #nav-button, .round-button {
	position: relative;
}
.round-arrow-wrapper:hover .circle-anim, .menu-trigger:hover + .cursor .circle-anim, a:hover .circle-anim {
	opacity: 1;
}
.circle-anim {
	opacity: 0;
	-webkit-animation: circle 1.2s linear infinite;
	animation: circle 1.2s linear infinite;
	clip: rect(0, 48px, 48px, 24px);
	height: 48px;
	width: 48px;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.social-list .circle-anim {
	opacity: 0;
	-webkit-animation: circle 1.2s linear infinite;
	animation: circle 1.2s linear infinite;
	clip: rect(0, 42px, 42px, 21px);
	height: 42px;
	width: 42px;
	position: absolute;
	left: calc(50% - 21px);
	top: calc(50% - 21px);
}
.comment-form-icon-wrapper .circle-anim {
	opacity: 0;
	-webkit-animation: circle 1.2s linear infinite;
	animation: circle 1.2s linear infinite;
	clip: rect(0, 66px, 66px, 33px);
	height: 66px;
	width: 66px;
	position: absolute;
	left: calc(50% - 33px);
	top: calc(50% - 33px);
}
.round-button .circle-anim {
	opacity: 0;
	-webkit-animation: circle 1.2s linear infinite;
	animation: circle 1.2s linear infinite;
	clip: rect(0, 72px, 72px, 33px);
	height: 72px;
	width: 72px;
	position: absolute;
	left: calc(50% - 36px);
	top: calc(50% - 36px);
}
#logo .circle-anim {
	opacity: 0;
	-webkit-animation: circle 1.2s linear infinite;
	animation: circle 1.2s linear infinite;
	clip: rect(0, 86px, 86px, 43px);
	height: 86px;
	width: 86px;
	position: absolute;
	left: calc(50% - 43px);
	top: calc(50% - 43px);
}
 @-webkit-keyframes circle {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(220deg);
 transform: rotate(220deg);
}
}
@keyframes circle {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(220deg);
 transform: rotate(220deg);
}
}
.circle-anim:after {
	box-shadow: inset #fff 0 0 0 2px;
	-webkit-animation: circleline 1.2s ease-in-out infinite;
	animation: circleline 1.2s ease-in-out infinite;
	clip: rect(0, 48px, 48px, 24px);
	content: '';
	border-radius: 50%;
	height: 48px;
	width: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.social-list .circle-anim:after {
	box-shadow: inset #000 0 0 0 2px;
	-webkit-animation: circleline 1.2s ease-in-out infinite;
	animation: circleline 1.2s ease-in-out infinite;
	clip: rect(0, 42px, 42px, 21px);
	content: '';
	border-radius: 50%;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 0;
}
.comment-form-icon-wrapper .circle-anim:after {
	box-shadow: inset #fff 0 0 0 1px;
	-webkit-animation: circleline 1.2s ease-in-out infinite;
	animation: circleline 1.2s ease-in-out infinite;
	clip: rect(0, 66px, 66px, 33px);
	content: '';
	border-radius: 50%;
	height: 66px;
	width: 66px;
	position: absolute;
	left: 0;
	top: 0;
}
.round-button .circle-anim:after {
	box-shadow: inset #fff 0 0 0 2px;
	-webkit-animation: circleline 1.2s ease-in-out infinite;
	animation: circleline 1.2s ease-in-out infinite;
	clip: rect(0, 72px, 72px, 36px);
	content: '';
	border-radius: 50%;
	height: 72px;
	width: 72px;
	position: absolute;
	left: 0;
	top: 0;
}
#nav-button .circle-anim:after {
	box-shadow: inset #999 0 0 0 1px;
	height: 48px;
	width: 48px;
}
.comment-form-icon-wrapper .circle-anim:after {
	box-shadow: inset #999 0 0 0 1px;
	height: 66px;
	width: 66px;
}
.social-list.not-white .circle-anim:after {
	box-shadow: inset #999 0 0 0 1px;
	height: 42px;
	width: 42px;
}
@-webkit-keyframes circleline {
	 0% {
	 -webkit-transform: rotate(-140deg);
	 transform: rotate(-140deg);
	}
	 50% {
	}
	 100% {
	 -webkit-transform: rotate(140deg);
	 transform: rotate(140deg);
	}
}
@keyframes circleline {
	 0% {
	 -webkit-transform: rotate(-140deg);
	 transform: rotate(-140deg);
	}
	 50% {
	}
	 100% {
	 -webkit-transform: rotate(140deg);
	 transform: rotate(140deg);
	}
}

/* End Circle Animation
--------------------------------------------------------------------------------------------------------*/

html {
	overflow: hidden;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	overflow-x: auto;
}
.wrapper.hide2 {
	overflow: auto;
	width: 100%;
	height: 100%;
	position: fixed;
}
body {
	overflow: hidden;
}
#menu-button.open #nav-button span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu-button.open #nav-button span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu-button.open #nav-button span:nth-child(3) {
	display: none;
}
#ajax-content {
	height: 100%;
	width: 100%;
	position: fixed;
	opacity: 0;
	z-index: 9999;
	filter: alpha(opacity=0);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	visibility: hidden;
}
#ajax-content.visible {
	height: 100%;
	z-index: 9999;
	opacity: 1;
	filter: alpha(opacity=1);
	visibility: visible;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#ajax-content .ajax-sidebar {
	width: 0;
	height: 100%;
	float: right;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 999;
}
#ajax-content.visible .ajax-sidebar {
	float: right;
	width: 380px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.ajax-sidebar #project-title {
	padding: 55px;
	width: 380px;
	height: 100%;
}
#ajax-content .ajax-slider {
	opacity: 0;
	float: left;
	width: auto;
	height: 100%;
}
#ajax-content.visible .ajax-slider {
	width: auto;
	float: left;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
#ajax-content.visible .ajax-slider figure.images {
	max-height: 100vh;
	text-align: center;
}
#ajax-content.visible .ajax-slider figure.images img {
	display: inline-block;
	width: auto;
	max-height: 90vh;
	padding: 0 5%;
}
.ajax-close {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: absolute;
	top: 28px;
	right: 28px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999999;
	background: url(assets/images/bg-close-dark@2x.png) center no-repeat #fff;
	background-size: 36px 36px;
	opacity: 0
}
.ajax-close.test {
	opacity: 1
}
.ajax-prev {
	background: url(assets/images/bg-prev@2x.png) center no-repeat #fff;
	background-size: 48px 48px;
	display: block;
	position: absolute;
	width: 54px;
	height: 74px;
	top: 50%;
	margin-top: -34px;
	left: 25px;
}
.ajax-next {
	background: url(assets/images/bg-next@2x.png) center no-repeat #fff;
	background-size: 48px 48px;
	display: block;
	position: absolute;
	width: 54px;
	height: 74px;
	top: 50%;
	margin-top: -34px;
	right: 25px;
}
#project-slider {
	position: relative;
}
.ajax-more {
	display: none;
}

@media only screen and (max-width : 768px) {
.ajax-more {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
	z-index: 99999;
}
#ajax-content.visible .ajax-sidebar {
	position: absolute;
	width: 0;
	right: 0;
}
#ajax-content.visible .ajax-sidebar.collapsed {
	width: 100%;
}
#ajax-content.visible .ajax-slider {
	width: 100%;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}
.ajax-sidebar #project-title {
	padding: 40px;
	margin: 0 auto;
	margin-top: 30px;
	width: 300px;
	text-align: center;
}
.bottom {
	position: relative;
	padding-top: 20px;
	bottom: auto
}
#project-title h3 {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.5px;
}
.ajax-more {
	font-size: 12px;
}
.ajax-prev, .ajax-next {
	display: none !important;
}
#project-title .child {
	vertical-align: top;
}
}

input, textarea, select {
	font-size: 15px;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 0;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	float: none;
	display: block;
	margin: 0px;
	-webkit-appearance: none;
	background: none
}
textarea {
	resize: none;
}
.loader {
	display: none;
}
textarea, select, input:not([type="submit"]):not([type="image"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
	display: block;
	width: 100%;
	padding: 12px 15px 14px;
	margin-bottom: 10px;
	text-align: left;
	border-radius: 3px;
	line-height: 20px;
}
textarea {
	height: 200px;
	resize: none;
}
.input-wrapper {
	position: relative;
}
.send-btn {
	border-radius: 30px;
	padding: 10px 25px 12px;
	line-height: 1;
	height: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	background:#333;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/21px "Lato", Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size:13px; font-weight:400;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(assets/images/ajax-loader2.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -60px;
	left: -24px;
	margin-left:50%;
	width: 48px;
	height: 48px;
	background: url(assets/images/bg-close@2x.png) center no-repeat;
	background-size:36px 36px;
	cursor: pointer;
	z-index: 8040;
}


.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 58px;
	height: 78px;
	margin-top: -39px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible !important;
}

.fancybox-prev span {
	left: -90px;
	width: 58px;
	height: 78px;
	background: url(assets/images/bg-prev@2x.png) center no-repeat #fff;
	background-size:48px 48px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-next span {
	right: -90px;
	width: 58px;
	height: 78px;
	background: url(assets/images/bg-next@2x.png) center no-repeat #fff;
	background-size:48px 48px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:rgba(0, 0, 0, 0.92);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: 16px "Lato", Arial, Helvetica, sans-serif;
	margin: 0; font-weight:400;
	 font-style:normal;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@font-face{font-family:'FontAwesome';src:url('assets/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@media only screen and (min-width: 992px) {
	.container {
		width: 910px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	#content {
		position: absolute;
		padding-left: 0px;
		z-index: 102
	}
	header {
		position: absolute;
		min-height: 100%;
		height: auto;
		padding-top: 53px;
	}
	#background-color {
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 101;
		-webkit-overflow-scrolling: touch;
		top: 0;
		left: 0;
		display: block
	}
	#bottom-header {
		position: relative;
		bottom: auto;
		width: 100%;
		text-align: center;
	}
	#menu-button {
		display: block;
	}
	#fixed-barrier {
		display: none;
	}
	.pushed-left #fixed-barrier {
		left: 0px;
		top: -200px;
		display: block;
		height: calc(100% + 200px);
	}
	#logo {
		background: #fff;
		width: 100%;
		position: relative;
		top: auto;
		padding: 25px 0;
	}
	.pushed-left #logo {
		border-left: 1px solid #d8d8d8;
	}
	.wrapper {
		overflow-x: hidden !important;
	}
	.border-bottom-on-header #logo {
		border-bottom: 1px solid #d8d8d8;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.client {
		width: 33.33333%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.containing-image-wrapper {
		position: relative;
		height: 370px;
	}
	.flex-direction-nav .flex-next {
		right: -15px !important;
	}
	.flex-direction-nav .flex-prev {
		left: -15px !important;
	}
	.extra-padding-left {
		padding-left: 15px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	h2 {
		font-size: 36px;
		line-height: 1.2;
		letter-spacing: -1px;
	}
	.info-box-content .parent {
		padding: 30px;
	}
	.containing-image-wrapper {
		position: relative;
		height: 270px;
	}
	.centered-on-xs {
		text-align: center;
	}
	.col-lg-12 .client {
		width: 50%;
	}
	.teaser-content {
		padding: 25px 15px;
	}
	.comment {
		padding: 30px 0 25px
	}
	.commenter-avatar {
		padding: 0;
		margin: 0 auto;
		width: 150px;
		display: inline-block;
		float: none
	}
	.comment-content {
		padding-top: 20px;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.comment.reply.level-1 {
		padding-left: 0
	}
	.comment-form-wrapper {
		padding-top: 29px;
	}
	.comment-form-icon-wrapper {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.comment-form-icon-wrapper:before {
		display: inline-block;
	}
	.comment-form {
		padding: 0;
	}
	input, textarea {
		width: 100% !important;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
		border: 0;
	}
	.height-500 {
		height: 450px;
	}
}

/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.button {
			padding:11px 25px 0px;
		}
	}
}

/* =5. WordPress Stuff
--------------------------------------------------------------------------------------------------------*/
.screen-reader-text {
	display: none;
}
.vc_section,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vc_section > .vc_row {
	max-width: 90%;
	margin: 0 auto;
}
.teaser-content > .alignleft {
	float: none;
}
p + .small {
	padding-top: 15px;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.vc_row-has-fill {
	position: relative;
}
.vc_row-has-fill:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.vc_row-has-fill > div {
	position: relative;
	z-index: 2;
	margin:120px auto;	
}
.children {
	padding-left: 40px;
}
.comment-wrap {
	padding-bottom: 30px;
}
.wpb_wrapper h2{
	padding-bottom: 0;
	text-shadow:1px 1px 2px #000;
}
.wpb_wrapper p.visual_text, .wpb_wrapper h4 {
	text-shadow:1px 1px 4px #000;
}
.wpb_wrapper p {
	text-shadow:none;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
	display: block;
	font-size: 48px;
	padding-bottom: 15px;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:hover {
	background: none;
	border: none;
	border-radius: 0;
	font-size: 11px;
	font-weight: 600;
	border: 0;
	width: auto;
	height: 88px;
	padding: 58px 0 60px 0;
	margin: 0 20px -2px;
	opacity: 0.5;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: 48px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child) {
	margin-left: 0;
	padding-top: 15px;
	display: block;
}
.single-portfolio #project-title,
.single-portfolio #project-slider {
	display: none;
}

body .wpb_gallery .wpb_flexslider .flex-direction-nav a { margin: 0px 0 0; z-index:20; display: block; position: absolute; top: 50%; margin-top:-32px; cursor: pointer; text-indent: 9999px; opacity: 1; -webkit-transition: all 0.2s  ease-in-out 0s; -moz-transition: all 0.2s  ease-in-out 0s; -o-transition: all 0.2s  ease-in-out 0s; transition: all 0.2s  ease-in-out 0s; display:inline-block; width:54px; height:54px; line-height: 999px;
}
body .wpb_gallery .wpb_flexslider .flex-direction-nav .flex-next {background:url(assets/images/bg-next.png) center no-repeat #fff; background-size:24px 24px; right: -55px; border: 0; }
body .wpb_gallery .wpb_flexslider .flex-direction-nav .flex-prev {background:url(assets/images/bg-prev.png) center no-repeat #fff; background-size:24px 24px; left: -55px; border: 0; }

body .flexslider {
	border: none;
	box-shadow: none;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
	display: none;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list {
	margin-bottom: 30px;
}
p:empty {
	/* display: none !important;*/
}
.hentry ul:not(.tabs-content), .hentry ol,
.wpb_text_column ul,
.wpb_text_column ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-position: inside;
}
.hentry ul ul, .hentry ol ol,
.hentry ol ul, .hentry ul ol,
.wpb_text_column ul ul, .wpb_text_column ol ol {
	margin: 0 0 0 40px;
	font-size: 1em;
}
.hentry ul ul li, .hentry ol ol li,
.hentry ol ul li, .hentry ul ol li,
.hentry ul li, .hentry ol li {
	margin-bottom: 0;
}
.hentry ul:not(.tabs-content),
.wpb_text_column ul,
ul.accordion ul {
	list-style-position: inside;
	margin-left: 20px;
}
.hentry ol,
.wpb_text_column ol,
ul.accordion ol {
	list-style-position: inside;
	margin-left: 20px;
}
.hentry table,
.wpb_text_column table {
	margin-bottom: 25px;
}
.hentry table tr,
.hentry table td,
.hentry table th,
#wp-calendar table tr,
#wp-calendar table td,
.wpb_text_column table tr,
.wpb_text_column table td {
	padding: 10px 15px;
}
.hentry table,
.wpb_text_column table {
	text-align: left;
	width: 100%;
}
.hentry table td,
.hentry table th,
.wpb_text_column table td,
.wpb_text_column table th {
	padding: 15px;
}
.hentry table th {
	background: none;
}
table {
	max-width: 100%;
}
.sticky {
}
.bypostauthor img.avatar {
}
.screen-reader-text {
	display: none;
}
select {
	max-width: 100%;
}
.alignleft,
.aligncenter,
.alignright,
.alignnone {
	margin-bottom: 25px;
}
.alignnone {
	display: block;
}
.alignleft { 
	float: left; 
	margin: 0 30px 30px 0 !important;
}
.alignright { 
	float: right; 
	margin: 0 0 30px 30px !important;
}
.aligncenter { 
	display: block; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center; 
}
figure.aligncenter a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.wp-caption { 
	max-width: 100%; 
	text-align: center; 
}
.wp-caption img {
	margin-bottom: 10px;
}
.gallery-caption { 
	margin: 20px 0; 
	max-width: 100%; 
	text-align: center; 
	z-index: 999; 
}
.wp-caption-text, 
.gallery-caption-text { 
	margin: 6px 0; 
	font-style: italic; 
	font-size: 95%; 
	line-height: 120%; 
}
.aligncenter { 
	text-align: center;
}
dd {
	margin-bottom: 25px;
}
dt {
	margin-bottom: 10px;
	font-size: 18px;
}
.widget_rss li {
	margin-bottom: 20px; padding-bottom: 20px;
}
.widget_rss li .rsswidget, .widget_rss li cite {
	font-weight: bold; display: block;
}
.widget_rss li .rss-date {
	display: block; margin-bottom: 10px;
}
.widget_rss li cite {
	margin-top: 10px;
}
.widget address {
	margin-bottom: 0;
}
.icon-image {
	max-width: 48px;
}
.hentry hr {
	clear: both;
}
.widget {
	margin-bottom: 30px;
}
a + form,
p + form {
	margin-top: 30px;
}
.nothing-found {
	padding: 100px 0;
	max-width: 600px;
	margin: 0 auto;
}
.full-width .the-category {
	text-transform: uppercase;
	text-align:center;	
	width:100%;
}


/* 서브 */

.sub_tap {
	max-width:500px; margin:50px auto 0px auto; 
}
.sub_tap:after, .about_ul:after, .history_ul:after, .history_ul02:after  {
	display:block; content:''; clear:both;
}
.sub_tap li {
	float:left; width:50%; height:65px;
}
.sub_tap li a {
	display:inline-block; width:100%; height:100%; text-align:center; font-family:'NanumGothic'; font-variant:small-caps;
	border:1px solid #e8e8e8; line-height:65px; font-size:20px; font-weight:600; color:#6d6d6d; letter-spacing:1px;
	
}
.sub_tap_1 {
	max-width:500px; margin:50px auto 0px auto; 
}
.sub_tap_1 li a {
	font-size:17px;
}
.sub_tap li a.tap_on {
	background:#da291c; color:#fff; border:1px solid #da291c;
}
.about_ul {
	margin-top:80px; border-bottom:1px solid #ddd; padding-bottom:140px;
}
.about_ul li {
	float:left; width:50%;
}
.about_ul li:nth-child(2) {
	padding-left:6%;
}
.about_copy {
	font-family: Arial; color:#262626; font-size:75px; font-weight:600;
	letter-spacing:-5px; line-height:89px; margin-bottom:30px;
}
.about_text01 {
	  font-family: 'NanumGothicExtraBold'; font-size:30px; color:#262626;
}
.font_normal {
	 font-family: 'NanumGothic';
}
.about_text02 {
	 font-family: 'NanumGothic'; font-size:18px; color:#848484; line-height:35px;
	 margin-top:30px;
}
.about_partner {
	 text-align:center;
	margin:0px; padding:0px;
}
.about_partner p {
	position:relative;  font-size:50px; color:#262626; font-family:Arial; font-weight:600;
	display:inline;
}
.title_line01 {
	position:absolute; display:inline-block; top:0px; left:-80px; height:5px; width:60px; background:#262626;
	top:50%; margin-top:-5px; display:none;
}
.title_line02 {
	position:absolute; display:inline-block; top:0px; right:-80px; height:5px; width:60px; background:#262626;
	top:50%; margin-top:-5px; display:none;
}
.history_wrap {
	position:relative; margin-top:280px; 
}
.history_title_wrap {
	position:absolute; left:50%; top:-160px; margin-left:-600px
}
.history_title {
	color:#000;  font-family:'NanumGothicExtraBold'; font-size:40px; letter-spacing:2px;
}
.history_title_wrap p {
	font-size:20px; color:#848484; ;  font-family: 'NanumGothic'; line-height:35px;
	letter-spacing:1px; margin-top:15px;
}
.history_color {
	color:#da291c;   font-family: 'NanumGothicExtraBold';
}
.history_color02 {
	color:#000000;   
}
.history_bg {
	position:absolute; bottom:-97%; right:21%; 
	background:url('../../../wp-content/uploads/2018/11/history_bg.png') 0 0 no-repeat;
	width:480px; height:587px; 
	display:none; 
}
.history_ul {
	position:relative; margin-top:130px;
}
.history_ul li {
	position:relative; float:left; width:50%; padding-top:50px;
}
.history_ul li:nth-child(1) {
	text-align:right; padding-right:5%; border-right:1px solid #ddd; padding-bottom:40px;
}
.history_ul li:nth-child(2) {
	text-align:left; padding-left:5%;
}
.history_circle {
	position:absolute; right:-5px; top:-10px; width:10px; height:10px; background:#d9d9d9;
	border-radius:10px;	
}
.history_circle01 {
	position:absolute; right:-5px; bottom:-10px; width:10px; height:10px; background:#d9d9d9;
	border-radius:10px;
}
.history_ul li:nth-child(1) h2, .history_ul li:nth-child(2) h2 {
	position:relative; font-size:37px; color:#262626;  font-family: 'NanumGothicBold'; letter-spacing:1px;
	margin-bottom:0px; padding-bottom:10px;
	
}
.history_ul li:nth-child(1) h2 span {	
	display:inline-block; position:absolute; top:50%; margin-top:-15px; right:-85px;
	background:url('../../../wp-content/uploads/2018/11/history_bg01.gif') right 0 no-repeat;
	width:61px; height:23px; 	
}
.history_ul li:nth-child(2) h2 span {	
	display:inline-block; position:absolute; top:50%; margin-top:-15px; left:-85px;
	background:url('../../../wp-content/uploads/2018/11/history_bg.gif') right 0 no-repeat;
	width:61px; height:23px; 	
}
.history_ul li:nth-child(1) p, .history_ul li:nth-child(2) p {
	font-size:16px; color:#848484;  font-family: 'NanumGothic'; line-height:33px;
}
.history_ul li:nth-child(1) div.history_2019 {
	position:relative; margin-top:60%; 
}
.history_ul li:nth-child(1) div.history_2017 {
	position:relative; margin-top:60%; 
}
.history_ul li:nth-child(1) div.history_2015 {
	position:relative; margin-top:70%; 
}
.history_ul li:nth-child(2) div.history_2020 {
	position:relative; margin-top:60%; 
}
.history_ul li:nth-child(2) div.history_2018 {
	position:relative; margin-top:60%; 
}
.history_ul li:nth-child(2) div.history_2016 {
	position:relative; margin-top:0%; 
}
.history_ul02 {
	margin-top:200px;	
}
.history_ul02 li {
	float:left; width:46%;
}
.history_ul02 li:nth-child(1) {
	margin-right:8%;
}
.history_ul02 li dt {
	font-size:28px; color:#262626; text-align:center; border-top:8px solid #262626;
	border-bottom:1px solid #262626; padding:15px 0px 20px 0px; 
}
.history_ul02 li dd {
	font-size:16px; color:#848484; line-height:29px; padding-right:6%;
}
.history_icon01 {
	display:inline-block; width:34px; height:33px; background:url('../../../wp-content/uploads/2018/11/hsitory_icon01.png') 0 0 no-repeat;
	margin-right:15px; position:relative; top:5px;
}
.history_icon02 {
	display:inline-block; width:34px; height:33px; background:url('../../../wp-content/uploads/2018/11/hsitory_icon02.png') 0 0 no-repeat;
	margin-right:10px; position:relative; top:0px;
}
.history_ul li:nth-child(1) h2 span.history_img01 {
	position:absolute; top:-360px; left:50%; display:inline-block; 
	background:url('../../../wp-content/uploads/2018/11/history_img07.png') 0 0 no-repeat;
	width:284px; height:356px; margin-left:-215px;
}
.history_ul li:nth-child(1) h2 span.history_img01_1 {
	position:absolute; top:-360px; left:50%; display:inline-block; 
	background:url('../../../wp-content/uploads/2018/11/history_img08.png') 0 0 no-repeat;
	width:284px; height:356px; margin-left:60px;
}
.history_ul li:nth-child(1) h2 span.history_img02 {
	position:absolute; top:-360px; left:50%; display:inline-block; 
	background:url('../../../wp-content/uploads/2018/11/history_img06.png') 0 0 no-repeat;
	width:284px; height:356px; margin-left:60px;
}
.history_ul li:nth-child(1) h2 span.history_img02_1 {
	position:absolute; top:-360px; left:50%; display:inline-block; 
	background:url('../../../wp-content/uploads/2018/11/history_img05.png') 0 0 no-repeat;
	width:284px; height:356px;  margin-left:-215px;
}
.history_ul li:nth-child(1) h2 span.history_img10 {
	position:absolute; left:50%; display:inline-block; 
	background:url('../../../wp-content/uploads/2018/11/history_img10.png') 0 0 no-repeat;
	width:284px; height:356px; margin-left:-215px;
}
.history_ul li:nth-child(1) h2 span.history_img10_1 {
	position:absolute; left:50%; display:inline-block; 
	background:url('../../../wp-content/uploads/2018/11/history_img11.png') 0 0 no-repeat;
	width:284px; height:356px;  margin-left:60px;
}
.history_ul li:nth-child(2) p.history_img03 {
	position:absolute; bottom:-520px; left:0%; 
	background:url('../../../wp-content/uploads/2018/11/history_img04.png') 0 0 no-repeat;
	width:284px; height:356px;
}
.history_ul li:nth-child(2) p.history_img03_1 {
	position:absolute; bottom:-520px; left:43%; 
	background:url('../../../wp-content/uploads/2018/11/history_img03.png') 0 0 no-repeat;
	width:284px; height:356px;
}
.history_ul li:nth-child(2) p.history_img04 {
	position:absolute; bottom:-1000px; left:0%; 
	background:url('../../../wp-content/uploads/2018/11/history_img02.png') 0 0 no-repeat;
	width:284px; height:356px; 
}
.history_ul li:nth-child(2) p.history_img04_1 {
	position:absolute; bottom:-1000px; left:43%; 
	background:url('../../../wp-content/uploads/2018/11/history_img01.png') 0 0 no-repeat;
	width:284px; height:356px; 
}





.reel_wrap {	
	max-width:1400px; 
}
.reel_title_wrap {
	position:relative; padding-top:7%; margin-top:50px;
}
.reel_bg {
	position:absolute; left:0px; top:0px; width:577px; height:488px;
	background:url('../../../wp-content/uploads/2018/11/history_bg05.png') 0 0 no-repeat;
}
.reel_title_text {
	width:74%; height:415px; background:#f5f5f5; margin-left:27%;
	padding-left:17%;  
}

.reel_title_text dl dt {
	position:relative; font-size:30px; color:#262626; padding-top:60px; font-family: 'NanumGothicBold';	
}
.reel_title_text dl dt span {
	font-size:22px; color:#bc8f49;  font-family: 'NanumGothicBold'; margin-left:20px;
}
.display_block {
	display:block;
}
.reel_title_text dl dd {
	font-size:18px; color:#555555; line-height:40px;  font-family: 'NanumGothic'; margin-top:50px;
}
.reel_line {
	position:absolute; display:inline-block; width:100%; height:1px; background:#d4c49b; 
	right:15%; bottom:-15%;
}
.reel_ul {
	margin-top:150px; width:100%;
}
.reel_ul:after {
	display:block; content:''; clear:both;
}
.reel_ul li {
	position:relative; float:left; width:49.5%; text-align:center; 
	
}
.reel_ul li:first-child {
	margin-right:1%;
}

.reel_ul li p {
	width:100%; position:relative; margin:0px; padding:0px; vertical-align:top;
	background:#000;
	
}
.reel_ul li p iframe {
	display:table-cell; width:100%; height:389px; vertical-align:top;
}
.reel_ul li p span.reel_vedio {	
	position:absolute;left:0px; top:-80px; display:inline-block; font-size:28px; font-family: 'NanumGothicExtraBold'; letter-spacing:-1px;
	 height:80px; width:100%; line-height:80px; background:#f5f5f5; color:#000; font-family: 'NanumGothicBold';
	 padding:0px; margin:0px; border-radius:0px 20px 0px 0px;
	 text-align:center; z-index:100;
}
.reel_ul li p span.reel_vedio02 {		
	background:#d4c49b;  color:#fff;
}
.visual_text {
	font-size:21px; width:100%; text-align:center;
}
.display_block {
	display:block;
}
.mobile_ul {
	display:none; margin-top:50px; 
	padding-top:20px;
}
.mobile_ul li {
	text-align:center; margin-bottom:100px; border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.mobile_ul li h2 {
	position:relative; font-size:37px; color:#262626;  font-family: 'NanumGothicBold'; letter-spacing:1px;
	margin-bottom:0px; padding-bottom:10px;	border-top:5px solid #000;
	border-bottom:1px solid #000;
}
.mobile_ul li p {
	font-size:15px; color:#848484; ;  font-family: 'NanumGothic'; line-height:30px;
	letter-spacing:1px; margin-top:15px;
}
.address_wrap {
	padding-left:50px;	
}
.vimeo_btn {
	margin-top:20px;
}
.vimeo_btn img {
	width:140px; height:100%;
}
.overlay, .vc_row-has-fill:before {
	display:none;
}



/* 반응형 */
@media only screen and (max-width: 1650px) {	
	.history_wrap {
		margin-top:50px; 
	}
	.history_title_wrap {
		position:relative; left:0px; top:0px; margin-left:0px;
		text-align:center; width:100%;
	}
	.history_ul {
		display:none;
	}
	.mobile_ul {
		display:block;
	}
	.history_ul02 {
		margin-top:50px;	
	}
	.history_ul02 li {
		width:100%; text-align:center;
		margin-bottom:30px; border-bottom:1px solid #ddd;
	}
	.history_ul02 li dd {
		font-size:16px; color:#848484; line-height:29px; padding-right:0%;
		padding:0px 10px 0px 10px;
	}
	.reel_bg {
		display:none;
	}
	.reel_title_text {
		width:100%; height:100%; margin-left:0%; padding-left:0%; padding-bottom:10px;
		border:1px solid #ddd; background:#fff;
	}
	.reel_title_text dl dt {
		font-size:30px; color:#262626; padding-top:0px; font-family: 'NanumGothicBold';
		text-align:center; padding:30px 0px 30px 0px;
	}
	.reel_title_text dl dd {
		text-align:center; margin-top:30px;
	}
	.reel_line {
		width:96%; right:2%; bottom:0px; 
	}
	.reel_title_wrap {
		position:relative; padding-top:0%; margin-top:0px;
	}
	.reel_ul {
		margin-top:150px; 
	}
	.reel_ul li {
		width:100%; margin-bottom:130px;		
	}
	.reel_ul li dl dt {	
		height:80px; width:100%; line-height:80px; 
	}
	.reel_ul li p {
		
	}
	.reel_ul li p iframe {
		position:relative; width:100%; vertical-align:top;
	}

}

@media only screen and (max-width: 1280px) {	
	.about_ul li {
		width:100%; text-align:center;
	}
	.about_ul li img{
		width:50%; margin:0px auto 20px auto ;
	}
	.about_copy {
		font-size:35px; line-height:35px; letter-spacing:0px;		
	}	
	.about_text01 {
		font-size:26px; 
	}
	.about_text02 {
		font-size:16px; line-height:25px;		
	}
	.display_block {
		display:inline;
	}
	.about_ul {
		margin-top:50px; padding-bottom:30px;
	}
	.sub_tap {
		margin:20px auto 0px auto; 
	}
	.vc_section,
	.vc_section.vc_section-has-fill,
	.vc_section.vc_section-has-fill+.vc_section {
		padding-top:30px;
		padding-bottom:0px;
	}
	.about_partner p {
		font-size:30px; 	
	}
	.vc_row-has-fill > div {		
		margin:30px 0px;; 
	}
	.wpb_text_column:last-child p {
		font-size:17px; width:90%; margin:0 auto;
		line-height:30px;
	}	
	.reel_title_text dl dt span {
		display:block;
	}
	.reel_title_text dl dd {
		font-size:15px; padding:0px 10px; line-height:25px;
	}


}
@media only screen and (max-width: 724px) {
	.history_title_wrap p {
		font-size:15px; letter-spacing:-1px; line-height:25px;
	}
	.mobile_ul li h2 {
		font-size:30px; padding-top:7px;
	}
	.mobile_ul li p {
	font-size:13px; letter-spacing:-0.5px;
	}	
	.history_ul02 li dd {
		font-size:13px; 		
	}
	.history_icon01, .history_icon02 {
		display:none;
	}
	.reel_ul li p span.reel_vedio {	
	top:-50px; display:inline-block; font-size:18px; 
	 height:50px; line-height:50px; background:#f5f5f5; 
	 padding:0px; margin:0px; border-radius:0px 20px 0px 0px;
	 text-align:center; z-index:100;
	}
	.reel_ul li p iframe {
		height:165px; 
	}
	.reel_ul li p span.reel_vedio02 {		
		background:#d4c49b;  color:#fff;
	}
	.address_wrap {
		padding-left:0px; width:100%; margin-top:30px;
	}
	.sub_tap_1 {
		width:80%; margin:0 auto; 
	}
	.sub_tap_1 li a {
		font-size:15px;
	}
	.kboard-search {
		display:none;
	}
	.child > p {	
		text-align:left;
		width:230px;
	}
}








