/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	background: #eee;
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-size:20px;
	/*because microsoft thought it was a good idea to overflow the scrollbar over the view port*/
	-ms-overflow-style: scrollbar !important;
}

a {
	color: #0066aa;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: #78267f;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

/* Prelaoder */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

@media ( max-width : 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

.back-to-top:focus {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0066aa;
	color: #fff;
}

.btn-info{
	background:#0066aa;
	border: 2px solid #78267f;
}

.btn-info:hover{
	background:#78267f;
	border: 2px solid #0066aa;
}

/*--------------------------------------------------------------
# cart
--------------------------------------------------------------*/
#cart{
	margin-right:2%;
	padding-top:10px;
}
@media ( max-width : 1199px) {
	#cart {
		margin-right:6%;
		padding-top:6px;
	}
}
@media ( max-width : 920px) {
	#cart {
		margin-right:8%;
	}
}
@media ( max-width : 670px) {
	#cart {
		margin-right:10%;
	}
}
@media ( max-width : 460px) {
	#cart {
		margin-right:20%;
		padding-top:3px;
	}
}
@media ( max-width : 350px) {
	#cart {
		margin-right:23%;
		padding-top:3px;
	}
}

/*--------------------------------------------------------------
# Software-download
--------------------------------------------------------------*/

#softwareDownload section ul{
	list-style-type: none;
}

#softwareDownload section li{
	margin:5%;
}


/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.video {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: -1 !important;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
.mac-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	z-index: -1 !important;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow:hidden;
	-webkit-transform-style:preserve-3d;
}

#welcome {
	display: table;
	width: 100%;
	height: 100vh;
}

#welcome .welcome-logo {
	margin: 20px;
}

#welcome .welcome-logo img {
	max-width: 100%;
}

#welcome .welcome-container {
	background: rgba(0, 0, 0, 0.8) !important;
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#welcome h1 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	color: #fff;
}

@media ( max-width : 768px) {
	#welcome h1 {
		font-size: 28px;
		line-height: 36px;
	}
}

#welcome h2 {
	color: #999;
	margin-bottom: 50px;
}

@media ( max-width : 768px) {
	#welcome h2 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	#welcome h2 .rotating {
		display: block;
	}
}

#welcome .rotating>.animated {
	display: inline-block;
}

#welcome .actions a {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
}

#welcome .btn-get-started {
	background: #0066aa;
	border: 2px solid #78267f;
	color: #fff;
}

#welcome .btn-get-started:hover {
	background: none;
	border: 2px solid #fff;
	color: #fff;
}

#welcome .btn-services {
	border: 2px solid #fff;
	color: #fff;
}

#welcome .btn-services:hover {
	background: #78267f;
	border: 2px solid #0066aa;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	padding: 20px 0;
	height: 90px;
}

#header #logo {
	float: left;
}

#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}

#header #logo img {
	padding: 0;
	margin: 0;
	max-height: 65px;
}
@media ( max-width : 326px) {
	#header #logo img {
		width:150px;
	}
}

@media ( max-width : 768px) {
	#header {
		height: 80px;
	}
	#header #logo h1 {
		font-size: 26px;
	}
	#header #logo img {
		max-height: 55px;
	}
}

.is-sticky #header {
	background #fff;)
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu>li {
	float: left;
}

.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 5px 0;
}

@media ( max-width : 1199px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 10px 15px;
	text-decoration: none;
	display: inline-block;
	color: #0066aa;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	outline: none;
}

.nav-menu a:hover, .nav-menu li:hover>a, .nav-menu .menu-active>a {
	background: #0066aa;
	color:#fff;
}

.nav-menu ul {
	margin: 4px 0 0 15px;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
	background: #fff;
	border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
	border-top: 0;
}

.nav-menu ul li:hover {
	background: #0066aa;
	color:#fff
}

.nav-menu ul li a {
	color: #0066aa;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
}

#mobile-nav-toggle i {
	color: #0066aa;
}

@media ( max-width : 1199px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #03C4EB;
}

#mobile-nav ul .menu-item-active {
	color: #03C4EB;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.section-description {
	text-align: center;
	margin-bottom: 40px;
	color: #000;
}

.section-title-divider {
	width: 50px;
	height: 3px;
	background: #0066aa;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* about section
--------------------------------*/
#about {
	background: linear-gradient(rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0.9)), url(../img/ctc.jpg) fixed center center;
	background-size: cover;
	padding-top: 80px;
}
#about .content , #servicePage .content{
	background:rgba(238, 238, 238, .5);
	border-radius:0px;
	color:#000;
	font-size:20px;
}

/* #locations
--------------------------------*/
#locations{
	background-color: rgba(238, 238, 238, .8);
	height:600px;
}
#locations address{
	font-size:20px;
}
#locations a{
	padding-left:10px;
}
/* #map
--------------------------------*/
#map {
        
        height: 400px;
        background-color: grey;
      }

/* Delay Section
--------------------------------*/
.delay {
	-vendor-animation-duration: 10s;
	-vendor-animation-delay: 10s;
}

/* Quote Section
--------------------------------*/
#requestQuote {
	background: #0066aa;
	color: #fff;
	width: 259px;
	height: 125px;
	box-shadow: -10px 10px 10px #78267f;
	font-size:16px;
	border-radius:20px;
	padding-top:10px;
}

/* Services Section
--------------------------------*/
#servicePage {
	background: linear-gradient(rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0.9)),
		url("../img/servicePage.png")
		fixed center center;
	background-size: cover;
	padding: 80px 0 60px 0;
}

#services {
	background: linear-gradient(rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0.9)),
		url("../img/service.png")
		fixed center center;
	background-size: cover;
	padding: 80px 0 60px 0;
}

#services .service-item {
	margin-bottom: 20px;
}

#services .service-icon {
	float: left;
	background: #0066aa;
	padding: 16px;
	border-radius: 50%;
	transition: 0.5s;
	border: 1px solid #78267f;
}

#services .service-icon i {
	color: #fff;
	font-size: 24px;
}

#services .service-item:hover .service-icon {
	background: #78267f;
}

#services .service-item:hover .service-icon i {
	color: #fff;
}

#services .service-title {
	margin-left: 80px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#services .service-title a {
	color: #111;
}

#services .service-description {
	margin-left: 80px;
	line-height: 24px;
	font-size:14px;
	color:#000;
}


/* product page Section
--------------------------------*/
/*
@media screen and (max-width: 1199px) {
    .product_grid ul li { {
        background-color: lightgreen;
    }
}*/

.product_list_parent {
	background: #0066aa;
	display: inline-table;
}

p.title {
	color: #000;
	font-size: 0.95em;
	font-weight: 700;
	margin: 0;
}

.product_list_parent h2 {
	color: #fff;
	background: #78267f;
	font-size: 15px;
	padding: 23px;
	font-weight: 600;
	text-transform: uppercase;
}

ul.product-list {
	padding: 0em 0 0.5em 0;
	margin: 0.5em 0;
}

ul.product-list li {
	display: block;
	margin: 5px 0;
}

ul.product-list li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.85em;
	text-decoration: none;
	padding: 5px 2em;
	font-family: 'Doppio One', sans-serif;
	font-weight: 400;
	display: block;
	cursor: pointer; 
}

ul.product-list li a:hover {
	background: #78267f;
	color: #fff;
	padding: 5px 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.products_page {
	padding: 30px 0 40px;
}

.products_page {
	padding: 4em 0;
}

.pricey {
	float: right;
	font-weight: bold;
	font-size: 0.95em;
}

.product_grid .product-details {
	max-width: 300px;
	min-height: 25px;
	margin: 0 auto;
	color: #999;
	font-size: 0.9em;
}

.product_grid img, .product_container {
	max-height:260px;
	max-width:300px;
	display:block;
	margin:auto;
}

.product_grid ul li {
	/*width: 32%;*/
	text-align: center;
	margin: 20px 0 0;
	display: inline-block;
	min-height: 420px;
	vertical-align: top;
	padding: 5px;
}

.product-cart-add {
	color: #fff;
	background: #0066aa;
	padding: 8px 10px;
	border-radius: 30px;
	margin: 20px auto;
	display: block;
	font-size: 14px;
}

.product-cart-add:hover {
	background: #78267f;
	color:#fff;
}

.product-name {
	float: left;
	margin-right: 2.6%;
}

ul.product-top-list {
	padding: 0;
	float: left;
}

ul.product-top-list li {
	display: inline-block;
	font-size: 0.82em;
	color: #777;
}

ul.product-top-list li a {
	color: #816263;
	font-size: 16px;
}

ul.product-top-list li span.act {
	background: yellow;
	font-size: 14px;
	padding: 3px;
}

.all-products {
	width: 80%;
	float: right;
	background: rgba(245, 243, 243, 0.27);
	min-height: 800px;
	padding: 2em;
}

@media ( max-width : 1199px) {
	.all-products {
		width: 100%;
	}
}

.product-category {
	width: 26%;
}

/* itemPage Section
--------------------------------*/
#itemPage{
	font-size:16px;
	margin-top:5%;
}
#itemPage button{
	background-color:#0066aa;
	color:#fff;
	border-radius:20px;
}

#itemPage button:hover{
	background: #78267f;
}
#itemPage .product-cart-add {
	margin:0;
}
/* tabs-menu  Section
--------------------------------*/
.tabs-menu {
    height: 30px;
    clear: both;
    cursor:pointer;
}
.preview{
	cursor:pointer;
}
.tabs-menu li {
	border-radius:20px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 5px 10px;
    list-style-type:none;
}

.tabs-menu button.current {
    position: relative;
    background-color: #fff !important;
    border-bottom: 1px solid #fff;
    color:#0066aa !important;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin: 5px;
    width: auto;
}

.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}

@media (max-width:516px) {
	.tab{
		margin-top:50px;
	}`
}

@media ( max-width : 1340px) and (min-width : 990px) {
	.tab-content{
		width:460px;
	}
}

@media (max-width:680px) {
	.tab-content{
		width:370px;
	}`
}
@media ( max-width : 423px) {
	.tabs-menu li {
		font-size: 10px;
	}
}

/* product Section
--------------------------------*/
#product {
	background: #eee;
	padding: 80px 0;
}

#product .product-item {
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
	width: 100%;
	display: table;
	overflow: hidden;
	margin-bottom: 30px;
}

#product .product-item .details {
	height: 260px;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
	transition: 0.3s;
	text-align: center;
}

#product .product-item .details h4 {
	font-size: 16px;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	font-weight: 700;
	color: #333333;
}

#product .product-item .details span {
	display: block;
	color: #666666;
	font-size: 13px;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
}

#product .product-item:hover .details {
	opacity: 0.8;
}

#product .product-item:hover .details h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#product .product-item:hover .details span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#product .btn-get-started {
	background: #0066aa;
	border: 2px solid #78267f;
	color: #fff;
}

#product .btn-get-started:hover {
	background: none;
	border: 2px solid #000;
	color: #000;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url(../img/testimonials.png) fixed center center;
	background-size: cover;
	padding: 80px 0;
}

#testimonials .section-title {
	color: #fff;
}

#testimonials .section-description {
	color: #fff;
}

#testimonials .profile {
	text-align: center;
}

#testimonials .profile .pic {
	border-radius: 50%;
	border: 6px solid #fff;
	margin-bottom: 15px;
	overflow: hidden;
	height: 260px;
	width: 260px;
}

#testimonials .profile .pic img {
	max-width: 100%;
}

#testimonials .profile h4 {
	font-weight: 700;
	color: #0066aa;
	margin-bottom: 5px;
}

#testimonials .profile span {
	color: #03C4EB;
}

#testimonials .quote {
	position: relative;
	background: #eee;
	padding: 60px;
	margin-top: 40px;
	font-size: 16px;
	font-style: italic;
	border-radius: 5px;
}

#testimonials .quote b {
	display: inline-block;
	font-size: 22px;
	left: -9px;
	position: relative;
	top: -8px;
}

#testimonials .quote small {
	display: inline-block;
	right: -9px;
	position: relative;
	top: 4px;
}

.carousel-indicators li { visibility: hidden; }

/* Team Section
--------------------------------*/

#team .member {
	text-align: center;
	margin-bottom: 20px;
}

#team .member .pic {
	margin-bottom: 15px;
	overflow: hidden;
	height: 280px;
}

#team .member .pic img {
	max-width: 100%;
}

#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
}

#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}

#team .member .social {
	margin-top: 15px;
}

#team .member .social a {
	color: #b3b3b3;
}

#team .member .social a:hover {
	color: #03C4EB;
}

#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}

#team .member .pic .details {
	background: transparent;
/*	display: table-cell;*/
	vertical-align: middle;
	opacity: 0;
	transition: 0.3s;
	text-align: center;
}
#team .member .pic:hover .details{
	opacity: 1;
}

#team .member .pic:hover{
	opacity: 0.7;
}

#team .member .pic:hover .details{
	font-size: 16px;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	font-weight: 700;
	color: #333333;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	vertical-align:middle;
	text-align:center;
}

.question{
	font-weight:900;
}

/* modal Section
--------------------------------*/
.modal-header .modal-title img{
	height:100px;
}

.modal-body ul{
	list-style-image: url('../img/question.jpg');
}

.modal-body ul li{
	
}

.modal-body ul li span {
	
}

/* Contact Section
--------------------------------*/
#contact {
	background: #eee;
	padding: 80px 0;
}

#contact .info {
	color: #333333;
}

#contact .info i {
	font-size: 32px;
	color: #0066aa;
	float: left;
}

#contact .info p {
	padding: 0 0 10px 10px;
	line-height: 24px;
}

#contact .form #sendmessage {
	color: #03C4EB;
	border: 1px solid #03C4EB;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show,
	#contact .form .show {
	display: block;
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#contact .form input, #contact .form textarea {
	border-radius: 0;
	box-shadow: none;
}

#contact .form button[type="submit"] {
	background: #0066aa;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
	background: #78267f;
}

/*--------------------------------------------------------------
# Error
--------------------------------------------------------------*/
#error{
/* position:relative;*/
}
#error h1{
	padding-top:10%;
	font-family: 'Kumar One', cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:200px;
	opacity:.4;
}
#error p{
	font-size:20px;
	font-family: 'Audiowide', cursive;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media ( max-width : 991px) {
	#footer .col-md-3 h3{
		margin-top:15%;
	}
}
@media ( max-width : 751px) {
	#footer .col-md-3 h3{
		margin-top:25%;
	}
}
@media ( max-width : 601px) {
	#footer .col-md-3 h3{
		margin-top:40%;
	}
}
@media ( max-width : 481px) {
	#footer .col-md-3 h3{
		margin-top:60%;
	}
}
@media ( max-width : 400px) {
	#footer .col-md-3 h3{
		margin-top:100%;
	}
}
@media ( max-width : 328px) {
	#footer .col-md-3 h3{
		margin-top:140%;
	}
}
@media ( max-width : 291px) {
	#footer .col-md-3 h3{
		margin-top:200%;
	}
}
#footer .col-md-7 li{
	float:left;
}
.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #fff;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 15px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}

.footer .col-md-2 a{
	text-align:center;
}

.footer .col-md-2 a:hover {
	background-color: #0066aa;
	color:#fff;
}

.footer .btn:hover {
	background-color: #78267f;
	color:#fff;
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

.payments span{
	border-radius: 25px;
}



/*--------------------------------------------------------------
. flipper
--------------------------------------------------------------*/

.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
}
	.flip-container:hover .back {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	    -webkit-transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 300px;
	height: 300px;
	padding:0;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
}

.front, .back{
	backface-visibility: hidden;
	 -webkit-backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}


.back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.front .name {
	backface-visibility: hidden;
	font-size: 2em;
	display: inline-block;
	background: rgba(120, 38, 127, .5);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #78267f;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
  	-ms-transform: rotate(-20deg);
  	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back p {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
  font-family: arial;
  line-height: 2em;
  font-size:16px;
}
/*--------------------------------------------------------------
careers
--------------------------------------------------------------*/
.career-description{
	text-shadow: 0.1em 0.1em 0.05em #78267f;
}
#careers .section-title{
	margin-top:5%;
	font-size:40px;
}

/*--------------------------------------------------------------
center bootstrap columns
--------------------------------------------------------------*/

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}

#software-downloads .col-centered{
	text-align:center;
	margin-bottom:5%;
}
/*--------------------------------------------------------------
#positions
--------------------------------------------------------------*/
#positions h1{
	border-bottom: solid;
	border-width:thin;
	font-weight:700;
}
.position{
	height:250px;
	margin-top:5%;
	color:#111;
	font-size:32px;
	
	text-transform:uppercase;
}
.position:hover{
	background: #0066aa;
	color:#fff !important;
	border-radius:5px;
}


/*--------------------------------------------------------------
.card
--------------------------------------------------------------*/
.card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-front,
.card-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card-back {
  
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.card.effect-click.flipped .card-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.card.effect-click.flipped .card-back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
/*--------------------------------------------------------------
#apply
--------------------------------------------------------------*/
#apply{
	position:fixed !important;
    position: absolute; /*ie6 */
    z-index:3;
    -webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top:135px;
	right:-45px;
}
#apply button{
	border-radius:20px;
	opacity:.7;
	width:150px;
	height:30px;
	background-color:#78267f;
	color:#fff;
	
}
/*--------------------------------------------------------------
.content
--------------------------------------------------------------*/
.content{
	background:rgba(120,38,127,.5);
	border-radius:50px;
	padding-top:3%;
	color:#fff;
	font-size:20px;
}
/*--------------------------------------------------------------
Float Shadow
--------------------------------------------------------------*/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*--------------------------------------------------------------
tooltip
--------------------------------------------------------------*/
.tooltip.bottom .tooltip-inner {
    opacity:0.4;
    white-space: nowrap;
    max-width:220px;
}
.tooltip.bottom .tooltip-arrow {
      opacity:0.4;
      white-space: nowrap;
      max-width:220px;
}
/* .preview
--------------------------------*/
.preview{
	max-height:100px;
	max-width:100px;
	border:2px solid;
	margin-top:20px;
	
}
p.reverse{
	unicode-bidi: bidi-override;
	direction: rtl;
	display:inline-block;
}
/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f041";
  position: absolute;
  left: -.4em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}