@import url('webfonts/roboto_light_macroman/stylesheet.css');
html, body {
	font-family: Arial, Helvetica, sans-serif ;
	background-color: #fff;
	color: #636b6f;
	margin: 0;
}
h1, h2 {
font-family: robotolight, sans-serif ;}
body.front{height:100%;height: 100vh;
}
section:before, section:after {
		content: "";
		display: table;
}
.full-height {
		height: 100vh;
}
.front-height {
	height: 100vh;
}
.home-hero-outer {position:relative;height:100%;height: 100vh;}
.home-hero:before {
	position:absolute;
	width:100%;
	height:100%;
	content: "";
  left: 0;
  top: 0;
	display: block;
	background-image:url(../images/pattern.png);
	-webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
	box-sizing: border-box;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #585858;
}
.home-hero-inner {height:100%;height: 100vh;}
.home-hero-inner .navbar-default .navbar-brand,
.home-hero-inner .navbar-default .navbar-brand:focus, 
.home-hero-inner .navbar-default .navbar-brand:hover {color:#fff;}

.front-height .title {color:#fff;
/*text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
    -webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
    -moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);*/}
		
.modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.home-hero-inner .navbar-default{background-color:transparent; color:#fff;}
.home-hero-inner .navbar-default {background-color:transparent; color:#fff;}
.home-hero-inner .navbar-default .navbar-nav > li > a, 
.home-hero-inner .navbar-default .navbar-text
{color:#fff;text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  text-shadow:none;
}
@media (min-width: 600px) {
	.front-height {
		height: 80vh;
	}
	.home-hero-outer {position:relative;/*height:80%;height: 80vh;*/}
}
.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}

.position-ref {
		position: relative;
}

.front .navbar-default {
	position: absolute;
	right: 0;
	top: 0;
	width:100%;
	padding-right:10px;
	padding-left:10px;
}

.content {
		text-align: center;
}

.title {
	font-size: 3rem;
}
.title2 {
	font-size: 2rem;
}
.links > a {
		color: #636b6f;
		padding: 0 25px;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: .1rem;
		text-decoration: none;
		text-transform: uppercase;
}

.m-b-md {
		margin-bottom: 30px;
}
.SearchBox {
		outline: none;
		position: relative;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SearchBox .SearchButton {
    width: 50px;
    height: 50px;
    background-size: 24px 24px;
		border-radius:0;
}
.SearchBox.SearchBoxS .SearchButton {
    width: 40px;
    height: 40px;
}
.SearchBox .InputBox {
    overflow: hidden;
}
.InputBox {
    position: relative;
}
.InputBox .search-input-box {
    padding: 10px 35px 10px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    z-index: 2;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    outline: none;
    border: 1px solid #ccc;
		border-right:none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.SearchBox .InputBox .search-input-box {
    height: 50px;
}
.SearchBox.SearchBoxS .InputBox .search-input-box {
    height: 40px;
}

/***********/
html.app, html.app body {
    height: 100%;
}

html.app body {
    overflow: hidden;
    /*background: #000 url('../img/background.jpg') 0 0 repeat;*/
    position: relative;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #00a6eb;
}

#header {
    background: #fff;
    height: 64px;
    overflow: hiddent;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.logo {
    float: left;
}

.logo img {
    margin: 10px 0 0 10px;
    padding: 8px 10px 8px 0;
    border-right: 1px solid #eee;
    width: 180px;
}

.info {
    padding: 20px 0 0 10px;
    font-size: 16px;
    color: #555;
    float: left;
}

.info a {
    font-weight: bold;
    text-decoration: underline;
}

.info a:hover {
    text-decoration: none;
}

/* Preview Frame */
#preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
    transition: all .2s;
}

#preview-frame {
    border: 0;
    position: absolute;
    transition: 0.5s;
}

.preview-desktop {
    left: 0;
    width: 100%;
    height: 100%;
}

.preview-tablet {
    width: 768px;
    height: 100%;
    left: calc(50% - 384px);
}

.preview-mobile {
    width: 360px;
    height: 680px;
    left: calc(50% - 180px);
    top: 0;
    margin-top: 20px;
}

/* Preview Devices buttons */

.preview-devices {
    display: none;
    float: left;
    padding: 10px 0 0 15px;
}

.preview-devices ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    line-height: 1.0;
}

.preview-devices li {
    float: left;
    width: 50px;
    overflow: hidden;
    text-align: center;
}

.preview-devices a {
    font-size: 18px;
    overflow: hidden;
    color: #555;
    outline: 0;
    width: 50px;
    padding: 10px 0;
    display: inline-block;
}

.preview-devices li:hover a, .preview-devices .preview-devices-active a {
    color: #00a6eb;
}

.preview-devices-active a {
    border-bottom: 2px solid #00a6eb;
}

.preview-devices-active a {
    padding-bottom: 11px;
}

.preview-devices li:hover a, .preview-devices li.preview-devices-active a {
    color: #00a6eb;
}

.preview-devices li:hover, .preview-devices li:hover a {
    transition: color 0.3s ease;
}


/* Navigate Buttons */

.navigate {
    z-index: 1;
    padding: 11px 11px 0 0;
    float: right;
}

.navigate ul {
    padding: 0;
    margin: 0;
    float: right;
    list-style: none;
}

.navigate ul li {
    display: inline;
}
            
.navigate ul li a {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 10px 10px;
    border: solid 1px #dfdfdf;
    border-radius: 4px;
    color: #828282;
    float: left;
    line-height: 1px;
    margin: 0 0 0 5px ;
}

.navigate a:hover {
    border: solid 1px #00a6eb;
    color: #00a6eb;
}

.navigate ul li a.download {
    background: #00a6eb;
    border: solid 1px #00a6eb;
    color: #fff;
    font-size: 14px;
    padding: 12px 14px;
    font-family: arial, sans-serif;
}

.navigate ul li a.download i {
    font-size: 16px;
    float: left;
}

.navigate a.download:hover {
    background: #1bbcff;
}

.navigate a.download span {
    font-size: 14px;
    display: inline-block;
    line-height: 14px;
}

.navigate a.first-latest {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: #fff;
}

.social-share {
    position: fixed;
    bottom: 0;
    height: 40px;
    text-align: center;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-top: 10px;
    width: 380px;
    left:calc(50% - 190px);
}

.social-share a {
    text-align: center;
    padding: 8px 6px;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
    background: #fff;
    margin: 0 1px 0 1px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
}

.social-share a:hover {
   border: 1px solid #ccc;
}

.social-share .icon-twitter {
    color: #1DA1F3;
}

.social-share .icon-facebook {
    color: #3B5998;
}

.social-share .icon-pinterest-circled {
    color: #BD081C;
}

.social-share .icon-gplus {
    color: #DB4437;
}

.icon-cancel-circled {
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
    color: #888;
    transition: 0.3s;
}

.icon-cancel-circled:hover {
    color: red;
}

@media (max-width: 1023px) {
	.preview-devices {
			display: none;
	}
}

@media (max-width: 767px) {
	.title h1 {font-size:24px;}
	.title h2 {font-size:18px;}
	.logo, .info {
		display: none;
	}
	
	.navigate {
		float: none;
		margin: 0 auto;
		text-align: center;
		display: table; 
		padding-right: 0;
		width: 100%;
	}
	
	.navigate ul {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
	.navigate .navigate-like {
		display: none;
	}
	
	.navigate a.download span {
		display: none;
	}
	.navigate ul li a.download {
		font-size: 20px;
		display: block;
		float: left;
		line-height: 1px;
		margin: 0 0 0 5px ;
	}
	
	.navigate ul li a.download i {
		font-size: 20px;
		float: none;
	}
	
	.navigate ul li a, .navigate ul li a.download  {
		width: 17%;
		margin-left: 2%;
		padding: 10px 0;
	}
}
