/*
 Theme Name: 	Minimable
 Theme URI: 	http://minimable.fedeweb.net/demo
 Description: 	A minimal and scrollable wordpress theme
 Version: 		2.0.1
 Author: 		Fedeweb
 Author URI: 	http://www.fedeweb.net
 Tags: 			minimal,black,light,scrollable
 */

/*
 ===========================
 CONTENTS:

 01 General
 02 Menu
 03 Home Template
 04 Staff Template
 05 Gallery Template
 06 Portfolio Template
 07 Contact Template
 08 Fullwidth Template
 09 Media queries
 ===========================
 */

/* ----------------------------------------------------------------------------------------------------------
 01 General ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */
#prepage {background:#fff;display:block;height:100%;overflow:hidden;position:absolute;right:0;top:0;bottom:0;left:0;width:100%;z-index:9998;}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	/*background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;*/
}

body {
	background: #f9f9f9;
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	color: #2d2d2d;
	font-size:13px;
	line-height:20px;
}

body.single {
	background: #ddd url(libraries/SwatchBook/images/egg_shell.jpg) repeat top left;
}

/* TYPOGRAPY */

@font-face {font-family: 'NovecentowideBookBold';src: url('fonts/2D04C8_0_0.eot');src: url('fonts/2D04C8_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D04C8_0_0.woff2') format('woff2'),url('fonts/2D04C8_0_0.woff') format('woff'),url('fonts/2D04C8_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NovecentowideLightRegular';src: url('fonts/2D04C8_1_0.eot');src: url('fonts/2D04C8_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D04C8_1_0.woff2') format('woff2'),url('fonts/2D04C8_1_0.woff') format('woff'),url('fonts/2D04C8_1_0.ttf') format('truetype');}
h1,h2,h3,h4,h5,h6 {
	font-weight:300;
}
h3 {
	font-size:30px;
	color: #333;
	font-weight:300;
}
p {
	font-weight: 400;
} 

/*custom scrollbar*/
#webModal .modal-content::-webkit-scrollbar,
#mwebModal .modal-content::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

#webModal .modal-content::-webkit-scrollbar-thumb, 
#mwebModal .modal-content::-webkit-scrollbar-thumb {
  /* background: rgba(97, 103, 108, 0.27);  */
  background: rgba(255, 255, 255, 0.28);
}

#webModal .modal-content::-webkit-scrollbar-track, 
#mwebModal .modal-content::-webkit-scrollbar-track {
  background: rgba(245, 245, 245, 0.28); 
}

body {
  scrollbar-face-color: rgba(97, 103, 108, 0.27);
  scrollbar-track-color: rgba(97, 103, 108, 0.27); 
}

.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.clear { clear:both; }
.container { position: relative; }

.container hr {
	width: calc(100% - 15px);
}

.ie .container hr {
	width: calc(100% - 25px);
}

#menu-top{
	z-index: 501;
	position:relative;
}
.hide-menu {
	display:none;
}
li, a, img {
	outline: none !important;
}
section {
	padding-top: 140px; /*110px;*/
	margin-bottom: 150px;
	overflow: hidden;
}
.last-section {
	margin-bottom:120px;
}
.section-title {
	/* font-family: 'NovecentowideBookBold'; */
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-family: "Futura Condensed";
	font-weight: bold;
}
.border {
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
}
a {
	color:#01A3B2;
}
a:hover {
	text-decoration:underline;
	color:#01A3B2;
}
footer {
	margin-bottom:0px;
	background:#000000;
	/* padding:15px 0; */
	color:#fff;
	font-size:12px;
	font-family: 'NovecentowideLightRegular';
}
footer a {
	color:#fff;
	text-decoration:underline;
}
input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	resize:none;
}
.activation-message {
	text-align:center;
	font-size:20px;
	line-height:22px;
	padding:50px;
}
#page-2 .activation-message,#page-3 .activation-message,#page-4 .activation-message,#page-5 .activation-message {
	display:none;
}
.fixed-logo-position { display: none; }
.fixed-logo-position { position: absolute; width: 100%; top:150px; }
.fixed-logo-container { position: relative; }
.fixed-logo {
  position: absolute;
  left: -10px;
  width: 294px;
  height: 192px;
  z-index: 100;
  background:url(img/hnj-big-logo.png) no-repeat;
}


.open-division { cursor:pointer; }
.dialog { z-index: 501 !important; }
.dialog__overlay { z-index: 502 !important; }
.dialog__content { z-index: 503 !important; }

ul.our-value-list {
  list-style-type: none;
  text-align: center;
  margin: 80px 140px;
}
ul.our-value-list li {
  display: inline-block;
  margin: 20px 20px 0;
  vertical-align: top;
}

#maintenanceDialog .dialog__overlay {
	background: rgba(55, 58, 71, 0.2);
}

#webModal, 
#mwebModal {
	width: 710px;
	height: 387px;
	box-shadow: 0 0 35px 6px rgba(0,0,0,0.4);
	background: #fff;
	color: #666871;
	text-align: center;
	max-width: 90%;
	padding: 45px 30px;
	overflow: hidden;
}
#mwebModal {
	height: 310px;
}

#webModal .modal-logo,
#mwebModal .modal-logo {
	float:left;
	width: 150px;
	margin: 4px 30px 10px 0px;
	text-align: center;
}

#webModal .modal-logo img.main-image,
#mwebModal .modal-logo img.main-image {
	left: -35px;
	position: absolute;
	top: -35px;
	/* 
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
	opacity: 0.2; 
	*/
}
#webModal .modal-desc,
#mwebModal .modal-desc {
	float:right;
	width: 400px;
	font-family: Arial;
	font-size: 14px;
	color: #5e666f;
	/* color: #eee; */
	text-align: left;
	margin-right: 20px;
	z-index: 3;
	position: relative;
}

#webModal .modal-desc .modal-content,
#mwebModal .modal-desc .modal-content {
  /*overflow-y: auto;*/
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 164px;
  min-height: 164px;
  text-align: right;
  line-height: 28px;
  padding-right: 10px;
  /*margin-bottom: 20px;*/
}

.ie #webModal .modal-desc .modal-content,
.ie #mwebModal .modal-desc .modal-content { 
  padding-right: 25px;
  position:relative;
  left:25px;
  -ms-overflow-style: -ms-autohiding-scrollbar;

}

#webModal .modal-title,
#mwebModal .modal-title {
  font-family:"Futura Condensed";
  font-size: 30px;
  color:#40464e;
  /* color:#fff; */
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: Impact;
}

#mwebModal .modal-title {
  margin-top: 10%;
}

#webModal .modal-title p,
#mwebModal .modal-title p {
	margin-bottom: 0;
}

#webModal .modal-subtitle,
#mwebModal .modal-subtitle {
	color: #fff;
	margin-bottom: 30px;
}

#mwebModal .modal-subtitle {
    font-size: 17px;
    margin-top: 10px;
}

/*#webModal .close-modal {
	color: #aaa;
	background: none;
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	width: 20px;
	height: 20px;
	line-height: 15px;
	font-size: 22px;
	font-weight: bold;
}*/

#webModal .close-modal,
#mwebModal .close-modal {
  color: #ffffff;
  background: url('img/modal-close-button.png') no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  width: 47px;
  height: 48px;
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  background-color: inherit;
}

#webModal .close-modal:hover,
#mwebModal .close-modal:hover {
	/*color: #666871;*/
	color:#ffffff;
}

/* ----------------------------------------------------------------------------------------------------------
 02 Menu ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.navbar .collapse {
	float: right;
	display: table;
	/*margin-right: 30px; */
}
.navbar .collapse #nav-menu {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 127px !important;
}
.navbar-inner {
	border:0;
}
.in-brief .navbar-inner .container {
	width:80%;
}
.navbar-inverse .navbar-inner {
	background-color: #f9f9f9;
	background-image: none;
	border:none;
	box-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fixed .navbar-inverse .navbar-inner {
	background-color: #000;
}
.page-template-main-template-php #menu-top {
	opacity: 0;
	position: relative;
}
.page-template-main-template .navbar-inverse .nav-bar-visible {
	display: block;
}
.page-template-main-template .fixed .navbar-inverse .navbar-inner {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav > li > a {
	padding: 0px 0 0px 15px;
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	box-shadow:none!important;
	text-shadow:none!important;
	color:#666;
}
.navbar .nav > li {
	position: relative;
}
.navbar .nav > li > a:hover {
	background:transparent!important;
	box-shadow:none!important;
	color:#333;
}
.navbar .nav > li.active > a, .current-menu-item a {
	background:transparent!important;
	box-shadow:none!important;
	color:#333;
}
.fixed .navbar .nav > li > a {
	color: #777;
}
.fixed .navbar .nav > li > a:hover {
	color:#fff;
}
.fixed .navbar .nav > li.active > a, .fixed .current-menu-item a {
	color:#fff!important;
}
#mini-logo {
	width:auto;
	float:left;
	display: table;
}
#mini-logo a {
	display:table-cell;
	vertical-align: middle;
}
#mini-logo img {
	width:auto;
	display:block;
	height: 212px;
	position: absolute;
	/* top: -34px; */
	top: -24px;
	/*left: -65px;*/
	left: -17px;
}

.in-brief #mini-logo img {
	left: 1%;
}
.sub-menu {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: absolute;
	width: 170px;
	height: auto;
	padding: 10px;
	background:#ffffff; 
	list-style: none;
	left: 50%;
	margin-left: -85px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
	border: 1px solid #ccc;
}
.sub-menu li {
	text-align: center;
	line-height: 30px;
}
.sub-menu li a {
	display: block;
	color:#999;
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	font-size:13px;
	text-transform: uppercase;
}
.navbar .nav > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}
.sub-menu .current-menu-item a {
	color:#999!important;
}
#btn-menu-container {
	display: none;
} 
.navbar .btn-navbar .icon-bar {
	box-shadow: none;
	width: 25px;
	height: 3px;
	border-radius: 0;
}
/* ----------------------------------------------------------------------------------------------------------
 03 Home Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.full-home {
	width:100%;
	height:100%;
	display: table;
	padding:0!important;
	position:relative;
}

.full-home .container {
	padding:0 20px;
	display: table-cell;
	margin: auto;
	min-height: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.full-home .no-bubbles {
	height: 300px;
	margin-top: -150px;
}
#home-header {
	margin: auto;
	margin-bottom: 50px;
	max-width: 1170px;
	width: 100%;
	overflow: hidden;
}
#home-header .left-logo {
	float: left;
}
#logo-title {
	font-size:60px;
	text-align:left;
	font-family: 'NovecentowideBookBold';
	font-weight:normal;	
}
#mini-slogan {
	font-family: 'NovecentowideLightRegular';
	font-weight:normal;
	text-align:right;
	font-size:18px;
	padding-top:8px;
	float: right;
	text-transform: uppercase;
}
#slogan {
	display: block;
	overflow: hidden;
}
.three-big {
	height: 218px;
}
.two-big {
	height: 130px;
}
.one-big {
	height: 100px;
}
.big-title {
	font-family: 'NovecentowideLightRegular';
	text-align: center;
	padding-top: 0px;
	font-size: 50px;
	line-height:50px;
	margin-bottom: 20px;
	font-weight: normal;
	display:none;
	text-transform: uppercase;
}
#bubbles {
	margin-top: 60px;
}
.big-title span {
	background:#000;
	padding:3px 10px;
}
#nav-home ul {
    list-style: none;
    font-size: 0;
    margin: 0;
}
nav#nav-home ul li {
	display:inline-block;
	position:relative;
	margin-right: 20px;
}
nav#nav-home ul li:last-child {
	margin-right: 0;
}
.circle-menu {
	width: 150px;
	height: 150px;
	background: #01a3b2;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	border-radius: 85px;
	text-align:center;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	margin:auto;
	position:relative;
	font-size:16px;
	z-index: 0;
	font-family: 'NovecentowideLightRegular';
	text-transform: uppercase;
	padding: 10px;
}
.circle-black {
	background: #000!important;
}
.label-link {
	position:relative;
	display:inline-block;
	color:#fff;
}
.spin-effect .label-link {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.spin-effect .circle-menu:hover .label-link {
	-moz-transform:  rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform:  rotate(360deg);
	transform:  rotate(360deg);
	color:#fff;
} 
span.arrow {
	display:block;
	background:url(img/arrow.png) no-repeat;
	width:18px;
	height:9px;
	margin-left:-9px;
	position:absolute;
	bottom:20px;
	left:50%;
	z-index: 3;
}
#nav-home .custom-link span.arrow {
	display:none;
}

.ie8 .page-1 .container {
	padding:50px 0;
	position:relative;
	height:auto;
	width:940px;
	top:auto;
	left:auto;
	margin-top:0;
	margin-left:auto;
}

/* ----------------------------------------------------------------------------------------------------------
 04 Staff Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

#staff {
	overflow: hidden;
}
.col-title {
	font-family: 'NovecentowideLightRegular';
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	font-style:normal;
}
.tab-content {
	overflow: hidden;
}
.nav-tabs {
	border: 0;
}
.nav-tabs li a {
	border: 0;
	font-weight: normal;
	background: #01A3B2;
	color: #ffffff;
	border-radius: 0;
	font-family: 'NovecentowideLightRegular';
	margin-bottom:3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a:hover {
	background: #000000;
	color: #ffffff;
	border: 0;
	border-radius: 0;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background: #000;
	color: #ffffff;
	border: 0;
	border-radius: 0;
}

/* ----------------------------------------------------------------------------------------------------------
 05 Gallery Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.magnifier {
	opacity: 1;
	position: relative;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: none;
	text-align:center;
}
.magnifier:hover {
	opacity: 0.7;
}
.magnifier:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	background: url('img/magnifier.png') center center no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: none;
}
.magnifier:hover:after {
	opacity: 1;
}
.gallery-content {
	margin-bottom:30px;
}

/* ----------------------------------------------------------------------------------------------------------
 06 Portfolio Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

#portfolio a.link-portfolio {
	background: #01A3B2;
	color: #ffffff!important;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 12px;
	margin-top: 20px;
	display: block;
	width: 94px;
	font-family: 'NovecentowideLightRegular';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#portfolio a.link-portfolio:hover {
	background: #000000;
}
.item {
	margin-bottom: 30px;
}

/* ----------------------------------------------------------------------------------------------------------
 07 Contact Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.email-link {
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	/* color:#000000; */
	text-decoration:underline;
}
#find-us h3, #contact-info h3 {
	margin-bottom:30px;
	font-family: "Futura Condensed";
	font-weight: bold;
}
ul.contact-info {
  margin-left: 30px;
}
#find-us ul li {
	line-height:30px;
	font-size:15px;
	font-weight:400;
	padding-left: 20px;
	position: relative;

	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	line-height: 29px;
}
#find-us ul.contact-info li span {
    text-align: center;
    width: 20px;
    position: absolute;
    left: -10px;
    top: 3px;
    font-size: 18px;
    color: #535b64;
}
#find-us ul li.contact-no { font-weight: bold; }
#find-us ul li.address {
  line-height: 21px;
  padding-top: 3px;
}
#contact ul li {
	margin-bottom: 10px;
}
ul.social {
	margin-top:20px;
} 
ul.social li {
	margin-right:10px;
	float:left;
}
ul.social li a span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.social li a span:hover {
	color:#000000!important;
}
input[type="text"],input[type="email"], textarea {
	background: transparent;
	box-shadow: none;
	margin-bottom: 10px;
	font-weight: 400;
	/* padding: 20px 14px; */
	border-radius: 6px;
	min-height: 36px;
	padding: 10px;
}
textarea:focus, input[type="text"]:focus,input[type="email"]:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	/* 
	border-bottom: 1px solid #f0f0f0; 
	border-radius: 0;
	*/
}
input[type="submit"], .round-btn {
	border: 0;
	background: #01a3b2;
	padding: 10px 20px;
	text-transform:uppercase;
	font-weight:300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color:#fff;
	border-radius: 20px;
	/* text-indent: 34px; */
	position: relative;
}
input[type="submit"]:hover {
	background:#000000;
}
input[type="submit"].wpcf7-submit {
  float: right;
  margin-right: 12px;
  /*padding: 15px 40px;*/
  padding: 8px 31px;
  text-transform: capitalize;
}
input.wpcf7-submit:after {
	content: "\f1d8";
	position: absolute;
	font-family: 'Harish';
	top: 5px;
	left: 10px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
}
span.wpcf7-not-valid-tip {
	background: none !important;
	border: 0 !important;
	color: #e14457;
	font-size: 10pt;
	padding: 2px;
	/* position: absolute; */
	left: 20%;
	top: -78% !important;
	width: 280px;
	z-index: 100;
}
div.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
	background: #e75d6d;
	border: 0;
	color: #fbfaf6;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 15px 18px;
	margin: 40px 0 20px 0;
	float: left;
}

.wpcf7-mail-sent-ok{
	background: #5fb054;
	color: #f9f9f7;
	border: 0 !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 15px 18px !important;
	margin: 40px 0 0 0 !important;
	float: left;
}
#contact-info, #find-us {
	position:relative;
}
#contact-info a {
	text-decoration:underline;
}
#more-information {
	margin-top: 30px;
	margin-bottom: 15px;
}
#more-information h3 {
	margin:auto;
	font-size: 24.5px;
}
#more-information ul li, #more-information ol li {
	font-size:13px;
	line-height: 20px;
}


/*.round-btn.modal-link {
	background: inherit;
	background-color: transparent;
	color: #fff;
	float: left;
	margin-top: 20px;
	font-family: "Sansation";
	font-size: 18px;
	text-transform: none;
  	position: relative;
  	left: -160px;
  	border: 2px dashed rgba(255, 255, 255, 0.5);
  	text-decoration: none;
}*/

.round-btn.modal-link { 
  background: inherit;
  background-color: transparent;
  color: #fff;
  float: left;
  margin-top: 10px;
  font-family: "Sansation";
  font-size: 15px;
  text-transform: none;
  position: relative;
  left: -172px;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  text-decoration: none;
  height: 38px;
  padding: 5px 17px;

}



.round-btn.modal-link::before { 
  content: "";
  background: url('img/modal-button-line.png') no-repeat;
  position: absolute;
  top: -89px;
  left: 20px;
  width: 86px;
  height: 86px;

}

.ie .round-btn.modal-link::before { 

}

.round-btn.modal-link:after {
	content:"";
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.round-btn.modal-link:hover {
	/*background: rgba(206,136,0,0.9);*/
	background-color: rgba(0,0,0,0.3);
}
.round-btn.modal-link[disabled]{
	/*background: #777;*/
	background: inherit;
	background-color: transparent;

	opacity: 0.8;
}


/* ----------------------------------------------------------------------------------------------------------
 08 Fullwidth Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

img.alignleft {
	float:left;
	margin: 0 20px 20px 0;
}
img.alignright {
	float:right;
	margin: 0 0 20px 20px;
}
img.aligncenter {
	display:block;
	margin:20px auto;
}
img.alignnone {
	display:block;
	margin-bottom:20px;
}
/* ----------------------------------------------------------------------------------------------------------
 09 Media Queries ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

 /* slider image */
@media screen and (max-width: 1680px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:15%;
	}
}

@media screen and (max-width: 1600px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:15.5%;
	}
}

@media screen and (max-width: 1500px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:16%;
	}
}

@media screen and (max-width: 1450px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:16.5%;
	}
}

@media screen and (max-width: 1400px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:17%;
	}
}

@media screen and (max-width: 1350px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:17.5%;
	}
}

@media screen and (max-width: 1300px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:18%;
	}
}

@media screen and (max-width: 1280px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:19%;
	}
}

@media screen and (max-width: 1180px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:20%;
	}
}

@media screen and (max-width: 1150px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:21%;
	}
}

@media screen and (max-width: 1080px) and (max-height: 680px) {
	.demo-1 .deco img {
		width:22%;
	}
}

 /* slider image */

@media (max-width: 1650px) {
	.in-brief #mini-logo img {
		left:1%;
	}
}


   @media (max-width: 1290px) { 
  /* @media only screen and (min-width: 1199px) { */
 	#mini-logo img{
 		/*left: -50px;*/
 	}
  }

@media (max-width:768px) and (max-height:1024px) and (orientation: portrait) {
	#mini-logo img {
		left: 5px;
	}
}

@media (max-width: 1250px){
	#mini-logo img {
		/*left: 5px;*/
	}
}

@media (max-width:1050px) {
	.in-brief #nav-menu a {
		width:124px;
	}
}

@media (max-width: 1000px)	{
	.in-brief #nav-menu a {
		width:117px;
	}
}

@media (min-height:780px) {
	.last-section {
		min-height:750px;
	}
}

@media (max-height:580px) {
	.nav-dots {
		display:none;
	}
}

@media (max-width: 1199px) {
	nav#nav-home ul li {
		width: 135px;
	}
	.circle-menu {
		height:115px;
	}
	#mini-slogan {
		padding-top:4px;
		font-size:16px;
	}
}

@media (max-width: 1166px) {
	.in-brief .navbar-inner .container {
	    width: 72%;
	}
}
@media (max-width: 1024px) and (orientation: landscape){
	.demo-1 .deco img {
		width: 25%;
	}
	#mini-logo img {
	  left: -17px;
	}
/*	.in-brief .navbar-inner .container {
	    width: 100%;
	}*/
}

@media (max-width: 979px) {
	.in-brief .navbar-inner .container {
	    width: 100%;
	}
}

@media (max-width: 979px) and (min-width: 767px) {
	.feature-title {
		font-size: 29px;
	}
	.navbar .nav {
		float: left;
	}
	.home-col h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.big-title {
		font-size:40px;
		line-height: 40px;
	}
	.circle-menu {
		font-size:12px;
	}
}

@media screen and (max-height: 680px) {
	.fixed-logo-position { display:none; }
}

@media (max-width: 979px) {
	.navbar,.navbar {
		line-height: 60px!important;
	}
	.navbar .collapse #nav-menu, #mini-logo a {
		width: 100%;
		float: left;
		height: inherit !important;
		padding: 25px 0;
	}
	.navbar .collapse #nav-menu a { 
		text-align: center;
		font-weight: normal;
		padding: 14px 0 !important;
		margin: 0px !important;
		font-family: "Lucida Sans Unicode" !important;
		text-transform: none;
		font-size: 26px;
		line-height: 32px !important;
		width: 100%;
		text-indent: 0;
		color: #fff;
		opacity: 1 !important;
	}
	.navbar .collapse #nav-menu a:before { display: none; }
	#mini-logo img {
		height: auto!important;
		max-height: 80px;
		/* top: -35px; */
		top: -8px;
		left: 14px;
	}
	.fixed-logo-position { display:none; }
	.home-section {
		height: auto!important;
	}
	.navbar .collapse {
		display: inline;
		float: left;
		margin-right: 0;
		width: 100%;
		background-color: rgba(0,0,0, 0.9) !important;
		position: relative;
		/* top: -59px; */
		top: 0px;
	}
	#btn-menu-container {
		display: table;
		float: right;
		position: relative;
		/* top: -54px; */
		top: -10px;
		z-index: 2;
	}
	#btn-menu-container .btn-navbar {
		float: none;
		display: table-cell;
		vertical-align: middle;
		margin-top: 18px;
		box-shadow: none;
		background: transparent;
		border:none;
	}
	#btn-menu-container .btn-navbar span {
		/* background-color: #fff; */
		background-color: #000;
	}
	.fixed #btn-menu-container .btn-navbar .icon-bar {
		background-color: #fff;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed;
		-webkit-transform: translateZ(0);
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed;
	}
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0;
	}
	.nav-collapse ul {
		margin-top:10px;
		padding-top:20px;
	}
	.nav-collapse ul li {
		/* padding-bottom:20px; */
	}
	.nav-collapse ul > li > a {
		padding: 0px 10px 0px!important;
		line-height: 14px!important;
		height: auto!important;
		/* color:#999 !important; */
	}
	.nav-collapse ul > li:hover > .sub-menu {
		top:auto!important;
		left:auto!important;
	}
	.sub-menu {
		visibility: visible;
		z-index: 9;
		opacity: 1;
		background: transparent;
		margin-left: 20px;
		border: 0;
		top:auto!important;
		left: auto;
		position: relative;
		padding: 0;
		margin-top:0!important;
		padding-top: 10px!important;
	}
	.sub-menu li {
		text-align: left;
		line-height: 10px;
		padding-bottom: 0px!important;
	}

	.nav-collapse ul > li > .sub-menu > li > a {
		display: block;
		color:#999!important;
		font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
		font-size:12px;
		text-transform: uppercase;
	}
	.sub-menu li a:hover {
		text-decoration: none;
	}
	nav#nav-home ul li {
		width: 104px;
	}
	.circle-menu {
		height:84px;
	}
	#home-header {
		margin-top:-26px;
	}
	#mini-logo {
		padding-left:10px;
	}
	#mini-slogan {
		padding-top:8px;
		font-size:14px;
		line-height: 14px;
	}
	.circle-menu:hover .label-link {
		/* Firefox */
		-moz-transform: scale(1) rotate(0deg) translate(0px);
		/* WebKit */
		-webkit-transform: scale(1) rotate(0deg) translate(0px);
		/* Opera */
		-o-transform: scale(1) rotate(0deg) translate(0px);
		/* Standard */
		transform: scale(1) rotate(0deg) translate(0px);
		color:#fff;
	} 
	.section-page {
		padding: 80px 20px 80px 20px!important;
		background-position:50% 0!important;
	}
	.home-section {
		padding: 80px 0px 80px 0px!important;
	}
}
@media screen and (max-height: 500px) and (max-width: 800px) {
	.demo-1 .deco img {
	  width: 21% !important;
	}	
}

@media (max-width: 800px) {
	#webModal,
	#mwebModal {
	  height: auto;
	}
	.round-btn.modal-link::before {
	  top: -76px;
	  left: 20px;
	  width: 86px;
	  height: 75px;
	}
}
@media (max-width: 767px) {
	body {
		padding:0;
	}
	.top-bar .social-links { margin-right: 50px !important; }
	.navbar-static-top .container { width:100%; }
	#logo {
		max-width:280px;
		margin:auto;
		float: none!important;
	}
	.full-home .container {
		width:auto;
		position:relative;
		padding:0;
		top:auto;
		left:auto;
		margin:0;
	}
	footer {
		padding-left:20px;
		padding-right:20px;
	}
	.big-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.three-big,.two-big,.one-big   {
		height: auto;
	}
	.section-title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.navbar .nav {
		float: left;
	}
	#slogan {
		margin: 30px 0;
	}
	#contact-info {
		clear: both;
		margin-top: 80px;
	}
	#logo img {
		display:block;
		margin:auto;
	}
	#mini-slogan {
		text-align:center;
		float:none;
		line-height:20px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin: 0;
	}
	#home-header {
		margin-bottom:30px;
	}
	nav#nav-home ul li,nav#nav-home ul li {
		width:170px;
		margin:20px auto 0!important;
		display: block;
	}
	.circle-menu {
		height:150px;
	}
	#webModal .modal-logo,
	#mwebModal .modal-logo {
		width: 100% !important;
		margin: 0;
		float: none;
	}
	#webModal .modal-logo .main-image { display:none; }
	#mwebModal .modal-logo .main-image {
		position: relative !important;
	    left: unset !important;
	    top: unset !important;
	    max-width: 190px;
	}
	#webModal .modal-logo .logo,
	#mwebModal .modal-logo .logo { display:block; }
	#webModal .modal-title,
	#mwebModal .modal-title {
		text-align: center;
	}
	#mwebModal .modal-title {
		margin-top: 8%;
	}
	#webModal .modal-desc,
	#mwebModal .modal-desc {
		width:auto;
		text-align: center;
		margin-right:0;
	}
	#mwebModal .modal-desc {
		width: 100%;
	}
	#webModal .round-btn.modal-link,
	#mwebModal .round-btn.modal-link {
		text-align: center;
		float: none;
		left:0;
		padding: 10px 17px;
	}
	#webModal .modal-desc .modal-subtitle,
	#mwebModal .modal-desc .modal-subtitle {
		text-align: center;
	}
	#webModal .modal-desc .modal-content,
	#mwebModal .modal-desc .modal-content {
		text-align: center;
		max-height:280px;
		overflow-y: auto;
	}
	#mwebModal .modal-desc .modal-content {
		min-height: 0;
	}
	.round-btn.modal-link:before {
		content:none;
	}
}
@media (max-width: 660px) and (max-height: 360px) {
	#webModal,
	#mwebModal {
		width: auto;
	}
	#webModal .modal-logo .main-image {
		display: none;
	}
	#webModal .modal-desc .modal-content,
	#mwebModal .modal-desc .modal-content {
		display:none;
	}

}

@media (max-width: 660px) and (max-height: 280px) {
	#webModal,
	#mwebModal {
		width: auto;
	}
	#webModal .modal-logo .main-image,
	#mwebModal .modal-logo .main-image {
		display: none;
	}
	#webModal .modal-desc .modal-content,
	#mwebModal .modal-desc .modal-content {
		display:none;
	}


}
@media (max-width: 568px) and (orientation: landscape) {
	#webModal,
	#mwebModal {
		width: auto;
	}
	#webModal .modal-logo .main-image,
	#mwebModal .modal-logo .main-image {
		display: none;
	}
	#webModal .modal-desc .modal-content,
	#mwebModal .modal-desc .modal-content {
		display:none;
	}
}
@media (max-width: 460px) and (max-height: 610px) {
	#webModal .modal-desc .modal-content,
	#mwebModal .modal-desc .modal-content {
		max-height: 100px;
	}
	input[type="text"], input[type="email"], textarea {
  		margin-bottom: -10px;
	}
}
@media (max-width: 460px) and (max-height: 450px) {
	#webModal .modal-desc .modal-content,
	#mwebModal .modal-desc .modal-content {
		max-height: 40px;
	}
	input[type="text"], input[type="email"], textarea {
  		margin-bottom: -10px;
	}
}
@media (max-width: 460px) and (max-height: 360px) {
	#webModal .modal-desc,
	#mwebModal .modal-desc {
		width:100%;
	}
	#webModal .modal-desc .modal-content,
	#mwebModal .modal-desc .modal-content {
		display: none;
	}
	#webModal,
	#mwebModal {
		padding: 25px 20px;
	}
	#find-us h3, #contact-info h3 {
  		margin-bottom: -20px !important;
  		margin-top: -5px;
	}
	input[type="text"], input[type="email"], textarea {
  		margin-bottom: -10px;
	}
}
@media (max-width: 360px) {
	#webModal .round-btn.modal-link,
	#mwebModal .round-btn.modal-link {
		display: block;
		padding: 5px 17px;
	}
	input[type="text"], input[type="email"], textarea {
  		margin-bottom: -10px;
	}
	#contact-info {
  		margin-top: 50px;
	}
	#find-us h3, #contact-info h3 {
  		margin-bottom: 5px !important;
  		margin-top: -5px;
	}
	#more-information {
  		margin-top: 10px !important;
	}
	.navbar .collapse {
  		background-color: rgba(0,0,0, 0.8)!important;
	}
	.section-page {
  		padding: 80px 20px 0px 20px!important;
	}
	.section-title {
  		margin-bottom: -6px;
	}

	h3 {
	  font-size: 20px;
	}
}

@media screen and (max-width: 320px) and (orientation:portrait) {
	
	.navbar .collapse {
  		background-color: rgba(0,0,0, 0.8)!important;
	}
	.section-page {
  		padding: 80px 20px 0px 20px!important;
	}
	.section-title {
  		margin-bottom: -6px;
	}
	#contact-info {
  		margin-top: 50px;
	}
	#find-us h3, #contact-info h3 {
  		margin-bottom: -20px !important;
  		margin-top: -5px;
	}
	form {
  		margin: 30px 0 20px;
	}
	input[type="text"], input[type="email"], textarea {
  		margin-bottom: -10px;
	}
}

@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) {
	.circle-menu:hover .label-link {
		/* Firefox */
		-moz-transform: scale(1) rotate(0deg) translate(0px);
		/* WebKit */
		-webkit-transform: scale(1) rotate(0deg) translate(0px);
		/* Opera */
		-o-transform: scale(1) rotate(0deg) translate(0px);
		/* Standard */
		transform: scale(1) rotate(0deg) translate(0px);
		color:#fff;
	} 

	/*body {
		max-height: 500px !important;
	}*/
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	body {
		/*max-height: 75% !important;*/
	}
	.homeslide-container {
		max-height: 768px !important;
	}
}



.navbar-inverse .navbar-inner {
  background-color: transparent;
  border: 0;
}

#nav-menu a {
	color: #fff;
	opacity: 0.5;
	position: relative;
	width: 130px;
	text-align: center;
	/*border-right: 1px solid rgba(255,255,255,0.15);*/
	line-height: 88px;
	padding: 42px 18px 0;
	font-weight: bold;
	white-space: nowrap;
}

body.white-bg #nav-menu a {
	/* border-right: 1px solid rgba(0,0,0,0.1); */
	color: #767d82;
	opacity: 1;
}
body.white-bg .nav-collapse #nav-menu a {
	opacity: 0.5;
}

#nav-menu li.current-menu-item > a, #nav-menu a:hover {
	color: #ffffff;	
	opacity: 1;
}
#nav-menu a:hover {
	opacity: 0.7;

}

body.white-bg #nav-menu li.current-menu-item > a {
	color: #2bafd5;	
	opacity: 1;
}

body.white-bg #nav-menu a:hover {
	/*color: #2bafd5;	*/
	color: #F7941D;	
	opacity: 0.6;
}

#nav-menu a:before {
	color: #cecfd0;
	display: block;
	position: absolute;
	bottom: 35px;
	font-family: 'Harish';
	font-size: 32px;
	width: calc(100% - 38px);
	text-align: center;
	font-weight: normal;
}
#nav-menu li.current-menu-item a:before,
#nav-menu a:hover:before {
	color:#ffffff;
}
body.white-bg #nav-menu li.current-menu-item a:before {
	color: #2bafd5;
}

body.white-bg #nav-menu a:hover:before {
	color: #F7941D;
}

#nav-menu a[title='home']:before {
  	content: "\e604";
}

#nav-menu a[title='about']:before {
  content: "\e972";
}

#nav-menu a[title='news']:before {
  content: "\e607";
}

#nav-menu a[title='service']:before {
  content: "\e601";
}

#nav-menu a[title='contact']:before {
  content: "\e600";
}

body h2 > span,
body h3 > span { color: #fff !important; }
body.white-bg h2 { text-shadow: none !important; }
body.white-bg h2 > span { color: #f7941d !important; }
body.white-bg h3 > span { color: #22a2c7 !important; }
body.white-bg .sl-content blockquote p { color: #444; }

body.white-bg .fixed-logo {
  background:url(img/hnj-big-logo-whitebg.png) no-repeat;
}
body.red-bg .fixed-logo {
  background:url(img/hnj-big-logo-redbg.png) no-repeat;
}

hr { border-top: 1px solid #ddd; }

.top-bar {
  /* background: #0e1113; */
  height: 46px;
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-bar .social-links {
	margin: 4px 34px 0;
}
.top-bar .social-links li a {
  font-size: 18px;
  padding: 8px;
  color: #9fa0a1;
}
.top-bar .social-links li a:hover {
  background: none;
  color: #fff;
}



.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.top-bar .nav.social-links { opacity:0; }




/* single page */
.single .post-social-share {
	float:right;
}
.single .social-media-share { visibility:hidden; }
.single .social-media-share.show{ visibility:visible; }
.single .social-media-share .social-media-share-text {
	line-height: 30px;
	font-weight: bold;
	float: left;
	padding: 0 10px;
	font-size: 13px;
}
.single .social-media-share .social-media-share-buttons {
	width: 140px;
	float: right;
	margin-top: -2px;
}

.single .social-media-share-buttons{
	width:135px;
	float:left;
	margin-top:-2px;
}
.single .social-media-share-buttons .rrssb-buttons li a:active{
		box-shadow:none !important;
}
.single .social-media-share-buttons .rrssb-buttons li a .fa{
	font-size:26px !important;
}
.single .social-media-share-buttons .rrssb-buttons li a .fa-linkedin-square{
	color:#007bb6;
}
.single .social-media-share-buttons .rrssb-buttons li a .fa-facebook-square{
	color:#306199;
}
.single .social-media-share-buttons .rrssb-buttons li a .fa-twitter-square{
	color:#26c4f1;
}
.single .social-media-share-buttons .rrssb-buttons li a .fa-google-plus-square{
	color:#e93f2e;
}

.single .rrssb-buttons li {
  box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
.single .rrssb-text{
	display:none;
}
.single .rrssb-buttons.tiny-format {
  height: 34px;

}

/*triple view modified css */
.vs-nav li a {
  border-top: 2px solid #3290ac !important;
  border-bottom: 2px solid #3290ac !important;
  color: #3290ac !important;
  padding: 2px 0 !important;
}


/* Hover effect */

.vs-nav li:not(.vs-nav-current) a:hover {
  border-color: #CD7B1A !important;
  color: #CD7B1A !important;
}

.vs-nav .vs-nav-current a {
  border-color: #2f72b8 !important;
  color: #ffffff !important;
  font-weight: normal;
}

.vs-nav a > div {
	padding: 10px 5px;
}

.vs-nav .vs-nav-current div {
	background-color: #3390af !important;
}

.vs-content h2 {
  position: relative;
  margin: 30px 0 0 !important;
  color: #333;
  font-weight: 700;
  font-size: 3em;
  line-height: 60px;
}


.vs-content.post-content {
	padding-left: 77px;
    padding-right: 25px;
}


/*loader*/

#cssload-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 109px;
	height: 109px;
	margin: auto;
}
#cssload-loader .cssload-dot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 54.5px;
	height: 100%;
	margin: auto;
}
#cssload-loader .cssload-dot:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 54.5px;
	height: 54.5px;
	border-radius: 100%;
	transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
}
#cssload-loader .cssload-dot:nth-child(7n+1) {
	transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
}
#cssload-loader .cssload-dot:nth-child(7n+1):before {
	background: rgb(0,140,234);
	animation: cssload-load 1.88s linear 0.24s infinite;
		-o-animation: cssload-load 1.88s linear 0.24s infinite;
		-ms-animation: cssload-load 1.88s linear 0.24s infinite;
		-webkit-animation: cssload-load 1.88s linear 0.24s infinite;
		-moz-animation: cssload-load 1.88s linear 0.24s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+2) {
	transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
}
#cssload-loader .cssload-dot:nth-child(7n+2):before {
	background: rgb(149,13,13);
	animation: cssload-load 1.88s linear 0.47s infinite;
		-o-animation: cssload-load 1.88s linear 0.47s infinite;
		-ms-animation: cssload-load 1.88s linear 0.47s infinite;
		-webkit-animation: cssload-load 1.88s linear 0.47s infinite;
		-moz-animation: cssload-load 1.88s linear 0.47s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+3) {
	transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
}
#cssload-loader .cssload-dot:nth-child(7n+3):before {
	background: rgb(224,94,2);
	animation: cssload-load 1.88s linear 0.71s infinite;
		-o-animation: cssload-load 1.88s linear 0.71s infinite;
		-ms-animation: cssload-load 1.88s linear 0.71s infinite;
		-webkit-animation: cssload-load 1.88s linear 0.71s infinite;
		-moz-animation: cssload-load 1.88s linear 0.71s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+4) {
	transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
}
#cssload-loader .cssload-dot:nth-child(7n+4):before {
	background: rgb(23,148,170);
	animation: cssload-load 1.88s linear 0.94s infinite;
		-o-animation: cssload-load 1.88s linear 0.94s infinite;
		-ms-animation: cssload-load 1.88s linear 0.94s infinite;
		-webkit-animation: cssload-load 1.88s linear 0.94s infinite;
		-moz-animation: cssload-load 1.88s linear 0.94s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+5) {
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
}
#cssload-loader .cssload-dot:nth-child(7n+5):before {
	background: rgb(17,193,178);
	animation: cssload-load 1.88s linear 1.18s infinite;
		-o-animation: cssload-load 1.88s linear 1.18s infinite;
		-ms-animation: cssload-load 1.88s linear 1.18s infinite;
		-webkit-animation: cssload-load 1.88s linear 1.18s infinite;
		-moz-animation: cssload-load 1.88s linear 1.18s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+6) {
	transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
}
#cssload-loader .cssload-dot:nth-child(7n+6):before {
	background: rgb(133,90,234);
	animation: cssload-load 1.88s linear 1.41s infinite;
		-o-animation: cssload-load 1.88s linear 1.41s infinite;
		-ms-animation: cssload-load 1.88s linear 1.41s infinite;
		-webkit-animation: cssload-load 1.88s linear 1.41s infinite;
		-moz-animation: cssload-load 1.88s linear 1.41s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+7) {
	transform: rotate(315deg);
}
#cssload-loader .cssload-dot:nth-child(7n+7):before {
	background: magenta;
	animation: cssload-load 1.88s linear 1.65s infinite;
		-o-animation: cssload-load 1.88s linear 1.65s infinite;
		-ms-animation: cssload-load 1.88s linear 1.65s infinite;
		-webkit-animation: cssload-load 1.88s linear 1.65s infinite;
		-moz-animation: cssload-load 1.88s linear 1.65s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+8) {
	transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
}
#cssload-loader .cssload-dot:nth-child(7n+8):before {
	background: rgb(255,192,3);
	animation: cssload-load 1.88s linear 1.88s infinite;
		-o-animation: cssload-load 1.88s linear 1.88s infinite;
		-ms-animation: cssload-load 1.88s linear 1.88s infinite;
		-webkit-animation: cssload-load 1.88s linear 1.88s infinite;
		-moz-animation: cssload-load 1.88s linear 1.88s infinite;
}



@keyframes cssload-load {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

@-o-keyframes cssload-load {
	100% {
		opacity: 0;
		-o-transform: scale(1);
	}
}

@-ms-keyframes cssload-load {
	100% {
		opacity: 0;
		-ms-transform: scale(1);
	}
}

@-webkit-keyframes cssload-load {
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cssload-load {
	100% {
		opacity: 0;
		-moz-transform: scale(1);
	}
}