/**
 * =================================================================== 
 *
 *  Lhander v1.0 Main Stylesheet
 *  url: styleshout.com
 *  01-11-2016
 * -------------------------------------------------------------------
 *
 *	TOC:
 *	01. webfonts and iconfonts 
 *	02. base style overrides
 * 03. preloader
 * 04. forms
 * 05. buttons
 * 06. common styles
 * 07. header styles
 * 08. intro section
 * 09. process section
 * 10. features section
 * 11. pricing section
 * 12. testimomials section 
 * 13. faq section 
 *	14. ad-section 
 *	15. call-to-action section
 *	16. footer
 *
 * =================================================================== 
 */

/** 
 * ===================================================================
 * webfonts and iconfonts 
 *
 * ------------------------------------------------------------------- 
 */

@import url("fonts.css");
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");
/** 
 * ===================================================================
 * base style overrides
 *
 * ------------------------------------------------------------------- 
 */

html {
	font-size: 10px;
}

@media only screen and (max-width:1024px) {
html {
	font-size: 9.375px;
}
}

@media only screen and (max-width:768px) {
html {
	font-size: 10px;
}
}

@media only screen and (max-width:400px) {
html {
	font-size: 9.375px;
}
}
html, body {
	height: 100%;
}
body {
	background: #14181E;
	font-family: 'Conv_Dimbo Regular';
	font-size: 1.6rem;
	line-height: 3rem;
	color: #737373;
}
/**
 * links 
 * -
 */

a, a:visited {
	color: #0087cc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #ff7b29;
}
/**
 * typography  
 * -
 */
h1, h2, h3, h4, h5, h6 {font-family: 'Conv_Dimbo Regular' !important;color:#fff !important;text-align:left;}
h1{font: 45px 'Conv_Dimbo Regular', sans-serif !important;}
h2{font: 40px 'Conv_Dimbo Regular', sans-serif !important;}
h3{font: 35px 'Conv_Dimbo Regular', sans-serif !important;}
h4{font: 30px 'Conv_Dimbo Regular', sans-serif !important;}
h5{font: 25px 'Conv_Dimbo Regular', sans-serif !important;}
h6{font: 15px 'Conv_Dimbo Regular', sans-serif !important;}



h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: 'Conv_Dimbo Regular';
	color: #cecece;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
}
h5, .h05, h6, .h06 {
	font-family: sans-serif;
	margin-bottom: 1.2rem;
}
h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;	
}

@media only screen and (max-width:600px) {
h1, .h01 {
	font-size: 2.6rem;
	letter-spacing: -.07rem;
}
}
h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.9rem;
	line-height: 2.5;
	letter-spacing: .15rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
p img {
	margin: 0;
}
p.lead {
	font-family: "merriweather-light", serif;
	font-size: 1.7rem;
	line-height: 1.8;
	color: #737373;
}
p.lead2 {
	font-family: "merriweather-light", serif;
	font-size: 1.3rem;
	line-height: 1.8;
	color: #737373;
	hyphens: auto;
	text-align: justify;
	position: relative;
	width: 220px;
	left: 40px;
	right: 40px;
}
p.lead3 {
	font-family: "merriweather-light", serif;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #373a41;
	hyphens: auto;
	text-align: justify;
}

@media only screen and (max-width:768px) {
p.lead {
	font-size: 1.7rem;
}
}
em, i, strong, b {
	font-size: 1.6rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "merriweather-italic", serif;
}
strong, b {
	font-family: "merriweather-bold", serif;
}
small {
	font-size: 1.1rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #333;
	font-family: arial, sans-serif;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.75;
}
blockquote cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.65;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #8d8d8d;
	border: none;
}
abbr {
	font-family: "merriweather-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #8d8d8d;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #cfcfd5;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}
/**
 * Lists  
 * -
 */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #05bca9;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #05bca9;
}
dd {
	margin: 0 0 0 2rem;
}
/**
 * tables  
 * -
 */

table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "raleway-regular", sans-serif;
}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #252525;
	font-family: "raleway-bold", sans-serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
/**
 * Spacing  
 * -
 */

button, .button {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.5rem;
}
input, textarea, select, pre, blockquote, figure, table, p, ul, ol, dl, form, .fluid-video-wrapper, .iw-custom-select {
	margin-bottom: 3rem;
}
/**
 * floated image  
 * -
 */

img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}
/**
 * block grids paddings 
 * -
 */

.bgrid {
	background: url("../images/avatar_bg.jpg") no-repeat center;
	width: 300px;
	height: 525px;
	padding: 200 200px;
}

/* abhay*/
@media (min-width: 1025px) and (max-width: 1280px) {
header .logo{left: 6px !important;}
#main-nav-wrap{right: 3px !important;}	
.main-navigation li a{padding: 18px 4px !important;}
	
}

/* end */


@media only screen and (max-width:1024px) {
.bgrid {
	padding: 0 18px;
}
}

@media only screen and (max-width:768px) {
.bgrid {
	padding: 0 15px;
}
}

@media only screen and (max-width:600px) {
.bgrid {
	padding: 0 10px;
}
}

@media only screen and (max-width:400px) {
.bgrid {
	padding: 0;
}
}
/** 
 * ===================================================================
 * preloader
 *
 * ------------------------------------------------------------------- 
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/face_a.png") no-repeat center;
	background: #000000;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	background: url("../images/face_a.png") no-repeat center;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0;
	background-color: #000000;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
 0% {
 -webkit-transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 opacity: 0;
}
}
@keyframes sk-scaleout {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
/** 
 * ===================================================================
 * forms
 *
 * ------------------------------------------------------------------- 
 */

fieldset {
	border: none;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #737373;
	font-family: "merriweather-regular", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 3px;
	background: #FFFFFF;
	max-width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
	display: inline-block;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
	padding-right: 4rem;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
 display: none;
}
.ss-custom-select::after {
	content: '\f123';
	font-family: 'Ionicons';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}
textarea {
	min-height: 25rem;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	color: #000000;
	background: #f4fffe;
	border: 1px solid #d2fef9;
}
label, legend {
	font-family: "merriweather-bold", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #404040;
	display: block;
}
label span, legend span {
	color: #05bca9;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text  
 * -
 */

::-webkit-input-placeholder {
 color: #a1a1a1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a1a1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a1a1;
}
:-ms-input-placeholder {
 color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}
/** 
 * ===================================================================
 * buttons
 *
 * ------------------------------------------------------------------- 
 */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.6rem;
	height: 5rem;
	line-height: 5rem;
	padding: 0 3rem;
	margin: 0 .3rem 1rem 0;
	background: #d8d8d8;
	color: #252525;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	border-radius: 1000px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	background: #bebebe;
	color: #FFFFFF;
	outline: 0;
}
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
	background: #05bca9;
	color: #FFFFFF;
}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
	background: #04998a;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/** 
 * ===================================================================
 * common styles 
 *
 * ------------------------------------------------------------------- 
 */

.section-intro {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.2rem;
	position: relative;
}
.section-intro h1 {
	font-family: "merriweather-bold", serif;
	font-size: 4.8rem;
	color: #252525;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
.section-intro h5 {
	color: rgba(56, 66, 78, 0.5);
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 0.3rem;
	letter-spacing: .4rem;
}
.section-intro .lead {
	color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-intro .with-bottom-line::after {
	display: block;
	background-color: #05bca9;
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}

@media only screen and (max-width:600px) {
section .h01 {
	font-size: 2.5rem;
}
}

/**
 * responsive:
 * common styles
 * - 
 */

@media only screen and (max-width:768px) {
.section-intro {
	max-width: 650px;
}
.section-intro h1 {
	font-size: 4.2rem;
}
}

@media only screen and (max-width:600px) {
.section-intro h1 {
	font-size: 3.8rem;
}
.section-intro h5 {
	font-size: 1.5rem;
	letter-spacing: .3rem;
}
}

@media only screen and (max-width:400px) {
.section-intro h1 {
	font-size: 3.6rem;
}
}
/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */

header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 600;
	background: #232427 none repeat scroll 0 0!important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
	padding:10px 0 !important;
}
header .row {
	width: auto;
	height: 66px;
	position: relative;
}
header .logo {
    margin-top: 0;
    z-index: 600;
    position: absolute;
    left: 0;
    top: 12px;
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    /* margin-right: 1000px; */
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 300px;
	height: 35px;
	background-size: 300px 35px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sticky {
	position: fixed;
	background: #232427;
	z-index: 999999;
	top: 0;
}
.logo a {
	width: 300px;
	height: 35px;
	background-size: 300px 35px;
}

/**
 * responsive:
 * header section
 * - 
 */

@media only screen and (max-width:768px) {
header {
	top: 0;
	padding: 6px 0;
}
header .logo a {
	width: 200px;
	height: inherit;
	background-size: 38px 38px;
}
}



@media only screen and (max-width:767px) {
	
	header .logo{left:20px;top:18px;}
	a.menu-toggle{right:20px !important;}
}











/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}
/* hide toggle button */
a.menu-toggle {
	display: none;
}
/* main-nav-wrap */
#main-nav-wrap {
	font-family: "raleway-heavy", sans-serif;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: absolute;
	top: 0;
	left:0;
	margin-left:315px;
}
.main-navigation {
	min-height: 66px;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 66px;
}
.main-navigation li.current a {
	color: #FFFFFF;
}
.main-navigation li.current a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ecb614;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
	color: #05bca9;
}
.main-navigation li.with-sep a {
	position: relative;
	padding-left: 22px;
	margin-left: 8px;
}
.main-navigation li.with-sep a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.2);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* navigation links */
.main-navigation li a {
	display: block;
	padding: 18px 5px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	color: #98999a;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-size: 14px;
}
.main-navigation li a:active {
	background-color: transparent !important;
}
.main-navigation li a:hover {
	color: #FFFFFF;
}

/**
 * mobile view - primary navigation
 * - 
 */

@media only screen and (max-width:768px) {
#main-nav-wrap {
	display: block;
	width: 100%;
	position: absolute;
	top: 69px;
	right: 0;
}
a.menu-toggle {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -20px;
}
a.menu-toggle span {
	display: block;
	width: 24px;
	height: 3px;
	margin-top: -1.5px;
	position: absolute;
	right: 8px;
	top: 50%;
	bottom: auto;
	left: auto;
	background-color: white;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
a.menu-toggle span::before, a.menu-toggle span::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	-moz-transition-duration: 0.2s, 0.2s;
	-o-transition-duration: 0.2s, 0.2s;
	-webkit-transition-duration: 0.2s, 0.2s;
	-ms-transition-duration: 0.2s, 0.2s;
	transition-duration: 0.2s, 0.2s;
	-moz-transition-delay: 0.2s, 0s;
	-o-transition-delay: 0.2s, 0s;
	-webkit-transition-delay: 0.2s, 0s;
	-ms-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
a.menu-toggle span::before {
	top: -8px;
	-moz-transition-property: top, transform;
	-o-transition-property: top, transform;
	-webkit-transition-property: top, transform;
	-ms-transition-property: top, transform;
	transition-property: top, transform;
}
a.menu-toggle span::after {
	bottom: -8px;
	-moz-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	-webkit-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	transition-property: bottom, transform;
}
.menu-toggle.is-clicked span {
	background-color: rgba(255, 255, 255, 0);
}
.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
	background-color: white;
	-moz-transition-delay: 0s, 0.2s;
	-o-transition-delay: 0s, 0.2s;
	-webkit-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}
.menu-toggle.is-clicked span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-toggle.is-clicked span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.main-navigation {
	background: #14171c;
	padding: 48px 42px 54px 42px;
	margin: 0;
	width: 100%;
	height: auto;
	clear: both;
	display: none;
}
.main-navigation > li {
	display: block;
	height: auto;
	text-align: left;
	border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
	padding: 0;
}
.main-navigation > li:first-child {
	border-top: 1px dotted rgba(200, 200, 200, 0.08);
}
.main-navigation li a {
	display: block;
	color: #e6e6e6;
	width: auto;
	padding: 18px 0;
	line-height: 16px;
	border: none;
}
.main-navigation li a:hover {
	color: #ff7b29;
}
.main-navigation li.with-sep a {
	padding-left: 0;
	margin-left: 0;
}
.main-navigation li.with-sep a::before {
	display: none;
}
.main-navigation li.current > a {
	background: none;
	color: #ff7b29;
}
.main-navigation li.current > a:after {
	display: none;
}
}

/**
 * make sure the menu is visible on larger screens
 * -
 */

@media only screen and (min-width:769px) {
#main-nav-wrap ul.main-navigation {
	display: block !important;
}
}
/** 
 * ===================================================================
 * intro section
 *
 * ------------------------------------------------------------------- 
 */


#intro {
	background: #14181E url(../images/intro-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 200px;
	display: table;
	position: center;
}
#intro .container {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 33px;
	background: url(../images/columns.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#intro .container2 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns2.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#intro .container3 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns3.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#intro .container4 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns4.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#intro .container5 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns5.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#intro .image {
	display: block;
	width: 135px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#intro .image2 {
	display: block;
	hight: 10px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#intro .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
#intro .container:hover .overlay {
	opacity: 1;
}
#intro .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}
.intro-content h1 {
	color: #FFFFFF;
	font-family: "merriweather-bold", serif;
	font-size: 5.4rem;
	line-height: 1.334;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.intro-content h5 {
	color: rgba(255, 255, 255, 0.6);
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.intro-content .video-link a {
	display: inline-block;
	width: 200px;
	height: 72px;
	margin-bottom: 0rem;
	outline: none;
}
.intro-content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 6.6rem;
	line-height: 6rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	color: #05bca9;
	border-color: #05bca9;
}

/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1024px) {
.intro-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.intro-content h1 {
	font-size: 4.8rem;
	max-width: 700px;
}
.intro-content h5 {
	font-size: 1.6rem;
}
.intro-content .video-link a {
	width: 72px;
	height: 72px;
	margin-bottom: 3rem;
}
}

@media only screen and (max-width:768px) {
#intro {
	min-height: 660px;
}
.intro-content h1 {
	font-size: 4.2rem;
	max-width: 550px;
}
.intro-content h5 {
	font-size: 1.5rem;
	letter-spacing: .15rem;
}
}

@media only screen and (max-width:600px) {
#intro {
	min-height: 600px;
}
.intro-content h1 {
	font-size: 3.8rem;
	margin-bottom: .9rem;
}
.intro-content h5 {
	font-size: 1.4rem;
	letter-spacing: .15rem;
}
.intro-content .video-link a {
	width: 66px;
	height: 66px;
	margin-bottom: 1.5rem;
}
}

@media only screen and (max-width:400px) {
#intro {
	min-height: 550px;
}
.intro-content h1 {
	font-size: 3.4rem;
}
.intro-content h5 {
	font-size: 1.4rem;
	letter-spacing: .15rem;
}
.intro-content .video-link a {
	width: 60px;
	height: 60px;
}
}
/**
 * video popup modal
 * - 
 */

.popup-modal {
	max-width: 1000px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * - 
 */
@media only screen and (max-width:4096px) {
.popup-modal {
	max-width: 4096px;
}
}

@media only screen and (max-width:900px) {
.popup-modal {
	max-width: 900px;
}
.slider-content h2{color:#fff !important;}
}

@media only screen and (max-width:768px) {
.popup-modal {
	width: auto;
margin: 0 20px;}


}
/**
 * transition effect for modal popup
 * - 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
/* ------------------------------------------------------------------ */
/* c. Divider Section
/* ------------------------------------------------------------------ */
#Divider {
	position: relative;
	min-height: 2px;
	width: 100%;
	background: #00322f no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
}
Divider .banner {
	display: inline-block;
	vertical-align: bottom;
	margin: 0px;
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
	background: #00322f url(../images/divider1.png) no-repeat top center;
}
#Divider .profile-pic {
	position: absolute;
	background: #00322f url(../images/divider1.png) no-repeat top center;
}
#Divider .box2 {
	position: absolute;
	left: 10px;
	width: 100%;
	margin: -10px;
}
#Divider .box {
	position: absolute;
	width: 100%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
}
#Divider .box3 {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/divider1.png) no-repeat top center, url(../images/divider1.png) no-repeat top center;
	min-height: 610px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider1.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/divider1.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider1.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider1.png) no-repeat top center;
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider1.png) no-repeat;
	width: 120%;
}
/* ------------------------------------------------------------------ */
/* c. Divider2 Section
/* ------------------------------------------------------------------ */
#Divider2 {
	position: relative;
	min-height: 2px;
	width: 100%;
	background: #00322f no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
}
Divider2 .banner {
	display: inline-block;
	vertical-align: bottom;
	margin: 0px;
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
	background: #00322f url(../images/divider2.png) no-repeat top center;
}
#Divider2 .profile-pic {
	position: absolute;
	background: #00322f url(../images/divider2.png) no-repeat top center;
}
#Divider2 .box2 {
	position: absolute;
	left: 10px;
	width: 100%;
	    z-index: 9;
	margin: -10px;
}
#Divider2 .box {
	position: absolute;
	width: 100%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
}
#Divider2 .box3 {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/divider1.png) no-repeat top center, url(../images/divider2.png) no-repeat top center;
	min-height: 610px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider2.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/divider2.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider2.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider2.png) no-repeat top center;
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider2.png) no-repeat;
	width: 120%;
}

/* ------------------------------------------------------------------ */
/* c. Divider3 Section
/* ------------------------------------------------------------------ */
#Divider3 {
	position: relative;
	min-height: 2px;
	width: 100%;
	background: #00322f repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
}
Divider3 .banner {
	display: inline-block;
	vertical-align: bottom;
	margin: 0px;
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
	background: #00322f url(../images/divider3.png) repeat top center;
}
#Divider3 .profile-pic {
	position: absolute;
	background: #00322f url(../images/divider3.png) no-repeat top center;
}
#Divider3 .box2 {
	position: absolute;
	left: 10px;
	width: 100%;
	margin: -10px;
}
#Divider3 .box {
	position: absolute;
	width: 100%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
}
#Divider3 .box3 {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/divider3.png) repeat top center, url(../images/divider3.png) repeat top center;
	min-height: 610px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider3.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/divider3.png) repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider3.png)repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider3.png) repeat top center;
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/divider3.png) repeat;
	width: 120%;
}
/* ------------------------------------------------------------------ */
/* c. game Section
/* ------------------------------------------------------------------ */




 
#game {
	position: center;
	min-height: 731px;
	width: 100%;
	background: #00322f url(../images/features.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: center; position: relative;padding-bottom: 80px;
}
#game a, #Game a:visited {
	color: #fff;
}
#game a:hover, #Game a:focus {
	color: #11ABB0;
}
#game h2 {
	hyphens: none;
	text-align: justify;
	font: 22px/40px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#game .box .h2 {
	hyphens: none;
	text-align: justify;
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#game p {
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
}
#game .profile-pic {
	position: relative;
	width: 340px;
	height: 340px;
	-ms-text-size-adjust: none;
 -webkit-text-size-adjust: none;
	-webkit-padding-start: 0px;
}
#game .box2 {
	font: 'opensans-bold', sans-serif;
	font-weight: normal;
	position: relative;
	margin:20px 0 0 280px;
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	width:70%;
/*
	padding-top: 40px;
	padding-left: 280px;
*/padding: 26px 37px 40px;
    background-color: rgba(0,0,0,.9);
}
#game .box2 .big {
	font-weight: big;
	text-transform: uppercase;
}
#game .box {
/*	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg2.png) no-repeat top center, url(../images/text_bg2.png) no-repeat top center;*/
	min-height: 731px;
/*
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg2.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg2.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
*/
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
/*
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg2.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg2.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg2.png) repeat top center;
*/
	width: 120%;
	min-height: 731px;
	min-width: 1176px;
}
#game .contact-details {
	width: 41.66667%;
}
#game .download {
	width: 100%;
	padding-top: 6px;
}
#game .main-col {
	padding-right: 5%;
}
#game .download .button {
	margin-top: 6px;
	background: #444;
}
#game .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#game .download .button i {
	margin-right: 15px;
	font-size: 20px;
}






/* ------------------------------------------------------------------ */
/* c. steam Section
/* ------------------------------------------------------------------ */




 
#steam {
	position: center;
	min-height: 731px;
	width: 100%;
	background: #00322f url(../images/features.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: center;
}
#steam a, #steam a:visited {
	color: #fff;
}
#steam a:hover, #steam a:focus {
	color: #11ABB0;
}
#steam h2 {
	hyphens: none;
	text-align: justify;
	font: 22px/40px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#steam .box .h2 {
	hyphens: none;
	text-align: justify;
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#steam p {
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
}
#steam .profile-pic {
	position: relative;
	width: 340px;
	height: 340px;
	-ms-text-size-adjust: none;
 -webkit-text-size-adjust: none;
	-webkit-padding-start: 0px;
}
#steam .box2 {
	font: 'opensans-bold', sans-serif;
	font-weight: normal;
	position: relative;
	margin: 0 auto;
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	width: 80%;
	padding-top: 40px;
	padding-left: 280px;
}
#steam .box2 .big {
	font-weight: big;
	text-transform: uppercase;
}
#steam .box {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg_steam.png) no-repeat top center, url(../images/text_bg_steam.png) no-repeat top center;
	min-height: 731px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg_steam.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg_steam.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg_steam.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg_steam.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg_steam.png) repeat top center;
	width: 120%;
	min-height: 731px;
	min-width: 1176px;
}
#steam .contact-details {
	width: 41.66667%;
}
#steam .download {
	width: 100%;
	padding-top: 6px;
}
#steam .main-col {
	padding-right: 5%;
}
#steam .download .button {
	margin-top: 6px;
	background: #444;
}
#steam .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#steam .download .button i {
	margin-right: 15px;
	font-size: 20px;
}
/* ------------------------------------------------------------------ */
/* c. morphing Section
/* ------------------------------------------------------------------ */




 
#morphing {
	position: center;
	min-height: 788px;
	width: 100%;
	background: #00322f url(../images/morphing.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: center;
    position: relative; padding-bottom: 80px;
}
#morphing a, #Game a:visited {
	color: #fff;
}
#morphing a:hover, #Game a:focus {
	color: #11ABB0;
}
#morphing h2 {
	hyphens: none;
	text-align: justify;
	font: 22px/40px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#morphing .box .h2 {
	hyphens: none;
	text-align: justify;
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#morphing p {
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
}
#morphing .profile-pic {
	position: relative;
	width: 340px;
	height: 340px;
	-ms-text-size-adjust: none;
 -webkit-text-size-adjust: none;
	-webkit-padding-start: 0px;
}
#morphing .box2 {
	font: 'opensans-bold', sans-serif;
	font-weight: normal;
	position: relative;
	margin: 0 auto;
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	width: 80%;
	padding-top: 40px;
	padding-left: 280px;
}
#morphing .box2 .big {
	font-weight: big;
	text-transform: uppercase;
}
#morphing .box {
/*	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg7.png) no-repeat top center, url(../images/text_bg7.png) no-repeat top center;*/
	min-height: 788px;
/*
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg7.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg7.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
*/
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
/*
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg7.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg7.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg7.png) repeat top center;
*/
	width: 120%;
	min-height: 788px;
	min-width: 1176px;
}
#morphing .contact-details {
	width: 41.66667%;
}
#morphing .download {
	width: 100%;
	padding-top: 6px;
}
#morphing .main-col {
	padding-right: 5%;
}
#attributes .download .button {
	margin-top: 6px;
	background: #444;
}
#morphing .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#morphing .download .button i {
	margin-right: 15px;
	font-size: 20px;
}
/* ------------------------------------------------------------------ */
/* c. trailer Section
/* ------------------------------------------------------------------ */

#trailer {
	position: center;
	min-height: 980px;
	width: 100%;
	background: #00322f url(../images/trailer.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
    position: relative
}
#trailer .container {
	position: relative;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 90px;
	background: url(../images/trailer1.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .container2 {
	position: relative;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/trailer2.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .container3 {
	position: relative;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/trailer3.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .container4 {
	position: relative;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/trailer4.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .container5 {
	position: relative;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 90px;
	background: url(../images/trailer5.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .container6 {
	position: relative;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/trailer6.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .container7 {
	position: relative;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/trailer7.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .container8 {
	position: relative;
	min-height: 103px;
	min-height: 103px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/trailer8.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#trailer .image {
	display: block;
	width: 135px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#trailer .image2 {
	display: block;
	height: 28px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#trailer .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
#trailer .container:hover .overlay {
	opacity: 1;
}
#trailer h2 {
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #ffffff;
	margin-bottom: 45px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: -20px;
	width: 60%;
	text-align: center;
	padding-left: 360px;
}
#trailer p {
	hyphens: auto;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-padding-start: 40px;
}
#trailer .container9 {
	position: relative;
	width: auto;
	float: left;
}
#trailer .image3 {
	display: block;
	width: 120px;
	height: 120px;
}

#trailer .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#trailer .box2 {
	position: absolute;
	margin: 0 auto;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	width: 105%;
	padding-top: 20px;
	padding-left: 100px;
}
#trailer .box {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg3.png) no-repeat top center, url(../images/text_bg3.png) no-repeat top center;
	min-height: 670px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg3.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg3.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg3.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg3.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg3.png) no-repeat top center;
	width: 130%;
}
#trailer .box h2 {
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #ffffff;
	margin-bottom: 45px;
	position: absolute;
	top: 10px;
	left: 0px;
	right: 150;
	width: 60%;
}
#trailer .box .responsive-video iframe {
	position: absolute;
	top: 400;
	width: 100%;
	height: 100%;
}
#trailer .box .responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
#trailer a, #Features a:visited {
	color: #fff;
}
#trailer a:hover, #Features a:focus {
	color: #11ABB0;
}
#trailer .contact-details {
	width: 41.66667%;
}
#trailer .download {
	width: 100%;
	padding-top: 6px;
}
#trailer .main-col {
	padding-right: 5%;padding-bottom: 20px;
}
#trailer .download .button {
	margin-top: 6px;
	background: #444;
}
#trailer .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#trailer .download .button i {
	margin-right: 15px;
	font-size: 20px;
}
/* ------------------------------------------------------------------ */
/* e. media Section
/* ------------------------------------------------------------------ */

#media {
	position: left;
	min-height: 930px;
	width: 100%;
	background: #161415 url(../images/media.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
	overflow: hidden; position: relative; padding-bottom: 80px;
}
#media .boxb {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg6.png) no-repeat top left, url(../images/text_bg6.png) no-repeat top left;
	min-height: 503px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg6.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg6.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg6.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg6.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg6.png) no-repeat top center;
	width: 120%;
	min-height: 503px;
	min-width: 1200px;
	padding-right: 200px;
}
#media .box {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg5.png) no-repeat top left, url(../images/text_bg5.png) no-repeat top left;
	min-height: 610px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg5.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) no-repeat top center;
	width: 120%;
	min-height: 788px;
	min-width: 1200px;
	padding-right: 200px;
}
#media h1 {
	font: 15px/24px 'opensans-semibold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 48px;
	color: #95A3A3;
}
/* media Content */
#media-wrapper .columns {
	margin-bottom: 0px;
	margin-top: 40px;
	width: 200px;
}
.page-id-2 #media-wrapper .columns {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 297px;
    height: 200px;
    overflow: hidden;
}
.page-id-2  #media .box {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg5.png) no-repeat top left, url(../images/text_bg5.png) no-repeat top left;
    min-height: 610px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) repeat top center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg5.png) no-repeat top center;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
    hyphens: auto;
    text-align: justify;
    line-height: 30px;
    color: #ffffff;
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) no-repeat top center;
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) no-repeat top center;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg5.png) no-repeat top center; */
    width: 100%;
    min-height: 788px;
    min-width: 1083px;
    padding-left: 0px;
    padding-right: 0px;
    /* margin-left: -5%; */
    background-color: rgba(26, 27, 28, 0.8);
}
.page-id-2  #media  .twelve.columns.add-bottom .box  .row .push-1 {
       left: 0;
}

.page-id-2  .video-clr
{
 background-color: rgba(26, 27, 28, 0.8);
}
.full
{
	    width: 98.5%;
}
.video-sec ul li {
     width: 49%;
    position: relative;
    display: inline-block;

}
.full .img-div img {width:100%;	}
.full .img-div {position:relative; border: darkgray 5px solid;width: 100%; 	max-height: 532px; object-fit: cover; border-radius: 5px;overflow:hidden;}
.img-div {position:relative; border: darkgray 5px solid;    width: 100%; max-height: 319px; object-fit: cover; border-radius: 5px;overflow:hidden;}
.img-div img {width:100%;}
.icon {
	background: url(../images/play-button-img.png);   
    background-repeat: no-repeat;
    position: absolute;    
    width: 20%;
    text-align: center;
    top: 50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
    height: 40px;
	width:40px;
    left: 50%;
}
.video-sec {
    margin-top: 30px;
    margin-bottom: -26px;    padding-left: 12px;
}
.full .caption {
    position: absolute;
    background: rgba(0,0,0,0.7);    
    width: 100%;    
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
	bottom:0;
}
.page-id-2  #trailer .main-col {
    padding-right: 18px;
    margin-bottom: 35px;
    }
.icon2 {
	background: url(../images/play-button-img.png);   
    background-repeat: no-repeat;
    position: absolute;
    margin: 0 auto;
    width: 20%;
    text-align: center;
    top: 50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
    height: 40px;
	width:40px;
    left: 50%;
}
.video-sec ul li .caption {
    position: absolute;
    bottom: 8px;
    background: rgba(0,0,0,0.7);
    height: auto;
    width: 100%;    
    padding: 10px 0px 11px;
    text-align: center;
    color: #fff;
	bottom:0;
    text-transform: uppercase;
    font-size: 22px;    line-height: 25px;
}
.video-sec ul li iframe {
       width: 100%;
}
.full iframe {
       width: 99%;
   
}
.media-item .item-wrap {
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.media-item .item-wrap a {
	display: block;
	cursor: pointer;
}
/* overlay */
.media-item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 50;
	width: 30px;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background: url(../images/overlay-bg.png) center no-repeat;
}
.media-item .item-wrap .link-icon {
	display: block;
	color: #fff;
	height: 30px;
	width: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}
.media-item .item-wrap img {
	vertical-align: bottom;
}
.media-item .media-item-meta {
	padding: 18px
}
.media-item .media-item-meta h5 {
	font: 14px/21px 'opensans-bold', sans-serif;
	color: #fff;
}
.media-item .media-item-meta p {
	font: 12px/18px 'opensans-light', sans-serif;
	color: #c6c7c7;
	margin-bottom: 0;
}
/* on hover */
.media-item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.media-item:hover .link-icon {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* popup modal */
.popup-modal {
	max-width: 1300px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}
.popup-modal .description-box {
	padding: 12px 36px 18px 36px;
}
.popup-modal .description-box h4 {
	font: 15px/24px 'opensans-bold', sans-serif;
	margin-bottom: 12px;
	color: #111;
}
.popup-modal .description-box p {
	font: 14px/24px 'opensans-regular', sans-serif;
	color: #A1A1A1;
	margin-bottom: 12px;
}
.popup-modal .description-box .categories {
	font: 11px/21px 'opensans-light', sans-serif;
	color: #A1A1A1;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	text-align: left;
}
.popup-modal .description-box .categories i {
	margin-right: 8px;
}
.popup-modal .link-box {
	padding: 18px 36px;
	background: #111;
	text-align: left;
    margin-top: -10px;
}
.popup-modal .link-box a {
	color: #fff;
	font: 11px/21px 'opensans-bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
}
.popup-modal a:hover {
	color: #00CCCC;
}
.popup-modal a.popup-modal-dismiss {
	margin-left: 24px;
}
/* fadein/fadeout effect for modal popup
/* ------------------------------------------------------------------ */

/* content at start */
.mfp-fade.mfp-wrap .mfp-content .popup-modal {
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/* content fadein */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content .popup-modal {
	opacity: 1;
}
/* content fadeout */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content .popup-modal {
	opacity: 0;
}
/* ------------------------------------------------------------------ */
/* c. features Section
/* ------------------------------------------------------------------ */


#features {
	position: center;
	min-height: 916px;
	width: 100%;
	background: #00322f url(../images/thegame.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;position: relative; padding-bottom: 80px;
}
#features a, #Game a:visited {
	color: #fff;
}
#features a:hover, #Game a:focus {
	color: #11ABB0;
}
#features h2 {
	hyphens: none;
	text-align: justify;
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#features p {
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
}
#features .profile-pic {
	position: relative;
	width: 340px;
	height: 340px;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-padding-start: 0px;
}
#features .box2 {
	position: left;
	margin: 0 auto;
	hyphens: none;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	width: 67%;
	padding-right: 0px;
	padding-top: 40px;
}
#features .box2 .big {
	font-weight: big;
}
#features .box {
/*	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg1.png) no-repeat top center, url(../images/text_bg1.png) no-repeat top center;*/
	min-height: 916px;
/*
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg1.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg1.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
*/
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
/*
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg1.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg1.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg1.png) no-repeat top center;
*/
	width: 120%;
	min-height: 916px;
	min-width: 1200px;
	padding-right: 200px;
}
#features .contact-details {
	width: 41.66667%;
}
#features .download {
	width: 100%;
	padding-top: 6px;
}
#features .main-col {
	padding-right: 5%;
}
#features .download .button {
	margin-top: 6px;
	background: #444;
}
#features .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#features .download .button i {
	margin-right: 15px;
	font-size: 20px;
}
#features .container {
	position: relative;
	width: 110px;
	float: left;
}
#features .image {
	display: block;
	width: 100px;
	height: 100px;
}
#features .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
#features .container:hover .overlay {
	opacity: 1;
}
#features .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/* ------------------------------------------------------------------ */
/* c. faq Section
/* ------------------------------------------------------------------ */


#faq {
	position: center;
	min-height: 708px;
	width: 100%;
	background: #00322f url(../images/faq.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left; position: relative; padding-bottom: 80px;
}
#faq a, #Game a:visited {
	color: #fff;
}
#faq a:hover, #Game a:focus {
	color: #11ABB0;
}
#faq h2 {
	hyphens: auto;
	text-align: justify;
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#faq p {
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
}
#faq .profile-pic {
	position: relative;
	width: 340px;
	height: 340px;
	-ms-text-size-adjust: none;
 -webkit-text-size-adjust: none;
	-webkit-padding-start: 0px;
}
#faq .box2 {
	position: left;
	margin: 0 auto;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	width: 67%;
	padding-right: 0px;
	padding-top: 40px;
}
#faq .box2 .big {
	font-weight: big;
}
#faq .box {
/*	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/faq.png) no-repeat top center, url(../images/faq.png) no-repeat top center;*/
	min-height: 708px;
/*
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/faq.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
*/
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
/*
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) no-repeat top center;
*/
	width: 120%;
	min-height: 708px;
	min-width: 1200px;
	padding-right: 200px;
}
#faq .contact-details {
	width: 41.66667%;
}
#faq .download {
	width: 100%;
	padding-top: 6px;
}
#faq .main-col {
	padding-right: 5%;
}
#faq .download .button {
	margin-top: 6px;
	background: #444;
}
#faq .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#faq .download .button i {
	margin-right: 15px;
	font-size: 20px;
}
/* ------------------------------------------------------------------ */
/* h. contact Section
/* ------------------------------------------------------------------ */




#contact {
	position: center;
	min-height: 492px;
	width: 100%;
	background: #00322f url(../images/contact.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left; position: relative
}
#contact a, #Game a:visited {
	color: #fff;
}
#contact a:hover, #Game a:focus {
	color: #11ABB0;
}
#contact h2 {
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #ffffff;
	margin-bottom: 45px;
	position: absolute;
	top: 10px;
	left: 0px;
	right: 150;
	width: 60%;
}
#contact p {
	hyphens: auto;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 150;
	width: 571px;
	height: 475px;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
}
#contact .profile-pic {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0px;
}
#contact .box2 {
	top: 150px;
	position: relative;
	margin: 0 auto;
	hyphens: auto;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	width: 100%;
}
#contact .box {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/text_bg4.png) no-repeat center, url(../images/text_bg4.png) no-repeat center;
	min-height: 610px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg4.png) repeat center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/text_bg4.png) no-repeat center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat center;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg4.png) no-repeat center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg4.png) no-repeat center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/text_bg4.png) no-repeat center;
	width: 100%;
}
.contact .logo {
	width: 200px;
	height: 88px;
	background: url("../images/logo_c.png") no-repeat center;
	background-size: 200px 88px;
	margin: -.6rem 0 2.1rem -.3rem;
	display: block;
}
#contact .contact-details {
	width: 41.66667%;
}
#contact .download {
	width: 100%;
	padding-top: 6px;
}
#contact .main-col {
	padding-right: 5%;
}
#contact .download .button {
	margin-top: 6px;
	background: #444;
}
#contact .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#contact .download .button i {
	margin-right: 15px;
	font-size: 20px;
}
/** 
 * ===================================================================
 * footer
 *
 * ------------------------------------------------------------------- 
 */
 

footer {
	font-size: 1.5rem;
	font-family: "raleway-medium", sans-serif;
	color: #ffffff;
	text-align: center;
}
footer a, footer a:visited {
	color: #05bca9;
}
footer a:hover, footer a:focus {
	color: #FFFFFF;
}
footer h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	color: #FFFFFF;
}
footer ul {
	margin-left: 0;
}
footer ul li {
	padding-left: 0;
}
.footer-main {
	padding-top: 50px;
	padding-bottom: 0px;
	background: #171b23;
	background: #00322f url(../images/footer.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	position: center;
	min-height: 270px;
	width: 100%;
}
.footer-main ul {
	font-size: 1.5rem;
}
.footer-main ul li {
	font-family: "raleway-bold", sans-serif;
	list-style: none;
}
.footer-main ul a, .footer-main ul a:visited {
	color: #465166;
}
.footer-main ul a:hover, .footer-main ul a:focus {
	color: #FFFFFF;
}
.footer-main .footer-logo {
	width: 200px;
	height: 88px;
	background: url("../images/logo_c.png") no-repeat center;
	background-size: 200px 88px;
	margin: -.6rem 0 2.1rem -.3rem;
	display: block;
}
.footer-main .footer-subscribe p {
	margin-bottom: 1.2rem;
}
.footer-main .footer-subscribe .subscribe-form #mc-form {
	padding: 0;
}
.footer-main .footer-subscribe .subscribe-form input[type="email"] {
	padding: .6rem 2rem;
	border-radius: 5px;
	background: #232933;
	border: none;
	width: 100%;
	font-family: "raleway-regular", sans-serif;
	color: #bababa;
	margin-bottom: 1.8rem;
}
.footer-main .footer-subscribe .subscribe-form input[type="submit"] {
	display: none;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message {
	font-family: "raleway-bold", sans-serif;
	color: #FFFFFF;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message i {
	color: #ff7b29;
	margin-right: 5px;
}
.footer-main .footer-subscribe .subscribe-form ::-webkit-input-placeholder {
 color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-moz-placeholder {
	/* Firefox 18- */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-ms-input-placeholder {
 color: #545454;
}
.footer-main .footer-subscribe .subscribe-form .placeholder {
	color: #545454 !important;
}

.social-icon a {
    padding: 0 10px;
}
.social-icon a img {
    width: 60px;
}
.footer-bottom {
	margin-top: 3rem;
	text-align: center;
}
.footer-bottom .copyright span {
	display: inline-block;
}
.footer-bottom .copyright span::after {
	content: "|";
	display: inline-block;
	padding: 0 1rem 0 1.2rem;
	color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
	display: none;
}
/* social links */
footer .social-links {
	margin: 18px 0 30px 0;
	padding: 0;
	font-size: 30px;
	color: #000000;
	position: center;
}
footer .social-links li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 42px;
	color: #000000;
	position: center;
}
footer .social-links li:first-child {
	margin-left: 0;
}
/* copyright */
footer .copyright {
	margin: 0;
	padding: 0;
	width: 490px;
	text-align: center;
}
footer .copyright li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #ffffff;
}
.ie footer .copyright li {
	display: inline;
}
footer .copyright li:before {
	content: "\2022";
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
}
footer .copyright li:first-child:before {
	display: none;
}

/**
 * responsive:
 * footer
 * -
 */

@media only screen and (max-width:768px) {
.slider-main  .slider-content h2{color:#fff !important;}

.footer-main .footer-logo {
	margin-left: auto;
	margin-right: auto;
}
.footer-main .footer-info {
	text-align: center;
}


}

@media only screen and (max-width:600px) {
.footer-main .row {
	max-width: 420px;
}
.footer-main .footer-subscribe {
	text-align: center;
}
.footer-main .subscribe-form form input[type="email"] {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
.footer-bottom {
	padding-bottom: .6rem;
}
.footer-bottom .copyright span {
	display: block;
}
.footer-bottom .copyright span::after {
	display: none;
}
}

@media only screen and (max-width:400px) {
.footer-main .site-links, .footer-main .social-links {
	text-align: center;
}
.footer-main .site-links h4, .footer-main .social-links h4 {
	border: none;
}
.footer-main ul {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer-main ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	padding: .6rem 0;
}
.footer-main ul li:first-child a {
	border-top: 1px solid rgba(255, 255, 255, 0.03);
}
}
/**
 * go to top
 * -
 */

#go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 66px;
	width: 60px;
	line-height: 66px;
	text-align: center;
	background: #048a7c;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 20px;
	line-height: inherit;
}
#go-top a:hover {
	background: #ff7b29;
	color: #FFFFFF;
}

/*# sourceMappingURL=main.css.map */



#mc_embed_signup form {text-align:center; padding:50px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {font-family: 'Conv_Dimbo Regular'; display:block; font-size:20px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-family: 'Conv_Dimbo Regular'; font-size: 20px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #A81F13; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}
#mc_embed_signup{background:#171719; clear:left; font:14px Helvetica,Arial,sans-serif; width:auto; margin-left: auto; margin-right: auto;}

.slider-main  .slider-content h2{color:#fff !important;}


#slider12   {
	position: center;
	/*min-height: 708px;*/
	/*min-height: 930px;*/
	 min-height: max-content;
width: 100%;
	background: #00322f url(../images/morphing.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left;
    padding-bottom: 73px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 50%;
   
}

.slider-main { /* background:url(../images/bg12.png) no-repeat;*/ width: 766px; height:620px; margin:0 auto;  }
.slider-content { width:90%; margin:0 auto; padding-top:35px;   }
.slider-main p {
    hyphens: auto;
    text-align: justify;
    line-height: 30px;
    color: #ffffff;
	font-size: 18px;
	letter-spacing:2px;
}
.slider-section {  }


/*-12-2-2018--*/

#game h2.top-title, #morphing h2.top-title, #features h2.top-title, #faq h2.top-title{color: #fff; font-weight: 600; text-align: center; text-transform: uppercase;
font-size: 28px;}


#morphing .box2{ background-color: rgba(0,0,0,.8); margin: 20px 0 0 323px;padding: 26px 25px;width: 66%;}

#features .box2{background-color: rgba(0,0,0,.8); margin: 20px 0 0 139px;padding: 26px 25px;width: 76%;}

#faq .box2{background-color: rgba(0,0,0,.8);width: 75%;padding: 20px 45px;margin: 20px auto 0;}


#slider12 .row{max-width: 100%;width: 96%;}
/* #slider12 .row .slider-main  { width: 85%}  */
#slider12 .row .slider-main {
    max-width: 1650px !important;
    width: 100%;
}

#slider12 .row .slider-main h2{color: #fff; font-weight: 600; text-transform: uppercase;
font-size: 42px; float: left; width: 100%; margin-bottom: 25px;}

.slider-text{width: 100%; float: left; position: relative;}
/*.slider-text figure.slid-image{ display: inline-block; vertical-align: top; width: 40%; float: left; padding-top: 6%;}*/
  .slider-text figure.slid-image
{display: inline-block;
    vertical-align: middle;
    width: 37%;
    /* height: 159px; */
    float: left;
   /* padding-top: 5%;*/
	padding-top:0%;
    float: left;
	position: relative;
	
}
.slider-text figure.slid-image img {
    float: left;
    max-width: 90%;
    width: 100%;
}
.slider-text .slider-content{ display: inline-block;
    vertical-align: top;
    width: 53%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
    float: right;
    background-color: rgba(0,0,0,.8);
    padding: 30px 40px;
    padding-bottom: 0px;
	right:0;}

.buttonlink {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    position: absolute;
    bottom: 17px;
    text-align: center;
}

.buttonlink a{display:inline-block; border-radius: 4px; font-size: 20px; background-color: #A81F13; padding: 5px 20px; color: #fff}
.buttonlink a:hover{color: #fff}
.head_title {
    width: 100%;
    display: block;
    text-align: center; line-height: 100%; 
    padding-top: 40px;
}


.head_title img{width: auto; height: 80px; display: inline-block}
.owl-carousel .owl-item .head_title{padding-top: 0}
.owl-carousel .owl-item .head_title img{display: inline-block}

/*-Inner Page-----*/



#innerbanner {
	background: #14181E url(../images/intro-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 200px;
	display: table;
	position: center;
}
#innerbanner .container {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 33px;
	background: url(../images/columns.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#innerbanner .container2 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns2.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#innerbanner .container3 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns3.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#innerbanner .container4 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns4.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#innerbanner .container5 {
	position: relative;
	min-height: 170px;
	min-width: 170px;
	float: left;
	margin-left: 20px;
	background: url(../images/columns5.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-size: cover;
}
#innerbanner .image {
	display: block;
	width: 135px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#innerbanner .image2 {
	display: block;
    height: 10px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#innerbanner .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
#innerbanner .container:hover .overlay {
	opacity: 1;
}
#innerbanner .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}




#innerbanner .shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
#innerbanner .intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}
#innerbanner .intro-content h1 {
	color: #FFFFFF;
	font-family: "merriweather-bold", serif;
	font-size: 5.4rem;
	line-height: 1.334;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#innerbanner .intro-content h5 {
	color: rgba(255, 255, 255, 0.6);
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}

/*------*/

#midboxcol {
	position: center;
	min-height: 570px;
	width: 100%;
	background: #00322f url(../images/faq.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: left; position: relative; padding-bottom: 80px;
}
#midboxcol .head_title.top_head > img {
    /* height: auto; */
    margin: auto;
    text-align: center;
    width: 37%;
	margin-bottom:45px;
}

#midboxcol a, #Game a:visited {
	color: #fff;
}
#midboxcol a:hover, #Game a:focus {
	color: #11ABB0;
}
#midboxcol h2 {
	hyphens: auto;
	text-align: justify;
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
#midboxcol p {
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	font-size:18px;
	letter-spacing:2px;
}
#midboxcol .profile-pic {
	position: relative;
	width: 340px;
	height: 340px;
	-ms-text-size-adjust: none;
	 -webkit-text-size-adjust: none;
	-webkit-padding-start: 0px;
}
#midboxcol .box2 {
	position: left;
	margin: 0 auto;
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
	width: 67%;
	padding-right: 0px;
	padding-top: 40px;
}
#midboxcol .box2 .big {
	font-weight: big;
}
#midboxcol .box {
/*	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/faq.png) no-repeat top center, url(../images/faq.png) no-repeat top center;*/

/*
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) repeat top center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.7))), url(../images/faq.png) no-repeat top center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), repeat top center;
*/
	hyphens: auto;
	text-align: justify;
	line-height: 30px;
	color: #ffffff;
/*
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) no-repeat top center;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) no-repeat top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%), url(../images/faq.png) no-repeat top center;
*/
	width: 120%;	
	min-width: 1200px;
	padding-right: 200px;
    
}
#midboxcol .contact-details {
	width: 41.66667%;
}
#midboxcol .download {
	width: 100%;
	padding-top: 6px;
}
#midboxcol .main-col {
	padding-right: 5%;
}
#midboxcol .download .button {
	margin-top: 6px;
	background: #444;
}
#midboxcol .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#midboxcol .download .button i {
	margin-right: 15px;
	font-size: 20px;
}


#midboxcol h2.top-title {
    color: #fff;
    font-weight: 600;    
    text-transform: uppercase;
    font-size: 28px;
}


#midboxcol .box2 {
    background-color: rgba(0,0,0,.8);
    width: 75%;
    padding: 20px 45px;
    margin: 20px auto 0;
}

.page-id-2 #Divider2 {
    position: relative;
    z-index: 9;
}
.row1 ul
{
	list-style-type:none;display:table;
}
.row1 li img {
    width: 86%;
}


.row1 ul li h4 {
    vertical-align: top;
    font-size: 30px; font-weight:600;    
 }
.row1 ul li
{
	     display: table-cell;
   /* width: 19%;*/
	width:225px;
    vertical-align: middle;
}
.row1 {
 margin-top: 50px;            
 margin-left: 50px;
	
	
   
   
}
.add-bottom1 {
    margin-bottom: 24px !important;
     
}
.container-class {
    max-width: 1000px;
    margin: 0 auto;
}
.row-new
{
	    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: center;
}
.logo-section.row.add-bottom1 {
    width: 96%;
    max-width: 1020px;
    margin: 0 43%;
    position: center;
}
.page-id-2 .popup-modal .description-box{
	display:none;
}
#media .head_title{
	padding-top:40px;
}
#media .box .row{
	    max-width: 1280px;
}
#media .columns.media-item{
	    padding: 0 10px;
}

 
 
.bg-section {
    max-width: 1020px;
    margin: 0 auto;
	background-color: rgba(26, 26, 27, 0.8);
	padding: 30px 0;
	margin-top:50px;
}
.bg-section .row1{
	margin-top:0;
}



/*Screenshot copy section*/
#text-box-img .row {
    max-width: 1170px !important;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
#text-box-img{
	min-height:575px;
	background-size:cover !important;
	position:relative;
	overflow:hidden;
}
#text-box-img .text-box-img-left {
    padding-left: 10px;
	padding-right: 10px;	
    width: 100%;
	float:left;
}
.text-box-img-left .content-field {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 25px;
    text-align: justify;
    width: 69%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	max-height: 100%;
    overflow: hidden;
}
.text-box-img-right {
    width: 45%;
	padding-left:10px;
	padding-right:10px;
	float:right;
}
.img-field img{
	width:100%;
}

.text-box-img-right{position:relative;}
.text-box-img-left p {
    margin-bottom: 15px;
}
.text-box-img-left p:last-child{
	margin-bottom:0;
}

.img-field {
    line-height: 0;
}



/*chang font sample page 08-05-2018*/
.main-navigation li {
    font-family: 'Conv_Dimbo Regular' 
}

#midboxcol p, .slider-main p, #midboxcol a, .full .caption, .text-box-img-left p, .footer-main p, .buttonlink a, .video-sec ul li .caption{font-family: 'Conv_Dimbo Regular' }


.text-box-img-left p {
    font-size: 18px;
    letter-spacing: 2px;
}
