@font-face {
    font-family: 'hasteristicobold';
    src: url('../fonts/hasteristicobold-webfont.woff2') format('woff2'),
         url('../fonts/hasteristicobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hasteristicolight';
    src: url('../fonts/hasteristico-webfont.woff2') format('woff2'),
         url('../fonts/hasteristico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.header-top-bar{
	background: #2a233e;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}
.social-links{
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-links > li{
	display: inline-block;
	margin-right: 10px;
}
.social-links > li > a{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.social-links > li:hover > a, .social-links > li:focus > a, .social-links > li:active > a {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/*.social-links > li > a.social-fb{
	background-image: url(../images/icon-fb.jpg);
}
.social-links > li > a.social-instagram{
	background-image: url(../images/icon-instagram.jpg);
}
.social-links > li > a.social-twitter{
	background-image: url(../images/icon-twitter.jpg);
}
.social-links > li > a.social-youtube{
	background-image: url(../images/icon-youtube.jpg);
}
.social-links > li > a.social-pinterest{
	background-image: url(../images/icon-pineterest.jpg);
}*/
.top-submenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-submenu > li{
	display: inline-block;
	margin-right: 5px;
}
.top-submenu > li > a{
	display: inline-block;
	color: #fff;
}
.text-right{
	text-align: right;
}
.home #header:not(.is-sticky){
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}
/*body:not(.home) #header:not(.is-sticky){*/
body #header:not(.is-sticky){
	background: #190552;
}
body #header div.border{
	display: none;
}
body #header .logo{
	margin: 0 auto;
}
body #header nav ul.menu > li > a{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
body #header nav ul.menu > li.current-menu-ancestor > a, 
body #header nav ul.menu > li.current-menu-item > a, 
body #header nav ul.menu > li > a:hover {
    color: #fff;
}
body #header nav ul.menu > li.current-menu-item > a::after,
body #header nav ul.menu > li:hover > a::after{
	content:"";
	width: 100%;
	height: 3px;
	background: #00aeef;
	position: absolute;
	bottom: 0;
	left: 0;
}
body #header nav ul.menu > li > ul > li > a:hover {
	color: #00aeef;
}
.slider-title{
	font-family: 'Arial';
	font-size: 30px;
	font-weight: normal;
	color: #3563b1;
	line-height: 30px;
}
#home-slider-section{
	background: #170551;
}
#home-slider-section .seg1{
	font-family: 'hasteristicolight';
	font-size: 50px;
	font-weight: normal;
	color: #47a2ff;
	line-height: 50px;
	display: block;
	text-transform: uppercase;
}
#home-slider-section .seg2{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 100px;
	font-weight: normal;
	color: #b20744;
	line-height: 100px;
	display: block;
	text-transform: uppercase;
}
#home-slider-section .seg3{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 32px;
	font-weight: normal;
	color: #27a5b6;
	line-height: 32px;
	display: block;
	text-transform: uppercase;
}
.wpb_content_element{
	margin-bottom: 0 !important;
}
.home-section-title{
	font-family: Arial;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: normal;
	margin-top: 30px;
	margin-bottom: 50px;
}
.home-section-title em{
	position: relative;
	font-style: normal;
}
.home-section-title em::before, .home-section-title em::after{
	content: "//";
	position: absolute;
	top: 0;
}
.home-section-title em::before{
	left: -30px;
}
.home-section-title em::after{
	right:-30px;
}
#home-printing-section{
	padding-bottom: 120px;
}
#home-printing-section .wpb_text_column{
	text-align: center;
}
.printing-list{
	margin: 0 auto;
	padding: 0;
}
.printing-list > li{
	background: rgba(255,255,255, .25);
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	margin-right: -5px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.printing-list > li > div{
	width: 240px;
	padding: 30px 0;
}
.printing-list > li h4, .printing-list > li h4 a{
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #231f20;
}
.printing-list > li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255, .75);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.printing-list > li:hover:before, .printing-list > li:focus:before, .printing-list > li:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.printing-list > li:hover h4, .printing-list > li:hover h4 a{
	color:#fff;
}

#home-accessories-section{
	padding-bottom: 120px;
}
#home-accessories-section .wpb_text_column{
	text-align: center;
}
.accessories-list{
	margin: 0 auto;
	padding: 0;
}
.accessories-list > li{
	background: rgba(255,255,255, .25);
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	margin-right: -5px;
	margin-bottom: -2px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.accessories-list > li > div{
	width: 180px;
	padding: 30px 0;
}
.accessories-list > li h4, .accessories-list > li h4 a{
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.accessories-list > li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255, .75);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.accessories-list > li:hover:before, .accessories-list > li:focus:before, .accessories-list > li:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.accessories-list > li:hover h4, .accessories-list > li:hover h4 a{
	color:#872da6;
}

#home-support-section{
	padding-bottom: 220px;
	min-height: 1150px;
}
#home-support-section .wpb_text_column{
	text-align: center;
}
.support-list{
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
}
.support-list > li{
	background: transparent;
	border: 5px solid #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.support-list > li.has-submenu{
	position: relative;
}
.support-list > li.has-submenu:after{
	content: "";
	width: 5px;
	height: 50px;
	position: absolute;
	bottom: -95px;
	left: 120px;
	background: #fff;
}
.support-list > li > div{
	width: 170px;
	height: 160px;
	padding: 10px 10px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.support-list > li h4{
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: -50px;
	left: -10px;
	width: 230px;
}
.support-list > li h4 a{
	color: #fff;
}
.support-list > li:hover, .support-list > li:focus, .support-list > li:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.support-list > li:hover h4, .support-list > li:hover h4 a{
	color:#872da6;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.support-child-list{
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: right;
	max-width: 1060px;
	position: relative;
}
.support-child-list::before {
    content: "";
    height: 5px;
    width: 690px;
    background: #fff;
    position: absolute;
    right: 85px;
    top: 65px;
}
.support-child-list > li{
	background: transparent;
	border: 5px solid #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding: 10px;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 20px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.support-child-list > li:last-child{
	margin-right: 0;
}
.support-child-list > li > div{
	width: 130px;
	height: 120px;
	padding: 10px 10px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.support-child-list > li > div::before {
    content: "";
    width: 5px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: -49px;
    left: 75px;
}
.support-child-list > li h4{
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 180px;
	left: -30px;
	width: 220px;
}
.support-child-list > li h4 a{
	color: #fff;
}
.support-child-list > li:hover, .support-child-list > li:focus, .support-child-list > li:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.support-child-list > li:hover h4, .support-child-list > li:hover h4 a{
	color:#872da6;
}
#home-client-section{
	background: #f7f7f7;
	padding-bottom: 100px;
}
#home-gallery-section{
	background: #fff;
	padding-bottom: 150px;
}
#home-client-section .home-section-title{
	color: #c149df;
}
#home-gallery-section .home-section-title{
	color: #555eda;
}
#home-client-section .tb_logo_area.rows2{
	padding: 0 50px;
}
#home-client-section .tb_logo_area.rows2 .slick-prev{
	left: -45px;
}
#home-client-section .tb_logo_area.rows2 .slick-next{
	right: -45px;
}
.tb_logo_area .tb_logo_container_grid .tb_logo_single{
	text-align: center;
}
.tb_logo_area .tb_logo_single{
	margin-bottom: 0px !important;
	text-align: center;
}
.tb_logo_area.rows2 .tb_logo_inner,
.page-id-17 .tb_logo_area.grid1 .tb_logo_inner{
    display: inline-block;
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.tb_logo_area.rows2 .tb_logo_inner .tb_logo_image_container, 
.page-id-17 .tb_logo_area.grid1 .tb_logo_inner .tb_logo_image_container{
	padding: 10px;
	border: 1px dashed #000;
}
.footer-full-section{
	background: #1b1b1b;
}
.footer-full-section #footer .subscribe{
	background: #ff3152 !important;
	position: relative;
	padding: 10px 0;
	text-shadow:none;
	top: -30px;
}
.footer-full-section #footer .subscribe::before{
	background: none;
}
.footer-full-section #footer .subscribe h4{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
}
.footer-full-section #footer .subscribe .social-links{
	margin-top: 10px;
}
.home-contact-map iframe{
	width: 100%;
	height: 400px;
}
.footer-bottom-section{
	position: relative;
	background: #f7f7f7;
	color: #333333;
}
.footer-bottom-section .home-section-title{
	color: #333;
	text-align: left;
	margin-left: 30px;
}
.footer-bottom-section .address-list > li{
	color: #333333;
	margin-bottom: 10px;
}
.footer-bottom-section .address-list > li i{
	color: #ff3152;
	padding: 10px;
	border: 1px solid #ff3152;
	width: 15px;
	margin-right: 10px;
}
.footer-bottom-section .home-contact-map{
	padding-right: 0;
}
.footer-full-section .published{
	background: #1b1b1b;
	text-align: center;
	padding: 20px;
	color: #fff;
}

#single #comments .comment .bordered.comment-author::after, .title.bordered::after, .woocommerce .bordered.woocommerce-loop-product__title::after, .woocommerce fieldset legend.bordered::after, .wpcf7 label.bordered::after{
	background: #00aeef !important;
}
.rmg-heading{
	color: red;
}
.consult-title{
	color: #0B2CCA;
}
.support-title{
	color: #2BB4E9;
}
#home-gallery-section .tb_logo_container_grid .tb_logo_single{
	width: 19%;
	width: calc(20% - 10px);
	margin: 5px;
}
/*.tb_logo_area.rows2 .tb_logo_inner img{
	opacity: 0.5;
}
.tb_logo_area.rows2 .tb_logo_inner:hover img{
	opacity: 1;
}*/
.tb_logo_area.rows2 .tb_logo_inner::before, .tb_logo_area.rows2 .tb_logo_inner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    pointer-events: none;
}
.tb_logo_area.rows2 .tb_logo_inner:hover::before {
    width: 0;
    background-color: rgba(0,174,239,.5);
}
.tb_logo_area.rows2 .tb_logo_inner:hover::after {
    height: 0;
    background-color: rgba(0,174,239,.5);
}
div.text h3.tb_logo_title{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 0;
}
.tb_logo_title_container{
	background: rgba(0,174,239,0.7);
	height: 60px;
	left: 0;
	bottom: -120%;
	width: 100%;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.tb_logo_inner:hover .tb_logo_title_container{
	bottom:0;
}
.tb_logo_inner .tb_logo_title_container h3{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
	color: #fff;
	font-weight: bold;
}
#home-gallery-section .tb_logo_inner{
	overflow: hidden;
}
#home-gallery-section .tb_logo_inner img{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
#home-gallery-section .tb_logo_inner img:hover{
	-webkit-transform: scale(1.1) rotate(-7deg);
	transform: scale(1.1) rotate(-7deg);
}
#home-gallery-section .section-top{
	padding: 0 15px;
}
.page-template-innerpage-fullwidth #page .content{
	background: #f2f2f2;
}
.page-template-innerpage-fullwidth #single .post-content{
	padding-bottom: 0;
}
.page-template-innerpage-fullwidth div.left-content{
	padding-bottom: 20px;
}
.page-gallery-grid{
	margin-bottom: 50px;
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
}
.page-gallery-grid > .img-grid-item{
	width: 33%;
	width: calc(33% - 65px);
	margin: 10px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 20px;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.page-gallery-grid > .img-grid-item .grid-img{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 100%;
	width: calc(100% - 40px);
}
.page-gallery-grid > .img-grid-item .grid-title-container{
	background: rgba(0,174,239,0.7);
	height: 60px;
	left: 0;
	bottom: -120%;
	width: 100%;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.page-gallery-grid > .img-grid-item:hover .grid-title-container{
	bottom:0;
}
.page-gallery-grid > .img-grid-item .grid-title-container h4{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.page-template-innerpage-fullwidth .title.bordered::after{
	width: 100%;
	height: 1px;
	background: #c4c4c4 !important;
}

/* Small Desktops */
@media screen and (max-width: 1200px){
}

@media screen and (min-width: 990px) and (max-width: 1024px){
}

/* All Mobile Devices */
@media screen and (max-width: 1023px){
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 1023px){
}

/* SmartPhones and small tablets */
@media screen and (max-width: 767px){
	.social-links{
		text-align: center;
	}
	.top-submenu{
		text-align: center;
	}
	.header-top-bar .grid-container .grid-parent{
		padding: 0;
	}
	body #header nav ul.menu > li > a{
		color: #00aeef;
	}
	body #header nav ul.menu > li.current-menu-ancestor > a, body #header nav ul.menu > li.current-menu-item > a, body #header nav ul.menu > li > a:hover{
		color: #00aeef;
	}
	#home-accessories-section .accessories-list{
		width: 200px;
	}
	.support-list > li{
		margin-bottom: 60px;
	}
	.support-child-list{
		padding-left: 0;
		text-align: center;
		display: none;
	}
	#home-gallery-section .tb_logo_container_grid{
		text-align: center;
	}
	#home-gallery-section .tb_logo_container_grid .tb_logo_single{
		width: 80%;
	}
	.page-gallery-grid > .img-grid-item{
		width: 100%;
		padding: 0;
		min-height: 300px;
	}
	.page-gallery-grid{
		padding: 0;
	}
	#home-footer-contact .grid-parent{
		padding: 0;
	}
	.support-list > li.has-submenu:after{
		display: none;
	}
}
