/* Google Fonts 'font-family: 'Roboto', sans-serif;' */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500i,700i');

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	letter-spacing:0px;
}

hr
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.right-side {
	float:right !important;
	text-align: right;
}
.left-side {
	float:left !important;
	text-align: left;
}
.center {
	text-align:center;
	text-align:-moz-center;
	text-align:-webkit-center;
}
.bold {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
}
h3 {
	font-style: italic;
	color: #1e71ff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
}

a
{
	color: #1e71ff;
	text-decoration: none;
}

a:hover
{
	color: #0e61cf;
	text-decoration: none;
}


h4 {
	font-style: italic;
	color: #1e71ff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 23px;
	text-align: center;
}
.form-control {
	border: 1px solid #ccc;
	border-radius: 0px;
	/*background:#838383;*/
	height: 38px;
	color: #999;
	font-size: 15px;
}
.form-control:focus {
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: rgba(254,254,254,0.7);
	font-style: italic;
}
.form-control::-moz-placeholder {
	/*color: rgba(254,254,254,0.7);*/
	font-style: italic;
}
.form-control:-ms-input-placeholder {
	color: rgba(254,254,254,0.7);
	font-style: italic;
}
.form-control:-moz-placeholder {
	color: rgba(254,254,254,0.7);
	font-style: italic;
}
/* -------- Top Header bar ------- */
.top-header {
	background: #1e71ff;
	color: #fff;
	position: relative;
	z-index: 9999;
}
.top-header ul.social {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top-header ul.social li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	display: inline-block;
}
.top-header ul.social li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	border-right: 1px solid #fff;
	padding: 0px 8px 0px 4px;
	margin: 0px;
}
.top-header ul.social li:last-child a {
	border: none;
	padding-right: 0px;
}
/* -------- Top Header bar ------- */
/* -------- Main Header bar ------- */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
	background: none;
}
.navbar .navbar-container {
	padding: 30px 0 20px;
}
.navbar .navbar-header a {
	display: inline-block;
	padding: 4px 15px;
	height: auto;
}
.navbar .navbar-header a.navbar-brand img.logo {
	max-width: 220px;
	display: inline-block;
}
.navbar .navbar-header a.navbar-brand.fixed-theme img.logo {
	max-width: 220px;
	display: inline-block;
}
.navbar-nav > li > a, .nav > li > a:focus {
	padding: 4px 0px;
	margin:19px 10px;
	color: #000;
	font-weight: bold; 
	font-style:italic;
	font-weight: ;
	font-size: 14px;
	border-bottom: 2px solid transparent;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.nav > li > a:hover {
	background: transparent;
}
nav.navbar .nav li a:after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	border-bottom: 2px solid #1e71ff;
	background: #1e71ff;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
nav.navbar .nav li a:hover:after {
	background: transparent;
	width: 100%;
	border-bottom: 2px solid #1e71ff;
	padding: 0px;
}
nav.navbar .nav li.active a:after {
	width: 100%;
}
.navbar.navbar-fixed-top.fixed-theme {
	background-color: rgba(254,254,254,0.9);
	border-color: rgba(238,238,238,0.8);
}
.navbar.navbar-fixed-top.fixed-theme .navbar-nav > li > a {
	color: #333;
	font-weight: bold;
}
.navbar-container.fixed-theme {
	padding: 0px 4px;
}
.navbar-brand.fixed-theme, .navbar-container.fixed-theme, .navbar.navbar-fixed-top.fixed-theme, .navbar-brand, .navbar-container{
	transition: 0.8s;
	-webkit-transition:  0.8s;
}
.navbar-toggle {
	border:2px solid #1e71ff;
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
	background:#1e71ff;
}
/* -------- Main Header bar ------- */
/***Mega Menu***/
.dropdown-large {
	position: static !important;
}
.navbar-nav .dropdown-menu-small {
	left: -18.7%;
	background: #1e71ff;
	opacity: 0.9;
	top: 51px;
	padding: 20px 0px;
}

.navbar-nav .dropdown-menu-large {
	left: 52.6%;
	background: #1e71ff;
	opacity: 0.9;
	top: 80px;
	padding: 20px 0px;
}
.fixed-theme .navbar-nav .dropdown-menu-large {
	top: 50px;
}
.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
	border-left: 2px solid #10418f; 
}
.dropdown-menu-large > li > ul > li {
	list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.428571429;
	color: #FFF;
	white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
	color: #FFF;
	font-size: 15px;
	font-style: italic;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.dropdown-menu-large {
		margin-left: 0 ;
		margin-right: 0 ;
	}
	.dropdown-menu-large > li {
		margin-bottom: 30px;
	}
	.dropdown-menu-large > li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-large .dropdown-header {
		padding: 3px 15px !important;
	}
}
/***Mega Menu***/
/***BX slider***/
.bx-wrapper {
	margin-bottom: 25px;
}
ul.bxslider li {
	min-height: 100vh;
	background-size: cover !important;
	position: relative;
}
ul.bxslider li .caption {
	border: 1px solid rgba(0,0,0,0.3);
	position: absolute;
	bottom: 150px;
	width: 60%;
	left: 20%;
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;
}
ul.bxslider li .caption h3 {
	color: #1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
ul.bxslider li .caption p {
	color: #FFF;
	font-style: italic;
}
.bx-wrapper .bx-pager {
	display: none;
}
/***BX Slider***/
/***Value Added Services***/
.services-box {
	margin: 15px 0;
}
.services-box .icon-circle {
	height: 200px;
	width: 200px;
	margin:0px auto;
	padding:25px 0px 0px 25px;
	border-radius: 50%;
}

.services-box .icon-circle img{
	width: 150px;
}
.services-box h4 {
	color: #000;
	text-transform: none;
	font-weight: 500;
	font-size: 22px;
}
.services-box p {
	font-size: 15px;
	font-style: italic;
}
.services-box.enterprise .icon-circle {
	background: #dddddd;
}
.services-box.training .icon-circle {
	background: #dddddd;
}
.services-box.staffing .icon-circle {
	background: #dddddd;
}
.services-box.software .icon-circle {
	background: #dddddd;
}
/***Value Added Services***/
/***Quick Facts***/
.facts {
	background: #1e71ff;
	width: 100%;
	padding: 15px;
	margin: 15px 0px;
}
.facts h3 {
	color: #FFF;
}
.facts .count {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #FFF;
	border-right: 2px solid rgba(254,254,254,0.2);
	margin: 30px 0;
	padding: 10px 0;
}
.facts .count span {
	font-size: 45px;
	font-weight: 500;
	font-style: italic;
}
.facts .count sup {
	font-size: 25px;
	font-weight: 500;
	font-style: italic;	
}
.facts .count h5 {
	font-size: 20px;
	font-weight: 300;
}
/***Quick Facts***/
/***Client***/
.clients-logo, .clients-testimonial{
	margin: 30px 0px;
}
.clients-testimonial .owl-carousel {
	background:#ededed;/*ededed*/
	padding: 30px;
	width: 100%;
	position: relative;
}
.clients-testimonial .owl-carousel .item{}
.clients-testimonial .owl-carousel .item .message  {
	background:#d8e0ef;
	padding: 15px;
	margin:0px;
	cursor: -moz-grab;
}
.clients-testimonial .owl-carousel .item .message p.bold {
	font-size: 16px;
	color: #666;
}
.clients-testimonial .owl-carousel .item .profile {
}
.clients-testimonial .owl-carousel .item .profile .profile-pic {
	position: absolute;
	right: 5px;
	bottom: 1px;
}
.clients-testimonial .owl-carousel .item .profile .profile-pic img {
	width: auto;
}
.clients-testimonial .owl-carousel .item .profile .profile-detail h4 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 0px;
}
.clients-testimonial .owl-carousel .item .profile .profile-detail h5 {
	margin-top: 4px;
	font-size: 13px;
}
/***Client***/
/***Footer***/
footer {
	background:url(../images/footerbg.png) no-repeat center;
	background-color: rgba(0,0,0,1);
	background-size: cover;
	padding: 25px 0px 0px 0px;
	margin-top: 25px;
}
footer h4 {
	color: #FFF;
	text-align: left;
	margin: 15px 0px;
	font-weight: 300;
	font-style: normal;
	text-transform: inherit;
}
footer ul, footer ul.social {
	margin:0px;
	padding: 0px;
	list-style: none;
}
footer ul li {
	margin-bottom: 0px;
}
footer ul li a {
	color: #fff;
	font-style: italic;
	font-weight: 300;
	text-shadow: none;
}
footer ul.social {
	margin: 15px 0px 50px;
}
footer ul.social li {
	display: inline-block;
	margin: 4px;
}
footer ul.social li:first-child {
	margin-left: 0px;
}
footer ul.social li a {
	width: 32px;
	height: 32px;
	display: inline-flex;
	padding: 8px;
}
footer ul.social li a.fb {
	padding: 8px 11px;
	background:#0182c4;
	border: 1px solid #0182c4;
}
footer ul.social li a.fb:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background:transparent;
	text-decoration: none;
}
footer ul.social li a.gp {
	background:#d6492e;
	border: 1px solid #d6492e;
	padding: 8px 5px;
}
footer ul.social li a.gp:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background:transparent;
	text-decoration: none;
}
footer ul.social li a.in {
	background:#007bb8;
	border: 1px solid #007bb8;
}
footer ul.social li a.in:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background:transparent;
	text-decoration: none;
}
footer ul.social li a.yt {
	background:#d03427;
	border: 1px solid #d03427;
}
footer ul.social li a.yt:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background:transparent;
	text-decoration: none;
}
footer ul.social li a.tw {
	background:#369bed;
	border: 1px solid #369bed;
}
footer ul.social li a.tw:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background:transparent;
	text-decoration: none;
}
footer p {
	color: #FFF;
	font-style: italic;
}
.sub-footer {
	display: block;
	width: 100%;
	background:rgba(0,0,0,0.5);
	padding: 8px 4px 4px;
	margin-top: 15px;
}
.sub-footer h5, .sub-footer h6 {
	text-align: center;
	color: #FFF;
	font-weight: 400;
	margin: 0px;
	text-shadow: none;
	margin-bottom: 5px;
	font-style:italic;
}
.sub-footer h5 a {
	color: #1e71ff;
	text-decoration: none;
}
/***Footer***/

/***Sticky button***/
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99999 !important;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	margin: 30px auto;
	padding: 15px;
	border-radius: 5px;
	width: 49%;
	position: absolute;
	left: 40%;
	/* transition: all 5s ease-in-out; */
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
	position: absolute;
	top: 35px;
	background: #00495d;
	transition: all 200ms;
	/*font-size: 30px;
	left: 25px;*/
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 0px 5px;
}
.search {
	position: absolute;
	top: 19px;
	left: 45%;
	/* background: #ce00ff; */
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 0px 5px;
}
.popup .close:hover {
	color: #ffffff;
}
.popup .content {/*	max-height: 30%;
	*/overflow: auto;margin-top: 16px;}
	.div1 {
		width: 50%;
		padding: 20px;
	/* float: left;
	border-radius: 25px;*/
	height: auto;
	background:#fff;
}


.content h3 { text-align: center;
	margin: 15px 0 -1px 0;
	text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
	.box {
		width: 70%;
	}
	.popup {
		width: 70%;
		left:20%;
	}
	.div1 {
		width: 70%;
		padding: 20px;
		float: left;
	}

}

/* sticky button */	

#feedback1 {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
	display: block;
	background:url(pc.png) no-repeat;
	height: 52px;
	width: 155px;	
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;

}
#feedback1 a:hover {
	background:url(pc-over.png) no-repeat;
}

#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
	background:#d6d6d6;
	height: 52px;
	padding-top: 10px;
	width: 155px;
	text-align: center;
	color: #000;
	border: 1px solid #b6b6b6;
	font-style:none;
	font-size: 17px; 
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#feedback a:hover {
	background:#c6c6c6;
}

/* enquiry form */	

#quickenquire input[type=text], input[type=email], textarea, select {
	width: 100%;
	padding: 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	font-style: italic;
	box-sizing: border-box;
}
#quickenquire label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px!important;
	margin: 0px!important;
}
#quickenquire  input[type=submit] {
	width: 100%;
	background-color: #1e71ff;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 7px 20px;
	border: none;
	cursor: pointer;
}

#quickenquire  input[type=submit]:hover {
	background-color: #0e61cf;
}
/***Sticky button***/
/***Internal CSS************************************************************/

.bxsliderinternal {
	min-height: 326px;
	background: url(../images/internal-bg.jpg) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.bxsliderinternal .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;*/
}
.bxsliderinternal .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 20px;
}
.bxsliderinternal .caption p {
	color: #FFF;
	font-style: italic;
}

/* Start About Us Internal Image */
.aboutinternalbg {
	min-height: 400px;
	background: url(../images/about-final-bg.png) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.aboutinternalbg .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;*/
}
.aboutinternalbg .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 20px;
}
.aboutinternalbg .caption p {
	color: #FFF;
	font-style: italic;
}
/* End About Us Internal Image */

/* Start Software Internal Image */
.softwareinternalbg {
	min-height: 400px;
	background: url(../images/software-final-bg.png) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.softwareinternalbg .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;*/
}
.softwareinternalbg .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 20px;
}
.softwareinternalbg .caption p {
	color: #FFF;
	font-style: italic;
}
/* End Software Internal Image */

/* Start Staffing Internal Image */
.staffinginternalbg {
	min-height: 400px;
	background: url(../images/staffing-final-bg.png) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.staffinginternalbg .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;*/
}
.staffinginternalbg .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 20px;
}
.staffinginternalbg .caption p {
	color: #FFF;
	font-style: italic;
}
/* End Staffing Internal Image */

/* Start careers Internal Image */
.careersinternalbg {
	min-height: 400px;
	background: url(../images/careers-final-bg.png) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.careersinternalbg .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;*/
}
.careersinternalbg .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 20px;
}
.careersinternalbg .caption p {
	color: #FFF;
	font-style: italic;
}
/* End careers Internal Image */
/* Start Training Internal Image */
.traininginternalbg {
	min-height: 400px;
	background: url(../images/training-final-bg.png) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.traininginternalbg .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;*/
}
.traininginternalbg .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 20px;
}
.traininginternalbg .caption p {
	color: #FFF;
	font-style: italic;
}
/* End Training Internal Image */

/* Start Enterprise Internal Image */
.bxsliderinternalenterprise {
	min-height: 400px;
	background: url(../images/enterprise-final-bg.png) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.bxsliderinternalenterprise .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;*/
}
.bxsliderinternalenterprise .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 20px;
}
.bxsliderinternalenterprise .caption p {
	color: #FFF;
	font-style: italic;
}
/* End Enterprise Internal Image */



/*
.bxsliderinternalenterprise {
	min-height: 326px;
	background: url(../images/innerpage.png) left top no-repeat;
	position: relative;
	width: 100%;
	background-size: cover !important;
}
.bxsliderinternalenterprise .caption {
	position: absolute;
	bottom: 20px;
	width: 60%;
	left: 20%;
	text-align:center;
	/*border: 1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-shadow:0px 0px 1px #FFF;
}
.bxsliderinternalenterprise .caption h2 {
	color: white;
	display: inline;
	background:#1e71ff;
	text-transform: uppercase;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.bxsliderinternalenterprise .caption p {
	color: #FFF;
	font-style: italic;
}*/

















.paginationinternal
{
	padding: 0px;
}

.paginationinternal li
{
	list-style: none;
	display: inline;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
}

.paginationinternal li a
{
	list-style: none;
	display: inline;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.paginationinternal li a:hover
{
	color: #1e71ff;
	text-decoration: none;
}

.listpoints
{
	list-style: none;
	font-style: italic;
	font-size: 16px;
	padding: 0px; 
	margin: 0px 0px 20px 0px;
}

.listpoints i
{
	margin-right: 10px;
}


/********Contact*********/ 
.container .map {
	width: 100%;
	float: left;
}
.container .contact-form {
	width: 100%;
	margin-lef: 2%;
	float: left;
}
.container .contact-form .title {
	font-size: 2.5em;
	font-style: italic;
	font-weight: normal; 
	color: #242424;
}
.container .contact-form .subtitle {
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}
.container .contact-form input,
.container .contact-form textarea {
	width: 100%;
	padding: 2%;
	color: #242424;
	border: 1px solid #B7B7B7;
}
.container .contact-form input::placeholder,
.container .contact-form textarea::placeholder {
	color: #242424;
}
.container .contact-form .btn-send {
	background: #A383C9;
	height: 60px;
	color: #FFFFFF;
	font-weight: 700;
	margin: 2% 8%;
	border: none;
}
/********Contact*********/ 
.nav.nav-justified > li > a { position: relative; }
.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus { background-color: transparent; }
.nav.nav-justified > li > a > .quote {
	position: absolute;
	left: 0px;
	top: 0;
	opacity: 0;
	width: 30px;
	height: 30px;
	padding: 5px;
	background-color: #13c0ba;
	border-radius: 15px;
	color: #fff;  
}
.nav.nav-justified > li.active > a > .quote { opacity: 1; }
.nav.nav-justified > li > a > img { box-shadow: 0 0 0 5px #1e71ff; }
.nav.nav-justified > li > a > img { 
	max-width: 100%; 
	opacity: .3; 
	-webkit-transform: scale(.8,.8);
	transform: scale(.8,.8);
	-webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img { 
	opacity: 1; 
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner { padding: 30px 0 20px; font-style: italic; font-size: 16px;}

@media (min-width: 768px) {
	.nav.nav-justified > li > a > .quote {
		left: auto;
		top: auto;
		right: 60px;
		bottom: 0px;
	}  
}


/**********accordion************/
#accordion .panel{
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 5px;
}

#accordion .panel-heading{
	padding: 0;
	border-radius: 0;
	text-align: center;
	border: none;
}

#accordion .panel-title a{
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #000;
	text-align:left !important; 
	background: #6ec1ff;
	transition: all 0.5s ease 0s;
}

#accordion .panel-title a:hover{
	background: #1e71ff;
	color: #FFF;
	text-decoration:none; 
}

#accordion .panel-body{
	font-size: 14px;
	color: #000;
	background: #e0e0e0;
	padding: 15px 20px;
	line-height: 22px;
	border: none;
	font-weight: 500;
	position: relative;
	font-style: italic;
}

#accordion .panel-body:after{
	content: "";
	position: absolute;
	top: -20px;
	left: 30px;
	border: 10px solid transparent;
	border-bottom: 10px solid #e0e0e0;
}
/**********accordion************/

/**********bgvideo************/

/*video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
  }*/

  @media screen and (max-device-width: 800px) {

  	#bgvid { display: none; }
  }
  .captionvideo {
  	z-index: 9999px;
  	position: absolute;
  	text-align:center;
  	border: 1px solid rgba(0,0,0,0.3);
  	position: absolute;
  	bottom: 40px;
  	width: 60%;
  	left: 20%;
  	background:rgba(0,0,0,0.5);
  	padding: 15px;
  	box-shadow:0px 0px 1px #FFF;
  }
  .captionvideo h3 {
  	color: #FFF;
  	text-transform: uppercase;
  	font-size: 35px;
  	text-align: center;
  	font-style: italic;
  	margin: 0px;
  	padding: 0px;
  }
  .captionvideo p {
  	color: #FFF;
  	font-style: italic;
  }

  /**********bgvideo************/

  /***Internal CSS************************************************************/

  .gal-container{
  	padding: 12px;
  }
  .gal-item{
  	overflow: hidden;
  	padding: 3px;
  }
  .gal-item .box{
  	height: 350px;
  	overflow: hidden;
  }
  .box img{
  	height: 100%;
  	width: 100%;
  	object-fit:cover;
  	-o-object-fit:cover;
  }
  .gal-item a:focus{
  	outline: none;
  }
  .gal-item a:after{
  	content:"\e003";
  	font-family: 'Glyphicons Halflings';
  	opacity: 0;
  	background-color: rgba(0, 0, 0, 0.75);
  	position: absolute;
  	right: 3px;
  	left: 3px;
  	top: 3px;
  	bottom: 3px;
  	text-align: center;
  	line-height: 350px;
  	font-size: 30px;
  	color: #fff;
  	-webkit-transition: all 0.5s ease-in-out 0s;
  	-moz-transition: all 0.5s ease-in-out 0s;
  	transition: all 0.5s ease-in-out 0s;
  }
  .gal-item a:hover:after{
  	opacity: 1;
  }
  .modal-open .gal-container .modal{
  	background-color: rgba(0,0,0,0.4);
  }
  .modal-open .gal-item .modal-body{
  	padding: 0px;
  }
  .modal-open .gal-item button.close{
  	position: absolute;
  	width: 25px;
  	height: 25px;
  	background-color: #000;
  	opacity: 1;
  	color: #fff;
  	z-index: 999;
  	right: -12px;
  	top: -12px;
  	border-radius: 50%;
  	font-size: 15px;
  	border: 2px solid #fff;
  	line-height: 25px;
  	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  }
  .modal-open .gal-item button.close:focus{
  	outline: none;
  }
  .modal-open .gal-item button.close span{
  	position: relative;
  	top: -3px;
  	font-weight: lighter;
  	text-shadow:none;
  }
  .gal-container .modal-dialogue{
  	width: 80%;
  }
  .gal-container .description{
  	position: relative;
  	height: 40px;
  	top: -40px;
  	padding: 10px 25px;
  	background-color: rgba(0,0,0,0.5);
  	color: #fff;
  	text-align: left;
  }
  .gal-container .description h4{
  	margin:0px;
  	font-size: 15px;
  	font-weight: 300;
  	line-height: 20px;
  }
  .gal-container .modal.fade .modal-dialog {
  	-webkit-transform: scale(0.1);
  	-moz-transform: scale(0.1);
  	-ms-transform: scale(0.1);
  	transform: scale(0.1);
  	top: 100px;
  	opacity: 0;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
  }

  .gal-container .modal.fade.in .modal-dialog {
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	-webkit-transform: translate3d(0, -100px, 0);
  	transform: translate3d(0, -100px, 0);
  	opacity: 1;
  }
  @media (min-width: 768px) {
  	.gal-container .modal-dialog {
  		width: 55%;
  		margin: 50 auto;
  	}
  }
  @media (max-width: 768px) {
  	.gal-container .modal-content{
  		height:250px;
  	}
  }
  /* Footer Style */
  .gal-container{
  	padding-top :75px;
  	padding-bottom:75px;
  }


  #pinBoot {
  	position: relative;
  	max-width: 100%;
  	width: 100%;
  }
  #pinBoot img {
  	width: 145px;
  	height: 145px;
  	margin-top: 15px;
  	border: 1px solid #8ee1ff;
  }
  .white-panel {
  	position: absolute;
  	background: white;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  	padding: 10px;
  }
/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
	font-size: 1em;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.text-info
{
	color: #1e71ff;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}



.first-box{padding:10px;background:#9C0; color: #FFF;}
.first-box h3{color: #FFF;}
.first-box i{font-size: 60px;}

.second-box{padding:10px; background:#39F; color: #FFF;}
.second-box h3{color: #FFF;}
.second-box i{font-size: 60px;}

.third-box{padding:10px;background:#F66; color: #FFF;}
.third-box h3{color: #FFF;}
.third-box i{font-size: 60px;}

.fourth-box{padding:10px;background:#6CC; color: #FFF;}
.fourth-box h3{color: #FFF;}
.fourth-box i{font-size: 60px;}







/*///////////////Right Tooltip w/ Left Arrow////////////////*/
.tooltip-col {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    font-style: italic;
    font-size: 13px;
    /*height:50px;*/
    width: 100%;
    background-color: #fff;
    opacity: 0.9;
    color: #000;
    border: 1px solid #b0b0b0;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 9;
    top: -13px;
    right: 200px;
    text-align: left;
}

.tooltiptext h4
{
	font-size: 14px;
	color: #000;
	text-align: left;
}

.tooltiptext a
{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.tooltiptext a:hover
{
	color: #1e71ff;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 23%;
    right: -20px;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #b0b0b0;
}
.tooltip-col:hover .tooltiptext {
    visibility: visible;
}

/*///////////////Bottom Tooltip w/ Top Arrow////////////////*/ 




.demo a {
  position: absolute;
  bottom: 20px;
  right: 5%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}
.bounce {
    position: absolute;
    bottom: 20px;
  right: 5%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}


#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 5px solid #1e71ff;
  border-bottom: 5px solid #1e71ff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



.btn-glyphicon { padding:12px; background:#ffffff; margin-right:4px; vertical-align: text-top;}
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}
.modal-footer
{
	border-top:  0px;
}






/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #1e71ff;
    border-color: #1e71ff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 60px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
 

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1e71ff;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/all-pics/slider-1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/all-pics/slider-2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/workshop-jd/workshop-jd-3.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}









*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
}

.gallery {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery.pop {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.gallery figure {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 24.9%;
  /*padding: 10px;*/
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  width: 24.9% !important;
}
.gallery figure img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gallery figure figcaption {
  display: none;
}

.popupevent {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s;
}
.popupevent.pop {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
  z-index: 999;
}
.popupevent.pop figure {
  margin-top: 0;
  opacity: 1;
}
.popupevent figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: poppy 500ms linear both;
          animation: poppy 500ms linear both;
}
.popupevent figure img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
}
.popupevent figure figcaption {
  position: absolute;
  bottom: 50px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
.popupevent figure figcaption small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  text-indent: 3px;
  opacity: .7;
  letter-spacing: 1px;
}
.popupevent figure .shadow {
  position: relative;
  z-index: 1;
  top: -15px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 98%;
  height: 50px;
  opacity: .6;
  -webkit-filter: blur(15px) contrast(2);
          filter: blur(15px) contrast(2);
}
.popupevent .close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(#close);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.popupevent .close svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

@keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}


label
{
	font-size:13px;
	font-style: italic;
	color: #6e6e6e;
}







.colorBox>div
{
    width:30px;
    height:30px;
    background:url(/pics/color.png)
    
}

    #contentWrapper{
        background:#fff;
        padding:10px 10px 0;
        box-shadow:3px 2px 5px rgba(0,0,0,.3);
        margin:20px 0}
        

.btn-gray{
    background-color:#ccc;
    background-image:-moz-linear-gradient(#f4f4f4,#bcbcbc);
    background-image:-webkit-linear-gradient(#f4f4f4,#bcbcbc);
    background-image:-ms-linear-gradient(#f4f4f4,#bcbcbc);
    border-color:#aaa;
    color:#000}
    
    
.btn-file{
    position:relative
}


.btn-file input[type=file]{
    position:absolute;
    top:0;
    right:0;
    min-width:100%;
    min-height:100%;
    font-size:999px;
    text-align:right;
    filter:alpha(opacity=0);
    opacity:0;
    cursor:inherit;
    display:block}input[readonly]{background-color:#fff!important;cursor:text!important}


