
/*
*	Main.less
*	Main Design for theme
*	This file contains information about the Structure of the theme.
*
*	Index:
*	
*		• Pre Requisite/CSS
*		• Top Bar
*			• Top Menu
*			• Search Bar
*			• Social Icons
*		• Masthead a.k.a Header
*		• Slider
*		• Content
*			• Primary
*			• Secondary(if any)
*		• Footer
*			• Widget Area(if any)
*			• Colophon		
*		• Other Responsive Codes (Responsive codes are present, below each section)
*/
/* ---------------- Fonts ----------------------------------- */
/* ---------------Parametric Mixins ------------------------ */
/* --------------- Color Variables ------------------------- */
/* ---------------- Font Variables ------------------------- */
.site-title-font {
	font-family: 'Open Sans', sans-serif;
}
.body-font {
	font-family: 'Open Sans', sans-serif;
}
/*
 ------------------- Pre Requisite/Reset ----------------
*/
.container {
	margin: auto;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: 'Open Sans', sans-serif;
}
#content {
	background: #ffffff;
	clear: both;
}
a {
	color: #d2ab67;
	transition: 0.4s all ease;
}
a:visited {
	color: #3976f1;
}
a:hover {
	color: #3976f1;
}
/*::selection {
	background: #4e7ddc;
	color: white;
}*/
/* ----------------- Top Bar --------------------------- */
#top-bar {
	margin-bottom: 10px;
	background: #dbdbdb;
	box-shadow: inset 0 -3px 33px #cfcfcf;
}
#top-bar .search-form-top {
	float: left;
	padding-top: 7px;
	margin-right: -10px;
}
#top-bar .search-form-top input[type=text] {
	border-radius: 0px;
	border-color: #c2c2c2;
	padding: 6px;
	padding-left: 10px;
	outline: none;
	border-radius: 20px;
	width: 240px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
}
#top-bar .search-form-top:after {
	content: url(../images/search.png);
	position: relative;
	top: 2px;
	right: 30px;
}
#top-bar .search-form-top ::-webkit-input-placeholder {
 color: #6c93e2;
 font-size: 12px;
 padding-top: 2px;
 font-weight: lighter;
}
#top-bar .search-form-top ::-moz-input-placeholder {
 color: #6c93e2;
 font-size: 12px;
 padding-top: 2px;
 font-weight: lighter;
}
#top-bar #top-right {
	float: right;
	text-align: right;
}
#top-bar #top-right .top-right {
	padding: 5px;
	display: inline-block;
	color: #757575;
}
#top-bar #top-right .top-right i {
	margin-right: 5px;
	color: #4e7ddc;
	clear: left;
	font-style: normal;
	display: block;
	text-align: left;
}
#top-bar #top-right .top-right span {
	clear: both;
	padding-left: 10px;
}
#top-bar #social-icons {
	padding-top: 7px;
	float: left;
	overflow: hidden;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0);
}
#top-bar #social-icons img {
	width: 33px;
	height: 33px;
	transition: 0.4s transform ease;
	-webkit-transition: 0.4s transform ease;
	-moz-transition: 0.4s transform ease;
	-o-transition: 0.4s transform ease;
	-ms-transition: 0.4s transform ease;
}
#top-bar #social-icons img:hover {
	color: #898989;
	transform: rotate(-10deg) scale(1.15);
	-webkit-transform: rotate(-10deg) scale(1.15);
	-moz-transform: rotate(-10deg) scale(1.15);
}
#top-bar #social-icons a {
	background: 0 0;
	display: inline-block;
	margin-left: 0px;
}
.caption-wrap .caption p {       font-size: 16px;
    line-height: 22px;
    width:90%;margin: 0px;
    background: #b58d5975;    text-transform: capitalize;
    padding: 2px 10px;}

/* <----------- anil-------------*/

.pupup-element .popup-wrapper_2 .right-block{display: none;}
#huge_it_portfolio_popup_list_2 .popup-wrapper_2 .image-block_2 {width: 100%!important;}
#huge_it_portfolio_popup_list_2{    width: 50%!important;     left: 20%!important;}

.metaslider .caption {
    text-shadow: 2px 2px 2px rgb(21, 21, 21);
    text-transform: uppercase;
}
.metaslider .caption a{text-shadow:none;}
.quiz-register #wppb_form_success_message{
    background: none;
    border: none;
    font-size: 26px;
    text-transform: uppercase;
}
.quiz-register  .quiz-play{
    display: block;
    font-size: 20px;
    margin: 5% auto;
    border: 0px;
    box-shadow: none;
    text-transform: uppercase;
    padding: 15px 25px;
    width: auto;
    background: #d2ab67;
    color: #fff;
    text-decoration: none;
    border-right: 6px solid #b58d59;
}
.metaslider .flexslider {
	margin: 0 0 0px 0 !important;
	border: 0px;
}
.flex-control-nav {
	bottom: 50px!important;
	line-height: 11px;
	z-index: 99;
	left: 7%;
	width: auto !important;
}
.site-branding {
	width: 290px;
	margin: -5px auto 0 auto;
	display: inline-block;
}
.arrow-box {
	width: 40px;
	position: absolute;
	z-index: 99;
	top: -80px;
	left: -25px;
	cursor: pointer;
}
.arrow-box-footer {
	width: 40px;
	position: absolute;
	z-index: 99;
	top: -128px;
	cursor: pointer;
	left: -30px;
}
.benner-btm-sec {
	padding: 50px 0px;
	background: #062f64;
	text-align: right;
}
.benner-btm-sec h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	margin: 0px;
	padding: 0px 3% 0px 0px;
}
.benner-btm-sec h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin: 0px;
	padding: 0px 3% 0px 0px;
}
.benner-btm-sec p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 0px 3%;
}
.benner-btm-sec p a {
	color: #d2ab67;
	font-size: 14px;
	font-weight: 600;
	float: right;
	text-decoration: none;
	margin: 20px 3% 0px 0px;
	background: url(../images/a-tag-bg-w.png) no-repeat 100% 100%;
	padding-bottom: 10px;
}
.home-map-section .map ul {
	list-style: disc;
	width: 24.3%;
	display: inline-block;
	margin: 0px;
}
.home-map-section .map ul li {
	list-style-type: none;
	color: #d3a468;
	background: url(../images/li-icon.png) no-repeat left;
	padding-left: 20px;
	margin-bottom: 5px;
}
.home-map-section h2 {
	padding-left: 20px;
	background: url(../images/h1-bg.png) no-repeat 0% 0%;
	font-size: 38px;
	font-weight: 200;
	color: #002b5c;
	margin: 8% 0%
}
.home-map-section {
	padding: 1% 0% 1% 0%;
	background: url(../images/map-left.png) no-repeat 0% 0%;
	background-size: cover;
}
#top-nav #site-navigation .main-log a {
	padding: 0px!important;
}
#top-nav #site-navigation .main-log a:before {
	display: none!important;
}
.home-products-listing {
	background: url(../images/home-product-bg.png) no-repeat 0% -34%;
	background-size: cover;
	padding: 3% 4% 4% 4%;
	background-size: 85%;
}
.home-products-listing .col-sm-3 {
	margin-top: 3%;
}
.home-products-listing h3 {
	padding-left: 20px;
	background: url(../images/h1-bg.png) no-repeat 0% 0%;
	font-size: 40px;
	font-weight: 200;
	color: #fff;
	margin: 8% 0%
}
.home-products-listing h3 span {
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	margin: 0% 0%;
	line-height: normal;
	clear: both;
	display: inline-block;
}
.product-discription-sec {
	margin-top: 66%;
	font-size: 14px;
	color: #0a0a2d;
	margin-left: -50px;
}
.product-discription-sec a {
	background: url(../images/a-tag-bg-blue.png) no-repeat 100% 100%;
	padding-bottom: 10px;
}
.wp-posts-carousel .owl-item {
	margin-top: -16px;
}
.wp-posts-carousel .wp-posts-carousel-container {
	background: #fff;
	-webkit-box-shadow: 3px 4px 12px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 12px -2px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 12px -2px rgba(0,0,0,0.75);
}
.wp-posts-carousel .wp-posts-carousel-container h3 {
	background: none;
	text-align: left!important;
	padding: 0px 0px 0px 5px;
	font-weight: 600;
}
.wp-posts-carousel .wp-posts-carousel-container h3 a {
	color: #013773;
}
.wp-posts-carousel .wp-posts-carousel-container p {
	font-size: 14px;
	text-align: left!important;
}
.top-projects {
	background: #e6f4ff url(../images/quiz-bg.png) no-repeat 100% 0%;
	padding: 6% 0%;
	background-size: contain;
	display: inline-block;
	width: 100%;
}
.top-projects .project-overlay {
	background: url(../images/quiz.png) no-repeat 0% 0%;
	background-size: contain;
}
.top-projects h4 {
	padding-left: 20px;
	background: url(../images/h1-bg.png) no-repeat 0% 0%;
	font-size: 48px;
	font-weight: 200;
	color: #002b5c;
	padding: 0% 0% 5% 4%;
}
.top-projects p {
	font-size: 16px;
	width: 60%;
	font-weight: 600;
	color: #002b5c;
	margin: 0% 0%;
	line-height: normal;
	clear: both;
	display: inline-block;
}
.top-projects a {
	display: inline-block;
	font-size: 14px;
	margin-top: 25px;
	background: url(../images/a-tag-bg-blue.png) no-repeat 100% 100%;
	padding-bottom: 10px;
}
.top-projects .top-project-left {
	width: 50%;
	display: block;
	float: left;
}
.top-projects .top-project-right {
	width: 50%;
	display: block;
	float: left;
}
.top-projects .top-project-right {
	padding-left: 5%;
}
.msacwl-carousel-slide {
	padding: 60px;
}
.project-left-img-wrap img {
	height: 350px;
}
.reach-out-sec {
	padding: 6% 0%;
	text-align: center;
	color: #fff;
	background: #012b5d url(../images/Reach-Out.png) no-repeat 0% 0%;
	background-size: cover;
}
.reach-out-sec a {
	font-size: 13px;
	margin-top: 25px;
	background: url(../images/a-tag-bg-w.png) no-repeat 100% 100%;
	display: inline-block;
	padding-bottom: 10px;
}
.reach-out-sec h3 {
	font-size: 48px;
	margin-bottom: 3%;
	font-weight: 300;
}
.Certifications-sec {
	text-align: center;
	Color: #002a5c;
	text-align: center;
	padding: 2% 0px 6% 0px;
	
	background: url(../images/logo-bg.jpg) no-repeat 100% 100%;
	
}
.Certifications-sec h2 {
	font-size: 48px;
	margin-bottom:50px;
	font-weight: 300;
}

.news-sec {
	text-align: center;
	Color: #002a5c;
	text-align: center;
	padding: 2% 0px 6% 0px;
	background: #024386;
	
}
.news-sec h3{font-size: 35px; text-align:left;    font-weight: 300;	color: #fff;margin-bottom: 30px;}
.industries {
	text-align: center;
	Color: #fff;
	text-align: center;
	padding: 2% 0px 2% 0px;
	background: #fff;
	
}
.industries h3{font-size: 48px;   font-weight: 300;	color: #012b5c; margin-bottom: 30px;}
.industries h4{font-size: 48px;   font-weight: 300;	color: #012b5c; margin-bottom: 20px;  margin-top: 50px;}

.industries .industries-img{ margin:1.5% 1.5% .5% 1.5%; padding:0px;}
.industries .industries-img p {
    position: absolute;
    z-index: 99;
    bottom: 15px;
    background: black;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
    text-transform: uppercase;
}


.top-footer {
	background: #d2ab66;
	text-align: left;
	padding-bottom: 18px;
}
.top-footer p {
	font-size: 16px;
	font-weight: 800;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
}
.top-footer h2 {
	font-size: 24px;
	margin: 10px 0px 0px 0px;
	font-weight: 300;
	color: #fff;
}
.top-footer section {
	float: left;
}
.top-footer .col-sm-4 {
	border-right: 2px solid #fff;
	margin-top: 20px;
}
.top-footer .col-sm-4:last-child {
	border: 0px;
}
.top-footer [class*="row"] {
	margin-left: -35px;
	margin-right: -35px;
}
.top-footer [class*="col-"] {
	padding-left: 35px;
	padding-right: 35px;
}
.footer-contain {
	background: #012b5d url(../images/footer-bg.png) no-repeat 100% 0%;
	color: #fff;
	font-weight: 600;
	padding: 3% 0%;
}
.footer-contain ul {
	list-style-type: none;
	display: inline;
}
.footer-contain ul li {
	width: 42%;
	float: left;
	margin-bottom: 25px;
	text-align: left!important;
}
.footer-contain h2 {
	font-size: 20px;
	text-align: left!important;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}
.footer-contain .menu-footer-products-container ul li {
	width: 30%;
}
.footer-contain .footer-adress .textwidget {
	text-align: left;
}
.btm-footer {
	background: #111f46;
}
.btm-footer .menu-bottom-links-container ul {
	list-style-type: none;
	display: black;
	margin-top: 25px;
}
.btm-footer .menu-bottom-links-container ul li {
	float: left;
	margin-bottom: 25px;
	text-align: left!important;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #fff;
	font-weight: 600;
}
.btm-footer .menu-bottom-links-container ul li:last-child {
	border: 0px;
}
.btm-footer p {
	text-align: left;
}
.btm-footer label {
	font-weight: 500;
	margin-top: 25px;
}
.flex-control-paging li a {
	margin: 5px;
	width: 12px!important;
	height: 14px!important;
	background-color: none!important;
	background: url(../images/dot.png) no-repeat 0% 0%!important;
	background-size: cover!important;
}
.flex-control-paging li .flex-active {
	background-color: none!important;
	background: url(../images/dot-hover.png) no-repeat 0% 0%!important;
	background-size: cover!important;
}
.flex-active-slide {
	position: relative;
}
.home-banner .metaslider .caption-wrap {
	font-size: 55px;
	bottom: 20%;
	margin: 0px;
	line-height: 56px;
}
.home-banner .metaslider .caption-wrap span {
	margin-bottom:22px;
}
.home-banner .metaslider .caption-wrap a {
	font-size: 14px;
	margin-left: -35px;
	text-transform: uppercase;
	display: inline;
	padding: 10px 20px;
	width: auto;
	background: #d2ab67;
	color: #fff;
	text-decoration: none;
	border-right: 3px solid #b58d59;
}
.home-products-listing .compact-theme.wp-posts-carousel .owl-controls .owl-nav div {
	background: none;
	border: 0px;
}
.home-products-listing .compact-theme.wp-posts-carousel .owl-nav div:before {
	font-size: 40px;
}
.home-products-listing .compact-theme.wp-posts-carousel {
	padding-top: 50px;
}
.home-products-listing .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next {
	right: 180px;
	padding: 0px 15px 0px 7px;
}
.home-products-listing .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev {
	right: 210px;
	padding: 0px 13px 0px 7px;
}
.Certifications-sec .msacwl-gallery-carousel .slick-dots li button {
	
	margin: 0px !important;
	cursor: pointer !important;
	border: 0px;
	padding: 0px !important;
	background: url(../images/inactive-hexagon.png) no-repeat !important;
    width: 14px !important;
    height: 12px !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}
.Certifications-sec .msacwl-gallery-carousel .slick-dots {
	bottom: -25px;
}
.Certifications-sec .msacwl-gallery-carousel .slick-dots .slick-active button {
	background: none !important;
	margin: 0px !important;
	cursor: pointer !important;
	border: 0px;
	padding: 0px !important;
	 width: 14px !important;
    height: 12px !important;
}
.Certifications-sec .msacwl-gallery-carousel .slick-dots li {
	margin: 5px !important;
	 width: 14px !important;
    height: 12px !important;
}
.Certifications-sec .msacwl-gallery-carousel .slick-dots .slick-active {
	background: url(../images/active-hexagon.png) no-repeat !important;
	background-size: cover!important;
	margin: 0px !important;
	cursor: pointer !important;
	border: 0px;
	padding: 0px !important;
	 width: 14px !important;
    height: 12px !important;
}



.home-dis {
	display: block
}
.home-mob {
	display: none;
}
.technical-information, .technical-information-table {
	font-family: 'Open Sans', sans-serif;
	overflow: auto;
}
.technical-information h2 {
	font-size: 28px;
	color: #d2ab66;
}
.technical-information p {
	font-size: 14px;
	color: #14214b;
	line-height: 22px;
}
.technical-information-table h3 {
	font-size: 24px;
	color: #1a5694;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-left: 10px solid #1a5694;
	padding: 10px 20px;
	margin: 30px 0px 0px 0px;
}
.load-mores {
    min-height: 470px;
}
#loaditem {
	
	padding: 10px;
	text-align: center;
	background-color: #33739E;
	color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	box-shadow: 0 1px 1px #ccc;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	margin: 0 auto;
    width: auto;
    display: table;
    margin-bottom: 20px;
}
#loaditem:hover {
	background-color: #fff;
	color: #33739E;
}



.technical-information ul li {
	background: url(../images/poligon-shape-sm.png) no-repeat left 6px;
	padding: 0px 0px 15px 32px;
	margin: 0px;
	font-size: 16px;
	color: #184274;
	font-weight: normal;
	line-height: 27px;
	list-style-type: none;
}
td {
	border: 1px solid #f0f0f0;
	color: #14214b;
	padding: 15px 15px;
	text-align: center;
	font-size: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 24px;
	text-align: center;
	border: 1px solid #f0f0f0
}
tfoot td {
	border: 0
}
caption, th, td {
	font-weight: 600;
	color: #14214b;
	vertical-align: middle
}
th {
font-weight: 800 color:#14214b;
}
th, tfoot {
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #f0f0f0
}
tr {
	border-width: 0 0 1px 0;
	border-color: #dbdbdb
}
del {
	color: #767676
}
.highlight-table tr td {
	text-align: left;
}
.table-wrapper {
	width: 100%;
	text-align: center;
	background-color: #EEE;
	overflow-x: auto;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #DDD), color-stop(100%, rgba(221, 221, 221, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ddd), color-stop(100%, rgba(221, 221, 221, 0)));
	background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #ddd, rgba(221, 221, 221, 0)), -webkit-linear-gradient(right, #ddd, rgba(221, 221, 221, 0));
	background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #ddd, rgba(221, 221, 221, 0)), -moz-linear-gradient(right, #ddd, rgba(221, 221, 221, 0));
	background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #ddd, rgba(221, 221, 221, 0)), -o-linear-gradient(right, #ddd, rgba(221, 221, 221, 0));
	background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #DDDDD, rgba(221, 221, 221, 0)), linear-gradient(right, #ddd, rgba(221, 221, 221, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 16em 100%, 16em 100%, 2em 100%, 2em 100%;
	background-attachment: local, local, scroll, scroll;
	margin-bottom: 24px
}
.table-wrapper table, .table-wrapper div {
	width: 100%;
	margin-bottom: 0
}
.table-drawing .hint {
	display: block;
	background-color: #5E6B78;
	color: #FFF;
	padding: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
table.no-border td {
	border: none
}
table.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto
}
.top-of-page {
	display: block;
	text-align: center;
	margin-top: -24px;
	text-decoration: none
}
.highlight-table tbody tr:nth-child(even) {
	background-color: #FAFAFA;
	background-color: rgba(195, 195, 195, 0.1)
}
.highlight-table tbody tr:hover {
	background-color: #E1EFFC;
	background-color: rgba(94, 107, 120, 0.1)
}
tr.stripe {
	background-color: #FAFAFA;
	background-color: rgba(195, 195, 195, 0.1)
}
tfoot ul, tfoot ol {
	text-align: left;
	display: inline-block;
	margin: 8px 0 8px 40px
}
.spec-table tfoot ul, .spec-table tfoot ol {
	text-align: left;
	display: inline-block;
	margin: 8px 0 8px 40px
}
.contact-form input, optgroup, select, textarea {
	font-size: 16px;
	color: #827f7f;
	padding: 10px;
	width: 100%;
	margin: 10px 0px;
	background: #f9fafc;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.address-box textarea {
	height: 170px;
}
.massage textarea {
	height: 100px;
	margin: 10px 0px 0px 0px;
}
.select-box {
	font-size: 16px;
	font-weight: 400;
	color: #827f7f;
}
.contact h2 {
	text-align: center;
	margin-bottom: 5%;
	color: #d2ab66;
	font-weight: 600;
}
.select-one {
	font-size: 16px;
	font-weight: 700;
	color: #827f7f;
	padding: 0px 0px 5px 0px;
	display: inline-block;
}
.wpcf7-list-item-label {
	vertical-align: super;
}
.contact-form input[type="submit"] {
	display: block;
	font-size: 20px;
	margin: 5% auto;
	border: 0px;
	box-shadow: none;
	text-transform: uppercase;
	padding: 15px 25px;
	width: auto;
	background: #d2ab67;
	color: #fff;
	text-decoration: none;
	border-right: 6px solid #b58d59;
}
.contact-form span.wpcf7-list-item {
	margin: 0px;
}
.contact-address {
	padding: 2% 5% 8% 5%;
	background: url(../images/contact-bg-img.png) no-repeat 0% 0%!important;
	background-size: 100%;
	margin-top:85px;
}
.corporate-office .address {
	width: auto;
	display: inline;
}
.corporate-office .address h3 {
	color: #d3a468;
	font-size: 30px;
}
.corporate-office .address p {
	margin-right: 5%;
	border-right: 1px solid #aaa;
	padding-right: 5%;
	width: auto;
	display: inline-block;
	font-size: 15px;
	color: #14214b;
}
.corporate-office .links {
	width: auto;
	display: inline-block;
	color: #14214b;
}
.pho-icon, .fax-icon, .mail-icon {
	width: 100%;
	font-size: 14px;
	color: #14214b;
	padding-left: 35px;
	height: 30px;
	display: inline-block;
	padding-top: 5px;
}
.pho-icon {
	background: url(../images/call-icon.png) no-repeat 0% 0%!important;
}
.fax-icon {
	background: url(../images/fax-icon.png) no-repeat 0% 0%!important;
}
.mail-icon {
	background: url(../images/mail-icon.png) no-repeat 0% 0%!important;
}
.contact .contact-address-list .products-detail-bottom-list {
	min-height: 227px;
}
.contact .contact-address-list .products-detail-bottom-list h2 {
	text-align: left;
}
.profile-select {
	color: #363945;
}
/*[type="radio"]:checked:before */

input[type="radio"] {
	appearance: none;
	margin: 5px 2px 5px 15px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	border-radius: 50%;
	transition: .2s;
	cursor: pointer;
	color: #363945;
 &:hover,  &:checked {
 background: #363945;
 box-shadow:
 inset 0 0 0 .1em white,  0 0 0 .3em;
}
 &:checked {
 background: #56be8e;
 box-shadow:
 inset 0 0 0 .4em white,  0 0 0 .1em #56be8e;
}
 &:focus {
outline: 0;
}
}
.load-more {
	display: block;
}
#loadMore {
	display: none;
}
.careers .job_filters .search_jobs {
	padding: 4%;
	background: #1a5694;
}
.careers .job_filters .search_jobs input[type=text] {
	height: 40px;
	padding: 5px 20px;
}
/*
.careers .job_filters .job_types input[type=checkbox] { display:none;}
.careers .job_filters .job_types:before {    content: "Filter by tag:";  }
*/
.career {
	margin: 5% 0%;
}
.career-information {
	margin: 0% 0% 5% 0%;
}
.careers .job_filters .job_types {
	padding: 3%;
}
.careers .job_filters .job_types li {
	margin: 5px;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 20px 10px 20px;
	float: left;
	background: #1a5694;
	color: #fff;
}
.job_listing-template-default .careers {
	background: url(../images/contact.jpg) no-repeat 0% 0%!important;
	background-size: cover;
}
.single_job_listing .company .name {
	margin: 0 0 0 3em;
	padding: 10px 0 9px 1em;
	line-height: 1.5em;
}
.header-title span {
	color: #d3a468!important;
}
.approvals .portelement_2 {
	margin: 0 0 30px 0!important;
}
.approvals .portelement_2 .image-block_2 {
	overflow: hidden!important;
}
.approvals .portelement_2 .image-block_2 img {
	height: auto !important;
}
.approvals {
	margin: 4% auto;
}
.contact-form span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	height: 18px;
	padding: 0px;
	margin: 0px;
}
.contact-form div.wpcf7-validation-errors {
	border: 0px solid #f7e700;
}
.contact-form .sp-f-size {
	font-size: 14px;
}
#wp_posts_carousel-3 .wp-posts-carousel-desc strong:before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
}
.load-mores{
    display: none;
}

.quiz-wrap .log h2 span {
	
	display: block;
}
.quiz-wrap .log p {
	text-align: center;
}
.quiz-wrap .col-sm-12 {
	background: #fff;
}
.quiz-wrap .quiz-login {
	margin: 5% auto;
	float: none;
	background: #ececec;
	padding: 2% 5% 8% 5%;
	display: grid;
}
.quiz-login h3 {
	font-size: 40px;
	text-align: center;
	margin: 5% auto 2% auto;
	line-height: 30px;
	font-weight: 600;
	color: #062f64;
}
.quiz-login p {
	font-size: 16px;
	text-align: center;
	margin: 0% auto 5% auto;
	line-height: 30px;
	color: #4f4f4f;
}
.quiz-login label {
	font-weight: 400;
}
.quiz-login .login-username label, .quiz-login .login-password label {
	display: none;
	text-align: left;
}
.sp-quiz #quiz-navigation {background: #fff;}
.sp-quiz #quiz-navigation ul li{ float:right!important;}
.sp-quiz #quiz-navigation ul li a {
    background: #d3a468;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0px 20px;
    display: block;
    border-radius: 5px;
    float: right;
    font-weight: 400;
}
.game-page-area {
    width: 100%;float: left;
    display: block;
    margin: 0 auto;
    min-height: 600px;
    background: #fff;
}
.game-page-area .game-page {    max-width: 700px; padding-top: 5%;}
.game-page-area .quiz-popup{ left:0;background-color: #fffffff5;}
.game-page-area .level-sec {  max-width: 210px;    padding: 8px 40px 22px;}
.game-page-area  .quiz-popup{   width: 100%;    height: 100%;}

.game-page-area .back a {   width: 40%;    margin: 5% auto;    padding: 10px 25px;letter-spacing:2px;   border-radius: 5px; color: #fff;    font-size: 16px;    font-weight: 500; text-decoration:none;}


.quiz-lading-sec.log {    padding: 40px 15px 15px 15px !important;}
.page-template-quiz-page-php .quiz-lading-sec.log {  padding: 40px 15px 15px 15px;}
.page-template-quiz-page-php .quiz-wrap {padding: 100px 35px 50px;}

.page-template-login-php .log h2{    font-size: 70px;line-height: 60px;padding: 0px 0px 20px;}
.page-template-login-php .log h2 span {    font-size: 55px;    margin-left: -20px;}
 
.page-template-quiz-page-php .log h2{    font-size: 70px;line-height: 60px;padding: 0px 0px 20px;}
.page-template-quiz-page-php .log h2 span {    font-size: 55px;    margin-left: -20px;}

.page-template-forgot-password-template .log h2{    font-size: 70px;line-height: 60px;padding: 0px 0px 20px;}
.page-template-forgot-password-template .log h2 span {    font-size: 55px;    margin-left: -20px;}

.page-template-registration .log h2{    font-size: 70px;line-height: 60px;padding: 0px 0px 20px;}
.page-template-registration .log h2 span {    font-size: 55px;    margin-left: -20px;}

.game-page-area .level-sec h2 {    font-size: 35px;     line-height: 30px;}

.quiz-login a {
	color: #062f64;
	text-decoration: underline;
}
.quiz-login span {
	text-align: center;
	color: #062f64;
	display: block;
}
.quiz-login #wppb-login-wrap .login-username input, .quiz-login #wppb-login-wrap .login-password input {
	float: none;
}
.quiz-login input[type="submit"] {
	display: block;
	font-size: 20px;
	margin: 0% auto;
	border: 0px;
	box-shadow: none;
	text-transform: uppercase;
	padding: 15px 25px;
	width: auto;
	background: #d2ab67;
	color: #fff;
	text-decoration: none;
	border-right: 6px solid #b58d59;
}
.quiz-login .wppb-form-field label {
	display: none;
}
.quiz-login .wppb-user-forms ul li {
	padding-bottom: 14px;
	width: 45%;
	margin: 1% 2%;
	float: left;
}
.wppb-form-field .text-input {
	width: 100% !important;
	height: 40px!important;
}
.wppb-default-about-yourself-heading {
	display: none!important;
}
.wppb-default-biographical-info {
	width: 100% !important;
}
.wppb-default-biographical-info .default_field_description {
	width: 93% !important;
}
.quiz-login #wppb-register-user .form-submit {
	float: none;
	margin: 0 auto;
	clear: both;
}
.quiz-wrapper {
	box-shadow: none!important;
}
.game-page {
	margin: 0 auto;
	float: none;
}
.quiz-wrapper .show p {
	border: 0px!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	margin: 5px 0%!important;
	width: 100%!important;
	padding: 10px 30px!important;
}
.quiz-wrapper .show .selected {
	border: 0px!important;
	box-shadow: none!important;
}
.quiz-wrapper .skill {
	border: 0px!important;
	font-weight: 300!important;
}
.quiz-wrapper .resultset span {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
}
.quiz-wrapper .legend {
	background: none!important;
	text-shadow: none!important;
	border: 0px!important;
	color: #171717!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px!important;
	font-weight: 300!important;
}
.quiz-wrapper .legend:before {
	content: "";
	width: 75px;
	height: 75px;
	background: url(../images/quiz.png) no-repeat 0% 0%!important;
	background-size: 80% !important;
	float: left;
	float: left;
}
.progress-container {
	display: none!important;
}
.page-number {
	display: none!important;
}
.smoke-base .dialog {
	top: 10%!important;
	left: 25%!important;
	width: 50%!important;
}
.smoke-base .dialog-inner h3 {
	font-weight: 300!important;
	padding: 5px 10px 0!important;
	font-size: 18px!important;
}

@media screen and (max-width: 1024px) {
.table-drawing {
	position: relative
}
.table-drawing img {
	position: absolute;
	top: 0;
	max-width: 374px;
	max-height: 400px;
	border: 1px solid #DDD;
	z-index: 4
}
.load-more {
	display: none;
}
#loadMore {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #33739E;
	color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	box-shadow: 0 1px 1px #ccc;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	float: right;
}
#loadMore:hover {
	background-color: #fff;
	color: #33739E;
}

.home-banner .metaslider .caption-wrap {
	font-size: 35px;
	bottom: 20%;
	margin: 0px;
	line-height: 35px;
}
.msacwl-slide img.attachment-full, .msacwl-carousel-slide img.attachment-large {
	height: auto !important;
	width: auto !important;
}
.msacwl-carousel-slide a {
	height: auto!important;
}
}

@media screen and (max-width: 767px) {
	
	.contact-address {
	margin-top:50px;
}
	
	
	.caption-wrap .caption p {        font-size: 12px;    line-height: 12px;    width: 100%;}
.page-template-quiz-page-php .quiz-wrap {    padding: 15px;}	
.quiz-content{width: 90%;}
.sp-quiz #quiz-navigation ul li a{    width: 150px;    float: left;}
.sp-quiz #quiz-navigation ul li {    float: left !important;}
.game-page-area .game-page {    padding: 5%;}
.msacwl-carousel-slide a {
	height: auto!important;
}
.msacwl-slide img.attachment-full, .msacwl-carousel-slide img.attachment-large {
	height: auto !important;
	width: auto !important;
}
#huge_it_portfolio_popup_list_2 li.pupup-element {
	position: fixed!important;
}
.site-branding {
	width: 260px;
	position: absolute;
	z-index: 112;
}
#top-nav #site-navigation {
	display: none;
}
.arrow-box {
	display: none;
}
.benner-btm-sec {
	text-align: center;
}
.benner-btm-sec p {
	margin: 10px auto;
	text-align: center;
	padding: 0px 0px 0px 3%;
	width: 100%;
	display: inline-block;
}
.benner-btm-sec p a {
	float: none;
}
.home-map-section h2 {
	font-size: 18px;
}
.home-map-section .map ul {
	width: 32.3%;
	font-size: 10px;
}
.home-map-img {
	display: none;
}
.msacwl-carousel-slide a {
	height: 440px;
}
.project-left-img-wrap img {
	height: auto;
}
.top-projects .top-project-left {
	width: 90%;
}
.top-projects .top-project-right {
	width: 90%;
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.top-projects h4 {
	width: 75%;
	margin: 20px auto;
}
.top-projects p {
	width: 100%;
}
.top-footer .container {
	margin: auto;
	text-align: center;
	max-width: 300px;
}
.top-footer .col-sm-4 {
	display: inline-block;
}
.top-footer .widget-title {
	display: none;
}
.top-footer .textwidget {
	display: none;
}
.top-footer [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.footer-contain {
	display: none;
}
.arrow-box-footer {
	display: none;
}
.btm-footer p {
	text-align: center;
}
.btm-footer .menu-bottom-links-container ul li {
	padding: 0px 10px 0px 10px;
}
.home-products-listing .col-sm-3 {
	margin-top: 3%;
	width: 49% !important;
	float: left;
}
.home-products-listing .col-sm-9 {
	width: 49% !important;
	float: left;
}
.home-products-listing h3 {
	font-size: 18px;
}
.product-discription-sec {
	margin-left: 0px;
}
.home-products-listing {
	background: url(../images/home-product-bg.png) no-repeat 0% 4%;
	background-size: cover;
	padding: 3% 4% 4% 4%;
	background-size: 145%;
}
.home-products-listing .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next {
	right: 10%;
	top: 20px;
}
.home-products-listing .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev {
	right: 28%;
	top: 20px;
}
.msacwl-carousel-slide {
	padding: 20px;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-title {
	font-size: 14px;
}
.home-dis {
	display: none;
}
.home-mob {
	display: block;
}
.home-banner .metaslider .caption-wrap {
	font-size: 22px;
	line-height: 22px;
	bottom: 20%;
}
.home-banner .metaslider .caption-wrap a {
	font-size: 12px;
	margin-left: 15px;
	padding: 5px 10px;
}
.caption-wrap {
	padding-left: 12px!important;
}
.product-detail-right-details h2 {
	font-size: 28px!important;
}
.product-container {
	margin-top: 40px !important;
}
.project-listing-wrap {
	margin-bottom: 70px!important;
}
.major-product-wrap h2 {
	padding: 0px 0px 80px 35px;
	font-size: 25px!important;
}
}

@media screen and (max-width: 991px) {
.home-map-section h2 {
	font-size: 24px;
}
.home-map-section .map ul {
	font-size: 12px;
	width: 32.3%;
}
#top-bar #social-icons,  #top-bar .search-form-top {
	float: none;
	text-align: center;
}
#top-bar #social-icons a {
	float: none;
	text-align: center;
}
#top-bar .search-form-top {
	margin-right: 0px;
}
#top-bar .container .col-md-6 {
	text-align: center;
}
}
#masthead {
	text-align: center;
	border: none;
	margin-bottom: 20px;
	padding: 0px 0 0px 0;
	-webkit-backface-visibility: hidden;
	border-top: solid 4px #fff;
	position: absolute;
	z-index: 999;
	width: 100%;
}
#masthead .site-title {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding-top: 8px;
	margin-top: 7px;
	margin-bottom: 5px;
}
#masthead .site-title a {
	color: #4e7ddc;
	font-size: 32px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: flat;
	display: inline-block;
}
#masthead .site-description {
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: lighter;
	color: #898989;
	margin-bottom: 60px;
}
#masthead #site-logo img {
	max-height: 110px;
	margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
#masthead {
	text-align: center;
}
#masthead #social-icons {
	text-align: center;
	float: none;
	margin-top: 20px;
}
}
/*------------------ Navigation -------------- */
#top-nav {
	display: block;
}
#top-nav #site-navigation {
	margin-bottom: 0px;
	text-align: center;
	font-size: 13px;
	padding-left: 0px;
	-webkit-backface-visibility: hidden;
	margin-top: 0px;
	position: absolute;
	top: 3px;
}
#top-nav #site-navigation a {
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: 0s all ease;
	-webkit-transition: 0s all ease;
	-moz-transition: 0s all ease;
	-o-transition: 0s all ease;
	-ms-transition: 0s all ease;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}
#top-nav #site-navigation a:hover {
	color: #d2ab67;
	text-decoration: none;
}
#top-nav #site-navigation ul {
	margin-left: 0px;
	z-index: 99999;
}
#top-nav #site-navigation ul li {
	float: none;
	display: inline-block;
}
.menu-item-has-children {
	background: url(../images/menu-arrow.png) no-repeat 100% 50%;
	background-size: 10px;
}
#top-nav #site-navigation ul li:hover > a {
	background: #4e7ddc;
	color: #d2ab67;
	text-decoration: none;
}
#top-nav #site-navigation ul ul {
	background: #4e7ddc;
	box-shadow: none;
	border-top: solid 4px #e2e2e4;
	top: 2.7em;
	padding: 20px;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 9999;
}
#top-nav #site-navigation ul ul a {
	padding: 3px 5px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	color: white;
	margin-bottom: 5px;
	font-weight: lighter;
}
#top-nav #site-navigation ul ul a:hover {
	color: #d2ab67;
}
#top-nav #site-navigation ul ul ul {
	top: -0.1em;
	box-shadow: -1px 0 1px #888888;
}

@media screen and (max-width: 1199px) {
button#responsive-menu-button {
	background: #d2ab67!important;
	width: 45px!important;
	height: 35px!important;
	top: 8px !important;
}
#top-nav #site-navigation ul {
	float: none;
	text-align: center;
	display: none;
}
#top-nav #site-navigation ul li {
	float: none;
}
#top-nav #site-navigation ul li a {
	padding: 20px 10px;
}
#top-nav #site-navigation ul ul a {
	padding: 8px 5px;
}
#top-nav #site-navigation ul ul ul {
	top: 0;
}
}

@media screen and (max-width: 600px) {
#top-nav h1.menu-toggle {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#top-nav #site-navigation ul ul {
	display: none !important;
}
#top-nav #site-navigation ul {
	margin-left: 15%;
}
#top-nav #site-navigation ul li {
	display: block;
	width: 80%;
}
#top-nav #site-navigation ul li a {
	padding: 5px 10px;
}
}
/* -------------------- Slider -------------------*/
#slider-wrapper {
	clear: both;
	position: relative;
	margin-bottom: 60px;
	margin-top: -20px;
	z-index: 9998;
	border-bottom: solid 4px #dbdbdb;
}
#slider-wrapper a.slideurl {
	display: block;
	width: inherit;
	height: inherit;
	pointer-events: all;
}
#slider-wrapper .slider-caption {
	position: absolute;
	pointer-events: none;
	text-align: left;
	bottom: 25%;
	left: 0;
	right: 0;
	padding: 7px 17px;
	padding-left: 20px;
	color: white;
	opacity: 0;
}
#slider-wrapper .slider-caption .slider-caption-title {
	display: block;
	text-align: left;
}
#slider-wrapper .slider-caption .slider-caption-title span {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	text-shadow: 2px 2px 0px #898989, 0 0 7px #ffffff;
	background: rgba(78, 125, 220, 0.4);
	padding: 10px 15px;
	padding-right: 30px;
	display: inline-block;
	clear: both;
}
#slider-wrapper .slider-caption .slider-caption-desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 4px #898989;
	background: rgba(0, 0, 0, 0.4);
	padding: 8px 10px;
	display: inline-block;
	margin-bottom: 5px;
	clear: both;
}

@media screen and (max-width: 767px) {
#slider-wrapper .slider-caption {
	box-shadow: none;
	background: none;
	padding: 3px 8px;
}
#slider-wrapper .slider-caption .slider-caption-title span {
	font-size: 14px;
	padding: 5px;
}
#slider-wrapper .slider-caption .slider-caption-desc {
	font-size: 11px;
	margin-bottom: 0;
	padding: 3px;
}
}
#slider-wrapper a {
	color: #ffffff;
}
.bx-wrapper {
	box-shadow: none;
	margin-bottom: 39px;
}
.bx-wrapper ul {
	margin-left: 0px;
}
.bx-wrapper img {
	min-width: 100%;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	-ms-transition: 0.4s all ease;
}
.bx-wrapper img:hover {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0px;
}
.bx-wrapper a.bx-next, .bx-wrapper a.bx-prev {
	position: absolute;
	bottom: -100px;
}
.bx-wrapper a.bx-prev {
	background: url(../images/arrows.png) 0 0;
	height: 30px;
	width: 15px;
	opacity: .8;
	transition-property: opacity;
	transition-delay: .5s;
	transition-timing-function: ease;
}
.bx-wrapper a.bx-prev:hover {
	background-position-y: 30px;
	opacity: 1;
}
.bx-wrapper a.bx-next {
	background: url(../images/arrows.png) 15px 0;
	height: 30px;
	width: 15px;
	opacity: 0.8;
	transition-property: opacity;
	transition-delay: .5s;
	transition-timing-function: ease;
}
.bx-wrapper a.bx-next:hover {
	background-position: 15px 30px;
	opacity: 1;
}

@media screen and (max-width: 767px) {
.bx-wrapper a.bx-next,  .bx-wrapper a.bx-prev {
	display: none;
}
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 17px;
	border-radius: 15px;
	height: 17px;
	background: #4e7ddc;
	border: solid 3px white;
	transition: 0.1s all ease;
	-webkit-transition: 0.1s all ease;
	-moz-transition: 0.1s all ease;
	-o-transition: 0.1s all ease;
	-ms-transition: 0.1s all ease;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: white !important;
}
.bx-wrapper .bx-pager-item .active {
	background: white !important;
	box-shadow: inset 2px 0 0px #4e7ddc, inset -2px 0 0px #4e7ddc, inset 0 2px 0 #4e7ddc, inset 0 -2px 0px #4e7ddc;
}
.bx-wrapper .bx-pager {
	margin-top: 10px;
	background: #4e7ddc;
	padding-top: 12px;
	padding-bottom: 10px;
	position: absolute;
	bottom: -39px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: -7.7% !important;
}
/* -------------------- Showcase ----------------- */
#showcase {
	padding: 1px;
	padding-bottom: 65px;
	margin: 0 auto;
	display: block;
	list-style: none;
	margin-bottom: -40px;
	overflow: visible;
}
#showcase:after {
	content: url(../images/shadow.png);
	display: block;
	margin-left: -28px;
	margin-top: 0px;
}
#showcase #showcase-title {
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0;
}
#showcase .showcase {
	display: inline-block;
	position: relative;
	perspective: 1700;
	-webkit-perspective: 1000;
	padding: 0;
	overflow: hidden;
}
#showcase .showcase:nth-child(3) {
	margin-left: -1px;
}
#showcase .showcase figure {
	position: relative;
	transform-style: preserve-3d;
}
#showcase .showcase figure > div {
	overflow: hidden;
}
#showcase .showcase figure img {
	width: 100%;
	z-index: 10;
	transition: all 0.9s;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-webkit-backface-visibility: hidden;
}
#showcase .showcase figure .showcase-caption {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 20px;
	background: rgba(78, 125, 220, 0.8);
	color: white;
	opacity: 0;
	transform-origin: bottom;
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-o-transform-origin: bottom;
	-webkit-transform-origin: bottom;
	-webkit-transform: translateY(100%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-moz-transition: all 0.4s;
	z-index: 99999;
}
#showcase .showcase figure .showcase-caption .showcase-caption-title {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 17px;
}
#showcase .showcase figure .showcase-caption .showcase-caption-desc {
	font-size: 12px;
	font-weight: lighter;
}
#showcase .showcase figure:hover .showcase-caption {
	opacity: 1.0;
	transform: translateY(0);
}
#showcase .showcase figure:hover img {
	-webkit-transform: scale(1.15) translateY(-12px);
	-webkit-filter: brightness(60%);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
#showcase .showcase {
	padding: 2px;
}
}

@media screen and (max-width: 767px) {
#showcase {
	text-align: center;
}
#showcase .showcase {
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.load-mores {
    min-height: 333px;
}

}

@media screen and (max-width: 550px) {
#showcase {
	padding-bottom: 0;
}
#showcase .showcase {
	max-width: 100%;
}
}
/* -----------------Testimonials ----------------- */
#testimonials {
	display: block;
	margin-bottom: 20px;
	overflow: auto;
}
#testimonials #testimonials-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}
#testimonials .testimonial {
	background: #efefef;
	display: block;
	overflow: visible;
	padding: 15px;
	font-size: 13px;
	line-height: 1.8em;
	position: relative;
	color: #919191;
	border-top: solid 4px #4e7ddc;
}
#testimonials .testimonial .tframe {
	display: block;
	overflow: auto;
}
#testimonials .testimonial .testimonial-image {
	display: block;
	max-width: 65px;
	margin-right: 10px;
	float: left;
}
#testimonials .testimonial .testimonial-image img {
	border: solid 5px white;
}
#testimonials .testimonial:after {
	content: "";
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: -15px;
	right: 20px;
	border-top: solid 15px #efefef;
	border-right: solid 15px transparent;
}
#testimonials cite {
	text-align: right;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
#testimonials cite a:hover {
	text-decoration: underline;
}
#featured-image-slider #gallery-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}
#featured-image-slider .fslider {
	border-top: solid 4px #4e7ddc;
}
#featured-image-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50% !important;
}
#featured-image-slider .bx-wrapper .bx-controls-direction a a.bx-prev {
	margin-left: -10px;
}
#featured-image-slider .bx-wrapper .bx-controls-direction a a.bx-next {
	margin-right: -10px;
}
#featured-image-slider .bx-wrapper .bx-pager {
	background: none;
	bottom: 0;
	border-bottom: solid 4px #4e7ddc;
}
#featured-image-slider .bx-wrapper .bx-pager a {
	background: transparent;
	border-width: 2px;
}
#featured-image-slider .bx-wrapper .bx-pager .active {
	box-shadow: none !important;
	background: #4e7ddc !important;
}
#partner-images #sponsors-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}
#partner-images img {
	margin-bottom: 15px;
}
/* -------------------- Content ------------------ */
#content {
}
.page-header {
	margin-top: -20px;
}
#home-title {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 22px;
	display: inline-block;
	padding-bottom: 10px;
	color: #898989;
	text-align: center;
	padding-bottom: 15px;
	margin-top: -3px;
	margin-bottom: 30px;
	margin-left: -15px;
	width: 100%;
}
#home-title span {
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: solid 2px #898989;
}

@media screen and (max-width: 768px) {
#home-title {
	text-align: center;
	margin: 10px auto;
	display: block;
	border-bottom: none;
	width: 100%;
}
}
#primary article .after-thumb {
	overflow: auto;
	margin-top: -20px;
}
#primary article .after-thumb .entry-title a {
	font-size: 22px;
	color: #4e7ddc;
}
#primary article .after-thumb .entry-title a:hover {
	color: #3976f1;
}
#primary article .after-thumb h1.entry-title {
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}
#primary .entry-content {
	margin-top: 0.3em;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#primary article.grid3 {
	padding: 7px;
	-webkit-backface-visibility: hidden;
	padding: 10px;
	margin-bottom: 0;
}
#primary article.grid3 .artgrid {
	background: #4e7ddc;
	overflow: auto;
}
#primary article.grid3 .artgrid:hover .featured-thumb {
	transform: translateY(20px) scale(0.6);
	-moz-transform: translateY(20px) scale(0.6);
	-ms-transform: translateY(20px) scale(0.6);
	-o-transform: translateY(20px) scale(0.6);
	-webkit-transform: translateY(20px) scale(0.6);
}

@media screen and (max-width: 991px) {
#primary article.grid3 .artgrid:hover .featured-thumb {
	transform: scale(0.95) translateY(0);
	-moz-transform: scale(0.95) translateY(0);
	-ms-transform: scale(0.95) translateY(0);
	-o-transform: scale(0.95) translateY(0);
	-webkit-transform: scale(0.95) translateY(0);
}
}
#primary article.grid3 .featured-thumb {
	padding: 0;
	overflow: hidden;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	z-index: 150;
	background: #4e7ddc;
	transform-origin: top;
}
#primary article.grid3 .featured-thumb img {
	-webkit-backface-visibility: hidden;
	transition: 0.6s all ease;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	z-index: 0;
	width: 100%;
	box-shadow: 0 5px 5px #888;
}

@media screen and (max-width: 991px) {
#primary article.grid3 .featured-thumb {
	margin: 10px;
}
}
#primary article.grid3 .out-thumb {
	padding: 10px 0px;
	position: absolute;
	bottom: 0;
	z-index: 50;
	left: 0;
	padding: 10px;
}
#primary article.grid3 .out-thumb .out-content {
	padding: 10px;
	background: #4e7ddc;
	overflow: hidden;
}
#primary article.grid3 .out-thumb h1.entry-title {
	margin: 0 0 10px 0px;
	font-size: 16px;
	font-family: 'Titillium Web', Arial, sans-serif;
	width: 75%;
	float: left;
	margin-left: 15px;
}
#primary article.grid3 .out-thumb h1.entry-title a {
	color: white;
	font-weight: bold;
}
#primary article.grid3 .out-thumb h1.entry-title a:hover {
	color: #eee;
}
#primary article.grid3 .out-thumb .viewpost {
	background: #eee;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	width: 15%;
	text-align: center;
}
#primary article.grid3 .out-thumb .viewpost a {
	display: inline-block;
	padding: 5px 10px;
}
#primary article.grid3 .out-thumb .viewpost:hover {
	background: #daebc9;
}

@media screen and (max-width: 991px) {
#primary article.grid3 .out-thumb {
	padding: 10px 10px;
	padding-top: 0;
	position: relative;
}
#primary article.grid3 .out-thumb .viewpost {
	display: none;
}
#primary article.grid3 .out-thumb h1.entry-title {
	width: 98%;
	text-align: center;
	margin: 0;
	padding-left: 4px;
}
}
#primary article.grid3 .out-thumb .entry-excerpt {
	color: #b2b2b2;
	font-size: 13px;
	line-height: 1.6em;
}
#primary article.grid3 .out-thumb .readmore {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-top: 10px;
}
#primary article.grid3 .out-thumb .readmore:hover a {
	color: #565656;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
#primary article.grid3:nth-child(odd) {
	clear: both;
}
}

@media screen and (max-width: 767px) {
#primary article.grid3 {
	width: 65%;
	margin: 10px auto;
	margin-bottom: 25px;
	float: none;
}
}

@media screen and (max-width: 550px) {
#primary article.grid3 {
	width: 100%;
}
.game-page-area .quiz-popup img {    margin-top: 25%;}
}
#primary article.grid7 {
	border: solid 1px #dbdbdb;
	padding: 0px;
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
#primary article.grid7 .featured-thumb {
	padding: 5px;
	padding-right: 5px;
	border-right: solid 1px #dbdbdb;
	margin-right: -1px;
}
#primary article.grid7 .out-thumb {
	border-left: solid 1px #dbdbdb;
	padding-bottom: 5px;
}
#primary article.grid7 h1.entry-title {
	font-size: 19px;
}
#primary article.grid7 .entry-meta {
	color: #a8a8a8;
	font-size: 12px;
	margin-bottom: 5px;
}
#primary article.grid7 .entry-meta a {
	color: #989898;
}
#primary article.grid7 .entry-meta i {
	margin-right: 3px;
}
#primary article.grid7 .entry-meta .byline {
	margin-left: 15px;
}
#primary article.grid7 .entry-excerpt {
	color: #898989;
	line-height: 1.8em;
	font-size: 14px;
	padding-bottom: 15px;
}
#primary article.grid7 .readmore {
	display: inline-block;
	padding-left: 5px;
}
#primary article.grid7 .categories {
	font-size: 12px;
	margin-left: 15px;
}

@media screen and (max-width: 991px) {
#primary article.grid7 {
	margin-bottom: 10px;
	clear: both;
}
#primary article.grid7 .featured-thumb {
	border-right: none;
	border-bottom: solid 1px #dbdbdb;
}
#primary article.grid7 .featured-thumb img {
	width: 100%;
}
#primary article.grid7 .out-thumb {
	border-left: none;
}
}
.header-title {
	margin-top: -40px;
	margin-bottom: 60px;
	background: url(../images/pattern.png);
}
.header-title span {
	padding: 20px 15px;
	display: block;
	border-top: none;
	font-size: 30px;
	width: 100%;
	color: #4e7ddc;
}

@media screen and (max-width: 767px) {
.header-title {
	font-size: 18px;
}
}
.business-page-header-title {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -20px;
}
.business-page-header-title span {
	padding: 5px;
}
#primary-mono #main {
	margin-top: -25px;
}
#primary-mono h1.entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
}
#primary-mono .featured-business-thumb {
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#primary-mono .featured-business-thumb img {
	max-width: 90%;
}
#primary-mono .entry-meta {
	font-size: 13px;
	border-bottom: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	padding: 7px 10px;
	font-weight: lighter;
	color: #a3a3a3;
}
#primary-mono .entry-meta a {
	color: #a3a3a3;
}
#primary-mono .entry-meta a:hover {
	color: #4e7ddc;
}
#primary-mono .entry-meta i.fa-user {
	margin-left: 15px;
}
#primary-mono .entry-meta i.fa {
	margin-right: 4px;
}
#primary-mono .entry-meta .byline {
	float: right;
}
#primary-mono .entry-content {
	color: #898989;
	line-height: 1.9em;
}
#primary-mono .entry-content a:hover {
	color: #565656;
}
#primary-mono .footer-meta {
	margin-top: 25px;
	border-bottom: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	padding: 7px 10px;
	font-weight: lighter;
	color: #a3a3a3;
}
#primary-mono .footer-meta a {
	color: #a3a3a3;
}
#primary-mono .footer-meta a:hover {
	color: #4e7ddc;
}
#primary-mono .footer-meta i.fa {
	margin-left: 15px;
}
#primary-mono .footer-meta i:first-child {
	margin-left: 0px;
}
#primary-mono .edit-link {
	float: right;
}
#primary-mono code {
	background: #eee;
	color: black;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
#primary-mono article.page h1.entry-title {
	border-bottom: solid 2px #4e7ddc;
	margin-bottom: 20px;
	margin-top: 12px;
}
#primary-mono article.page h1.entry-title span {
	background: url(../images/pattern2.png);
	padding: 10px 15px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
#secondary {
	margin-top: -20px;
	font-size: 13px;
}
#secondary .widget {
	background: #f7f7f7;
	padding: 10px;
	color: #707070;
}
#secondary .widget > ul {
	margin-left: 0px;
}
#secondary .widget > ul li {
	list-style: none;
	padding-bottom: 2px;
	padding-top: 2px;
}
#secondary .widget > ul li:last-child {
	border-bottom: none;
}
#secondary .widget > ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-right: 6px;
}
#secondary .widget:nth-child(odd) {
	background: #4e7ddc;
	color: white;
}
#secondary .widget:nth-child(odd) a {
	color: #fff;
	padding: 3px;
}
#secondary .widget:nth-child(odd) a:hover {
	color: #fff;
	background: #2c64d5;
}
#secondary .widget:nth-child(odd) > ul {
	margin-left: 5px;
}
#secondary .widget:nth-child(odd) > ul li {
	list-style: none;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: none;
}
#secondary .widget:nth-child(odd) > ul li:last-child {
	border-bottom: none;
}
#secondary .widget:nth-child(odd) > ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-right: 6px;
}
#secondary .widget:nth-child(odd) h1.widget-title {
	color: white;
}
#secondary .widget:nth-child(odd) ul.product_list_widget a:hover {
	background: none;
}
#secondary .widget:nth-child(odd) ul.product_list_widget li {
	padding-bottom: 5px;
}
#secondary .widget:nth-child(odd) ul.product_list_widget li:hover {
	background: #396dd8;
}
#secondary h1.widget-title {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #424242;
}
#secondary a {
	color: #5b5b5b;
	font-weight: lighter;
}
#secondary a:hover {
	color: #4e7ddc;
}
#secondary ul {
	margin-left: 20px;
}
#secondary ul ul {
	margin-left: 5px;
}
#secondary .widget_search {
	background: #4e7ddc;
}
#secondary .widget_search label {
	width: 100%;
	margin-top: 5px;
}
#secondary .widget_search label input[type=search] {
	width: 100%;
	background: #2960ce;
	color: white;
	border: none;
	padding: 15px;
	outline: none;
}
#secondary .widget_search label ::-webkit-input-placeholder {
 color: #eee;
}
article table {
	border: solid 1px #eee;
}
article table tr:nth-child(even) {
	background: #ffffff;
}
article table th {
	background: black;
	color: white;
	padding: 5px 10px;
}
article table td {
	padding: 5px 10px;
}
article h1, article h2, article h3 {
	font-family: 'Open Sans', sans-serif;
}
/* --------------- archives -------------- */
.archive section#primary h1.page-title {
	border-bottom: solid 2px #4e7ddc;
	margin-bottom: 20px;
	margin-top: 11px;
}
.archive section#primary h1.page-title span {
	background: url(../images/pattern2.png);
	padding: 10px 15px;
	display: inline-block;
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
.archive section#primary .page-header {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* --------------- pagination ------------ */
.pagination {
	margin: 20px 0;
	padding-top: 25px;
	text-align: center;
	width: 100%;
	clear: both;
}
.pagination ul {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
	margin-left: 0px;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a {
	color: #4a7adb;
	transition: all 0.4s ease;
}
.pagination ul > li > a:hover {
	color: #3976f1;
	background: #f2f2f2;
}
.pagination .current {
	background: #f2f2f2;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	margin-right: 5px;
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	display: inline-block;
	color: #898989;
}
.pagination ul > li > a:hover, .pagination ul > li > span:hover {
	background: none;
}
/*
.pagination ul &>li:first-child &>a, .pagination ul &>li:first-child &>span {
    border-left-width: 1px;
}
.pagination ul &>li:last-child &>a, .pagination ul &>li:last-child &>span {
    border-rigth-width: 1px;
}
*/
/* --------------- comments -------------- */
#respond h3#reply-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 32px;
}
#respond input[type=text] {
	max-width: 550px;
}
#respond input, #respond textarea {
	background: #f2f2f2;
	border: solid 1px #cccccc;
	color: #898989;
	outline: none;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond .comment-form-comment input, #respond .comment-form-author textarea, #respond .comment-form-email textarea, #respond .comment-form-url textarea, #respond .comment-form-comment textarea {
	padding: 4px 5px 5px 10px;
	border-radius: 0;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #4e7ddc;
	color: #ffffff;
	border-bottom: solid 1px #4e7ddc;
	padding: 5px;
	margin-right: -5px;
	min-width: 70px;
}
#respond .comment-form-comment label {
	margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
	box-shadow: none;
	text-shadow: none;
	padding: 10px;
	background: #ffffff;
	font-weight: bold;
	color: #4e7ddc;
	margin-bottom: 60px;
}
#respond .comment-notes, #respond .logged-in-as {
	color: #898989;
}
#comments {
	margin-top: 55px;
}
#comments h2.comments-title {
	font-size: x-large;
	font-family: 'Open Sans', sans-serif;
}
#comments ol.comment-list {
	list-style: none;
	margin-left: 0px;
}
#comments li.comment {
	border: solid 1px #e0e0e0;
	padding: 10px;
	margin-top: 15px;
	list-style: none;
	background: #f7f7f7;
}
#comments li.comment .comment-content {
	color: #898989;
	font-weight: lighter;
}
#comments li.trackback {
	background: #ffffff;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: solid 1px #eee;
	font-weight: bold;
}
#comments li.trackback a {
	font-weight: normal;
}
#comments .vcard img {
	border: solid 4px #ffffff;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}
#comments .comment-metadata {
	font-weight: bold;
}
#comments .comment-metadata time {
	float: right;
	color: #b3b3b3;
	font-weight: lighter;
	font-style: italic;
	font-size: 12px;
}

@media screen and (max-width: 480px) {
	.news-sec h3{font-size: 25px;}
	.industries h3{font-size: 30px; }
	.industries h4{font-size: 30px; }
li.comment {
	margin-left: -5%;
}
}
/* -------------- footer widget area -------- */
#footer-sidebar {
	padding-top: 20px;
	clear: both;
	background: #f4f4f4;
	margin-top: 30px;
	padding-bottom: 50px;
	border-top: solid 50px #4e7ddc;
	color: #9b9b9b;
	font-weight: lighter;
}
#footer-sidebar a {
	color: #898989;
	padding: 3px;
	font-weight: lighter;
}
#footer-sidebar a:hover {
	color: #eee;
	padding: 3px;
	background: #2960ce;
}
#footer-sidebar h1.widget-title {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #4e7ddc;
	margin-bottom: 20px;
}
#footer-sidebar .widget_recent_comments ul {
	margin-left: 5px;
}
#footer-sidebar .widget_recent_comments li {
	list-style: none;
	padding-bottom: 2px;
	padding-top: 2px;
}
#footer-sidebar .widget_recent_comments li:before {
	content: "\f075" !important;
	font-family: "FontAwesome";
	margin-right: 6px;
	font-size: 12px !important;
}
#footer-sidebar .widget > ul {
	margin-left: 0px;
}
#footer-sidebar .widget > ul li {
	list-style: none;
	padding-bottom: 6px;
	padding-top: 6px;
}
#footer-sidebar .widget > ul li:before {
	content: "\f1ce";
	font-family: "FontAwesome";
	margin-right: 6px;
	display: inline;
	float: left;
	font-size: 8px;
	color: #4e7ddc;
}
#footer-sidebar .widget_nav_menu ul.menu {
	margin-left: 0px;
}
#footer-sidebar .widget_nav_menu ul.menu > li {
	list-style: none;
	padding-bottom: 6px;
	padding-top: 6px;
}
#footer-sidebar .widget_nav_menu ul.menu > li:before {
	content: "\f054";
	font-family: "FontAwesome";
	margin-right: 6px;
	font-size: 12px !important;
}
#footer-sidebar .widget_nav_menu ul.menu > li ul {
	margin-left: 40px;
}
#footer-sidebar .widget_nav_menu ul.menu > li ul ul {
	margin-left: 20px;
}
#footer-sidebar .widget_recent_entries ul {
	margin-left: 5px;
}
#footer-sidebar .widget_recent_entries li {
	list-style: none;
	padding-top: 6px;
	position: relative;
	margin-bottom: 10px;
}
#footer-sidebar .widget_recent_entries li:after {
	content: "";
	width: 50%;
	height: 1px;
	background: #4e7ddc;
	position: absolute;
	bottom: -5px;
	left: 20px;
}
#secondary .woocommerce ul.product_list_widget, #footer-sidebar .woocommerce ul.product_list_widget, #secondary .woocommerce-page ul.product_list_widget, #footer-sidebar .woocommerce-page ul.product_list_widget {
	margin-left: 4px;
}
#secondary .woocommerce ul.product_list_widget li:before, #footer-sidebar .woocommerce ul.product_list_widget li:before, #secondary .woocommerce-page ul.product_list_widget li:before, #footer-sidebar .woocommerce-page ul.product_list_widget li:before {
	content: none !important;
}
#secondary span.amount, #footer-sidebar span.amount {
	font-weight: bold;
	color: #707070;
}
#secondary del, #footer-sidebar del {
	font-size: 10px;
	color: #969696;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: left;
	margin-right: 14px;
	width: 48px;
	height: auto;
}
/* --------------- colophon ---------------- */
#colophon {
	text-align: center;
	background: #4e7ddc;
	padding-bottom: 4px;
	color: #eee;
}
#colophon .site-info {
	text-align: left;
}
#colophon a {
	color: white;
	font-weight: lighter;
}
#colophon a:hover {
	color: #ddd;
}
#colophon .footer-menu {
	text-align: right;
}
#colophon .footer-menu ul {
	margin-left: 0px;
}
#colophon .footer-menu ul ul {
	display: none;
}
#colophon .footer-menu ul li {
	display: inline;
	padding-right: 10px;
}

@media screen and (max-width: 991px) {
#colophon .site-info {
	text-align: center;
	margin: 20px;
}
#colophon .footer-menu {
	text-align: center;
}
}
/*--------------- woocommerce -----------------*/
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	display: none;
}
.woocommerce .button, .woocommerce-page .button {
	background: #4e7ddc !important;
	border: none !important;
	text-shadow: none !important;
	color: white !important;
}
.woocommerce .header-title, .woocommerce-page .header-title {
	margin-top: -40px;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	padding-top: 0 !important;
}
.woocommerce p.woocommerce-result-count, .woocommerce-page p.woocommerce-result-count {
	font-style: italic;
	font-size: 12px;
	font-weight: lighter;
	color: #efefef;
}
.woocommerce div.related h2, .woocommerce-page div.related h2, .woocommerce div.upsells h2, .woocommerce-page div.upsells h2 {
	font-size: 16px;
	font-weight: bold;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	color: #333;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product div.star-rating, .woocommerce-page ul.products li.product div.star-rating {
	margin: 1px auto 6px auto !important;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	color: #898989;
	font-weight: bold;
	font-size: 14px;
	transition: 0.4s all ease;
}
.woocommerce ul.products li.product h3:hover, .woocommerce-page ul.products li.product h3:hover {
	color: #4e7ddc;
}
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
	display: none;
}
.woocommerce ul.products li.product span.amount, .woocommerce-page ul.products li.product span.amount {
	color: #4e7ddc;
	font-weight: bold;
}
.woocommerce ul.products li.product span.onsale, .woocommerce-page ul.products li.product span.onsale {
	border-radius: 0px;
	background: rgba(78, 125, 220, 0.8);
	border-bottom: none;
	box-shadow: none;
	padding: 1px 12px;
	font-size: 14px;
	margin: 5px 5px 0 0;
}
.woocommerce #content div.product, .woocommerce-page #content div.product {
	color: #898989;
}
.woocommerce #content div.product div.star-rating, .woocommerce-page #content div.product div.star-rating {
/* margin: 1px auto 6px auto !important; */
}
.woocommerce #content div.product a.woocommerce-review-link, .woocommerce-page #content div.product a.woocommerce-review-link {
	color: #e2e2e2;
	font-size: small;
	font-weight: lighter;
}
.woocommerce #content div.product a, .woocommerce-page #content div.product a, .woocommerce #content div.product h3, .woocommerce-page #content div.product h3 {
	color: #898989;
	font-weight: bold;
	font-size: 14px;
}
.woocommerce #content div.product .entry-summary, .woocommerce-page #content div.product .entry-summary {
	color: #d5d5d5;
	line-height: 1.7em;
}
.woocommerce #content div.product img, .woocommerce-page #content div.product img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.woocommerce #content div.product .single_add_to_cart_button, .woocommerce-page #content div.product .single_add_to_cart_button {
	background: #4e7ddc;
	border: none;
	text-shadow: none;
}
.woocommerce #content div.product span.amount, .woocommerce-page #content div.product span.amount {
	color: #4e7ddc;
	font-weight: bold;
	font-size: 18px;
}
.woocommerce #content div.product del span.amount, .woocommerce-page #content div.product del span.amount {
	font-size: 13px;
	color: #d5d5d5;
}
.woocommerce #content div.product span.onsale, .woocommerce-page #content div.product span.onsale {
	border-radius: 0px;
	background: rgba(78, 125, 220, 0.8);
	border-bottom: none;
	box-shadow: none;
	padding: 1px 12px;
	font-size: 14px;
	margin: 5px 5px 0 0;
}
.woocommerce #content div.product h1.product_title, .woocommerce-page #content div.product h1.product_title {
	margin-top: 0px;
	font-weight: bold;
	margin-top: -20px;
	color: #898989;
}
.woocommerce #content div.product .product_meta, .woocommerce-page #content div.product .product_meta {
	padding: 6px 0px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	font-weight: lighter;
}
.woocommerce #content div.product .product_meta a, .woocommerce-page #content div.product .product_meta a {
	color: #898989;
	font-weight: lighter;
}
.woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2 {
	font-weight: bold;
	color: #898989;
	font-size: 14px;
	margin-top: -1px;
}
.woocommerce #content div.product .woocommerce-tabs div.entry-content, .woocommerce-page #content div.product .woocommerce-tabs div.entry-content {
	color: #d5d5d5;
	line-height: 1.7em;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background: #ffffff;
	text-shadow: none;
	margin-right: 10px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	text-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs .active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs .active {
	background: white;
}
.woocommerce .shop_table th, .woocommerce-page .shop_table th {
	background: #ffffff;
	color: #898989;
	font-weight: bold;
}
.woocommerce .shop_table .shipping th, .woocommerce-page .shop_table .shipping th, .woocommerce .shop_table .cart-subtotal th, .woocommerce-page .shop_table .cart-subtotal th, .woocommerce .shop_table .order-total th, .woocommerce-page .shop_table .order-total th {
	border-right: solid 1px #ddd;
}
.woocommerce .shop_table td, .woocommerce-page .shop_table td {
	font-weight: lighter;
}
.single_product div.entry-summary {
	color: #bcbcbc;
}
.woocommerce-cart .entry-content .woocommerce h2 {
	font-size: 18px;
	font-weight: bold;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals th {
	background: #ffffff;
	color: #898989;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals th, .woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
	padding: 5px;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .order-total th {
	border-bottom: none;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
	padding-left: 12px;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .shipping_calculator h2 a {
	font-size: 14px;
}

/*--------------- responsive cheats ----------- */
@media screen and (max-width: 991px) {
#social-icons {
	float: none;
	text-align: center;
	padding-bottom: 20px;
	overflow: auto;
}
#social-icons img {
	float: none !important;
}
.featured-thumb {
	margin-bottom: 15px;
}
#secondary,  #secondary-2 {
	margin-top: 25px;
}
}
/* ----- Bug Fixes ----------*/
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
	padding-top: 0 !important;
}
