/* ##### GENERAL CLASS ##### */
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	color: #898989;
	line-height: 1.5em;
	overflow-x: hidden;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: none;
	color: #222;
}
iframe {
	border: 0;
}
p.lead {
	color: #7c7c7c;
}
p.lead2 {
	color: #7c7c7c;
}
p.error {
    color:#c70003;
    }
.no-margin{ margin:0;}

h1, h2, h3, h4, h5, h6, .section-title, .form-group label {
	color: #222;
	font-family: 'Helvetica', sans-serif;
}

blockquote {
	border-color: #dedede;
}

.mask {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#intro-loader {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 157px;
	left: 70px;
	background: url("../images/top/intro_loader.gif");
}

.section-content {
	padding: 90px 0;
}
.section-content2 {
        padding: 65px 0 65px 0;
}
.bgdark {
	background: #F3F3F3;
}
.section-title div {
	font-size: 17px;
	letter-spacing: 1px;
}
.section-title div span {
	display: inline-block;
	color: #7C7C7C;
	text-transform: uppercase;
}
.section-title h1 {
	font-size: 80px;
}
#service_detail .section-title h1 {
	font-size: 52px;
    font-weight:bold;
    line-height: 1.3;
}
.section-title h2 {
	font-size: 80px;
}

.section-title h1, .section-title h2, .section-title h3 {
	color: #000;
	display: inline-block;
}
#logo {
	position: absolute;
	top: 130px;
	left: 70px;
}
#btn_scroll {
	position: absolute;
	left: 70px;	
	bottom: 20px;		
}
.section-title h1 i {
	font-style: normal;
	display: block;
}
.section-title h2 i {
	font-style: normal;
	display: block;
}
.section-title .line {
	width: 90px;
	background: #dedede;
	height: 1px;
	margin: 5px 15px;
}
.section-title .line.big {
	width: 170px;
}
.section-title .lead {
	margin: 65px 20px 0 20px;
}
.section-title .lead2 {
	margin: 25px 20px 0 20px;
}
.section-title .lead3 {
    margin: 60px 20px 0 20px;
}
.section-title .lead strong {
	color: #fff;
	font-weight: 200;
	padding: 0 6px;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
}
.element-line {
	margin-top: 70px;
}
#careers div.element-line {
margin-top: 0px;
margin-bottom: 10px;
}
.panel-default > .panel-heading {
	background: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}
.panel-group {
	border-top: 1px solid #dedede;
}
.panel-group .panel + .panel {
	margin: 0;
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel-default {
	border-bottom: 1px solid #dedede;
}
.panel-group .panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
}
.panel-group .panel-heading .panel-title {
	font-weight: 600;
}
.panel-group .panel-heading a {
	display: block;
}
.panel-group .panel-heading a.collapsed {
	color: #222;
}
.panel-group .panel-body {
	padding-top: 0;
}

.media {
	border-top: 1px solid #dedede;
	padding-top: 25px;
	margin-top: 20px;
}
.media:first-child {
	padding-top: 0;
	border-top: 0;
}
.media > .pull-left {
	margin-right: 25px;
}
.media .media-body .lead {
	margin: 0 0 10px 0;
}

.progress {
	height: 30px;
}
.progress .progress-bar {
	text-align: left;
}
.progress .progress-bar span {
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 15px;
}

.nav-tabs {
	overflow: hidden;
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
	border: 0;
}
.nav-tabs > li > a:hover {
	background: #222;
	border-color: #222;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #dedede;
}
.nav-tabs > li > a {
	font-size: 13px;
	padding: 12px 16px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	border: 1px solid #DEDEDE;
}
.tab-content {
	padding: 15px;
	border: 1px solid #DEDEDE;
}

/* ##### NAV BAR ##### */
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
}

#navigation-sticky-wrapper {
	height: 60px;
}
#navigation-sticky-wrapper is-sticky {
	position: fixed;
	top: 0;
}

.navbar-inner {
	background: none repeat scroll 0 0 #222;
	border-bottom: medium none !important;
	box-shadow: 0 !important;
	transition: all 0.3s ease-out 0s;
	z-index: 10 !important;
}
.navbar-collapse {
	min-height: 60px !important;
}

.navbar-collapse p.nav_logo {
	float:left;
}

.navbar-collapse.in {
	overflow-y: visible !important;
}

.navbar-inner .container {
	padding: 20px 0;
}
.navbar {
	position: relative;
	border: 0;
}
.navbar .nav > li {
	display: block;
	float: left;
}
.navbar .nav > li > a {
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 60px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: #fff;
	box-shadow: none;
	color: #222;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #fff;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #FFFFFF;
	height: 100%;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
.navbar-default .navbar-toggle {
	padding: 0;
	/*margin: 15px 15px 0 0;*/
    margin: 15px;
	border: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
	border: 0;
	outline: none;
}

.dropdown-menu {
	border-width: 0 0 1px 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.dropdown-menu > li > a {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #222;
	background: none;
}

/* ##### HOME SECTION ##### */

.intro-pattern {
    -webkit-background-size:cover !important;
    -moz-background-size:cover !important;
    background-size: cover !important;
	background: url(../images/top/utopia.jpg) no-repeat top center;
}
.intro-pattern .text-slider, .intro-pattern .text-home {
	width: 90%;
	height: 100%;
	margin: 0 5%;
	display: table;
}
.intro-pattern .intro-item {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#home {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
/*#home h1 {
	color: inherit;
	margin: 25px 0;
	color: #fff;
}*/
#home h1 {
	position:absolute;
    left: 70px;	
	top: 0px;    
}
/*#home p.lead {
	margin: 45px 0 50px 0;
	color: #fff;
	font-size: 26px;
}*/
#home p.lead {
	position:absolute;
    left: 70px;	
	top: 230px;   
}
#home .section-title div span {
	color: #fff;
}
#home .section-title .line {
	background: #7C7C7C;
}
#fullscreen-slider {
	display: none;
}
#fullscreen-slider .pattern {
	background: url("../img/pattern.png") repeat;
	width: 100%;
	height: 100%;
}
#cycle-loader {
	height: 32px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 999;
}
#slider_left {
	left: 50px;
}
#slider_right {
	right: 50px;
}
.fullscreen-slider-arrow {
	top: 50%;
	height: 60px;
	position: absolute;
	width: 32px;
	z-index: 9;
	margin-top: -30px;
	cursor: pointer;
}
.fullscreen-slider-arrow:hover {
	margin-top: -28px;
}
.fullscreen-slider-arrow img {
	max-width: 100%;
}
.slide-content {
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.slide-content .text-center {
	vertical-align: middle;
	display: table-cell;
}
div.mc-image {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#text-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: orange;
}

/* Top feed_area*/

	div.feed_blog {
        margin:0 auto;
        width:100%;
		/*border:solid 1px #dedede;*/
        text-align:left;
	}
		div.feed_blog div.news_new_entry {
			height:400px;
			overflow:auto;
		}
		div.feed_blog div.news_new_entry ul {
			list-style:none;
		}
		div.feed_blog div.news_new_entry li {
			padding:0;
			/*border-bottom:solid 1px #dedede;*/
		}

		div.feed_blog div.news_new_entry li span.entry_data {
			font-size:86%;
			/*font-weight:bold;*/
			line-height:1.5;
            letter-spacing:1px;
		}
        div.feed_blog div.news_new_entry li a {
            color: #000;
            text-decoration: underline;
            transition: all 0.3s ease-out 0s;
         }
            div.feed_blog div.news_new_entry li a:hover {
            color: #B8B8B8;
            text-decoration: none;
            transition: all 0.3s ease-out 0s;
         }
/*		div.rss_link {
			width:21px;
			height:21px;
			position:absolute;
			top:0;
			right:0;
		}

			div.rss_link a {
				text-indent:-9999px;
				background:url(../images/top/btn_blog_rss.gif) no-repeat;
				width:21px;
				height:21px;
				display:block;
			}

			div.rss_link a:hover {
				background-position:0 -21px;
			}*/

/* feed_blog_layout
------------------------------------------------------------------- */
div.feed_blog_layout {
    margin-top:0px;
	width:100%;
	position:relative;
}
	.feed_blog_layout .list_line {
		padding:8px 0;
        color: #7c7c7c;
        line-height: 1.8em;
		position:relative;
	}
.feed_blog_left {
	/*left: -80px;*/
	padding-right: 0px;
	/*opacity: 0;*/
	position: relative;
}
.feed_blog_right {
	/*right: -80px;*/
	padding-left: 0px;
	/*opacity: 0;*/
	position: relative;
}




/* ##### PORTFOLIO ##### */
#filters {
	display: block;
	text-align: center;
	margin: 0 0 50px 0;
}
#filters a {
	margin: 10px 4px;
}
#filters a.active span {
	background: #222;
}

#portfolio-wrap {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#portfolio-wrap .portfolio-item {
	float: left;
	position: relative;
}
#portfolio-wrap .portfolio-item img {
	max-width: 100%;
}
#portfolio-wrap .portfolio-item a, #portfolio-wrap .portfolio-item a img {
	position: relative;
	overflow: hidden;
	display: block;
}
#portfolio-wrap .portfolio-item a .hover-items {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}
#portfolio-wrap .portfolio-item a .hover-items span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	height: 110px;
	margin: -55px 0 0 0;
	text-transform: uppercase;
}
#portfolio-wrap .portfolio-item a .hover-items span i {
	color: #fff;
}
#portfolio-wrap .portfolio-item a .hover-items span em.lead {
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
#portfolio-wrap .portfolio-item a .hover-items span em {
	color: #7C7C7C;
	font-style: normal;
	font-size: 12px;
}
#ajaxpage {
	padding: 100px 0;
}
#ajaxpage .section-title {
	margin: 0;
}
#ajaxpage .section-title h1 {
	font-size: 60px;
}
#ajaxpage .section-title h2 {
	font-size: 60px;
}
#ajax-section {
	position: relative;
	background: #f8f8f8;
	text-align: left;
}
#ajax-section #loader {
	width: 100%;
	height: 20px;
	padding: 40px 0 0 0;
	text-align: center;
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
}
#ajax-section #loader.projectError {
	text-align: center;
	height: auto !important;
	background-position: top center;
}
#ajax-section #loader.projectError p {
	display: none;
	padding-top: 16px;
}
#ajax-section #loader {
	background: url("../img/loader.gif") center center no-repeat;
}
#ajax-section #loader.projectError p {
	color: #666 !important;
}
#ajax-content-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ajax-content-inner {
	float: left;
	height: 0;
	opacity: 0;
	width: 100%;
}
#project-navigation {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1;
}
#project-navigation ul {
	margin: 0;
	list-style: none;
	display: none;
	padding: 0;
}
#project-navigation ul li {
	display: inline;
	padding: 0 3px;
}
.project-media, .project-description {
	margin: 70px 0 0 0;
	overflow: hidden;
	display: block;
}
.project-description h4 {
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 0px 10px;
	font-weight: 600;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 0;
}
.project-description .project-details {
	margin-bottom: 50px;
}
.project-description .list-info {
	margin: 0 0 10px 0;
	padding: 13px;
	background: #eaeaea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.project-description .list-info i {
	color: #222;
}
.project-description .list-info span {
	font-weight: 600;
	color: #222;
}
.project-description .list-info em {
	font-size: 12px;
}

/* ##### TEAM ##### */
#team .team-element {
	position: relative;
	display: block;
	overflow: hidden;
}
#team .team-element:hover .team-inner {
	display: block;
}
#team .team-element .team-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	background: rgba(0,0,0,0.8);
}
#team .team-element .team-inner .team-detail {
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
#team .team-element .team-inner .team-detail .team-content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	color: #fff;
}
#team .team-element .team-inner .team-detail .team-content h3 {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
}
#team .team-element .team-inner .team-detail .team-content h3, #team .team-element .team-inner .team-detail .team-content a {
	color: #fff;
}
#team .team-element .team-inner .team-detail .team-content p {
	font-weight: 400;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 18px;
}
#team .team-element .team-inner .team-detail .team-content p.team-content-detail {
	font-weight: 200;
    color: #fff;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 23px;
    opacity: 0.9;
}
#team .team-element .team-inner .team-detail .team-content p, #team .team-element .team-inner .team-detail .team-content a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#team .team-element .team-inner .team-detail .team-content a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#team .team-element .team-inner .team-detail .team-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#team .team-element .team-inner .team-detail .team-content ul li {
	display: inline;
	padding: 0 6px;
}

/* ##### PRICING ##### */
.pricing-5-col .pricing-box {
	width: 20%;
}
.pricing-box {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pricing-box ul {
	margin: 0;
	padding: 0;
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
}
.pricing-box.last ul {
	border-right: 1px solid #EEE;
}
.pricing-box li {
	list-style: none;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: solid 1px #eee;
}
.pricing-box li h4 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.pricing-box li h1 {
	font-size: 45px;
	margin: 0;
	font-weight: 600;
}
.pricing-box li.title-row {
	padding: 15px 0 15px 0;
}
.pricing-box li.price-row {
	background: #f5f5f5;
	padding: 15px 0 15px 0;
}
.pricing-box li.price-row span {
	display: block;
	font-weight: 600;
}
.pricing-box li.btn-row {
	background: #f5f5f5;
}
.pricing-featured {
	z-index: 5;
	-webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	position: relative;
	margin-top: -25px;
}
.pricing-box .pricing-featured li.price-row h1 {
	color: #fff;
}

/* ##### TIMELINE ##### */
.timeline-content #timeline {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: url("../img/timeline.png") repeat-y top center;
}
.timeline-content #timeline .timeline-item {
	clear: both;
	margin-bottom: 0;
	width: 50%;
	float: left;
}
.timeline-content #timeline .post {
	margin: 0 90px 0 0;
	position: relative;
	min-height: 100px;
	background: #fff;
	box-shadow: none;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e1e1e1;
}
.timeline-content #timeline .post-body {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.timeline-content #timeline .post-body .blog-title h1 {
	font-size: 21px;
}
.timeline-content #timeline .post-body .blog-title h1 a {
	color: #222;
}
.timeline-content #timeline .post-body .blog-title, .timeline-content #timeline .post-body .post-text {
	margin: 20px;
}
.timeline-content #timeline .post-body a {
	display: block;
	overflow: hidden;
}
.timeline-content #timeline .post-title {
	margin-bottom: 12px;
	text-transform: uppercase;
}
.timeline-content #timeline .post-info {
	left: 100%;
	margin: -100px 11px 0 11px;
	position: absolute;
	top: 50%;
	width: 160px;
	z-index: 1000;
}
.timeline-content #timeline .post-info .info-date {
	font-size: 17px;
}
.timeline-content #timeline .post-info .info-date small {
	display: block;
}
.timeline-content #timeline .post-info .box-inner {
	display: block;
	width: 113px;
	margin: 10px auto;
}
.timeline-content #timeline .post-info .box-inner img {
	border: 1px solid #e1e1e1;
	padding: 9px;
	background: #fff;
}
.timeline-content #timeline .post-arrow {
	background-image: url("../img/timeline-arrow-right.png");
	background-size: 11px 22px;
	height: 22px;
	left: 100%;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 11px;
}
.timeline-content #timeline .timeline-item:nth-child(2n) {
	float: right;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post {
	margin-left: 90px;
	margin-right: 0;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post-info {
	left: auto;
	right: 100%;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post-arrow {
	background-image: url("../img/timeline-arrow-left.png");
	left: auto;
	right: 100%;
}
.timeline-content .action {
	margin-top: 50px;
}

/* ##### PARALLAX AREA ##### */
.parallax {
    background-image: url('../images/careers/bg.jpg');
    data-stellar-background-ratio:0.6;
    data-stellar-vertical-offset:20;
    
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    -ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/careers/bg.jpg', sizingMethod='scale');
}
.parallax h1 {
	color: #fff;
}
.parallax .social-link span {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
.parallax .social-link .lead {
	margin: 0;
}
.parallax .social-link .hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.15);
}
.parallax-overlay {
	background-color: rgba(0, 0, 0, 0.8);
}
.parallax-box a {
	background: #fff;
	padding: 30px 20px;
	display: block;
}
.parallax-box a:hover i, .parallax-box a:hover h4 {
	color: #fff;
}
.parallax-box a i {
	color: #a4a4a4;
}
.parallax-box a p {
	color: #8d8d8d;
}
.parallax-box h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 12px 0;
}
.parallax-box p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

/* RADIAL PROGRESS BAR */
.circular-content {
	display: inline-block;
	height: auto;
	text-align: center;
}
.cart {
	position: relative;
	overflow: hidden;
	min-height: 388px;
}
.cart .hidden {
	display: none;
}
.easyPieChart {
	position: relative;
	text-align: center;
	margin: 0px auto;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.circular-pie {
	width: 310px;
	height: 310px;
}
.circular-pie span {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	height: 210px;
	width: 210px;
	z-index: 10;
	line-height: 210px;
	border-radius: 100%;
	text-align: center;
	font-size: 68px;
	letter-spacing: -3px;
	color: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.circ_counter_desc {
	margin: 20px 0;
	font-size: 15px;
	text-align: center;
}
.circ_counter_desc .lead {
	color: #fff;
	font-size: 26px;
}

/* NUMBER COUNTER */
.number-counters {
	overflow: hidden;
}
.counters-item {
	overflow: hidden;
}
.number-counters strong {
	color: #FFFFFF;
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
}

.client-list a img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.client-list a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.service-items a, .service-items a h3 {
	color: #222;
}
.service-items h3 {
	font-size: 17px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	margin: 25px 0 20px !important; 
    line-height: 1.4 !important; 
    text-align:center;    
}
.service-items p {
    text-align:left;    
}
/* View detail */
p.view_detail  {
    padding:10px 0;
    text-align:center;
    display:block;
}
p.view_detail a {    
	color: #444;
	display: block;
	font-size: 11px;
	font-weight: 200;
    /*width:150px;*/
	height: 100%;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
    border:solid thin #444;
}

p.view_detail a:hover {
	color: #000;
	height: 100%;
	text-decoration: none;
    border:solid thin #000;
    background-color: rgba(0,0,0,0.1);
	transition: all 0.3s ease-out 0s;
} 
/* View detail2 */
.view_detail2  {
    position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.view_detail2 span {
	display: block;
	position: absolute;
	width: 200px;
	height: 60px;
	border: 2px solid #333;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.view_detail2 span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.view_detail2 span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.view_detail2:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.view_detail2:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
/* View detail3 */
p.view_detail3  {
    padding:10px 0;
    text-align:center;
    display:block;
}
p.view_detail3 a {    
	color: #444;
	display: block;
	font-size: 11px;
	font-weight: 200;
    width:200px;
	height: 100%;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
    border:solid thin #444;
}

p.view_detail3 a:hover {
	color: #000;
	height: 100%;
	text-decoration: none;
    border:solid thin #000;
    background-color: rgba(0,0,0,0.1);
	transition: all 0.3s ease-out 0s;
} 

.call-number {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255,255,255,0.2);
	margin: 20px 0px;
	line-height: 120px;
	font-weight: 600;
	color: #fff;
	display: block;
	font-size: 84px;
}
.call-number a {
	color: #fff;
}
/* ##### Our service ##### */
#service h3 {
    line-height: 1.3;
    margin-bottom:15px;
}
/* ##### Top message ##### */
#topmessages ul.argonautai {
    margin:65px 0 30px 0;
    padding:0 15px !important;
    list-style:none;
    }
#topmessages ul.argonautai li {
    float:left;
    display: block;
    height:auto;
    padding-left:0 !important;
    }
#topmessages span.language {
    color:#B6B6B6;
    }



/* ##### Current openings ##### */
div.careers_list {
    margin-bottom:40px;
}
div.careers_list h3 {
    color:#fff;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.1;
    font-family: 'Helvetica', sans-serif;
}
div.careers_list h4 {
    color:#fff;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom:25px;
    font-weight: 500;
    line-height: 1.1;
    font-family: 'Helvetica', sans-serif;
}
p.careers_text  {
    padding:10px 10%;
}
p.careers_text a {    
	/*color: #666;*/
    color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 200;
	height: 100%;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
    /*border:solid thin #666;*/
    border:solid thin #fff;
}

p.careers_text a:hover {
	color: #fff;
	height: 100%;
	text-decoration: none;
    border:solid thin #fff;
    background-color: rgba(255,255,255,0.3);
	transition: all 0.3s ease-out 0s;
}
ul.careers_list {
    padding-left:20%;
    text-align:left;
    list-style:none;
    color:#7c7c7c;
    background:url(../images/careers/img.jpg) no-repeat top left;
    }
ul.careers_list li {
    color:#7c7c7c;
    line-height:3em;
    }
/* ##### CONTACT ##### */
.form-group {
	position: relative;
}
.form-group label {
	text-transform: uppercase;
}
.form-group label.error {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	text-transform: none;
}
.form-group .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: #DEDEDE;
}
.form-group .form-control:focus {
	border-color: #afafaf;
}
.form-group .form-control.input-lg {
	font-size: 14px;
}
.form-group .form-control.error, .form-group .form-control.error:focus {
	border: 1px solid #DEDEDE;
}
.form-group textarea {
	height: 219px;
	resize: vertical;
}
.form-button {
	margin-top: 50px;
}
.form-respond .content-message {
	margin: 0 0 50px 0;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5;
}
.form-respond .content-message i {
	color: #222;
}
.form-respond .content-message h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0px 0 0;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#map_canvas.map-bg-mobile{ background:url("../img/mobile-map-bg.jpg") no-repeat center;}

/* ##### COMPANY ##### */
.company {
    text-align:center;
    margin-top:65px;
    }
/* service_detail
------------------------------------------------------------------- */
div.service_detail {
    padding:0 20px;
    }
div.service_detail h2 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.4;
    }
div.service_detail p {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.8;
    font-family: 'Helvetica', sans-serif;
    }
/* privacy
------------------------------------------------------------------- */
div.privacy {
    padding:0 20px;
    }
div.privacy h2 {
    margin-bottom: 20px;
    }
div.privacy p {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.8;
    font-family: 'Helvetica', sans-serif;
    }
div.privacy ul {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.8;
    font-family: 'Helvetica', sans-serif;
    }
div.privacy small {
    color: #7c7c7c;
    font-weight: 200;
    line-height: 3;
    font-family: 'Helvetica', sans-serif;
    }
span.privacy_btn  {
    padding:20px 0;
    text-align:center;
    display:block;
}
span.privacy_btn a {    
	color: #444;
	display: block;
	font-size: 13px;
	font-weight: 200;
    width:150px;
	height: 100%;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
    border:solid thin #444;
}

span.privacy_btn a:hover {
	color: #000;
	height: 100%;
	text-decoration: none;
    border:solid thin #000;
    background-color: rgba(0,0,0,0.1);
	transition: all 0.3s ease-out 0s;
}   
/* company Layout
------------------------------------------------------------------- */
div.company_layout {
    margin-top:60px;
/*	border-top:solid 1px #ccc;
	border-bottom:solid 1px #fff;*/
	width:100%;
	position:relative;
}
	.company_layout .list_line {
		/*border-top:solid 1px #fff;*/
		/*border-bottom:solid 1px #ccc;*/
		padding:10px 0;
        color: #7c7c7c;
        line-height: 2.3em;
		position:relative;
	}
    .company_layout .fw500 {
		color: #222;
        font-weight:500;
	}
	.company_layout .list_name span.required {
		margin-left:10px;
        padding:1px 3px;
        color:#fff;
        font-size:10px;
		background:#C70003;
	}
		.company_layout .list_contents .sec_list_line {
			border-top:nome;
			padding:5px 0;
			position:relative;
		}
		.company_layout .list_contents .sec_list_name {
             white-space: nowrap;
		}
		.company_layout .list_contents .sec_list_contents {
			padding:0;
			border:nome;
		}
		.company_layout .list_contents div.list_contents_text {
			padding:3px 0 5px 0;
		}

.form_example {color:#999;}
/* ##### FOOTER ##### */
footer {
	font-size: 11px;
	padding: 30px 0;
	text-align: center;
}
footer .social-icon {
}
footer .social-icon a {
	color: #CFCFCF;
	padding: 0 8px 25px 8px;
	display: inline-block;
}
footer .social-icon a:hover {
	color: #999;
}
p#footer {
    letter-spacing:1px;
    color:#B8B8B8;
    font-weight:200;
}
p#footer a {
color: #7d7d7d;
text-decoration: none;
transition: all 0.3s ease-out 0s;
}
p#footer a:hover {
color: #000;
text-decoration: underline;
transition: all 0.3s ease-out 0s;
}
#back-top {
    padding-top:2px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #222;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
    transition: all 0.3s ease-out 0s;
}
#back-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ##### BLOG PAGE ##### */
.blog-content a {
	color: #222;
}
.blog-text {
	margin: 50px 0 40px 0;
}
.blog-comments {
	margin: 0 0 60px 0;
}
.blog-comments .comment-item .thumb {
	width: 80px;
	height: 80px;
}
.blog-comments .comment-item .thumb-small {
	width: 50px;
	height: 50px;
}
.comment-formular form {
	border-top: 1px solid #DEDEDE;
	margin-top: 20px;
	padding-top: 25px;
}
.comment-formular form .form-group textarea {
	height: 132px;
}
.pager {
	border-top: 1px solid #DEDEDE;
	margin: 0;
	padding-top: 30px;
	font-size: 13px;
}
.pager .puls > a, .pager .pagination li a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pager .puls {
	display: inline;
}
.pager .puls > a {
	color: #fff;
	border: 0;
	background: #222;
	padding: 5px 10px;
}
.pager .puls > a:hover {
	color: #fff;
}
.pager .pagination {
	margin: 0;
}
.pager .pagination li {
	display: inline-block;
}
.pager .pagination li a {
	background: #DEDEDE;
	margin: 0;
	border: 0;
	padding: 7px 10px;
	margin: 0;
	color: #6e6e6e;
}
.pager .pagination li a:hover {
	color: #fff;
}
.pager .pagination li.active a {
	background: #222;
	color: #fff;
}
.widget {
	margin-bottom: 50px;
}
.widget .form-group {
	margin: 0;
}
.widget .widget-title {
	margin: 0 0 20px 0;
}
.widget .widget-title h4 {
	font-weight: 600;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.widget .widget-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .widget-nav li.first {
	padding-top: 0;
}
.widget .widget-nav li {
	padding: 12px 0;
	border-bottom: 1px solid #DEDEDE;
}
.widget .widget-nav li a i {
	padding: 0 10px;
}
.widget .widget-nav li a small {
	display: block;
}
.widget .widget-tag {
	list-style: none;
	padding: 0;
	margin: 0 0 -5px 0;
	overflow: hidden;
	clear: both;
}
.widget .widget-tag li {
	float: left;
	margin: 0 5px 5px 0;
	font-size: 12px;
}
.widget .widget-tag li a {
	display: block;
	padding: 5px 10px;
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}
.widget .post-box.first {
	margin: 0;
	padding: 0;
	border: 0;
}
.widget .post-box {
	overflow: hidden;
	border-top: 1px solid #DEDEDE;
	padding-top: 15px;
	margin-top: 15px;
}
.widget .post-box img {
	float: left;
	margin: 0 8px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget .post-box h5 {
	margin: 8px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

/* ##### EFFECT ##### */
.rotate {
	display: inline-block;
	max-width: 100%;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.zoom img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zoom:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
	-moz-transform: scale(1.2); /* Firefox */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
	-o-transform: scale(1.2); /* Opera */
}
.hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 15px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	line-height: 105px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.no-touch .hi-icon-effect-1 .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.item_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}

/* ##### CUSTOM BUTTON ##### */
.mybutton a:hover, .mybutton button:hover, .mybutton a:focus
.mybutton button:focus {
	outline: none;
}
.mybutton.ultra a, .mybutton.ultra button {
	font-size: 20px;
	line-height: 60px;
}
.mybutton.ultra a span, .mybutton.ultra button span {
	padding: 0 30px;
}
.mybutton.big a, .mybutton.big button {
	font-size: 17px;
	line-height: 50px;
}
.mybutton.big a span, .mybutton.big button span {
	padding: 0 20px;
}
.mybutton.medium a, .mybutton.medium button {
	font-size: 14px;
	line-height: 40px;
}
.mybutton.medium a span, .mybutton.medium button span {
	padding: 0 15px;
}
.mybutton.small a, .mybutton.small button {
	font-size: 12px;
	line-height: 35px;
}
.mybutton.small a span, .mybutton.small button span {
	padding: 0 10px;
}
.mybutton {
	display: inline;
}
.mybutton a, .mybutton button {
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	letter-spacing: 0;
}
.mybutton a span, .mybutton button span {
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
}

.mybutton2 a:hover, .mybutton2 button:hover, .mybutton2 a:focus
.mybutton2 button:focus {
	outline: none;
}
.mybutton2.ultra a, .mybutton2.ultra button {
	font-size: 20px;
	line-height: 60px;
}
.mybutton2.ultra a span, .mybutton2.ultra button span {
	padding: 0 30px;
}
.mybutton2.big a, .mybutton2.big button {
	font-size: 17px;
	line-height: 50px;
}
.mybutton2.big a span, .mybutton2.big button span {
	padding: 0 20px;
}
.mybutton2.medium a, .mybutton2.medium button {
	font-size: 14px;
	line-height: 40px;
}
.mybutton2.medium a span, .mybutton2.medium button span {
	padding: 0 15px;
}
.mybutton2.small a, .mybutton2.small button {
	font-size: 12px;
	line-height: 35px;
}
.mybutton2.small a span, .mybutton2.small button span {
	padding: 0 10px;
}
.mybutton2 {
	display:inline-block;
	position: relative;
	z-index: 1;
}
.mybutton2 a, .mybutton2 button {
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	letter-spacing: 1px;
}

.mybutton2 a span, .mybutton2 button span {
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
}

a, .section-title h1 i, .pricing-box li h1, .slide-content h1 strong, .timeline-content #timeline .post-body .blog-title h1 a:hover, .service-items a:hover, .service-items a:hover h3, .form-group label.error, .blog-content a:hover, .panel-group .panel-heading a, .panel-group .panel-heading a:hover, .media .media-body .lead {
	color: #fff;
}/* COLOR STANDARD */

.section-title .lead strong, .progress .progress-bar, .nav-tabs > li > a, .parallax-box a:hover, .pager .puls > a:hover, .pricing-box .pricing-featured li.price-row, .pager .pagination li a:hover, .widget .widget-tag li a:hover, .hi-icon-effect-1 .hi-icon, .mybutton a span, .mybutton button span, .csstransforms3d .mybutton a:hover span::before, .csstransforms3d .mybutton button:hover span::before, .mybutton2 a span, .mybutton2 button span{
	background: #000;
}/* BACKGROUND STANDARD COLOR */

.nav-tabs > li > a, .form-group .form-control.error, .form-group .form-control.error:focus {
	border-color: #0098f9;
}/* BORDER STANDARD COLOR */

.hi-icon-effect-1 .hi-icon:after {
	box-shadow: 0 0 0 4px #0098f9;
}/* BOX-SHADOW STANDARD COLOR */

.no-touch .hi-icon-effect-1 .hi-icon:hover {
	background: rgba(0,152,249,1);
}/* BACKGROUND STANDARD COLOR(RGBA) */

.parallax-box a:hover p, .parallax-background-color p {
	color: #96cef2;
}/* COLOR LIGHT */

.csstransforms3d .mybutton a span::before, .csstransforms3d .mybutton button span::before, .mybutton2 a::before {
	background: #006db2;
}/* BACKGROUND DARK COLOR */
.pricing-box .pricing-featured li.price-row span {
	color: #006db2;
}/* DARK COLOR */

/* Form Layout
------------------------------------------------------------------- */

div.form_layout {
    margin-top:60px;
/*	border-top:solid 1px #ccc;
	border-bottom:solid 1px #fff;*/
	width:100%;
	position:relative;
}

	.form_layout .list_line {
		/*border-top:solid 1px #fff;*/
		/*border-bottom:solid 1px #ccc;*/
		padding:10px 0;
        color: #000;
        line-height: 2.3em;
		position:relative;
	}

/*	.form_layout .list_name {
		padding:5px 0 0 0;
		width:25%;
		float:left;
	}*/

/*	.form_layout .list_name span {
		padding:0;
		display:block;
	}*/

/*	.form_layout .list_name span.required {
		padding-right:40px;
		background:url(../images/form/required.gif) no-repeat right top;
	}*/
	.form_layout .list_name span.required {
		margin-left:10px;
        padding:1px 3px;
        color:#fff;
        font-size:10px;
		background:#C70003;
	}
	.form_layout .list_contents {
/*		width:75%;*/
/*		float:right;*/
	}

/*	.form_layout .list_contents_inner {
		padding:0 0 0 25px;
		border-left:solid 2px #ccc;
	}*/

		.form_layout .list_contents .sec_list_line {
			border-top:nome;
			padding:5px 0;
			position:relative;
		}

		.form_layout .list_contents .sec_list_name {
/*			padding:6px 0 0 0;
			width:15%;
			float:left;*/
             white-space: nowrap;
		}

		.form_layout .list_contents .sec_list_name  span {
			padding:;
		}

		.form_layout .list_contents .sec_list_contents {
			padding:0;
			border:nome;
			/*width:85%;*/
/*			float:right;*/
		}

		.form_layout .list_contents div.list_contents_text {
			padding:3px 0 5px 0;
		}

.form_example {color:#999;}
.mail_sup1 {
    margin:0;
    padding:5px 0;
    }

.mail_sup2 {
	margin:0 0 10px 0;
	padding:5px 0 0 0;
}

.direct_mail {
	margin:0 0 5px 0;
}
.list_contents_text a {
   color:#B8B8B8;
   text-decoration:underline; 
   transition: all 0.3s ease-out 0s;
    }
.list_contents_text a:hover {
   color:#303030;
    }

/* Input
------------------------------------------------------------------- */

.form_layout input[type=text],
.form_layout textarea,
.form_layout select,
.form_layout option {
	line-height:1.6em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ddd;
}

.form_layout input[type=text]:focus,
.form_layout textarea:focus,
.form_layout select:focus,
.form_layout option:focus {
	background:#FFF8E1;
}

.form_layout input[type=text],
.form_layout input[type=password] {
	padding:4px 6px;
}

.form_layout select {
	padding:4px;
}

.inputarea1, 
.inputarea2,
.inputarea3,
.inputarea4 {
    width:100%;
    }
/*.inputarea1 {width:150px;}
.inputarea2 {width:100px;}
.inputarea3 {width:115px;}
.inputarea4 {width:350px;}*/
.commentarea1 {
	padding:6px;
	width:100%;
	height:150px;
}
.cf:after, .fbox:after, .head_body:after, .navi_sub:after, .navi_main:after, #index_contents:after, #contents:after, .footer_body:after, .social_btn_set ul:after, .local_navi:after, .list_line:after, .form_layout .list_line:after, .form_layout .sec_list_line:after {
clear: both;
}
.cf:before, .cf:after, .fbox:before, .fbox:after, .head_body:after, .navi_sub:after, .navi_main:after, #index_contents:after, #contents:after, .footer_body:after, .social_btn_set ul:after, .local_navi:after, .list_line:after, .form_layout .list_line:after, .form_layout .sec_list_line:after {
content: " ";
display: table;
}
/* Submit & Button
------------------------------------------------------------------- */

.submit {
	padding:20px 0 0 0;
}

	.submit ul {
		margin:0;
		padding:0 0 15px 0;
		position:relative;
		left:50%;
		float:left;
        list-style:none;
	}

	.submit li { 
		padding:0;
		margin:0 10px;
		position:relative;
		left:-50%;
		float:left;
	}

	div.submit input[type=submit].submit_btn_confirm,
	div.submit input[type=submit].submit_btn_send {
		border:none;
        font-weight:bold;
        color:#000;
		background-color:#c0c0c0 !important;
		width:160px;
		height:50px;
		display:block;
		cursor:pointer;
		outline:none;
        transition: all 0.3s ease-out 0s;
	}
	div.submit input[type=submit].submit_btn_back {
		border:none;
        font-weight:bold;
        color:#000;
		background-color:#dedede !important;
		width:160px;
		height:50px;
		display:block;
		cursor:pointer;
		outline:none;
        transition: all 0.3s ease-out 0s;
	}    
 

	div.submit input[type=submit].submit_btn_confirm,
	div.submit input[type=submit].submit_btn_send,
	div.submit input[type=submit].submit_btn_back {
		/text-indent:0;
		/border:none;
	}

	div.submit input[type=submit].submit_btn_confirm {
		background-position:0 0;
	}

	div.submit input[type=submit].submit_btn_send {
		margin-right:15px;
		background-position:-170px 0;
	}

	div.submit input[type=submit].submit_btn_back {
		background-position:-340px 0;
		width:100px;
		height:50px;
	}
		
		div.submit input[type=submit]:hover {
			opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
			filter: alpha(opacity=75); /* IE lt 8 */
			-ms-filter: "alpha(opacity=75)"; /* IE 8 */
			-khtml-opacity: .75; /* Safari 1.x */
			-moz-opacity: .75; /* FF lt 1.5, Netscape */
		}

		div.submit input[type=submit] {
			outline:none;
		}


.pl0 {
    padding-left:0;
}
.pr0 {
    padding-right:0;
}
.plr0 {
    padding-left:0 !important;
    padding-right:0 !important;
}
.mb10 {
    margin-bottom:10px !important;
}
.mb20 {
    margin-bottom:20px !important;
}
.mb30 {
    margin-bottom:30px !important;
}
.mb40 {
    margin-bottom:40px !important;
}
.mb50 {
    margin-bottom:50px !important;
}
.mb65 {
    margin-bottom:65px !important;
}
.mb70 {
    margin-bottom:70px !important;
}
.np {
    white-space: nowrap;
}
.fw {
    font-weight:bold;
}
.fc_g {
    color: #7c7c7c;
}
.fc_b {
    color: #222222;
}
.tx_c {
    text-align : center; 
}

/* button_view */
.button_view {
	display: block;
	width: 99%;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
    	font-size: 11px;
	font-weight: 200;
	text-shadow: none;
	text-transform: uppercase;
    position: relative !important;
    -webkit-perspective: 2000 !important;
	perspective: 2000 !important;
	/*-webkit-perspective: 300px !important;*/
	/*perspective: 300px !important;*/
}
.button_view::before,
.button_view::after {
	position: absolute;
	z-index: -1 !important;
	display: block;
	content: '';
}
.button_view,
.button_view::before,
.button_view::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.button_view span {
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 40px !important;
	border:solid thin #444 !important;
	text-align: center !important;
	line-height: 38px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: all .3s !important;
	transition: all .3s !important;
	pointer-events: none !important;
}
.button_view span:nth-child(1) {
	background-color: #222 !important;
	color: #fff !important;
	-webkit-transform: rotateX(90deg) !important;
	-moz-transform: rotateX(90deg) !important;
	transform: rotateX(90deg) !important;
	-webkit-transform-origin: 50% 50% -20px !important;
	-moz-transform-origin: 50% 50% -20px !important;
	transform-origin: 50% 50% -20px !important;
}
.button_view span:nth-child(2) {
	background-color: #fff !important;
	color: #444 !important;
	-webkit-transform: rotateX(0deg) !important;
	-moz-transform: rotateX(0deg) !important;
	transform: rotateX(0deg) !important;
	-webkit-transform-origin: 50% 50% -20px !important;
	-moz-transform-origin: 50% 50% -20px !important;
	transform-origin: 50% 50% -20px !important;
}
.button_view:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg) !important;
	-moz-transform: rotateX(0deg) !important;
	transform: rotateX(0deg) !important;
}
.button_view:hover span:nth-child(2) {
	background-color: #222 !important;
	-webkit-transform: rotateX(-90deg) !important;
	-moz-transform: rotateX(-90deg) !important;
	transform: rotateX(-90deg) !important;
}
