
/*
Theme Name: Lexi
Theme URI: #
Author: Klever media
Author URI: http://www.klevermedia.co.uk/
Description: Lexi - Web app landing page
Version: 1.1
Text Domain: lexi
License: #
License URI: #

*/

/** Contents

	--  Body
	--  Hero
	--  Carousel controls
	--  Scroll navigation
	--  Navigation
	--  Sections
	--  Button styles
	--  UI Tabs
	--  UI Accordion
	--  Blog masonry
	--  Blog comments
	--  Blog sidebar
	--  Blog pagaination
	--  Sign-up
	--  Pricing table
	--  FAQ
	--  Positions
	--  Icons
	--  Customers
	--  Footer
	--  Page loading animations
	--  Slick slider
	--  Gallery
	--  Tables
	--  Keyframe animations
	--  Tablet media queries
	--  Mobile media queries

**/

/**  Body  **/

@font-face {
	font-family: 'LineaBasic';
	src: url('fonts/linea-basic-10.eot');
	src: url('fonts/linea-basic-10.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/linea-basic-10.woff') format('woff'), 
	     url('fonts/linea-basic-10.ttf')  format('truetype'),
	     url('fonts/linea-basic-10.svg#svgFontName') format('svg'); 
}

@font-face {
	font-family: "LineaArrows";
	src:url("fonts/linea-arrows-10.eot");
	src:url("fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"),
		url("fonts/linea-arrows-10.woff") format("woff"),
		url("fonts/linea-arrows-10.ttf") format("truetype"),
		url("fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
}

@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon-webfont.eot');
    src: url('fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

@font-face {
	font-family: 'LineaMusic';
	src: url('fonts/linea-music-10.eot');
	src: url('fonts/linea-music-10.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/linea-music-10.ttf')  format('truetype'),
	     url('fonts/linea-music-10.svg#svgFontName') format('svg'); 
}


@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
 


	
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-4000.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg"); 

}










::-moz-selection {
	background: rgba(38, 161, 224, 0.7);
	color: #fff;
}

::selection {
	background: rgba(38, 161, 224, 0.7);
	color: #fff;
}

.blue ::-moz-selection {
	background: rgba(255, 255, 255, 1);
	color: #26a1e0;
}

.blue ::selection {
	background: rgba(255, 255, 255, 1);
	color: #26a1e0;
}

body.admin-bar .hero {
	padding-top: 30px;
}

html, body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	color: #5c5c5c;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
}

body {
	overflow-x: hidden;
}

.wrapper {
	overflow-x: hidden;
}

a:link, a:active, a:visited {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
	color: #26a1e0;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.headerlogo {
	max-width: 220% !important;
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #383838;
	font-weight: 700;
	text-align: left;
	margin: 0 0 30px 0;
}

.centered h1,
.centered h2,
.centered h3,
.centered h4,
.centered h5,
.centered h6 {
	text-align: center;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
	content: '';
	display: block;
	height: 2px;
	width: 70px;
	background: #26a1e0;
	margin: 20px 0 0 0;
	-webkit-animation: title-border .5s ease-in;
  	-moz-animation:    title-border .5s ease-in;
  	-o-animation:      title-border .5s ease-in;
	animation:         title-border .5s ease-in;
}

.centered h1:after,
.centered h2:after,
.centered h3:after,
.centered h4:after,
.centered h5:after,
.centered h6:after {
	margin: 20px auto 0 auto;
	-webkit-animation: title-border .5s ease-in;
  	-moz-animation:    title-border .5s ease-in;
  	-o-animation:      title-border .5s ease-in;
	animation:         title-border .5s ease-in;
}

h1 {
	font-size: 36px;
	font-weight: 800;
}

h2 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

em {
	font-size: 17px;
}

*:focus {
	box-shadow: none;
	outline: none;
}

blockquote {
	font-size: 16px;
	color: #3a3a3a;
	padding: 20px;
	border-left: 3px solid #d9d9d9;
	background: #f8f8f8;
}

input:focus, input:active {
	box-shadow: none !important;
	border-color: #9c9c9c !important;
}

::-webkit-input-placeholder {
   font-style: normal !important;
   font-weight: bold !important;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: normal !important;  
   font-weight: bold !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: normal !important;  
   font-weight: bold !important;
}

:-ms-input-placeholder {  
   font-style: normal !important;  
   font-weight: bold !important;
}

.no-underline:after, .no-underline.left:after {
	content: '';
	display: none;
}

.wrapper {
    overflow: hidden;
}

dl dd {
	margin-bottom: 30px;
}

address {
	font-style: italic;
}

.aligncenter {
	text-align: center;
}

/**  Hero  **/

.hero-wrapper {
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	-webkit-animation: hero-bg 90s linear infinite;
  	-moz-animation:    hero-bg 90s linear infinite;
  	-o-animation:      hero-bg 90s linear infinite;
	animation:         hero-bg 90s linear infinite;
}

.small .blurb-wrap {
	margin: 40px 0 80px 0;
	text-align: center;
}

.small strong {
	font-weight: 900;
}

.small h1 {
	font-size: 46px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 20px;
}

.small h2 {
	color: #fff;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 500;
    -webkit-animation: hero-p 1s ease-in-out;
    -moz-animation: hero-p 1s ease-in-out;
    -o-animation: hero-p 1s ease-in-out;
    animation: hero-p 1s ease-in-out;
}

.small h2:after {
	display: none;
}

.hero {
	padding-top: 30px;
}

.hero.animate {
	-webkit-animation: hero-bg 90s linear infinite;
  	-moz-animation:    hero-bg 90s linear infinite;
  	-o-animation:      hero-bg 90s linear infinite;
	animation:         hero-bg 90s linear infinite;
	background-size: auto 100% !important;
}

.hero:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url("images/dots.png");
	z-index: 0;
}

.hero.open:after {
	top: 0;
	opacity: 1;
}

.wrapper.open:before {
	top: 0;
	opacity: 1;
	left: 0;
}

.wrapper:before {
	content: '';
	display: block;
	position: absolute;
	height: 115px;
	opacity: 0;
	top: -115px;
	width: 100%;
	background: rgba(0,0,0, .4);
	z-index: 0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}





.hero.animate {
max-height:700px; 
border-top:0px solid #2eb9ce;
border-right:0px solid #2eb9ce;
border-bottom:10px solid #2eb9ce;
border-left:0px solid #2eb9ce;


border-width:0px 0px 10px 0px;
border-style:solid solid solid solid;
border-color:#2eb9ce #2eb9ce #2eb9ce #2eb9ce;}

 
.hero.open .menu a {
	color: #26a1e0;
}

.hero.no-background:after{
    background: none;
}

.hero .blurb {
	color: #fff;
	text-align: center;
	margin-top: 100px;
}

.hero .blurb img {
	-webkit-animation: hero-img 1s ease-in-out;
  	-moz-animation:    hero-img 1s ease-in-out;
  	-o-animation:      hero-img 1s ease-in-out;
	animation:         hero-img 1s ease-in-out;
}

.hero .blurb p {
	-webkit-animation: hero-p 1s ease-in-out;
  	-moz-animation:    hero-p 1s ease-in-out;
  	-o-animation:      hero-p 1s ease-in-out;
	animation:         hero-p 1s ease-in-out;
}

.hero .blurb .blurb-content {
	padding: 10px 65px 0 65px;
}

.hero .blurb .blurb-content.no-img {
	padding: 0 85px 85px 85px;
}

.hero .blurb h1 {
	font-size: 46px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
}

.hero .blurb h1:after {
	display: none;
}

.hero .blurb h1 span {
	font-size: 46px;
	font-weight: 300;
	color: #26a1e0;
	position: relative;
	-webkit-animation: heading 1s 0.5s linear;
  	-moz-animation:    heading 1s 0.5s linear;
  	-o-animation:      heading 1s 0.5s linear;
	animation:         heading 1s 0.5s linear;
}

.hero .blurb p {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.hero .blurb .btn {
	margin: 0 5px;
}

.hero .blurb .btn-default {
	color: #fff;
	border-color: #fff;
}

.hero .blurb .btn-default:hover {
	border-color: #26a1e0;
	background: #26a1e0;
}

.hero .preview {
	margin-top: 60px;
}

.hero.blog-page {
	background: #192a3b url(images/header-banner.png) center top;
	border-top:0px solid #2eb9ce;
border-right:0px solid #2eb9ce;
border-bottom:10px solid #2eb9ce;
border-left:0px solid #2eb9ce;


border-width:0px 0px 10px 0px;
border-style:solid solid solid solid;
border-color:#2eb9ce #2eb9ce #2eb9ce #2eb9ce;
}

.admin-bar .hero.blog-page.open:after {
	top: 30px;
}

.hero.blog-page:before {
	display: none;
}

.hero.blog-page .navbar {
	margin: 0;
}

/** Carousel controls **/

.carousel-control {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    height: 60px;
    width: 60px;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	background: #26a1e0;
}

.carousel-control.left {
	left: auto;
	right: 61px;
}

.carousel-control.left,
.carousel-control.right {
	background: rgba(38, 161, 224, .2);
	bottom: 0;
	top: auto;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	text-align: center;
	line-height: 2.6em;
}

/** Pagination **/

.carousel-indicators {
    bottom: 12px;
    right: 150px;
    left: auto;
    width: 100%;
    text-align: right;
}

.carousel-indicators li {
	background: rgba(38, 161, 224, .2);
	border: none;
	height: 14px;
	width: 14px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	margin: 0 5px;
	text-indent: -9999px;
	font-size: 0;
}

.carousel-indicators .active {
	background: none;
	border: 3px solid #26a1e0;
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	margin: 0 5px;
	height: 14px;
	width: 14px;
}

/**  Navigation  **/

.navbar {
	z-index: 999999;
	width: 100%;
}

.menu {
	text-align: right;
}

.menu a {
	font-size: 16px;
	outline: none;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	margin: 12px 14px 8px 0;
}

#nav_icon {
  width: 30px;
  height: 20px;
  float: right;
  position: relative;
  margin: 14px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav_icon span:nth-child(1) {
  top: 0px;
}

#nav_icon span:nth-child(2),
#nav_icon span:nth-child(3) {
  top: 8px;
}

#nav_icon span:nth-child(4) {
  top: 16px;
}

#nav_icon.open span {
	background: #26a1e0;
}

#nav_icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav_icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav_icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.nav {
	float: right;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
 	-moz-transition: .25s ease-in-out;
 	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
  	transform:translateY(-20%);
  	-webkit-transform: translateY(-20%);
}

.nav.opennav {
	opacity: 1;
	transform:translateY(0);
	-webkit-transform: translateY(0);
}

.nav li a {
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	overflow: hidden;
	padding: 0 16px;
	height: 1.2em;
	letter-spacing: 1px;
	margin-top: 14px;
	height: 65px;
}

.nav li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.nav li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav li a:hover {
	background: none;
	color: #26a1e0;
}

.nav li a:hover span, .nav li a:focus span {
	color: #26a1e0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav li.active a {
	color: #26a1e0;
}

.nav li.active:hover a, .nav li.active a:hover span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

/**  Navigation Dropdown  **/


.nav li a .caret {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav li a:hover .caret {
	margin-top: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.nav li:hover ul.dropdown-menu {
	display: block;
}

.nav li ul.dropdown-menu {
	background: rgba(255, 255, 255, .1);
	padding: 0;
	box-shadow: none;
}

.nav li ul.dropdown-menu li a {
	height: auto;
	padding: 20px;
	margin: 0;
}

/**  Sections  **/

.section {
	margin-top: 40px;
}

.green {
	background: #26a1e0;
	padding: 90px 0;
	color: #fff;
}

.green h2 {
	color: #fff;
}

.green h2:after {
	background: #fff;
}

.dark.bg-img {
	background: #192a3b;
	background-repeat: no-repeat;
	z-index: -2;
	padding-bottom: 90px;
	background-size: cover;
	background-attachment: fixed;
	position: static;
}

.dark.bg-img.no-padding-bottom {
	padding-bottom: 0;
}

.dark.bg-img strong {
	color: #fff;
}

.dark {
	background: #192A3B;
	position: relative;
	padding-top: 90px;
}

.dark:before {
	content: '';
	background: url("images/dark-bg.svg") center top no-repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 130px;
	top: -130px;
	background-size: cover;
}

.dark.remove-top:before {
	display: none;
}

.dark h2 {
	color: #fff;
}

.dark strong {
	color: #7c8b9b;
}

.section ul.bullet {
	margin: 0 0 40px 20px;
	padding: 0;
}

.section ul.bullet li {
	list-style: none;
	background: url("images/bullet.png") no-repeat 0 50%;
	padding-left: 20px;
	margin-bottom: 10px;
}

.section ul.bullet li a {
	color: #26a1e0;
}

/** Form styles  **/

.wrap-forms {
	margin-top: 40px;
}

.field-text input,
.field-textarea textarea {
	border: none;
	border-bottom: 2px solid #2e3b49;
	color: #fff;
	background: #14222f;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 15px;
	height: auto;
	margin: 0 0 20px 0;
	width: 100%;
}

.field-text label,
.field-textarea label {
	display: none;
}

.field-textarea textarea {
	padding: 12px;
	min-height: 200px;
}

input:focus,
.field-text *:focus {
	outline: none;
	box-shadow: none;
}

.contact-form input[type="submit"] {
	color: #fff;
	border: 2px solid #fff;
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 35px;
	font-weight: 900;
	padding: 15px 30px;
	margin-top: 10px;
	width: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form input[type="submit"]:hover {
  border-color: #26a1e0;
  color: #26a1e0;
  background: none;
}

/**  Button styles  **/

.btn, .btn:hover {
	font-size: 11px;
	text-transform: uppercase;;
	letter-spacing: 2px;
	border-radius: 35px;
	font-weight: 900;
	padding: 15px 30px;
	margin-top: 10px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.btn.btn-xs {
	padding: 8px 12px; 
}

.btn.btn-sm {
	padding: 11px 24px; 
}

.btn.btn-lg {
	padding: 20px 40px; 
}

.hero .btn-default {
	border-color: #b2b2b2;
	color: #b2b2b2;
	background: none;
}


.btn-default {
	border: 2px solid #b2b2b2;
	color: #383838;
	background: none;
}

.btn-default:hover {
	border-color: #26a1e0;
	color: #26a1e0;
	background: none;
}

.btn-primary {
	border: 2px solid #26a1e0;
	background: #26a1e0;
	color: #fff;
}

.btn-primary:hover {
	border: 2px solid #26a1e0;
	color: #26a1e0;
	background: none;
}

/**  UI Tabs  **/

#tabs {
	position: static;
	margin-bottom: 510px;
}

#tabs ul {
	text-align: center;
	margin: 0;
}

#tabs ul li {
	float: none;
	padding-bottom: 50px;
	margin: 0 10px -4px 10px;
	display: inline-block;
	background: url('images/current-tab.png') no-repeat 50% 110%;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

#tabs ul li span {
	display: block;
	height: 64px;
	font-size: 60px;
	width: 100%;
	color: #26a1e0;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

#tabs ul li a {
	font-size: 12px;
	font-weight: 600;
	color: #383838;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: normal;
	text-align: center;
	display: inline-block;
	width: 100%;
}

#tabs ul li a:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}

#tabs ul li a:focus {
	outline: none;
}

#tabs ul li.ui-tabs-active span {
	 -webkit-filter: grayscale(100%);
	 filter: grayscale(100%);
	 opacity: .5;
}

#tabs ul li.ui-tabs-active {
	background: url('images/current-tab.png') no-repeat 50% 100%;
}

#tabs ul li.ui-tabs-active span,
#tabs ul li a:hover span {
	color: #383838;
}

#tabs ul li h3:after {
	display: none;
}

#tabs .indv-tab {
	position: absolute;
	overflow: hidden;
	padding: 90px 0; 
	left: 0;
	width: 100%;
	background: #192a3b;
}

#tabs .indv-tab .col-md-6 {
	-webkit-animation: tab-content 1s ease-in-out;
  	-moz-animation:    tab-content 1s ease-in-out;
  	-o-animation:      tab-content 1s ease-in-out;
	animation:         tab-content 1s ease-in-out;
}

#tabs .img-preview:before {
	/*content: '';
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: url("images/dots.png");*/
}

#tabs .img-preview {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	padding: 0;
}

#tabs .img-preview .play {
	font-family: 'LineaMusic';
	color: #fff;
	font-size: 80px;
	background: rgba(0, 0, 0, .3);
	padding: 20px;
	border-radius: 50%;
	position: relative;
	z-index: 100;
	top: 40%;
	transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#tabs .img-preview .play:hover {
	color: #26a1e0;
}

#tabs .img-preview .video.player {
	opacity: 1;
}

#tabs .img-preview .video {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#tabs h4 {
	color: #fff;
}

#tabs p {
	color: #fff;
}

#tabs p strong {
	color: #7c8b9b;
	font-size: 16px;
}

#tabs .btn-default {
	border-color: #fff;
	color: #fff;
}

#tabs .btn-default:hover {
	border-color: #26a1e0;
	color: #26a1e0;
}

/*#tabs .img-preview img {
	width: 100%;
}*/

#horz_tabs ul {
	border-bottom: 1px solid #dfdfdf;
	padding: 0;
}

#horz_tabs ul li {
	margin: 0 5px 0 0;
}

#horz_tabs ul li a {
	font-size: 11px;
	color: #767676;
	text-transform: uppercase;;
	letter-spacing: 2px;
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	border-radius: 3px 3px 0 0;
	padding: 15px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; 
}

#horz_tabs ul li a:hover {
	background-color: #26a1e0;
	border-color: #26a1e0;
	color: #fff;
}

#horz_tabs ul li.ui-tabs-active {
	margin-bottom: -2px;
	position: relative;
}

#horz_tabs ul li.ui-tabs-active:after {
	content: '';
	display: block;
	width: 99%;
	background: #fff;
	height: 1px;
	position: absolute;
	bottom: 0;
}

#horz_tabs ul li.ui-tabs-active a {
	color: #383838;
	background: #fff; 
	border: 1px solid #dfdfdf;
	border-bottom-color: #fff;
}

#horz_tabs ul li a:focus, #horz_tabs ul li:focus {
	box-shadow: none;
	outline: none;
}

#horz_tabs.ui-tabs .ui-tabs-panel {
	padding: 50px 0;
}



/**  Banner Block Header strip  **/






.bannerblock {
 height: 25px;	
 overflow: hidden;
	background: #e1112b;
	color: #fff;
 position: relative;
}
.bannerblock h3 {
 font-size: 1em;
 color: #fff;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: bannerblock 30s linear infinite;
 -webkit-animation: bannerblock 30s linear infinite;
 animation: bannerblock 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes bannerblock {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes bannerblock {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes bannerblock {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}













/**  Blog masonry  **/

#masonry {
	padding: 20px 0;
}

.post {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e7e7e7;
}

.post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.post.sticky {
	padding-bottom: 0;
	border-bottom: none;
}

#masonry .post {
	width: 33.3%;
	padding: 0 10px 20px 10px;
	border-bottom: none;
	margin-bottom: 0;
}

#masonry .post .content {
	background: #f8f8f8;
	padding: 30px;
}

.post.sticky {
	position: relative;
	background: #f8f8f8;
}

.post.sticky .content {
	padding: 30px;
}

#masonry .post.sticky {
	background: none;
}

#masonry .post.sticky:after,
.post.sticky:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #337ab7 transparent transparent;
}

#masonry .post.sticky:before,
.post.sticky:before {
    content: "\e146";
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 7px;
    right: 17px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post.sticky:after {
	right: 0;
}

.post.sticky:before {
	right: 10px;
}

#masonry .post .post-thumb,
.post .post-thumb {
	background: #337ab7;
	overflow: hidden;
	position: relative;
}

#masonry .post .post-thumb {
	margin-bottom: 0;
}

.post .post-thumb {
	margin-bottom: 20px;
	width: 100% !important;
}

.post.sticky .post-thumb {
	margin-bottom: 0;
}

#masonry .post .post-info,
.post .post-info {
    position: absolute;
    width: 80%;
    z-index: 1;
    left: 30px;
    bottom: 30px;
}

#masonry .post .post-info *,
.post .post-info * {
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#masonry .post .post-info .category,
.post .post-info .category {
	color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(-10px);
}

#masonry .post .post-info .category a,
.post .post-info .category a {
	color: #fff;
}

#masonry .post .post-info .tags,
.post .post-info .tags {
	color: #fff;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(10px);
}

#masonry .post .post-info .tags a,
.post .post-info .tags a {
	color: #fff;
}

#masonry .post .post-thumb:hover .category,
#masonry .post .post-thumb:hover .tags,
.post .post-thumb:hover .category,
.post .post-thumb:hover .tags {
	opacity: 1;
	transform: translateY(0);
}

#masonry .post .img-wrap,
.post .img-wrap {
	overflow: hidden;
	display: block;
	background: #337ab7;
}

#masonry .post .img-wrap:hover img,
.post .img-wrap:hover img {
	opacity: 0.8;
}

#masonry .post .img-wrap img,
.post .img-wrap img {
	width: 100%;
 
}

#masonry .post.sticky .content {
	border-bottom: 3px solid #d9d9d9;
}

#masonry .post .content h3 {
	font-size: 18px;
	text-align: left;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	font-weight: 900;
}

.post .content h3 {
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: 900;
}

#masonry .post .content h3:after,
.post .content h3:after {
	display: none;
}

#masonry .post .content h3 a,
.post .content h3 a {
	color: #383838;
}

#masonry .post .content h3 a:hover,
.post .content h3 a:hover {
	color: #26a1e0;
}

#masonry .post .content h3 + p,
.post .content h3 + p {
	font-size: 14px;
	font-weight: 700;
	color: #979797;
}

.post .content h3 + p a {
	color: #979797;
}

.post .btn-default {
	color: #26a1e0;
	border-color: #26a1e0;
}

.post .btn-default:hover {
	color: #fff;
	background: #26a1e0;
}

/**  Blog posts  **/

.posts {
	padding: 90px 0;
}

.posts h1,
.posts h2,
.posts h3,
.posts h4,
.posts h5,
.posts h6 {
	text-align: left;
}

.posts h1:after,
.posts h2:after,
.posts h3:after,
.posts h4:after,
.posts h5:after,
.posts h6:after {
	display: none;
}

.post img {
	max-width: 100%;
}

.post h2 {
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: 900;
}

.post-thumbnail {
	margin-bottom: 20px;
}

.info span {
	margin: 0 5px;
}

.info span:first-child {
	margin-left: 0;
}

.author-bio {
	overflow: hidden;
	background: #192a3b;
	padding: 30px 0;
}

.author-bio h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 15px;
}

.author-bio p {
	color: #fff;
}

.author-bio .profile-img {
	text-align: center;
}

.author-bio .profile-img img {
	border-radius: 50%;
}

.entry-content blockquote {
	margin: 30px 0;
}

.format,
.format:hover {
	background: #f8f8f8;
	border: 2px solid #f8f8f8;
	font-size: 0;
    letter-spacing: 0;
    padding: 14px;
    margin: 10px 0 0 10px;
    border-radius: 50%;
    width: 55px;
    font-weight: normal;
}

.format:before {
	font-family: FontAwesome;
	display: block;
	font-size: 16px;
	color: #979797;
}

.format-chat .format:before {
	content: "\f086";
}

.format-quote .format:before {
	content: "\f10d";
}

.format-link .format:before {
	content: "\f0c1";
}

.format-status .format:before {
	content: "\f075";
}

.format-aside .format:before {
	content: "\f10c";
}

.format-video .format:before {
	content: "\f04b";
}

.format-audio .format:before {
	content: "\f025";
}

.format-image .format:before {
	content: "\f03e";
}

.format-gallery .format:before {
	content: "\f030";
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item figcaption {
	padding: 15px 5px 0 5px;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-item a {
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gallery-item a:hover {
	opacity: 0.6;
}

.excerpt {
	margin-top: 30px;
}


/** SGame Gallery  **/


#game-gallery {
  font-size: 0;
}

 #game-gallery a {
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  margin-right: 8px;
}

#game-gallery a:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 50em) {
  #game-gallery a {
    width: calc(25% - 6px);
  }
  
  #game-gallery a:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  #game-gallery a:nth-of-type(4n) {
    margin-right: 0;
  }
}

#game-gallery a:hover img {
  transform: scale(1.15);
}





/** ACF Map Gallery  **/



.acf-map {
	width: 100%;
	height: 800px;
	border: #ccc solid 10px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}





input[type="submit"] {
	width: auto;
	border: 2px solid #26a1e0;
	color: #26a1e0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 35px;
    font-weight: 900;
    padding: 15px 30px;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input[type="submit"]:hover {
	background: #26a1e0;
	color: #fff;
}

article.post .nav-links a,
.comment-navigation div a {
	display: inline-block;
	background: #f8f8f8;
	padding: 10px;
	width: 49%;
	text-align: center;
	margin-top: 30px;
}

article.post .nav-links a:hover,
.comment-navigation div a:hover {
	background: #26a1e0;
	color: #fff;
}

.comment-navigation h1 {
	display: none;
}

.comment-navigation div a {
	margin-top: 0;
}

#comment-nav-below {
	margin-bottom: 30px;
}

.page-links {
	margin-bottom: 30px;
}

.page-links a {
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
	background: #26a1e0;
}

.page-links span {
	margin-right: 5px;
}

.page-links a span {
	margin: 0;
}

ul.social-sharing {
	border-top: 1px solid #e7e7e7;
	margin: 60px 0 1px 0;
	padding: 60px 0 0 0;
	overflow: hidden;
	list-style: none;
}

ul.social-sharing li {
	float: left;
	width: 16.6666667%;
	text-align: center;
}

ul.social-sharing li:first-child {
	font-weight: 600;
    line-height: 2.8em;
    text-align: left;
}

ul.social-sharing li a {
	background: #f8f8f8;
	color: #8e9598;
	font-family: 'ElegantIcons';
	padding: 14px 0;
	display: block;
	border-right: 1px solid #fff;
}

ul.social-sharing li:last-child a {
	border-right: 0;
}

ul.social-sharing li a:hover {
	background: #26a1e0;
	color: #fff;
}

.social_facebook:before {
    content: "\e093";
}

.social_twitter:before {
    content: "\e094";
}

.social_linkedin:before {
    content: "\e09d";
}

.social_pinterest:before {
    content: "\e095";
}

.social_googleplus:before {
    content: "\e096";
}

/**  Comments  **/

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-list > li {
	margin: 15px 0;
	padding: 15px 0 30px 0;
}

.comment-list > li ul,
.comment-list > li ol {
	margin-bottom: 30px;
}

.comment-list img {
	border-radius: 50%;
}

.comment-list .user {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0;
}

.comment-list .user span {
	background: #26a1e0;
    font-size: 9px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 5px;
    border-radius: 3px;
    margin-left: 5px;
    transform: translateY(-2px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.comment-list .user span a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.comment-list .user span:hover {
	background: #f8f8f8;
}

.comment-list .user span:hover a {
	color: #5c5c5c;
}

.comment-list .info {
	font-size: 14px;
    font-weight: 700;
    color: #979797;
    margin-bottom: 10px;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	border-top: 1px solid #e7e7e7
}

.comment-list .children li {
	border-bottom: 1px solid #e7e7e7;
	padding-left: 100px;
	padding-top: 40px;
    padding-bottom: 40px;
}

.comment-list .children .children {
	border: none;
}

.comment-list .children .children li {
	padding-left: 200px;
}

h3#reply-title:after {
	content: '';
    display: block;
    height: 2px;
    width: 70px;
    background: #26a1e0;
    margin: 20px 0 0 0;
    -webkit-animation: title-border .5s ease-in;
    -moz-animation: title-border .5s ease-in;
    -o-animation: title-border .5s ease-in;
    animation: title-border .5s ease-in;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 33.3%;
	padding-right: 30px;
}

.comment-form-url {
	padding-right: 0;
}

.comment-form-comment:before,
.comment-form-url:after {
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.comment-notes {
	margin-bottom: 30px;
}

#submit {
	color: #26a1e0;
    border: 2px solid #26a1e0;
	font-size: 11px;
	width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 35px;
    font-weight: 900;
    padding: 15px 30px;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#submit:hover {
	color: #fff;
	background: #26a1e0;
    border: 2px solid #26a1e0;
}

/**  Sidebar  **/

#sidebar {
	position: relative;
	padding: 90px 0;
}

#sidebar:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 200%;
	top: 0;
	bottom: 0;
	right: -15%;
	background: #f8f8f8;
	z-index: -1;
}

#sidebar.right:before {
	left: -15%;
}

#sidebar h4:first-child {
	margin-top: 0;
}

#sidebar h4 {
	font-size: 18px;
	margin: 60px 0 20px 0;
}

#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	text-align: left;
}

#sidebar h2:after,
#sidebar h3:after,
#sidebar h4:after,
#sidebar h5:after,
#sidebar h6:after {
	display: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sidebar ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

#sidebar ul li a {
	color: #5c5c5c;
}

#sidebar ul li a:hover,
#sidebar ul li .children li a:hover,
#sidebar ul li .sub-menu li a:hover {
	color: #26a1e0;
}

#sidebar ul li.cat-item a:before,
#sidebar ul.menu li a:before {
	font-family: FontAwesome;
	content: "\f192";
	font-size: 11px;
	color: #26a1e0;
	transform: translateY(-4px);
	margin-right: 10px;
}

#sidebar ul li .children,
#sidebar ul li .sub-menu {
	margin: 10px 0 0 25px;
}

#sidebar ul li .children li a,
#sidebar ul li .sub-menu li a {
	color: #7e7e7e;
	font-size: 14px;
}

#sidebar label {
	font-size: 14px;
}

#sidebar select {
	background: #fff url("images/arrow-down.png") 95% 50% no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-overflow: '';
    text-indent: 0.01px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**  Sidebar widgets  **/

#calendar_wrap {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 10px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

#wp-calendar td a {
	background: #26a1e0;
	display: block;
	color: #fff;
	border-radius: 15px;
	padding: 2px 0;
}

#wp-calendar td a:hover {
	background: #f8f8f8;
	color: #5c5c5c;
}

#sidebar #recentcomments li:last-child {
	border: none;
}

#sidebar #recentcomments li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#sidebar #recentcomments li a {
	color: #26a1e0;
}

#sidebar #recentcomments li a:before,
#sidebar ul li a.rsswidget:before {
	display: none;
}

#sidebar ul li a.rsswidget {
	font-weight: 600;
	display: block;
}

#sidebar ul li .rss-date {
	color: #7e7e7e;
}

#sidebar ul li cite {
	margin-bottom: 30px;
	display: block;
}

#sidebar .search-form label {
	width: 100%;
	margin: 0;
}

#sidebar .search-form label input {
	background: #fff url("images/search.png") 95% 50% no-repeat;
}

#sidebar .search-form label span {
	display: none;
}

#sidebar .search-submit {
	display: none;
}

#sidebar img {
	margin: 15px 0;
}

#sidebar .wp-caption-text {
	font-family: georgia;
	color: #7e7e7e;
}

#sidebar .tagcloud {
	overflow: hidden;
}

#sidebar .tagcloud a {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #5c5c5c;
    font-size: 14px !important;
    padding: 6px 12px;
    margin: 0 6px 6px 0;
}

#sidebar .tagcloud a:hover {
	background: #26a1e0;
	color: #fff;
}

#sidebar ul li {
	text-align: left;
}

#sidebar ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #5c5c5c;
	text-transform: inherit;
	letter-spacing: 0;
	display: inline-block;
	margin: inherit;
	text-align: left;
}

/**  Blog pagaination **/

.pagination-btns {
	background: #192a3b;
	text-align: center;
}

.pagination-btns h2 {
	display: none;
}

.pagination-btns .pagination {
    margin: 0 auto;
}

.pagination-btns .pagination .current,
.pagination-btns .pagination a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.pagination-btns .pagination a {
    padding: 20px;
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
}

.pagination-btns .pagination span {
    padding: 20px;
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}



/**  Form  **/

input,
textarea {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea {
	width: 100%;
}

/**  Accordion  **/

#accordion h3 {
	margin: 5px 0 0 0;
	padding: 15px 15px 15px 45px;
	font-size: 12px;
	color: #383838;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

#accordion h3:after {
	display: none;
}

#accordion h3:before {
	content: "\e014";
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	height: 8px;
	width: 8px;
	display: block;
	position: absolute;
	left: 20px;
	top: 16px;
	color: #26a1e0;
}

#accordion .ui-state-active {
	color: #fff;
	background-color: #26a1e0;
	border-color: #26a1e0;
	border-radius: 3px 3px 0 0;
}

#accordion .ui-state-active:before {
	content: "\e014";
	color: #fff;
	height: 8px;
	width: 8px;
	display: block;
	position: absolute;
	left: 20px;
	top: 15px;
}

#accordion .ui-accordion-content {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 0;
}

#accordion .ui-accordion-content p {
	padding: 15px;
}

/**  Home app slide  **/

.blue {
	background-color: #26a1e0;
}

.small-hex {
	display: block;
	position: relative;
	box-shadow: inset 0 0 0 1px #fff;
}

.usp-wrap {
	margin-top: 90px;
}

.app-usp .col-md-9 {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.app-usp .point-wrap:last-child .col-md-9 {
	border-bottom: none;
}

.app-usp {
	margin-top: 130px;
}

.app-usp h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
}

.app-usp h3:after {
	display: none;
}

.app-usp .linea-icon:before {
	font-weight: bold !important;
}

.app-usp .linea-icon {
    font-family: "LineaBasic";
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
}

.point-wrap.left,
.point-wrap.left h3 {
	text-align: left;
}

.point-wrap.right,
.point-wrap.right h3 {
	text-align: right;
}

.right .row .animateme:last-child .col-md-9,
.left .row .animateme:last-child .col-md-9 {
	border:none;
}

/**  Map  **/

.open-map {
	background: #26a1e0;
	text-align: center;
	margin: 0;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.open-map a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	padding: 20px 0;
}

.open-map:hover {
	background: #4a2e77;
}

#map_wrap {
	position: relative;
	overflow: hidden;
}

.fw-map {
	position: absolute;
	left: -100%;
	width: 100%;
}

.remove {
	position: static;
	left: 0;
	height: 300px;
	width: 100%;
}

/**  Pricing table  **/

.pricing {
	margin-top: 80px; 
}

.price.popular {
	background: #253545;
	color: #fff;
	z-index: 10;
}

.price.popular .head {
	background: #192a3b;
}

.price.popular .head h2 {
	color: #fff;
}

.price.popular:before {
	content: 'Most popular plan';
	display: block;
	background: #26a1e0;
	position: absolute;
	width: 100%;
	left: 0;
	top: -31px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 5px;
}

.price {
	border: 1px solid #f8f8f8;
	background: #fff;
	position: relative;
	padding: 30px 30px 80px 30px;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.price:hover {
	-webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
     transform: translateY(-2%);
}

.price .head {
	background: #f8f8f8;
	padding: 30px 0;
	margin: -30px -30px 0 -30px; 
}

.price .head h2 {
	font-size: 20px;
	text-align: center;
	color: #767676;
	text-transform: none;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.price .head h2:after {
	display: none;
}

.price .head p {
	font-size: 60px;
	color: #26a1e0;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0;
}

.price .head p span {
	font-size: 20px;
	color: #949494;
	font-weight: 400;
}

ul.check {
	margin: 30px 0;
	padding: 0 0 0 20px;
	list-style: none;
}

ul.check li {
	position: relative;
	padding: 7px 7px 7px 35px;
}

ul.check li:before {
	font-family: 'LineaArrows';
	content: "\e006";
	font-size: 28px;
	color: #26a1e0;
	position: absolute;
	left: 0;
	top: -3px;
}

.price .btn {
	position: absolute;
	bottom: 30px;
	left: 0;
    right: 0;
    margin: auto;
}

/**  FAQ  **/

.question {
	margin: 0 0 50px 0;
}

.question p strong {
	font-weight: 800;
	font-size: 16px;
}

.question:last-child p, .question:last-child {
	margin-bottom: 0;
}

/**  Icons  **/

.icon-wrapper {
	padding-top: 60px;
}

.icon {
	text-align: center;
	padding: 0 60px;
	border-right: 1px solid #30404f;
	margin-bottom: 60px;
}

.icon:nth-child(3),
.icon:nth-child(6),
.icon:nth-child(9)
.icon:nth-child(12) {
	border: none;
}

.icon h5,
.icon p {
	color: #fff;
}

.icon h5 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px 0px 20px;
	font-weight: 600;
	text-align: center;
}

.icon .dark-hex {
	background-color: #253545; 
	background-image: url("images/dark-hex.svg");
	background-repeat: no-repeat;
	background-size: 102%;
	width: 138px;
	height: 150px;
	display: inline-block;
	background-position: -1px 0px;
	margin-bottom: 30px; 
}

.icon .dark-hex img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.icon .dark-hex span:before {
	color: #fff;
	line-height: 2em;
	font-size: 60px;
}

.icon-list .content {
	border-bottom: 1px solid #dfdfdf;
	padding: 30px 0;
}

.icon-list:last-child .content {
	border: none;
}

.icon-list span {
	font-family: 'LineaBasic';
	display: block;
	width: 100%;
	font-size: 60px;
	color: #26a1e0;
	text-transform: none;
	margin-top: 30px;
}

.icon-list p {
	margin-bottom: 0;
}


/**  Customers  **/

.customer-slider.slick-slider {
	height: auto;
	padding: 0;
	background: none;
	margin-top: 60px;
}

.customer-slider .slick-list {
	border: none;
}

.customer-slider.slick-slider .slick-dots {
  bottom: -60px;
}

.customers div {
	background: #192a3b;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	padding: 30px; 
}

.customers div h6 {
	color: #26a1e0;
	margin: 0;
	font-size: 14px;
	text-align: center;
}

.customers div h6:after {
	display: none;
}

.customers div span {
	color: #7c8b9b;
	font-weight: 600;
}

.customers .dark-hex {
	position: relative;
	display: inline-block;
	width: 118px;
	height: 128px;
	margin-bottom: 30px;
}

.customers .dark-hex:before {
	content: '';
	position: absolute;
	background-image: url("images/dark-hex.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	width: 119px;
    height: 101%;
	display: inline-block;
	background-position: 50%;
	z-index: 1;
}

/**  Logos  **/

#contactinfo {
	position: absolute;
	top: 50px;
	height: 100px;
	width: 100%;
	margin-top: 20px;
	z-index: 99999;

}

@media (max-width: 990px) {

	#contactinfo {
	display:none;
	

	}	
	
}

.contain {
	
	margin-bottom: 60px;
}

.logo {
	margin-top: 90px;
	padding: 30px 0;
	background: rgba(19, 36, 54, .5);
	width: 500%;
    margin-left: -200%;
}

/**  Download  **/

.blue.section {
	margin: 0;
	padding: 90px 0;
}

.blue * {
	color: #fff;
}

.blue.section .btn {
	background: rgba(0, 0, 0, .3);
	font-weight: 900;
	font-size: 13px;
	position: relative;
	text-align: left;
	line-height: 1.2em;
	padding-left: 55px;
	margin: 20px 5px 0 5px;
}

.blue.section .btn:hover {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.blue.section .btn .socicon {
	position: absolute;
	left: 20px;
	top: 17px;
	font-size: 24px;
}

.blue.section .btn .sub {
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
	display: block;
}

/**  Footer  **/

.footer {
	background: #fff;
	font-size: 16px;
}

.page-template-default .wrapper {
	min-height: 100%;
    position: relative;
    padding-bottom: 95px;
}

.page-template-default .footer {
	margin-top: 90px;
	background: #f8f8f8;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer p {
	margin: 0;
}

.footer .copyright a {
	color: #5c5c5c;
}

.socicon {
    font-family: 'socicon' !important;
}

.footer .copyright {
	padding-top: 27px;
}

.footer .social-icons {
	text-align: right;
}

.footer .social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .social-icons ul li {
	display: inline-block;
}

.footer .social-icons ul li a {
	color: #26a1e0;
	padding: 35px 20px;
	display: block;
	font-size: 20px;
	width: auto;
  	margin-top: -3px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.footer .social-icons ul li a:hover {
	background: #26a1e0;
	color: #fff;
	text-decoration: none;
}

.top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.edit-link {
	position: fixed;
	bottom: 20px;
	left: 20px;
}

.top a,
.edit-link a {
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	display: block;
	border-radius: 30px;
	background: rgba(38, 161, 224, .7);
	box-shadow: 0 0 0 2px #26a1e0;
	z-index: 100;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.top a:hover,
.edit-link a:hover {
	background: rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .8);
}

/**  Pace page loading  **/

.admin-bar .pace .pace-progress {
	top: 32px;
}

.admin-bar .pace .pace-activity {
	top: 47px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #26a1e0;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #26a1e0;
  border-left-color: #26a1e0;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/** Slick slider  **/

.slick-slider {
	/**background: url("images/slide-bg.png") no-repeat top center;**/
	height: 641px;
    position: relative;
    display: block;
    z-index: 10;
    padding: 93px 49px 0px 52px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    /**border: 2px solid #282a1c; **/
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-dots {
	text-align: center;
	padding: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 110px;
}

.slick-dots li {
	display: inline-block;
    background: #f70c00;
    border: medium none;
    text-indent: -9999px;
    height: 14px;
    width: 14px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin: 0px 5px;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li button {
	display: block;
	opacity: 0;
}

.slick-dots li.slick-active {
	background: none;
	border: 3px solid #f70c00;
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
	border-radius: 50%;
}

/**  Gallery  **/

.gallery {
	overflow: hidden;
}

.gallery .item {
	position: relative;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gallery .item .content {
	position: absolute;
	width: 80%;
	z-index: 1;
	left: 30px;
	bottom: 30px;
}

.gallery .item .content * {
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gallery .item .content h5 {
	text-align: left;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	opacity: 0;
	transform: translateY(-10px);
}

.gallery .item .content h5:after {
	display: none;
}

.gallery .item .content p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	opacity: 0;
	transform: translateY(10px);
}

.gallery .item img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gallery .item.transparent:hover img,
.gallery .item:hover img {
	opacity: 0.3;
}

.gallery .item.transparent:hover .content h5,
.gallery .item:hover .content h5,
.gallery .item.transparent:hover .content p,
.gallery .item:hover .content p {
	opacity: 1;
	transform: translateY(0);
}

.gallery .item.transparent:hover,
.gallery .item:hover {
	background: #26a1e0;
}

.gallery .item.transparent {
	background: #192a3b;
}

.gallery .item.transparent img {
	opacity: 0.5;
}

/**  Tables  **/

table {
	margin-bottom: 30px;
	width: 100%;
}

table tr:nth-child(odd) {
	background: #f8f8f8;
}

table tr:nth-child(even) {
	background: #fff;
}

table tr td,
table tr th {
	padding: 10px;
}

/**  Positions  **/

.italic {
	font-size: 17px;
	font-style: italic;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.left,
.left h1,
.left h2,
.left h3,
.left h4,
.left h5,
.left h6 {
	text-align: left;
}

.left:after,
.left h1:after,
.left h2:after,
.left h3:after,
.left h4:after,
.left h5:after,
.left h6:after {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.margin-top {
	margin-top: 30px;
}

.large-margin-top {
	margin-top: 90px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.large-margin-bottom {
	margin-bottom: 90px;
}

.large-padding-bottom {
	padding-bottom: 90px;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-top {
	margin-top: 0;
}

.no-padding {
	padding: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.padding-top-btm {
	padding-top: 30px;
	padding-bottom: 30px;
}

/**  Keyframes  **/

@-webkit-keyframes title-border {
  0%   { width: 0; }
  100% { width: 70px; }
}
@-moz-keyframes title-border {
  0%   { width: 0; }
  100% { width: 70px; }
}
@-o-keyframes title-border {
  0%   { width: 0; }
  100% { width: 70px; }
}
@keyframes title-border {
  0%   { width: 0; }
  100% { width: 70px; }
}



@-webkit-keyframes tab-content {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes tab-content {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes tab-content {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes tab-content {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}



@-webkit-keyframes heading {
  0%   { opacity: 0; bottom: -20px; }
  100% { opacity: 1; bottom: 0; }
}
@-moz-keyframes heading {
  0%   { opacity: 0; bottom: -20px; }
  100% { opacity: 1; bottom: 0; }
}
@-o-keyframes heading {
  0%   { opacity: 0; bottom: -20px; }
  100% { opacity: 1; bottom: 0; }
}
@keyframes heading {
  0%   { opacity: 0; bottom: -20px; }
  100% { opacity: 1; bottom: 0; }
}



@-webkit-keyframes hero-img {
  0%   { opacity: 0; transform: translateY(15%); }
  100% { opacity: 1; transform: translateY(0); }
}
@-moz-keyframes hero-img {
  0%   { opacity: 0; transform: translateY(15%); }
  100% { opacity: 1; transform: translateY(0); }
}
@-o-keyframes hero-img {
  0%   { opacity: 0; transform: translateY(15%); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes hero-img {
  0%   { opacity: 0; transform: translateY(15%); }
  100% { opacity: 1; transform: translateY(0); }
}



@-webkit-keyframes hero-p {
  0%   { opacity: 0; transform: translateX(15%) rotate(5deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}
@-moz-keyframes hero-p {
  0%   { opacity: 0; transform: translateX(15%) rotate(5deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}
@-o-keyframes hero-p {
  0%   { opacity: 0; transform: translateX(15%) rotate(5deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}
@keyframes hero-p {
  0%   { opacity: 0; transform: translateX(15%) rotate(5deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}



@-webkit-keyframes hero-bg {
  0%   { background-position: 0 0; }
  50% { background-position: 100% 0; }
  100%   { background-position: 0 0; }
}
@-moz-keyframes hero-bg {
  0%   { background-position: 0 0; }
  50% { background-position: 100% 0; }
  100%   { background-position: 0 0; }
}
@-o-keyframes hero-bg {
  0%   { background-position: 0 0; }
  50% { background-position: 100% 0; }
  100%   { background-position: 0 0; }
}
@keyframes hero-bg {
  0%   { background-position: 0 0; }
  50% { background-position: 100% 0; }
  100%   { background-position: 0 0; }
}


/** Medium screen media queries  **/

@media (max-width: 1200px) {

	.hero .blurb h1,
	.hero .blurb h1 span {
		font-size: 40px;
	}

	.hero .blurb .blurb-content {
		padding-top: 60px;
	}

	#tabs {
		margin-bottom: 660px;
	}

	.slick-slider {
		background-size: 96%;
		padding: 87px 24px 0px 27px;
	}

	.slick-list {
		height: 432px;
	}

	.slick-slide img {
		height: 100%;
		width: 100%;
	}

	.slick-dots {
		bottom: 140px;
	}

	.icon {
		min-height: 275px;
	}

	.dark.bg-img {
		background-attachment: inherit;
	}

	.customers .dark-hex {
		width: 118px;
	}

	.nav li a {
	    padding: 0 10px;
    	font-size: 13px;
	}

}
/** SGame Gallery  **/


#game-gallery {
  font-size: 0;
}

 #game-gallery a {
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  margin-right: 8px;
}

#game-gallery a:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 50em) {
  #game-gallery a {
    width: calc(25% - 6px);
  }
  
  #game-gallery a:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  #game-gallery a:nth-of-type(4n) {
    margin-right: 0;
  }
}

#game-gallery a:hover img {
  transform: scale(1.15);
}

figure {
  margin: 0;
}

#game-gallery img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
    transition: width 2s, height 2s, transform 2s;
}

#game-gallery .p a {
  display: inline;
  font-size: 13px;
  margin: 0;
}

#game-gallery .p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px;
}




/** Small screen media queries  **/

@media (max-width: 991px) {

	/* Mobile nav */

	.wrapper.open:before {
		position: fixed;
	}

	.wrapper.open .navbar {
		position: fixed;
		width: 100%;
	}	

	.wrapper:before {
		height: 100%;
		top: -0;
		width: 100%;
		background: rgba(0,0,0, .7);
		z-index: 5; 
	}

	.hero:after {
		height: 100%;
		display: none;
		background: rgba(0,0,0, .8);
		z-index: 1;
	}

	.hero.open:after {
		display: block;
	}

	.open .carousel-indicators,
	.open .carousel-control.left,
	.open .carousel-control.right {
		z-index: 0;
	}

	.nav {
		width: 100%;
		position: absolute;
		top: 60px;
	}

	
	
	.nav.opennav {
		width: 100%;
		translateY(100px);
		position: fixed;
		left: 0;
		right: 0;
		padding-top: 150px;
	}

	.hero * {
		-webkit-transition: all 300ms ease-in-out;
	    -moz-transition: all 300ms ease-in-out;
	    transition: all 300ms ease-in-out;
	}

	.nav li {
		float: none;
		margin-bottom: 20px;
	}

	.nav li a {
		font-size: 28px;
		font-weight: 400;
		text-align: center;
		padding: 0;
		line-height: .8em;
		height: 23px;
	}

	.nav li span,
	.nav li a span::before {
		font-weight: 400;
	}

	.nav li ul.dropdown-menu {
		display: block;
		background: none;
		width: 100%;
		padding-top: 20px;
	}

	.nav li ul.dropdown-menu li a {
		padding: 0;
		margin: 0;
		color: rgba(255, 255, 255, 0.6);
	}
	

	.hero .blurb .blurb-content,
	.hero .blurb .blurb-content.no-img {
		padding: 10px 15px 0 15px;
	}

	.hero .blurb h1, .hero .blurb h1 span {
		font-size: 35px;
	}

	#tabs {
		margin-bottom: 700px;
	}

	.app-usp {
		margin-top: 20px;
	}

	.app-usp .linea-icon {
		font-size: 20px;
		transform: translateY(10%);
        -webkit-transform: translateY(10%);
	}

	.app-usp h3 {
		margin-bottom: 5px;
	}

	.slick-list {
		height: 317px;
	}

	.slick-track {
		height: 100%;
	}

	.slick-slider {
		background-size: 96%;
		padding: 63px 19px 0px 22px;
		height: 520px;
	}

	.icon:nth-child(3),
	.icon:nth-child(5),
	.icon:nth-child(7)
	.icon:nth-child(9) {
		border-right: 1px solid #30404f;
	}

	.icon:nth-child(2),
	.icon:nth-child(4),
	.icon:nth-child(6)
	.icon:nth-child(8) {
		border: none;
	}

	.price.popular:before {
		display: none;
	}

	.customer-slider .slick-list {
		height: auto;
	}

	.usp-wrap .fw-col-sm-4:first-child .point-wrap div:last-child,
	.usp-wrap .fw-col-sm-4:last-child .point-wrap div:first-child {
		display: none;
	}

	.usp-wrap .fw-col-sm-4:first-child .point-wrap div:first-child,
	.usp-wrap .fw-col-sm-4:last-child .point-wrap div:last-child {
		width: 100%;
	}

	#masonry .post {
	    width: 50%;
	}

	.comment-list .children li {
		padding-left: 50px;
	}

	.comment-list .children .children li {
		padding-left: 100px;
	}

}


/** Tablet media queries  **/

@media (max-width: 768px) {

	.wrapper:before {
		position: absolute;
		height: 100%;
	}

	.menu {
		position: absolute;
		right: 0;
	}

	.hero .blurb img {
		display: none;
	}

	.hero .blurb h1,
	.hero .blurb h1 span {
		font-size: 40px;
		text-align: center;
	}

	.hero .blurb {
		margin: 100px 0 120px 0;
		padding: 0;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		line-height: 0.6;
	}

	#tabs {
		margin-bottom: 630px;
	}

	#tabs ul li {
		margin: 0;
		float: left;
		width: 50%;
		background: none;
	}

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: none;
	}

	#tabs ul li.ui-tabs-active {
		background: none;
	}

	#tabs .img-preview {
		display: none;
	}

	.app-usp .point-wrap {
		overflow: hidden;
		margin: 0 15px;
	}

	.app-usp .linea-icon {
		font-size: 10vw;
		transform: translateY(20%);
        -webkit-transform: translateY(20%);
	}

	.slick-slider {
		height: 465px;
    	padding: 65px 20px 50px 20px;
	}

	.slick-list {
		height: 91%;
	}

	.usp-wrap {
		 margin-bottom: 140px;
	}

	.small-hex img {
		width: 100%;
	}

	.dark {
		padding-top: 0;
	}

	.dark.bg-img,
	.dark.remove-top {
		padding-top: 90px;
	}

	.icon {
		min-height: inherit;
	}

	.logo {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.logo .col-xs-12 {
		margin-bottom: 20px;
	}

	.single-blog {
		padding: 0 40px;
		
	}

	.posts h3.author-title,
	.author-description {
		text-align: center;
	}

	.posts h3.author-title {
		margin-top: 30px;
	}

	ul.social-sharing li:first-child {
	    float: none;
	    width: 100%;
	}

	ul.social-sharing li {
	    width: 20%;
	}

	.comment-list img {
		margin-bottom: 30px;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
	    float: none;
	    width: 100%;
	    padding: 0;
	}

	.footer * {
		text-align: center;
	}

	.footer .social-icons {
		margin-top: 10px;
	}

}

/** Mobile media queries  **/

@media (max-width: 480px) {

	.menu {
		text-align: right;
		position: absolute;
		right: 0;
	}

	.hero .blurb {
		margin-top: 0;
	}

	.hero .blurb .btn {
		margin-bottom: 5px;
		display: inline-block;
	}

	#tabs {
		margin-bottom: 660px;
	}

	.slick-slider {
		height: 690px;
	    padding: 0;
	    width: 300px;
	    margin: 0 auto;
	    padding-top: 85px;
	}

	.slick-list {
		height: 435px;
	    margin: 0 auto;
	    width: 250px;
	}

	.customer-slider .slick-list {
	    width: auto;
	}

	.slick-dots {
	    bottom: 200px;
	}

	.footer .social-icons ul li a {
		padding: 25px 15px;
	}

	.price:hover {
		transform: none;
	}

	form .btn {
		width: 100%;
	}

	#masonry .post {
	    width: 100%;
	}
	
}


/** IE 10  **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
	input {
		padding: 15px !important;
		height: auto !important;
	}

	.nav li input {
		padding-left: 25px !important;
	}

	.nav .dropdown-menu {
		top: 58px !important;
	}

	#prev span, #next span {
		display: none;
	}

}

.wp-caption.alignnone{
    width: 100%;
}

.post .img-wrap img{
    width: auto;
    max-width: 100%;
    margin-left: 0;
    visibility: hidden;
}

#masonry .post .img-wrap img{
    visibility: visible;
}

.visibility-show{
    visibility: visible !important;
}


.acf-map {
	
}