@charset "utf-8";


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

.icon {
	font-family: 'linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon--arrow-right::before {
	content: "\e87a";
}

.icon-more:before {
	content: url(../images/icons/mobilemaniac-more32x32.png);
	padding-right: 10px;
	
}

body {
	color: #34495e;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	font-family: 'Raleway', Arial, sans-serif;
	background-color: #f6f6f6;
}




h2, h3, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Lora', serif;
	margin-bottom: 20px;
	margin-top: 40px;
}
h3 {margin-bottom: 40px;}
h3.headline {margin-top:150px}
h4 {font-size:18px}




em {color:#b1d474;font-weight:600}
bold {font-weight:600}
h4.price{border:2px solid #000;padding:10px;margin-top: 20px;}
h4.price span{color:coral}
.privacy-policy {font-size: 0.8em; font-style:italic;}
.italic {font-style:italic;}
hr {color:#F7F7F7;margin-top:40px;margin-bottom: 40px;width:100%;display:block;
}
.language a{
	float:right;
	opacity:0.5;
	height:50px;
	/*width:50px;*/
	margin-top:20px;
	margin-right:15px;
	color: #34495e!important;
	-webkit-transition: color 0.8s ; 
	-moz-transition: color 0.8s ; 
	-o-transition:color 0.8s ; 
	-ms-transition:color  0.8s ;
	
	
	}
	.language a:hover {opacity:1;
	 color: #34495e!important;
	 
	
	
	}




.container {width:99,9%}


header {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

header h1 img {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	outline: none;
	outline-style: none;
}
header h1:after {
	content: '';
	display:table;
	clear:both;
}

.wrapper {
	width: 100%;
	background: white;
	position: relative;
	z-index: -1;
	padding-bottom: 20px;
}
.wrapper:after {
	content: '';
	clear: both;
	display: block;
}

.wrapper .copy {
	width: 48%;
	float: right;
	position: relative;
	
}

.wrapper .copy:before {
	width: 0;
	height: 0;
	float: left;
	content: '';
}

.wrapper .copy article {
	margin: auto;
	padding: 4vw;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.wrapper .copy article.copy-sub:after {
	content: '';
	clear: both;
	display: block;
}

.wrapper .copy h2 {
	font-size: 3em;
	font-size: 4vw;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.wrapper .copy p:first-of-type {
	color: #b1b6ba;
	font-size: 1.5em;
	font-size: 2vw;
	margin-bottom: 1.5em;
}
section {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

section p {
	line-height: 1.5;
}

section a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #404d5b;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

section a::before,
section a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

article.copy-sub {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	
}
article.copy-sub ul {margin-bottom:40px;margin-top: 20px}
article.copy-sub ul li  {margin-bottom:15px;}

article.notes {
	
	margin-right: 80px;
	margin-left: 80px;
	font-style:italic;
	font-size: 13px;
	
}

ul.customer-list {
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	margin-left: -25px;
}



.section-divider::after {
	left: 50%;
	width: 200px;
	height: 200px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: -1;
	bottom: -50px;
	background: #fff;
}

.section-grey-divider::after {
	left: 50%;
	width: 200px;
	height: 200px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 0;
	top: -100px;
	background: #f6f6f6;
	
}


article.copy-sub h3{
	font-size: 3em;
	font-size: 4vw;
	}
article.copy-sub .mobile{
	float: left;
	max-width: 300px;
	margin-right: 80px;
	margin-top: 0px;
	}
		
article.copy-sub .text-box{
    float:left;
	width:700px;
	
	
	
	}	
.wrapper .main {
	width: 52%;
	float: left;
	
}

.main {
	/*max-width: 1280px;
	width: 100%;*/
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
}
	

.main img{
	max-width: 768px;
	width:100%;
	position: relative;
}


img.box, .language {
	opacity:0.7;
	-webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;}

img.box:hover {opacity:1;}

.customer-logo{
	height: 50px;
	
	}

.socials {
	height: 100px;
	clear: both;
	margin-top: 40px;
	margin-right: 40ppx;
	margin-left: 40px;
	display: block;
}

	
.frameworks {
		margin:80px auto 40px auto; 
		text-align:center;
		max-width:766px
		}
.frameworks img {width:180px; height:auto;padding:1px;
}


footer {
	background-image: url(../images/zebra-stripes.jpg);
	background-repeat: repeat;
	height: 70px;
	clear: both;
	margin-top: 20px;
	margin-right: 1em;
	margin-left: 1em;
	
}


.portfolio {
	margin-top: 100px;
	max-width: 100%;
	text-align: center;
}
.portfolio h3 {margin-bottom:40px;margin-top:30px}

   #backtop {
	        position: fixed;
            left:auto;right: 20px;top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:rgba(49,79,96,0.84);
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:25px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:#b1d474;
        }
        #backtop.mcOut {
            opacity:0;
        }



/* Main Media Queries */

@media screen and (max-width: 1024px) {
	.wrapper:after {
		display: none;
	}

	.wrapper .copy, .wrapper .main {
		width: 100%;
		float: none;
	}

	.wrapper .copy:before {
		display: none;
	}
	.wrapper .copy:after {
    clear:both;
	display:table;
	content: '';
	}
	
	.wrapper .copy article {
	position: relative;
	display: block;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	}

	.wrapper .copy h2 {
		font-size: 8vw;
	}

	.wrapper .copy p:first-of-type {
		font-size: 4vw;
	}
	
article.copy-sub .text-box{
    
	width:100%;
	}
	article.copy-sub .text-box{margin-top:50px;}
	article.copy-sub .mobile{
		margin-right:0;
	margin-top:50px;
	}
}



.table-mobile {
	width: 100%;
	table-layout: fixed;
	border-style: none;
}
.navbar-wrapper {
	margin: 0px;
	padding: 0px;
}

.collapse {
	display: none;

	
}
.collapse.in {
	display: block;
	
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
    -webkit-transition: height 0.2s ease;
	 transition: height 0.2s ease;
	-moz-transition: height .2s ease-in-out; 
	
	
	
	
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown {
	position: relative;
	background-color: transparent; /*drop down link i topmenuen*/
text-align: right;
}
.dropdown-toggle {
	background-color: #000;

}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;/*ok*/
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	right: 0px;

	 
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	padding: 9px 0;
	overflow: hidden;
	background-color: #fff;/*didvider non mobile*/
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;


	
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #b1d474;/*background links non mobile*/
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #428bc;/*background links non mobile*/
	outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;/*?*/
	background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
	display: block;

	
}			
.open > a {
	outline: 0;
	
}
.dropdown-header {
	display: block;
	line-height: 1.428571429;
	color: #999999;
	background-color: #FFFFFF; /*drop down header non mobile*/
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0 dotted;
	border-bottom: 4px solid #000000;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
	

.copy-sub p, .copy p {
	text-shadow: 0 1px 0 #fff;
}
.copy h2, .copy h3, .copy h4, .copy h5, .copy h6, .copy-sub h2, .copy-sub h3, .copy-sub h4, .copy-sub h5, .copy-sub h6 {
	text-shadow: 0 1px 0 #fff;
}

	
.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}

}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: left;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 1.3em;
}
.nav:before, .nav:after {
	display: table;
	content: " ";
}
.nav:after {
	clear: both;
}
.nav:before, .nav:after {
	display: table;
	content: " ";
}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;	
	
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;/*?*/
	
	
}
.nav > li.disabled > a {
	color: #999999;
	
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: #eeeeee;/*?*/
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;/*?*/
	border-color: #428bca;
	
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;/*?*/
}
.nav > li > a > img {
	max-width: none;
}
.nav .caret {
	border-top-color: #428bca;
	border-bottom-color: #428bca;
}
.nav a:hover .caret {
	border-top-color: #2a6496;
	border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	/* [disabled]z-index: 1000;
*/
	min-height: 40px;
	margin-bottom: 40px;
	border: 1px solid transparent;
	background-image: url(../images/zebra-stripes.jpg);
	background-repeat: repeat;
	height: 40px;
	width: 100%;
	margin-top: 20px;
}
.navbar:before, .navbar:after {
	display: table;
	content: " ";
}
.navbar:after {
	clear: both;
}
.navbar:before, .navbar:after {
	display: table;
	content: " ";
}
.navbar:after {
	clear: both;
}
@media (min-width: 768px) {
.navbar {
	border-radius: 4px;
}
}
.navbar-header:before, .navbar-header:after {
	display: table;
	content: " ";
}
.navbar-header:after {
	clear: both;
}
.navbar-header:before, .navbar-header:after {
	display: table;
	content: " ";
}
.navbar-header:after {
	clear: both;
}
@media (min-width: 768px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse { 
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
			
	
}
.navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " ";
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " ";
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;	
  
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;

}
.navbar-collapse.in {
	overflow-y: visible;
	
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
	margin-left: -15px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
	margin-right: -15px;
}
.navbar-collapse .navbar-text:last-child {
	margin-right: 0;
}
}
container > .navbar-header, .container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;

}
@media (min-width: 768px) {
.container > .navbar-header, .container > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-static-top {
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	z-index: 1030;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: #000000;/*dropdown button*/
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	
.navbar-toggle {
	display: none;}
	
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	background-color: #000000;/*background drop down menu links*/
	margin-right: 0px;
	color: #ff0 !important;
text-align:right;
  
}
@media (max-width: 767px) {
	
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: #fff; /*mobile drop drown headline  */
	border: 0;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;/*ok*/
}
.wrapper .copy article, article.copy-sub {
	
	padding-right: 20px;
	padding-left:  20px;
	
	
}


}
@media (min-width: 768px) {
.navbar-nav {
	float: right;
	margin: 0 -15px 0 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (min-width: 768px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
}
}
.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
}
.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
	margin-bottom: 5px;
}
}

@media (min-width: 768px) {
.navbar-form {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-text {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
	margin-right: 15px;
	margin-left: 15px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent!important;/*THIS transparent link mobile menu and non mobile menu*/
}
}
.navbar-default {
	background-color: #f8f8f8;/*?*/
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;/*?*/
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;/*?*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;/*?*/
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;/*?*/
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
	background-color: #000000;/*?*/
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #dddddd;/*?*/
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;/*?*/
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #555555;
	background-color: #e7e7e7;/*?*/
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #555555;
	border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #777777;
	border-bottom-color: #777777;
}
@media (max-width: 767px) {
	
	.st-accordion ul li > a{
	font-size: 1.5em!important;}
	
	

.dropdown-header {
	text-align: right;
}
.nav {
	text-align: right;
}
.dropdown-menu li a {
	text-align: right;
}
.navbar {
	/*margin-top: 10px;*/
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333;
	background-color: transparent;/*?*/
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555555; 
	background-color: #e7e7e7;/*?*/
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;/*?*/
}
}
.navbar-default .navbar-link {
	color: #777777;
}
.navbar-default .navbar-link:hover {
	color: #333333;
}
.navbar-inverse {
	background-color: #222222;/*?*/
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;/*?*/
}
.navbar-inverse .navbar-text {
	color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
	color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff!important;
	background-color: #000;/*THIS transparent link mobile menu and non mobile menu*/
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #080808; /*?*/
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #080808;
	background-color: transparent; /**mobile drop down headline**/
	color: #333333;
	/*font-size: 14px;*/
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #ff0;
	background-color: #333333;/**mobile drop down links, level 2**/
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: #333333;/**mobile drop down links hover**/
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ff0;
	background-color: #333333;/**mobile drop down links ?**/
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #666666;
	background-color: #333333;
	}
	

}
.navbar-inverse .navbar-link {
	color: #999999;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}

/**grid**/

.og-grid {
	list-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
}


.og-grid li {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
	/*overflow: hidden;*/
}


.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transition:opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-moz-transform:scale(1.0);
	max-width: 100%;
	opacity: 0.8;
	/*overflow: hidden;*/
	/*top: 10px; */
}
.ovrflhdn {
overflow: hidden;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -15px;
	
}

.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 14px;
	right: 14px;
	cursor: pointer;
}

.og-close::before, .og-close::after{
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	background-color: #000000;
}	


.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.og-close:hover::after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #000000;
}
.og-close:hover::before{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	outline: none;
	outline-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.og-details h3 {
	
	font-size: 3em;
	font-size: 4vw;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.og-details p {
	
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

.og-details a {
	font-weight: 700;
	font-size: 0.75em;
	font-size: 1vw;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #333;
	display: inline-block;
	outline: none;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #b1d474;
	color: #fff;
}
.order.og-details a:hover {
	border-color: #b1d474;
	color: #b1d474;
	padding-right: unset;
	padding-left: unset;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

/**pricing**/

.pricing-section {
	margin-top: 50px;
	width: 100%;
	text-align: center;
	}
.pricing-section h3.levels {
	margin-bottom: 40px;		
}	
.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
	
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}


.pricing--tashi .pricing__item {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	margin: 0.5em;
	padding: 2em 2.5em;
	text-align: left;
	color: #fff;
	background: #262c37;
}

.pricing--tashi .pricing__title {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 0.15em;
	color: #E25A77;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__title {
	color: #E25ABC;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__title {
	color: #7E5AE2;
}

.pricing--tashi .pricing__price {
	font-size: 3em;
	font-weight: 300;
	padding: 0.85em 0;
}

.pricing--tashi .pricing__currency {
	font-size: 0.65em;
	vertical-align: super;
	color: #999;
}

.pricing--tashi .pricing__period {
	font-size: 0.35em;
	padding: 0 0 0 0.5em;
	color: #999;
}

.pricing--tashi .pricing__sentence {
	padding: 0 0 0.5em;
	margin: 0;
	color: #999;
}

.pricing--tashi .pricing__feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 0 0 2.5em;
	list-style: none;
	color: #999;
}

.pricing--tashi .pricing__feature {
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

.pricing--tashi .pricing__feature::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #1F242D;
	left: 0;
	top: 50%;
	margin: -2px 0 0 0;
}

.pricing--tashi .pricing__action {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	margin-top: auto;
	font-size: 1.55em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 30px;
	background: #E25A77;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__action {
	background: #E25ABC;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__action {
	background: #7E5AE2;
}

.pricing--tashi .pricing__action:hover,
.pricing--tashi .pricing__action:focus {
	background: #1A1F28 !important;
}

/* Accordion Style*/

.accordion-wrapper{
	width: 100%;
	max-width: 980px;
	margin: 1em auto;
}
.accordion-header {text-align:center;}

.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul {
	list-style-type: none;
}
.st-accordion ul li{
	height: 100px;
	border-bottom: 1px solid #c7deef;
	border-top: 1px solid #fff;
	overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 2.7em;
	font-size: 2.7vw;
	display: block;
	position: relative;
	line-height: 100px;
	outline: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #b1d474;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #b1d474;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
    
    font-family: 'Raleway', Arial, sans-serif;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		/*font-size:36px;*/
	}
}

/*image scaling*/

 img.effect-scaling {
	 opacity: 0.8;
	 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
	  -moz-transition:opacity 0.35s,-moz-transform 0.35s;
	  }

img.effect-scaling:hover{	
	opacity: 1.0;
	-webkit-transform: scale3d(1.3,1.3,1);
	transform: scale3d(1.3,1.3,1);
	-moz-transform:scale3d(1.3,1.3,1);
	}

/*img.effect-scaling  {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
    -moz-transform: scale(1);
}

img.effect-scaling:hover {
	opacity: 1;
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
	-moz-transform: scale(1.10);
	zoom:1.10;
}
*/
/* SVG  */

.svg-wrap {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.link-svgline a {
	font-weight: 800;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next{
	cursor: pointer;
	background: #f6f6f6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
.owl-controls .owl-prev:hover,.owl-controls .owl-next:hover {
 background:#4db4a3;
 color:#fff;
}
.owl-controls {
	margin-top: 10px;
}


.link-svgline a svg.link-svgline {
	position: absolute;
	top: 120%;
	left: 0;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 20px; 
	-webkit-transition: stroke-dashoffset 0.3s ease-in-out; 
	transition: stroke-dashoffset 0.3s ease-in-out;
	-webkit-transform: translateY(-90%);
	transform: translateY(-90%);
	fill: none;
	stroke:#b1d474;
	stroke-width: 5;
	stroke-dasharray: 400px; 
	stroke-dashoffset: 400px;
}

@media screen and (max-width: 50em) {
	.link-svgline a svg.link-svgline {
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}
}

.link-svgline a:hover svg.link-svgline {
	stroke-dashoffset: 0px; 
}



/** Form Basic Styling **/









form table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
form table *, form * {
	font-family: 'Raleway';
	font-size: 1em;
	
}

.TTWForm-container {
	font-family: 'Raleway';
	text-align: center;
	/*padding-right: 1em;
	padding-left: 1em;*/
	margin-top: 20px;
	
}
.TTWForm-container:after {
    clear:both;
	display:table;
	content: '';
	}

.TTWForm-container h3 {
	font-size: 3em;
	font-size: 4vw;
	margin-bottom: 0.75em;
	text-align: left;	
	color:#52525a;

}

.TTWForm{
	width: 100%;
	max-width: 700px;
	font-family: 'Raleway';
}



/** Field Styles **/

.TTWForm .field {

    padding-bottom: 12px;
	padding-top: 12px;
	position: relative;
	clear: both;
	margin-bottom:12px;
	color: #999999;
	font-family: 'Raleway';

}
/** Field Widths */


.f_100 {
	width: 100%;
	display: inline;
	float: left;
	font-family: 'Raleway';
	/*margin-left: 2%; 
	margin-right: 2%; */
}


.TTWForm input, .TTWForm textarea, .TTWForm select, .TTWForm .field  { padding-left: 5px;font-family: 'Raleway'; }

.TTWForm input:focus, .TTWForm textarea:focus, .TTWForm select:focus {

    -webkit-box-shadow: 0px 0px 5px #bfdeff;
	-moz-box-shadow: 0px 0px 5px #bfdeff;
	box-shadow: 0px 0px 5px #bfdeff;

}

.TTWForm input[type=radio], .TTWForm input[type=checkbox] {

    width: 12px;
	margin: 8px 12px;
	top: 3px;
	position: relative;

}

.TTWForm .option{ margin: 6px 0; }

.TTWForm option { background-color: #bfdeff; }

.TTWForm select { padding: 6px 6px; background-color: #FFFFFF; 

}

.TTWForm textarea { overflow: hidden; width: 100%; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; text-shadow: 1px 1px 0px #fff; border: 1px solid #d9d9d9; box-shadow: 0 0 5px #eee inset; -moz-box-shadow: 0 0 5px #eee inset; -webkit-box-shadow: 0 0 5px #eee inset; -ms-box-shadow: 0 0 5px #eee inset; height: 132px;color: #999999;font-family:'Raleway';}


.TTWForm label { color: #666; text-align: left; font-family:'Raleway'; }



input {

width:100%;

    padding: 6px 0;
	font-family:'Raleway';

    

    border: 1px solid #d9d9d9;

    outline: none;

    display: inline-block;

    position: relative;

    z-index: 2;

    box-shadow: 0 0 5px #eee inset;

    -moz-box-shadow: 0 0 5px #eee inset;

    -webkit-box-shadow: 0 0 5px #eee inset;

    -ms-box-shadow: 0 0 5px #eee inset;

    border-radius: 3px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-transition: .3s ease-in-out;

    -moz-transition: .3s ease-in-out;

}

.TTWForm .submit input {
	font-family:'Raleway';
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	display: block;
	text-align: center;
	float: left;
	cursor: pointer;
	min-width: 96px;
	width: auto;
	border: 1px solid #d9d9d9;
	color: #F90;
	background-color: #FFFFFF;
	margin-right: -2px;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom:2px;
	padding-left: 5px;
}

.TTWForm .submit input:hover {color:#b1d474}
input, textarea{
	font-size: 20px;
	font-family:'Raleway'!important;
}

::-webkit-input-placeholder { /* WebKit browsers */
opacity:  0.4;
-webkit-opacity:0.4;
 -khtml-opacity: 0.4;
 color:rgba(0,0,0,0.4);

}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity:  0.4;
  color:rgba(0,0,0,0.4);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity:  0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  color:rgba(0,0,0,0.4);

}


input, textarea, select, button {font-family:'Raleway'!important;}

/**Success Messages **/

.success-message {
	color: #F00;
	text-transform: none;
	margin-top: 20px;
}


/**Error Messages **/


.TTWForm .error { height: 16px; font: 12px/16px color: #ff0033; padding-left: 5px; z-index: 999; position: relative; top: -1px; color: #FF0000; }


/** Loading Indicator **/

.loading-text{

    position:relative;
    top:-3px;

}
/* Other Clearfix */

.clearfix:after {

	clear: both;

	content: ' ';

	display: block;

	font-size: 0;

	line-height: 0;

	visibility: hidden;

	width: 0;

	height: 0;

}

/*

	The following zoom:1 rule is specifically for IE6 + IE7.

	Move to separate stylesheet if invalid CSS is a problem.

*/

* html .clearfix,

*:first-child+html .clearfix {

	zoom: 1;

}


:root, button{
    font-family: 'Raleway', serif;
}

*{
    box-sizing: border-box;
}

.color{
    background: linear-gradient(to right, #e1e0ff, #d7fadd);
}







p:last-of-type{
    padding-bottom: 0;
}

.close{
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-style: italic;
}

.close:after{
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    top: 100%;
    background: #ebebeb;
    margin-top: 8px;
    transition: all 0.3s ease;
}

.close:hover:after{
    left: 40%;
    right: 40%;
}

.pop-wrapper{
    position: absolute;
    left: 0;
    top: -200px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
   
   
}

.button{
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    background-color:rgba(255, 255, 255, 0.9);
    outline: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 2px;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 14px;
    height: 80px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 0px;
    box-shadow: 0 0 0 white, 0 0 0 white;
    margin-top:10px;
}

.button-text{
    display: inline-block;
    position: relative;
    z-index: 2;
    background: linear-gradient(to right, #504bff, #4cfa63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-circle{
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    box-shadow: 0 0 10px #504bff, 0 0 20px #504bff, 0 0 30px #504bff;
    transition: all 0.5s ease;
}

.button-circle2{
    top: auto;
    bottom: 0;
}

.button-circle3{
    left: auto;
    right: 0;
    box-shadow: 0 0 10px #4cfa63, 0 0 20px #4cfa63, 0 0 30px #4cfa63;
}

.button-circle4{
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px #4cfa63, 0 0 20px #4cfa63, 0 0 30px #4cfa63;
}

.button:hover{
    box-shadow: -15px 0 70px -15px #504bff, 15px 0 70px -15px #4cfa63;
}

.button:hover .button-circle1{
    transform: translate(-15px, -15px) scale(0);
}

.button:hover .button-circle2{
    transform: translate(-15px, 15px) scale(0);
}

.button:hover .button-circle3{
    transform: translate(15px, -15px) scale(0);
}

.button:hover .button-circle4{
    transform: translate(15px, 15px) scale(0);
}

.button:hover .button-circle{
    box-shadow: none;
}

.popup{
    opacity: 0;
    visibility: hidden;
    height: 550px;
    width:100%;
    max-width: 600px;
    flex-shrink: 0;
    border-radius: 3px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease
}

.popup-inside{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 black;
    transition:
            box-shadow 0.5s ease 0.7s,
            border-radius 0.35s ease 0.7s;
}

.backgrounds{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.background1{
    --offset: 0;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #504bff, #4cfa63);
    transform: scale(0);
    transition: all 0.5s ease 0s;
    border-radius: 50%;
}

.background2{
    --offset: 10%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #6665ff, #69fa7f);
    transform: scale(0);
    transition: all 0.5s ease 0.1s;
}

.background3{
    --offset: 20%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #8583ff, #85fa99);
    z-index: 2;
    transition: all 0.5s ease 0.2s;
}

.background4{
    --offset: 30%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #aaaaff, #a7fab7);
    z-index: 3;
    transition: all 0.5s ease 0.3s;
}

.background5{
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #c9c8ff, #c3fad1);
    z-index: 4;
    transition: all 0.5s ease 0.4s;
}

.background6{
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: white;
    z-index: 5;
    transition: all 0.8s ease 0.4s;
}

.content{
    --offset: 0;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.35s ease 0.75s;
    z-index: 10;
    
}

.content-wrapper{
    text-align: center;
    padding:20px;
    padding-top: 50px;
}
.content-wrapper p {
    
    padding-left: 17px;
    padding-right: 17px;
    
}
.content-wrapper a{
    color:#4cfa63;
    font-weight: bold;

}


body.active .content{
    opacity: 1;
    transform: none;
}

body.active .popup{
    opacity: 1;
    visibility: visible;
}

body.active .popup-inside{
    border-radius: 0;
    box-shadow: -50px 0 200px -50px #504bff, 50px 0 200px -50px #4cfa63;
}

body.active .background{
    transform: scale(1);
}

body.active .background6{
    transform: scale(8);
}



/* Other Queries */


@media screen and (max-width:640px) {
	
	.TTWForm, .TTWForm .submit input { width: 100%; }
	.language{display:none;}
	.wrapper .copy p:first-of-type {font-size: 1.2em;}
	article.copy-sub h3{font-size: 1.2em;}
}



@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
	article.copy-sub .mobile{margin-right:0px}
	article.copy-sub .text-box{width:100%;

}

@media screen and (max-width: 650px) {
	
	

	.og-fullimg { float: none;width: 100%; }
	.og-details { float: none; width: 100%; }
	.og-expander-inner {height:auto;}
	
}

@media screen and (max-width:650px) {
	.og-details a  {font-size: 14px;}
	.og-details h3 {font-size: 2em!important;}
	
	.st-accordion ul li > a{font-size: 1.1em!important;}
	
	
    li.language-menu {display:block!important;color:#fff!important;}
	
	
}

@media screen and (min-width:481px) and (max-width:650px) {
/*.navbar {margin-top: 10px;}*/

}

@media screen and (min-width:321px) and (max-width:480px) {
/*.navbar {margin-top: 10px;}*/

}

@media screen and (max-width:480px) {

ul.tabs {
	margin: o auto
}
ul.tabs li a {
	padding: .25em .4em;
	margin-left: .2em;
	font-size: 15px;
	font-size: 1.5rem;
	margin-right: .2em
}

.menu .tabs.group .remove {
	display: none
}

}
