/**************************************************************************************
* GENERAL
**************************************************************************************/

.wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'UniNeue';
	font-weight: bold;
	color: #353535;
}

body {
	color: #4A4A4A;
	font-family: 'UniNeue';
	font-weight: normal;
}

strong, b {
	font-family: 'UniNeue';
	font-weight: bold;
}

.button,
.button:visited,
.button:active {
	color: #fefefe;
	background-color: #514EFF;
}

.button-margin {
	margin-right: 1em;
	margin-top: 1em;
}

.button:hover,
.button:focus {
	background-color: #301EEC;
}

/* Pagination styles */
.pagination .pagination-next a::after, .pagination .pagination-next.disabled::after {
	content: '\203A';
}

.pagination .pagination-last a::after, .pagination .pagination-last.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb';
}

.pagination .pagination-previous a::before, .pagination .pagination-previous.disabled::before {
	content: '\2039';
}

.pagination .pagination-first a::before, .pagination .pagination-first.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00AB';
}

/* Goddamn foundation pagination hides all but first and last li items in pagination on small screen size */

.pagination li.pagination-next, .pagination li.pagination-previous {
      display: inline-block; }

/* Media query that prevents fouc on navigation */
.no-js .top-bar {
	display: none;
}

textarea {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

@media screen and (min-width: 64em) {
	.no-js .top-bar {
		display: flex;
	}

	.no-js .title-bar {
		display: none;
	}
}

span.weak {
    font-weight: 300;
}

a[name] {
	padding-top: 95px;
	margin-top: -95px;
}

p.intro {
	text-align: center;
	font-size: 1.15rem;
	padding: 1rem;
}

/**************************************************************************************
* NAV
**************************************************************************************/

.wrap-nav {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.wrap-nav a {
	color: #000;
	font-size: 12pt
}

.site-logo-desktop {
	width: 220px;
}

.site-logo-mobile {
	width: 160px;
}

.top-bar-sticky {
	z-index: 1;
}

#indigo-menu {
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1333);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1333);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1333);
}

.top-bar, .top-bar ul {
	background-color: #fff;
}

.is-dropdown-submenu {
	border: none;
}

.menu a.button {
	margin-left: 0.5rem;
	max-width: 200px;
}

a.button.buy-now {
	color: #fefefe;
}

a.button.download {
	color: #000;
	background-color: #fff;
	border: 1px solid black;
}

a.button.download:hover {
	color: #fff;
	background-color: #000;
}

a.button.download:focus {
	color: #fff;
	background-color: #000;
}

.menu a.loginserarch-icon-link {
	padding: 0px;
	margin-left: 0.5rem;
}

.menu .loginserarch-icon {
	height: 40px;
}

/* buy-menu is the download buy botton combo
   it should have a left margin on desktop nav
   and no margin on mobile */
.buy-menu {
	margin-left: 40px;
}

@media screen and (max-width: 69.9375em) {
	.buy-menu {
		margin-left: 0px;
	}
}

/* hover color for dropdown */
.dropdown.menu .is-dropdown-submenu-parent.opens-right > a:hover,
.dropdown.menu .is-dropdown-submenu-parent.opens-right.is-active > a,
.dropdown.menu .is-dropdown-submenu-item > a:hover,
.dropdown.menu > li > a:hover,
.dropdown.menu > li.is-active > a {
	color: #9B9B9B;
}

/* No arrows for dropdown menu */
.top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-style: none;
}

/* Black arrows for dropdown submenus */
.top-bar-right .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	border-color: Transparent Transparent Transparent black;
}

/* Black arrows for accordion menu */
.top-bar-right ul > li > button.submenu-toggle::after {
	border-color: black Transparent Transparent;
}


/**************************************************************************************
* HERO
**************************************************************************************/

.hero {
	background-color: #111;
	/*padding: 80px 0px;*/
	/*background-image: url(/media/patterns/footer_lodyas.png);*/
}

.hero .orbit-bullets {
	position: absolute;
	left: 0; 
	right: 0; 
	bottom: 0;
	margin-left: auto; 
	margin-right: auto;
	z-index: 1;
}

.hero .orbit-bullets button {
	width: auto;
	height: auto;
	margin: 0.2rem;
	/*background-color: #000;*/
	background-color: Transparent;
	cursor:pointer;
	border-radius: 0;
}

.hero .orbit-bullets .button-bar {
	width: 2.5rem;
	height: 2px;
	margin: 0.4rem;
	background-color: #666;
	border-radius: 0;
}

.hero .orbit-bullets button.is-active .button-bar  {
	background-color: #FFF;
}

.hero .orbit-caption {
	background: Transparent;
	padding: 0.5rem 1rem;
	min-width: 200px;
	width: 25%;
	font-size: 12px;
	right: 0;
	text-align: right;
}

.hero .orbit-caption.gradient {
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Fx 3.6-15*/
	background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Standard*/
}

.hero .orbit-wrapper {
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
}

.hero .image-hero {
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
}

.hero .image-hero > img {
	width: 100%;
}

.hero .image-hero-banner {
	overflow: hidden;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hero .image-hero-text-title {
	font-size: 2.67em;
}

.hero .image-hero-text {
	position: absolute;
	top: 37.5%;
	height: 25%;
	left: 0;
	right: 0;
	min-height: 30px;
	margin: 0 auto;
	font-weight: 300;
	color: white;
	vertical-align: middle;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.33);
}

.hero .image-hero-banner-larger {
	top: 33%;
	height: 33%;
}

.hero .image-hero-banner .image-hero-banner-larger.hero-no-subtitle {
	top: 38%;
}

.hero .image-hero-banner-forum {
	top: 30%;
	height: 40%;
}

.hero .exporter-buttons {
	position: absolute;
	top: 75%;
	height: 25%;
	left: 0;
	right: 0;
	min-height: 30px;
	margin: 0 auto;
}

.hero a.button {
	margin: 5px;
	width: 12.5%;
}

.hero a.button.download {
	color: white;
	border: 2px solid white;
	background-color: transparent;
}

.hero .button.mobile {
	width: 45%;
	margin-top: 16px;
}

.hero .button.mobile.download {
	border: 2px solid black;
	background-color: transparent;
	color: black;
}

@media screen and (max-width: 63.9375em) {
	.hero .button {
		display: none;
	}
	
	.hero .button.mobile {
		display: inline-block;
	}
}

@media screen and (min-width: 64em) {
	.hero .button.mobile {
		display: none;
	}
}

/* Note: important for the slide to resize with the page */

.hero .orbit-container {
	height: auto !important;
}

.hero .orbit-slide {
	max-height: none !important;
}

/**************************************************************************************
* MAIN
**************************************************************************************/

.main {
	padding: 80px 0px 80px 0px;
	background-color: #fff;
}

#phpbb-content {
	padding: 10px 0px;
}

.sidebar-left {
	overflow: hidden;
}

.supported-3d-packages {
	justify-content: center;
}

.blog-summary > .grid-x > div {
	padding:10px;
}

.blog-summary .summary {
	height: 4.5em;
	overflow: hidden;
}

.blog-summary {
	margin-left: -10px;
	margin-right: -10px;
}

.blockquote-container {
	font-size: 1.2em;
}

.blockquote-container blockquote {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	color: #4A4A4A;
	quotes: "\201C" "\201D" "\2018" "\2019";
	border-left: none;
	font-style: italic;
}

.blockquote-container blockquote:before {
	content: open-quote;
}

.blockquote-container blockquote:after {
	content: close-quote;
}

.blockquote-container .blockquote-name {
	font-weight: bold;
	font-style: italic;
}

.blockquote-container .blockquote-name:before {
	content: "- ";
}

.new-feature-text {
	background-color: #f8f8f8;
	padding: 40px 60px;
}

.new-feature-image {
	background-size: cover;
	background-position: center;
	min-height: 256px;
}

.feature-caption {
	text-align: right;
	font-size: 0.6rem;
}

.features .grid-x .cell img {
	width: 100%;
	margin-bottom: 1em;
}

.main a.read-more {
	color: #000;
	background-color: Transparent;
	border: 1px solid #514EFF;
}

.main a.read-more:hover {
	color: #fff;
	background-color: #301EEC;
	border: 1px solid #301EEC;
}

.space-content-top {
	margin-bottom: 4rem;
}

.space-content-bottom {
	margin-top: 4rem;
}

.space-content {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

div.new-feature-list > div::before {
	content: "-";
}

div.new-feature-list {
	font-size: 18px;
	line-height: 175%;
}

.page-title {
	text-align: center;
}

.responsive-embed img {
/*position: absolute;
top: 0;
left: 0;*/
width: 100%;
/*height: 100%;*/
}

.responsive-embed.panorama {
	padding-bottom: 50%;
}

img.support-icon {
	width: 3rem;
	height: 3rem;
	/*margin: 0.2rem;*/
	display: inline-block;
}

.download-grid > .grid-x .cell {
  background-color: #F2F2F2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* misc stuff */

/* some stuff for the forum */
#phpbb-content textarea {
  white-space: pre-wrap !important;
}

/* fix alignement of like and tweet */
.twitter-share-button {
  position:relative !important;
  top:6px;
}

/**************************************************************************************
* FOOTER
**************************************************************************************/

footer {
	background-color: #fbfbfb;
	font-size: 12px;
	/*background-image: url(/media/patterns/sayagata-400px.png);*/
}

footer .sitemap {
	padding: 60px 0px 20px 0px;
}

footer .sitemap h4 {
	font-size: 18px;
	margin-bottom: 22px;
}

footer .sitemap a {
	display: block;
	color: #000
}

footer .sitemap a:hover {
	color: rgba(0,0,0,0.6);
}

footer .sitemap a.social-media-icon {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0.2rem;
	display: inline-block;
}

footer .copy {
	padding: 40px 0px 40px 0px;
}

footer .login {
	padding: 10px 0px 10px 0px;
}

footer .glare-logo {
	width: 160px;
}



