/*
 *
 * LOGSIZE Styling
 *
 */

/* Font Face */

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/proximanova-regular-webfont.eot');
  src: url('./fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/proximanova-regular-webfont.woff') format('woff'),
       url('./fonts/proximanova-regular-webfont.ttf') format('truetype'),
       url('./fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/proximanova-italic-webfont.eot');
  src: url('./fonts/proximanova-italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/proximanova-italic-webfont.woff') format('woff'),
       url('./fonts/proximanova-italic-webfont.ttf') format('truetype'),
       url('./fonts/proximanova-italic-webfont.svg#proxima_novaitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/proximanova-light-webfont.eot');
  src: url('./fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/proximanova-light-webfont.woff') format('woff'),
       url('./fonts/proximanova-light-webfont.ttf') format('truetype'),
       url('./fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/proximanova-semibold-webfont.eot');
  src: url('./fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/proximanova-semibold-webfont.woff') format('woff'),
       url('./fonts/proximanova-semibold-webfont.ttf') format('truetype'),
       url('./fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/proximanova-bold-webfont.eot');
  src: url('./fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/proximanova-bold-webfont.woff') format('woff'),
       url('./fonts/proximanova-bold-webfont.ttf') format('truetype'),
       url('./fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
  font-weight: 700;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/proximanova-black-webfont.eot');
  src: url('./fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/proximanova-black-webfont.woff') format('woff'),
       url('./fonts/proximanova-black-webfont.ttf') format('truetype'),
       url('./fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
  font-weight: 900;
  font-style: normal;
}


/* Base */

body, html {
    height: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Proxima Nova', sans-serif;
  background-color: #f5f5f5;
  color: #565a5c;
}

hr {
  border-top: 1px solid #dce0e0; 
}

strong{
	font-weight: 600;
}

.plain-bold{
  font-weight: 600;
}

/* Type */

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    text-rendering: optimizelegibility;
}

h1, .h1 { font-weight: 300; font-size: 48px; }
h2, .h2 { font-weight: 300; }
h3, .h3 { font-weight: 300; }
h4, .h4 { font-weight: 600; }
h5, .h5 { font-weight: 700; }
h6, .h6 { font-weight: 700; }


.text-normal { color: inherit; }
.text-bold { font-weight: bold !important; }
.text-lead { font-size: 16px; }

.text-contrast { color: #fff; }

.text-muted { color: #999; }

.text-reset{ padding: 0; margin: 0; }

.text-wrap { word-wrap: break-word; }

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-quote {
	font-size: 22px;
    margin: 0;
}	

.text-quote:before {
	content: "\201C";
	font-size: 24px;
	font-weight: bold;
	line-height: 0;
	margin-right: 10px;
}

.text-lg,
.test-large{
	font-size: 18px;
}

.text-md,
.text-medium{
	font-size: 16px;
}

.text-sm,
.test-small{
	font-size: 13px;
}

.text-xs,
.text-tiny{
	font-size: 12px;
}

.bordered:after {
	content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    margin-top: 20px;
    margin-bottom: 30px;
}

.panel .bordered:after{ margin-bottom: 15px; }

.no{ font-size: 18px; margin-top: 10px; }

.price{ font-size: 14px; }
.price strong{ font-size: 24px; }
.price span{ font-size: 14px; }


/* Buttons */

a, 
button{ 
  transition: all 0.2s ease-in-out; 
}

a:focus,
button:active,
button:focus{
  outline: none !important;
}

a {
  color: #507fbe;
  text-decoration: none; 
}

a:hover, 
a:focus {
	color: #3b66a0;
	text-decoration: none; 
}

.btn {
	border-radius: 2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
}

.btn:active,
.btn.active,
.open > .btn.dropdown-toggle {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.65;
}

.btn-lg{
  padding-left: 30px;
  padding-right: 30px;
}

.btn-huge{
	font-size: 20px;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
}

/* Button types */

.btn-link {
  color: #507fbe;
  font-weight: normal;
  border-radius: 0; 
}

.btn-link:hover, 
.btn-link:focus {
    color: #3b66a0;
    text-decoration: none;
    background-color: transparent; 
}

.btn-default {
  color: #565a5c;
  background-color: #fff;
  border-color: #c5c5c5; 
}

.btn-default:hover {
    background-color: #fff;
	border-color: #aaa;
}

.btn-default:focus,
.btn-default.focus {
	background-color: #fff;
	border-color: #c5c5c5;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-color: #f2f2f2;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  background-color: #f2f2f2;
  border-color: #aaa;
}

.btn-primary {
  color: #fff;
  background-color: #507fbe;
  border-color: #507fbe; 
}

.btn-primary:hover {
    color: #fff;
    background-color: #4170af;
    border-color: #4170af;
}

.btn-primary:active, .btn-primary.active,
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #668fc6;
    border-color: #668fc6;
}

.btn-primary:active:hover, .btn-primary:active:focus, 
.btn-primary:active.focus, .btn-primary.active:hover, 
.btn-primary.active:focus, .btn-primary.active.focus, 
.open > .btn-primary.dropdown-toggle:hover, 
.open > .btn-primary.dropdown-toggle:focus, 
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #4577ba;
    border-color: #4577ba;
}

.btn-success {
	color: #fff;
    background-color: #9ac566;
    border-color: #9ac566;
}

.btn-success:hover {
    color: #fff;
    background-color: #8bbd50;
    border-color: #8bbd50;
}

.btn-success:active, .btn-success.active,
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #a9cd7c;
    border-color: #a9cd7c;
}

.btn-success:active:hover, .btn-success:active:focus, 
.btn-success:active.focus, .btn-success.active:hover, 
.btn-success.active:focus, .btn-success.active.focus{
    color: #fff;
    background-color: #93c15b;
    border-color: #93c15b;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #42b6d9;
    border-color: #42b6d9;
}

.btn-info:active, .btn-info.active,
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #74cae3;
    border-color: #74cae3;
}

.btn-info:active:hover, .btn-info:active:focus,
.btn-info:active.focus, .btn-info.active:hover, 
.btn-info.active:focus, .btn-info.active.focus{
    color: #fff;
    background-color: #4ebbdb;
    border-color: #4ebbdb;
}

.btn-warning {
    color: #fff;
    background-color: #d0d61b;
    border-color: #d0d61b;
}

.btn-warning:hover {
    color: #fff;
    background-color: #b6bb18;
    border-color: #b6bb18;
}

.btn-warning:active:hover, .btn-warning:active:focus, 
.btn-warning:active.focus, .btn-warning.active:hover, 
.btn-warning.active:focus, .btn-warning.active.focus {
    color: #fff;
    background-color: #c3c819;
    border-color: #c3c819;
}

.btn-danger{
	background-color: #b32025;
	border-color: #b32025;
}

.btn-danger:hover {
    color: #fff;
    background-color: #991b20;
    border-color: #991b20;
}

.btn-danger:active, .btn-danger.active,
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #cd252a;
    border-color: #cd252a;
}

.btn-danger:active:hover, .btn-danger:active:focus, 
.btn-danger:active.focus, .btn-danger.active:hover, 
.btn-danger.active:focus, .btn-danger.active.focus {
    color: #fff;
    background-color: #a61e22;
    border-color: #a61e22;
}

.btn-outline{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline:hover,
.btn-outline:focus{
	background-color: rgba(255,255,255,0.1);
}

.btn-primary-outline{
  background-color: #fff;
  border-color: #507fbe;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus{
	background-color:#507fbe;
	border-color: #507fbe; 
}

.btn-download {
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    width: 127px;
    padding: 7px 10px;
    text-align: center;
    background: #000;
    border-radius: 4px;
}

.btn-download img{ max-width: 100%; }

/* Links */

.link-reset,
.link-icon { 
  color: inherit;
}

.link-reset:hover,
.link-reset:focus,
.link-reset:active {
	color: inherit;
	outline: none;
	text-decoration: none;
}

.link-contrast {
  color: #fff;
}

.link-contrast:hover,
.link-contrast:focus {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

.link-contrast:active {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

a.text-normal, 
a.text-normal:hover, 
a.text-normal:focus{
    color: inherit;
}

/* Forms */

.form-control{
  	box-shadow: none;
  	border-radius: 2px;
	transition: all 0.2s ease-in-out; 
}

.form-control:focus{
  	box-shadow: none;
}

label { 
	color: #565a5c;
	font-weight: normal; 
}


/* Dropdowns */

.dropdown-menu{
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
	white-space: normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #507fbe;
}


/* Panels */

.panel{
  background-color: #fff;
  border: 1px solid #dce0e0;
  color: #565a5c;
  margin: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
}

.panel-light { background-color: #fff; }
.panel-dark { background-color: #edefed; }

.panel-heading, 
.panel-header, 
.panel-body, 
.panel-footer {
  border-top: 1px solid #dce0e0;
  margin: 0;
}

.panel-heading:first-child,
.panel-heading + .panel-body,
.panel-header:first-child,
.panel-header + .panel-body,
.panel-body:first-child,
.panel-body + .panel-body,
.panel-footer:first-child,
.panel-footer + .panel-body {
	border-top: none; 
}

.panel-heading, 
.panel-header {
  color: #565a5c;
  background: #edefed;
  border-bottom: 1px solid #dce0e0;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  
}

.panel-footer{ background-color: #fff; }

.panel-image{ position: relative; }
.panel-item{ padding: 10px; }


/* Spacer */

.space-1 { margin-bottom: 7.5px; }
.space-top-1 { margin-top: 7.5px; }

.space-2 { margin-bottom: 15px; }
.space-top-2 { margin-top: 15px; }

.space-3 { margin-bottom: 22.5px; }
.space-top-3 { margin-top: 22.5px; }

.space-4 { margin-bottom: 30px; }
.space-top-4 { margin-top: 30px; }

.space-5 { margin-bottom: 37.5px; }
.space-top-5 { margin-top: 37.5px; }

.space-6 { margin-bottom: 45px; }
.space-top-6 { margin-top: 45px; }

.space-7 { margin-bottom: 52.5px; }
.space-top-7 { margin-top: 52.5px; }

.space-8 { margin-bottom: 60px; }
.space-top-8 { margin-top: 60px; }

.space-9 { margin-bottom: 67.5px; }
.space-top-9 { margin-top: 67.5px; }

.space-10 { margin-bottom: 75px; }
.space-top-10 { margin-top: 75px; }

.space-11 { margin-bottom: 82.5px; }
.space-top-11 { margin-top: 82.5px; }

.space-12 { margin-bottom: 90px; }
.space-top-12 { margin-top: 90px; }


/* Row */

.row-condensed{
	margin-right: -10px;
    margin-left: -10px;
}

.row-condensed [class^="col-"]{
	padding-right: 10px;
    padding-left: 10px;
}


/* Media helpers */

.background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.media-card{
	background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.media-photo {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    background-color: #f5f5f5;
    backface-visibility: hidden;
}

.media-cover{
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.media-mask{
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #000;
    opacity: 0.1;
}

.media-round {
    border-radius: 50%;
    border: 2px solid #fff;
}

.media-icon{
	background: #b32025;
    color: #fff;
    display: block;
	border-radius: 50%;
	width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.media-icon .fa{ line-height: 32px; }

.img-responsive-height {
    width: auto;
    height: 100%;
}


/* Vertical align */

.va-container {
	display: table;
	position: relative;
}

.va-container-v { height: 100%; }
.va-container-h { width: 100%; }

.va-top,
.va-middle,
.va-bottom { 
	display: table-cell;
}

.va-top { vertical-align: top; }
.va-middle { vertical-align: middle; }
.va-bottom { vertical-align: bottom; }


/* Items */

.item .panel-body{ border: none; }

.item-img { padding-bottom: 76%; }
.item-name{ font-weight: normal; margin: 0 0 5px 0; }
.item-description{ height: 20px; }


/* Sections */

.section{
	background-color: transparent;
	position: relative;
	/*border-bottom: 1px solid #dce0e0;*/
}

[class^="section section-"]{
	padding-top: 30px;
	padding-bottom: 30px;	
} 

.section-default { background-color: #fff; }
.section-light { background-color: #f5f5f5; }
.section-lighter { background-color: #edefed; }
.section-neutral { background-color: #dce0e0; }
.section-dark { background-color: #565a5c; color: #fff; }
.section-primary{ background-color: #507fbe; color: #fff; }
.section-secondary{ background-color: #cad840; color: #fff; }

.section-head .section-title{ display: inline-block; }
.section-head .more{ margin: 0 12px; }

.section-benefits .fa{
	font-size: 36px;
	color: #b32025;
}

.section-about{ }
.section-about .fa{ }
.section-about .media-left{ min-width: 40px; }

.section-download{ }

.section-prices .panel{
	border: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.2s ease-in-out;
}

.section-prices .panel:hover{
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.section-subscribe{  }
.section-subscribe .form-control{ min-width: 320px; }

.section-qa a{ color: #565a5c; }
.section-qa a:hover{ color: #507fbe; }

.section-qa .fa{
	font-size: 36px;
	margin-bottom: 5px;
	display: block;
}

.connect{ margin-left: -30px; }
.connect img{ margin: 0 auto; }

/* Header */

.headerbar-wrap {
	background: transparent;
	position: fixed;
    width: 100%;
    z-index: 9;
    transition: all 0.4s ease;
}

.headerbar{
    display: flex;
    align-items: center;
    height: 80px;
}

.headerbar-logo {
    background-image: url("../img/logsize-logo.png");
    background-position: left top;
    background-repeat: no-repeat;
    width: 160px;
    height: 30px;
    display: block;
    margin-right: 10px;
}

.headerbar-nav {
    color: #fff;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.headerbar-nav > * { margin-left: 15px; }

.headerbar-nav .dropdown-menu-right{
    width: 200px;
    margin-top: 6px;
}

.headerbar-menu{
	margin-left: 15px;
	display: none;
}

.nav>li>a:focus, 
.nav>li>a:hover{
	background: transparent;
}

.navbar-nav>li>a{
	padding-left: 20px;
	padding-right: 20px;
}

.nav-profile{
    color: #fff;
    display: flex;
    align-items: center;
}

.nav-profile > * { margin-right: 8px; }

.nav-profile .avatar{
	max-width: 24px;
	max-height: 24px;
}

.nav-link{
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.nav-link .fa{ font-size: 20px; }

.nav-link__text{ margin-left: 8px; }

.navbar-toggle{ padding: 5px; }

.navbar-toggle .icon-bar{
	background: #fff;
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle:hover{ background: transparent !important; }

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar { transform: rotate(0); }
.navbar-toggle.collapsed .middle-bar { opacity: 1; }
.navbar-toggle.collapsed .bottom-bar { transform: rotate(0); }


@keyframes enter-floating-menu{
    from { top: -52px }
    to { top: 0 }
}

.fixed{ background: #b32025; }
.fixed .headerbar{ height: 52px; }

.sticky{
	background: #b32025;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.15);
  -moz-animation: enter-floating-menu 0.3s 1;
  -webkit-animation: enter-floating-menu 0.3s 1;
  animation: enter-floating-menu 0.3s 1;
}

.sticky .headerbar{ height: 52px; }
.sticky .headerbar-menu{ display: block; }

/* Footer */

footer{
	padding: 0 0 10px;
}


/* Keyframes */

@keyframes hero-opacity {
    0% {
	    opacity: 0;
	}
	100% {
	    opacity: 1;
	}
}

@keyframes ken-burns {
    0% {
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	100% {
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
	}
}

/* Content */


.wrap{
	padding-left: 4%;
	padding-right: 4%;
}

.hero{
	background-color: #000;
	overflow: hidden;
	position: relative;
	/*
	height: 100vh;
	min-height: 40vw;
	max-height: 180vw;
	z-index: 0;
	*/
}

.hero-wrap{
	position: relative;
    margin: 0;
    /*padding-top: 74%;*/
    height: 520px;
}

.hero-bg{
	/*
	overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	*/

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
	position: relative;
	min-height: 100%;
    -webkit-animation: hero-opacity 1s 0.5s ease-in-out both, ken-burns 10s both;
    animation: hero-opacity 1s 0.5s ease-in-out both, ken-burns 10s both;
    
}

.hero-bg .image {
    bottom: 0;
    height: 100%;
    position: absolute;
    width: auto;
    height: auto;
    width: 100%;
}

.hero-text{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	z-index: 1;
}

.hero-text .btn{
	box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}

.hero-text .btn img{
  margin: -5px 10px 0 -10px;
  border-right: 1px solid rgba(255,255,255,0.15);
  padding-right: 15px;
}

.hero-tablet{
	background: url("../img/tablet.png") center no-repeat;
	text-align: center;
	width: 722px;
  height: 460px;
  margin: -180px auto 30px;
  position: relative;
}

.navbar-nav>li>a.gplay{
  padding: 8px 0 8px 15px;
}

/* Tin Nav */

.tin-nav{
    background-color: #141414;
    color: #777;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.tin-nav .nav-justified li{
	padding: 15px;
	border-right: 1px solid #333;
	transition: all 0.2s ease-in-out; 
	
    display: table-cell;
    width: 1%;
}

.tin-nav .nav-justified li:hover{ color: #fff; }
.tin-nav .nav-justified li:last-child{ border: none; }

.tin-nav .nav-justified li .fa{
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.icon-step{ opacity: 0.7; } 
/*
.step:hover{ 
	background-color: #fff; 
	border-radius: 2px; 
	box-shadow: 0 5px 50px rgba(0,0,0,0.05);
}
*/

/* Media queries */

@media (min-width: 768px){
	.bordered:after{ height: 2px; margin-top: 15px; }
	.tin-nav .nav-justified li{ font-size: 18px; }
	.tin-nav .nav-justified li .fa{ font-size: 36px; }

}

@media (min-width: 992px){
	.lang{ margin-left: 10px; }
	.connect img{ margin: 0; }
}

@media (min-width: 1200px){

}

