/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    
}

html,body {
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #03acc8;
    text-shadow: none;
}

::selection {
    background: #03acc8;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
input,button{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#555;
	font-size:14px;
	font-weight: 400;
	padding:8px;
	width:220px;
	text-decoration:none;
	outline:none;
}
input.checkbox{
	width: auto;
}
input[type="radio"]{
	width: auto;
}
.styled-select {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display: inline-block;
	width: 95%;
	padding:0 8px;
	color:#03acc8;
	margin-top: 20px;
	overflow: hidden;
	background:  url(../img/select_down.png) no-repeat right white;
}
.styled-select select {
    width: 100%;
    background: transparent;
    overflow: hidden;
    outline: 0;
    color:#03acc8 !important;
    height: 28px;
    border: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
}
    
    
    
    

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
textarea {
    resize: vertical;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline
}
ul{
	list-style: none;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.error{
	margin-top: 0.7em;
    color: red;
    padding: 0.2em;
}
.container{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.content {
	background: #fff;
	padding-top: 1em;
	padding-bottom: 7em;
	color:#333;
}
.content h2{
	color:#03acc8;
	font-size: 22px;
}
.content h3{
	padding-top: 1em;
	color: #03acc8;
}


.hm_form label{
	width:250px;
	display: inline-block;
	line-height: 20px;
}
.hm_form input{
	margin-top: 8px;
	background-color: #ddd;
}
.hm_form .button{
	margin-left: 250px;
	margin-top:25px;
	width:235px;
}
.hm_form .styled-select{
	width:220px;
	margin-top:8px;
	background-color: #ddd;
	
}
.hm_form .styled-select select{
	width:270px;
	color: #333 !important;
}


#warning{
	background: #68cad9;
	width: 100%;
	font-weight: 400;
	color: #FFF;
	
	border-bottom:1px solid #ececec;	
	padding:1em 0;
}
#warning strong{
	font-size:14px;
}
#warning_padding{
	padding-bottom: 55px;
}

.smallwarning{
	background-color: #f1b3b3;
	border: 1px solid #e26e6e;
	padding: 20px;
	color:#a12830;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
}
.smallwarning img{
	padding-right: 10px;
}



nav.main{
	background: #fff;
	width: 100%;
	font-weight: 400;
	color: #03acc8;
	border-bottom:1px solid #ececec;	
	position:fixed;
	padding:1em 0;
	z-index:999;
}
nav.main ul li{
	display:inline-block;
	padding:2.1em 2px;
}
nav.main ul li a{
	color: #03acc8;
	padding:10px 15px;
}
nav.main ul li a:hover{
	color: #03acc8;
	text-decoration: none;
	background-color: #cfeaef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
nav.main ul li a.selected{
	color:#fff;
	background-color: #03acc8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.small{
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
	color:#FFF;
	margin-top:10px;
}

.button {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:14px;
	font-weight: 400;
	padding:7px 31px;
	text-decoration:none;
}
.button:hover {
	
}
.button:active {
	position:relative;
	top:1px;
}
.btn_login{
	background-color: #ff7800;
	-moz-box-shadow: 0px 2px 0px 0px #924500;
	-webkit-box-shadow: 0px 2px 0px 0px #924500;
	box-shadow: 0px 2px 0px 0px #924500;
	padding-top:9px;
	padding-bottom: 8px;
	width:238px;
	color:#FFF !important;
	margin-bottom: 15px;
}
.btn_header, .btn_footer{
	background-color: #ff7800;
	-moz-box-shadow: 0px 2px 0px 0px #924500;
	-webkit-box-shadow: 0px 2px 0px 0px #924500;
	box-shadow: 0px 2px 0px 0px #924500;
	padding-top:9px;
	padding-bottom: 8px;
	margin-left:10px;
}
.btn_header:hover, .btn_footer:hover{
	-moz-box-shadow: 0px 1px 0px 0px #924500;
	-webkit-box-shadow: 0px 1px 0px 0px #924500;
	box-shadow: 0px 1px 0px 0px #924500;
	padding-bottom: 9px;
}
.btn_submit{
	background-color: #ff7800 !important;
	-moz-box-shadow: 0px 2px 0px 0px #924500;
	-webkit-box-shadow: 0px 2px 0px 0px #924500;
	box-shadow: 0px 2px 0px 0px #924500;
	padding-top:9px !important;
	padding-bottom: 8px !important;
}
.btn_submit:hover{
	-moz-box-shadow: 0px 1px 0px 0px #924500;
	-webkit-box-shadow: 0px 1px 0px 0px #924500;
	box-shadow: 0px 1px 0px 0px #924500;
	padding-bottom: 8px !important;
}
.btn_outline{
	margin-right: 10px;
	border: 2px solid #FFF;
}
.btn_outline:hover{
	border:2px solid #ddd;
}
.btn_register{
	background-color: #03acc8;
	-moz-box-shadow: 0px 2px 0px 0px #1884a0;
	-webkit-box-shadow: 0px 2px 0px 0px #1884a0;
	box-shadow: 0px 2px 0px 0px #1884a0;
	padding-top:9px !important;
	padding-bottom: 8px !important;
}
.btn_download{
	text-align: center;
	background-color: #ff7800;
	-moz-box-shadow: 0px 2px 0px 0px #924500;
	-webkit-box-shadow: 0px 2px 0px 0px #924500;
	box-shadow: 0px 2px 0px 0px #924500;
	padding-top:17px;
	padding-bottom: 16px;
	margin-left:10px;
	margin-bottom: 5px;
}
.btn_download img{
	padding-right: 20px;
}
.btn_download:hover{
	-moz-box-shadow: 0px 1px 0px 0px #924500;
	-webkit-box-shadow: 0px 1px 0px 0px #924500;
	box-shadow: 0px 1px 0px 0px #924500;
	padding-bottom: 16px;
}
.otherdownload{
	padding-top: 10px;
	font-size:11px;
	padding-left:10px; 
	color:#bebebe;
}
.otherdownload a{
	color:#bebebe;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
}



.app_logo{
	text-align: center;
	padding-bottom: 30px;
}
.logout{
	float:right;
	padding-right: 30px;
	padding-top:10px;
}
.login .btn_login{
	width: auto;
	padding-left:45px;
	padding-right: 45px;
	margin-right: 25px;
}
.login .checkbox{
	width: auto;
}

header{
	padding-top: 5.7em;
	padding-bottom: 2.7em;
	position: relative; 
	background: #03acc8;
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-position: center center;

}
header h1{
	color:#fff;
	text-align: left;
	padding-top:1.8em;
	font-size: 39px;
	font-weight: 400;
	
	
}



#app_loginleft{
	color:#333;
	background-image: url(../img/bg_logreg.jpg);
	background-size: cover;
	background-position: center center;
	height: 100%;
	float: left;
	width: 40%;
	position: fixed;
}
#app_loginleft h2{
	padding-top:20%;
	color:#FFF;
	padding-left:15%;
	padding-right: 15%;
	font-size: 24px;
	font-weight: 600;
}
#app_loginleft h3{
	color:#FFF;
	padding-left:15%;
	padding-right: 15%;
	font-size: 18px;
	font-weight: 400;
}
#app_loginleft .app_logo{
	padding-top:20%;
}
#app_loginleft .app_slogan{
	padding-left:40px;
	padding-right:40px;
}
#app_loginright{
	float: left;
	width: 60%;
	margin-left: 40%;
}
#app_loginright .login{
	padding-top:15%;
	padding-left: 10%;
	padding-right: 10%;
}
#app_loginright .login h2{
	font-weight: 400;
	font-size: 22px;
	color: #03acc8;
}
#app_loginright .login h3{
	font-weight: 200;
	color: #03acc8;
}
#app_loginright .login p{
	padding-top: 20px;
}
#app_loginright .terms{
	font-size: 12px;
	color: #666;
}
#app_loginright .hm_form{
	padding-top: 40px;
	
}

#app_loginright .hm_form label{
	font-weight: 600 !important;
	font-size: 13px !important;	
	display: block !important;
	width: auto !important;
	color: #666;
}
#app_loginright .hm_form input[type="text"], #app_loginright .hm_form input[type="password"]{
	background: none !important;
	border: 1px solid #ddd;
	width: 60%;
}
#app_loginright .hm_form .remember{
	color:#666;
	padding-left: 5px;
	font-size: 13px;
}
#app_loginright .hm_form .forgotpw{
	color:#666;
	font-size: 13px;
}
#app_loginright .new {
	width: 80%;
	border-top: 1px solid #DDD;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#app_loginright .new h3{
	color:#03acc8;
}
#app_loginright .btn_login{
	margin-left:0px;
	background-color: #ff7800 !important;
	width: 62%
}


#app_register{
	padding-top: 5em;
	padding-bottom: 4em;
	color:#333;
}
#app_register .register{
	background-color: #f0f0f0;
	border:1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	padding:25px;
}
#app_register .register input{
}

#app_register .register h3{
	color:#03acc8;
	padding-bottom: 20px;
}

#app_register #stage{
	display: none;
}
#app_register .styled-select{

}
#app_register #submit_btn{
	margin-top: 15px;
	width:98%;
	margin-left:0px;
	background-color: #ff7800 !important;
}
#app_welcome{
	padding-top:4em;
}
#app_welcome #spam {
	border: 1px solid #03acc8;
	background-color: #cfeaef;
	padding:20px;
	margin-bottom: 20px;
}
#app_welcome #spam h3{
	padding-top: 0px;
}

#app_welcome h2{
	padding-bottom: 1em;
}
#app_welcome #status{
	background-color: #03acc8;
	color:#FFF;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 30px; 
	padding:40px 0;
	position: relative;
}

#app_welcome #status:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #03acc8;
	border-width: 6px;
	margin-left: -6px;
}
#app_welcome .option{
	background-color: #03acc8;
	text-align: center;
	margin-top:30px;
	padding: 40px 0;
	text-decoration: none;
}
#app_welcome .option:hover{
	text-decoration: none;
	background-color: #66c9da; 
}
#app_welcome .option .title{
	color:#FFF;
	font-size: 24px;
	text-align: center;
	font-weight: 800;	
}
#app_welcome .option .price{
	color:#FFF;
	font-size: 18px;
	text-align: center;
	font-weight: 500;	
}
#app_welcome .option .descr{
	color:#FFF;
	font-size: 11px;
	text-align: center;
}





#app_invoices .col2{
	width: 50%;
	float: left;
}
#app_invoices #invoices {
    overflow: hidden;
    padding: 0;
    padding-right:40px;
    margin-top: 25px; }
#app_invoices #invoices li {
      list-style: none;
      padding: 0 10px; }
  #app_invoices #invoices li div {
        padding: 5px 0; }
#app_invoices #invoices .gray {
      overflow: hidden;
      background-color: #eee;
      color: #66c9da;
      }
#app_invoices #invoices #thead {
      background-color: #66c9da;
      overflow: hidden; }
  #app_invoices #invoices #thead div {
        color: #fff; }
#app_invoices #invoices .inv_date {
      float: left;
      width: 15%; }
#app_invoices #invoices .inv_number {
      float: left;
      width: 15%; }
#app_invoices #invoices .inv_ammount {
      float: left;
      width: 15%;
      text-align: right; }
#app_invoices #invoices .inv_state {
      float: left;
      width: 15%;
      text-align: right; }
#app_invoices #invoices .inv_label {
      float: left;
      width: 20%; }
#app_invoices #invoices .inv_pdf {
      float: left;
      width: 15%;
      text-align: right; }
#app_invoices #invoices .li_item {
      overflow: hidden;
      border-bottom: 1px solid #f0f0f0;
      padding: 7px;
      background-color: #fafafa;
      color: #a0a0a0; }
  #app_invoices #invoices .li_item strong {
        color: #66c9da; }
  #app_invoices #invoices .li_item .price {
        padding-top: 14px; }
#app_invoices #invoices strong {
      color: #66c9da;
      font-size: 14px;
       }
#app_invoices #invoices h3 {
      margin-top: 15px;
      margin-bottom: 10px;
      color: #66c9da;
      font-size: 16px;
      border-bottom: 1px solid #66c9da;
      padding-bottom: 8px; }
#app_invoices #invoices .billed {
      margin-top: 20px; }
#app_invoices #invoices #priceblock {
      clear: both;
      overflow: hidden;
      border: 1px solid #dedede;
      margin-top: 50px; }
  #app_invoices #invoices #priceblock #status {
        padding: 10px 0;
        text-align: center;
        background-color: #66c9da;
        color: #FFF;
        font-size: 20px; }
  #app_invoices #invoices #priceblock #date {
        padding: 10px 0;
        text-align: center;
        background-color: #94d7e7;
        color: #FFF;
        font-size: 20px; }
  #app_invoices #invoices #priceblock #price {
        clear: both;
        padding: 20px 0;
        text-align: center;
        color: #66c9da;
        font-size: 20px; }

#app_subscription #status{
	background-color: #69cbda;
	color:#FFF;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 30px; 
	padding:40px 0;
	position: relative;
}

#app_subscription #status:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #69cbda;
	border-width: 6px;
	margin-left: -6px;
}

#app_subscription #cancel{
	margin-top: 20px;
	width: 99%;
	text-align: right;
}
#app_subscription #cancel a{
	color:#999;
	font-size: 11px;
}
#app_subscription #action a:hover{
	text-decoration: none;
	background-color: #66c9da; 
}
#app_subscription #action a{
	color:#03acc8;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 30px; 
	padding:30px 0;
	display: block;
	width: 99% !important;
}
#app_subscription .subscr{
	margin-left: 20px !important;
}
#app_subscription .option{
	display:inline-block;
	padding-left: 20px;
	position: relative;
	top:15px;
}
#app_subscription .option .button{
	text-decoration: none;

}
#app_subscription .option .title{
	color:#03acc8;
	font-size: 16px;
	font-weight: 400;
}
#app_subscription .option .price{
	color:#03acc8;
	font-size: 20px;
	font-weight: 800;
}
#app_subscription .option .descr{
	color:#FFF;
	font-size: 11px;
	text-align: center;
}
#app_subscription .block{
	width: 80%;
}

#app_subscription .planoptions{
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#app_subscription .planoptions .col2{
	width: 50%;
	float: left;
	overflow: hidden;
	font-size:16px;
}
#app_subscription .planoptions .col2 .save{
	color: red;
	font-size: 12px;
	padding-top: -4px;
}

#app_subscription .planoptions input{
	padding-top: 25px;
	padding-left: 15px;
	margin-left: 15px;
}
#app_subscription .planoptions label{
	padding-left:15px;
	font-size:16px;
	
	padding-bottom: 10px;
	padding-top: 10px;
}
#app_subscription #freemonth{
	border: 1px solid #03acc8;
	background-color: #cfeaef;
	padding:20px;
	margin-bottom: 20px;
}
#app_subscription #freemonth h3{
	padding-top: 0px;
}

#app_subscription #totalsection{
	padding-top: 20px;
	border-top: 1px solid #333;
	text-align: right;
	font-size: 20px;
}
#app_subscription #totalsection ul li span.ammount{
	width:110px;
	display:inline-block ;
	text-align: right;
}
#app_subscription #currentplan{
	font-size: 20px;
	font-weight: 300;
}
#app_subscription #currentplan_ammount{
	text-align: right;
	font-size: 24px;
	font-weight: 600;
	line-height: 15px;
	padding-bottom: 20px;
}
#app_subscription #currentplan_ammount span{
	font-size: 12px;
	text-align: right;
	font-weight: 300;
}

#app_subscription input{
	background-color: #eee;
	margin-bottom: 10px;
}
#app_subscription #cards{
	width: 230px;
	text-align: right;
	padding-top: 20px;
}
#app_subscription #cards div{
	float:right;
}
#app_subscription .styled-select{
	background-color: #eee;
	width: 95px;
	margin-top: 0px !important;
	margin-bottom: 7px !important;

}
#app_subscription #totalammount{
	width:110px;
	display:inline-block ;
	text-align: right;
}
#app_subscription #nextinvoice{
	border-top: 1px solid #333;
	padding-top: 20px;
	text-align: right;
	font-size: 14px;
}
#app_subscription #nextinvoice b{
	font-size: 16px;
}
#app_subscription #nextinvoice a{
	font-size: 12px;
	color: #999;
}
#app_subscription h2{
	padding-top: 25px;
	padding-bottom: 25px;
}
#app_subscription .valerror{
	border: 1px solid #e26e6e;
}

#app_subscription .frmerror{
	color: #e26e6e;
	border: 1px solid #e26e6e;
	padding: 15px;
	margin-top: 20px;
}
#app_subscription .styled-select select{
	color:#333 !important;
}
#app_subscription .month{
	margin-right: 10px;
}
#app_subscription .country{
	width: 219px;
}
#app_subscription .button{
	width: 235px;
}

#footer_copyright{
	position:fixed;
	z-index: 10;
	bottom:0px;
	width: 100%;
	background-color: #1d94b6;
	padding:20px 0;
	font-size: 11px;
	color:#FFF;
}
#footer_copyright a{
	color:#FFF;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Align tools
 */

.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.margin-right{
	margin-right: 10px;
}
.margin-left{
	margin-left: 20px;
}
.margin-top{
	margin-top: 20px;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 767px) {
    header h1{
    	font-size:28px;
    	padding-top: 120px;
    }
    header h2{
    	font-size: 18px;
    }
    #home_register h2{
    	font-size: 28px;
    }
    #home_register h3{
    	font-size: 14px;
    }
    #home_register input{
    	margin-bottom: 8px;
    }
    #home_register .button{
	    width:235px;
	    margin-left:-10px;
    }
    #home_what h2{
	 	font-size:20px;
	 	padding-left:30px;
	 	padding-right: 30px;      
    }
    #home_what h3{
	 	font-size:14px;   	    
    }
    
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}




/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/** MOBILE NAV **/


/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
	background:#03acc8 url(../img/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav-divider{
		display: none!important;
	}
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:0px 0 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	#app_loginleft{
		float:none;
		width: 100%;
		height:200px;
		background-position: center center;
		position: relative;
	}
	#app_loginleft .app_logo{
		padding-top:20px;
	}
	#app_loginleft img{
		width: 180px;
		height: auto;
		
	}
	#app_loginleft h2, #app_loginleft h3{
		display: none;
	}
	#app_loginright{
		float:none;
		width: 100%;
		margin-left: 0px;
		padding-top: 40px;
	}
	#app_loginright .login{
		padding-top:0;
	}

}
