@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html
{
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #424242;
}

h1
{
	text-transform: none;
	font-size: 40pt;
}

h1 strong
{
	font-weight: 600;
}

h1 span
{
	font-weight: 400;
}

h2
{
	font-size: 24pt;
	letter-spacing: 2px;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	color: #2966A2;
}

h4
{
	font-size: 16pt;
	letter-spacing: 0px;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	color: #2966A2;
}

h3
{
	font-size: 14px;
	font-weight: 400 !important;
}

div.row-odd
{
    padding-top: 2em;
    padding-bottom: 3em;
    background:#FFFFFF;
    color: #202020;
}
div.row-even
{
    padding-top: 2em;
    padding-bottom: 3em;
    background:#E0E0E0;
    color: #101010;
}

div.content-bottom-right
{
    position: relative;
    top: 70%;
    text-align: right;
    margin-right: 30px;
    letter-spacing: 3px;
    font-size: 16pt;
    font-weight: 200;
}
div.content-top-right
{
    position: relative;
    top: 0%;
    text-align: right;
	margin-right: 10px;
	margin-top: -15px;
}

div.join-button
{
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
	width: 80px;
    height: 34px;
	background: #2966A2;
    text-align: center;
    margin-top: 8px;
}
div.join-button a
{
    position: relative;
    top: 6px;
    color: white;
    font-size: 12px;
    font-weight: 500;
}

div#contents-map
{
	text-align: center;
}
div#contents-map a
{
	margin: 7px 7px 7px 7px;
	padding: 2px 8px 3px 8px;
    white-space: nowrap;
    font-weight: 550;
}
div#contents-map a:hover
{
	background: #2966A2;
	color: #ffffff;
	border-radius: 12px;
}

p
{
	font-family: 'Open Sans', sans-serif;
}

p.intro
{
	font-size: 16px;
	padding: 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

p.autotext-expansion
{
	margin-top: 15px;
}

a
{
	color: #2966A2;
}

a:hover,
a:focus
{
	text-decoration: none;
	color: #2966A2;
}

div.price
{
	/*background-color:#F0F0F0;*/
	border-radius:3px;
	/*padding:5px 5px 1px 10px;*/
	padding:5px 5px 1px 0;
}

div.section-title
{
    padding-top: 1em;
    padding-bottom: 3em;
}

.section-title hr
{
	border-color: #2966A2;
	border-width: 2px;
	width: 100px;
	float: left;
	clear: both;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

div.description-row
{
	margin-bottom: 1em;
}

div.spacer
{
	padding-top: 20px;
}

ul, ol
{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

/* Navigation */
#menu
{
	padding: 10px;
	transition: all 0.8s;
}

#menu.navbar-default
{
	background-color: rgba(255, 255, 255, 55);
	border-color: rgba(66, 66, 66, 0);
}

#menu a.navbar-brand
{
	letter-spacing: 2px;
	text-transform: none;
	font-size: 18px;
	color: #2966A2;
	font-weight: 500;
}

#menu a.navbar-brand span
{
	font-size: 18px;
	color: #2966A2;
	font-weight: 300;
}

#menu.navbar-default .navbar-nav > li > a
{
	color: #27639e;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 0px;
	margin-left: 20px;
	padding-right: 0px;
	margin-right: 10px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	font-weight: 600;
}

ol.synopsis
{
	margin-left: 22px;
}
ol.synopsis > li
{
	padding-top: 5px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

ul.synopsis
{
	margin-top: 20px;
	margin-left: 30px;
}
ul.synopsis > li
{
	padding-top: 5px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
ul.commonproblemsandsolutions > li
{
	list-style-type: none;
	margin-left:-30px;
}

ul.commonproblemsandsolutions > li > ol
{
	margin-left:40px;
}

.on
{
	background-color: rgba(255, 255, 255, 0.9) !important;
	padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
	background-color: transparent;
}

.navbar-toggle
{
	border-radius: 3;
	border-color: #2966A2 !important;
	border-width: 2px;
	width: 32px;
	height: 32px;
	padding: 5px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
	background-color: #2966A2;
	border-color: #2966A2;
}

.navbar-default .navbar-toggle > .icon-bar
{
	background-color: #2966A2;
	width: 18px;
}
.navbar-default .navbar-toggle:hover > .icon-bar
{
	background-color: #FFF;
}

/* Home */
#home
{
	background: url(../img/background-top.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	color: #ffffff;
	letter-spacing: 14px;
}

#home .overlay
{
	height: 400px;
	background-attachment: fixed;
}

span.overlay-thin
{
	display: inline;
	font-weight: 100;
}

div.whatsnew-section-title
{
    padding-top: 3em;
    padding-bottom: 3em;
}

span.whatsnew-uline-emphasis
{
    border-bottom: 3px solid #d8d8d8;
    font-weight: bold;
}
div.whatsnew-ver-title-clearfix
{
    border-top: 2px solid #3C7CBD;
}
span.whatsnew-box-emphasis
{
    border: 2px solid rgb(60, 124, 189);
    border-radius: 3px; 
    padding: 1px 4px 1px 4px; 
    font-weight: bold;
}
span.whatsnew-box-emphasis2
{
    background-color:#e8e8e8;
    border-radius: 3px; 
    padding: 1px 4px 1px 4px; 
    font-weight: bold;
}
span.whatsnew-box-attn
{
    border: 3px solid rgb(233, 123, 123);
    border-radius: 3px; 
    padding: 1px 4px 1px 4px; 
    font-weight: bold;
}
span.whatsnew-new-label
{
    color:white;
    background-color:#2966A2; 
    padding: 2px 6px 2px 6px; 
    border-radius: 3px; 
    margin-right: 4px;
}
span.whatsnew-code
{
    background-color:#e8e8e8; 
    padding: 1px 4px 1px 4px; 
    border-radius: 3px; 
    font-family: 'Consolas', 'Courier New', Courier, monospace;
    font-weight: 600;
}
span.mono
{
    /*background-color:#A1D9FA; */
    background-color:#e8e8e8; 
    padding: 1px 4px 1px 4px; 
    border-radius: 3px; 
    font-family: 'Consolas', 'Courier New', Courier, monospace;
    font-weight: 600;
}
span.whatsnew-title
{
	color: #2966A2;
    font-size: 20px;
}
p.whatsnew-title
{
	font-size: 16px;
	padding: 0;
	line-height: 2em;
	font-family: 'Open Sans', sans-serif;
    line-height:25px;
    font-weight: 600;
    margin-bottom: 25px;
}
p.whatsnew
{
	font-size: 16px;
	padding: 0;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
}
ul.whatsnew
{
    margin-left: 30px;
	font-size: 16px;
    line-height: 1.5em;
}
ul.whatsnew li
{
    margin-top: 10px;
}
ul.whatsnew li div
{
    margin-top: 20px;
}

#home p.lead
{
	color: #FFF;
}

.content
{
	position: relative;
	top: 50%;
}

.color
{
	color: #2966A2;
}

a.fa.fa-chevron-down
{
	padding: 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 18px;
	margin-top: 150px;
	transition: all 0.5s;
}

a.fa.fa-angle-down:hover
{
	background: #2966A2;
	color: #ffffff;
	border: 2px solid #2966A2;
}

i.fa
{
	font-size: 30px;
	border: 3px solid #2966A2;
	background: #2966A2;
	color: #ffffff;
	width: 50px;
	height: 50px;
	padding-top: 6px;
	text-align: center;
	margin-bottom: 0;
	margin-right: 20px;
	border-radius: 100%;
	vertical-align: middle;
}

i.fa.fa-mobile
{
	font-size: 30px;
	padding: 10px 10px;
}

i.fa1
{
	font-size: 16px;
	width: 30px;
	height: 30px;
	padding-top: 4px;
	margin-top: 9px;
	margin-right: 5px;
}

i.fa1.fa-mobile
{
	font-size: 30px;
	padding: 10px 10px;
}

/* About Section */
#main-contents
{
	padding: 30px 0 0 0;
}

.section-title.center
{
	padding: 30px 0;
}

.section-title.center .separator
{
	border-top: 2px solid #2966A2;
	height: 10px;
	width: 100px;
	text-align: center;
	margin: 30px auto 10px;
}

/* Newsletter Section */
#newsletter
{
	padding: 0;
}

#newsletter-form
{
	margin-top: 20px;
	margin-bottom: 50px;
}

div.onoffswitch-floating
{
	position: absolute;
	top: 2%;
	right: 3%;
}

label
{
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.form-control
{
	display: inline-block !important;
	width: auto !important;
}

#newsletter .form-control
{
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#newsletter .form-control:focus
{
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

input.form-control
{
	border-radius: 0;
	border-width: 0;
}

input.btn.btn.btn-default
{
	background: #2966A2;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	height: 34px;
	font-weight: 300;
}

.btn:active, .btn.active
{
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus
{
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

/* Footer */

h2.whitetext
{
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 10px;
}

nav#footer
{
	background: #000;
	color: #ffffff;
	padding: 20px 0 15px 0;
}

nav#footer .fnav
{
	vertical-align: middle;
}

ul.footer-social li
{
	display: inline-block;
	margin-right: 10px;
}

nav#footer p
{
	font-size: 12px;
	margin-top: 10px;
}

#footer i.fa
{
	height: 30px;
	width: 30px;
	border: 2px;
	font-size: 20px;
	padding: 5px 5px;
	border-radius: 50%;
	background: #2966A2;
	border-color: #2966A2;
	color: #ffffff;
}

ul.list-description
{
    margin-left: 30px;
}
ul.list-description li
{
    margin-bottom: 10px;
    font-size: 16px;
}

span.buynow
{
	background-color: #2966A2;
	font-weight: 400;
	font-size:90%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	border-radius:3px;
	position:relative;
	margin-left:2px;
	text-transform:uppercase;
}
span.buynow a
{
	color: #ffffff; letter-spacing: 0;
}

span.buynow_d
{
	background-color: #A2A2A2;
	color: #ffffff; letter-spacing: 0;
	font-weight: 400;
	font-size:90%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	border-radius:3px;
	position:relative;
	margin-left:2px;
	text-transform:uppercase;
}
span.buynow_supporter
{
	display: inline-block;
	width: 80px;
}
span.buynow_supporter_d
 {
    display: inline-block;
    width: 88px;
 }

 /* DivTable.com */
.divTable{
	display: table;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 3px;
    border: 0px;
}
.rightAlign {
    text-align: right;
}
.licType {
    height: 2em; font-size: 120%; text-decoration: underline;
}
.licOr {
    height: 5em; vertical-align: middle; font-size: 120%;
}
.divTableBody {
	display: table-row-group;
}

img.slickSlideImage
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

div.section-gototop
{
    text-align: right;
}
