
/*
 Table Of Contents 
 1.) Typography

 2.) Default Styles

 3.)  Home page
 3.1) Header
 3.2) Content - Main
 3.3) Footer
 
===============================================*/

/*
 1.) Typography
 ----------------------------------------*/

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/*
 2.) Default Styles
 ----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul, li, ol {
	list-style:none;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size:20px;
}

sub {
	bottom: -0.25em;
}

img {
	width:auto;
	height:auto;
	max-height:100%;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height:.5em;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	font-family:"robotothin", Arial, Helvetica, sans-serif;
	font-size:35px;
	line-height:42px;
	color:#000000;
	font-weight:normal; 
	background:#000; 
	overflow-x:hidden;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
body {
	font-size:25px;
	line-height:34px;
}
}

@media only screen and (max-width:1023px) {
body {
	font-size:20px;
	line-height:28px;
}
}

@media only screen and (max-width:767px) {
body {
	font-size:16px;
	line-height:25px;
}
}


/* #Links
================================================== */

a {
	color:#0000ff;
	outline:0;
	cursor:pointer;
	text-decoration:none;
}

a:hover {
	color:#0000ff;
	text-decoration:underline;
	outline:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a, a:focus, a:active, a:visited {
	outline:0;
	text-decoration:none;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family:"robotothin", Arial, Helvetica, sans-serif;
	line-height:1.1em; 
	color:#000000; 
	text-decoration:underline;
	padding:0 0 42px 0; 
	font-weight:normal; 
}

h1 { 
	font-size:35px;
}

h2 {
	font-size:35px;
}

h3 {
	font-size:35px;
}

h4 {
	font-size:30px;
}

p {
	padding:0 0 44px 0;
}

em {
	font-style:italic; 
}

strong {
	font-family:"robotothin", Arial, Helvetica, sans-serif;
	font-weight:700;
}

.bold {
	font-family:"robotothin", Arial, Helvetica, sans-serif;
	font-weight:700;
}

.upper {
	text-transform:uppercase
}


@media only screen and (max-width: 1023px) {
h1, h2, h3, h4, h5, h6 {
	padding:0 0 30px 0; 
}

h1 { 
	font-size:30px;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:26px;
}

h4 {
	font-size:25px;
}

p {
	padding:0 0 35px 0;
}
}

@media only screen and (max-width:767px) {
h1, h2, h3, h4, h5, h6 {
	padding:0 0 25px 0; 
}

h1 { 
	font-size:25px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:20px;
}

p {
	padding:0 0 25px 0;
}
}


/* #Video
================================================== */

.video-container {
	width:100%; 
	float:left;
	position: relative;
	padding-bottom:63.7%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
 2.) Home page
 ----------------------------------------*/

.container {
	width:100%;
	max-width:1150px;
	margin:0 auto;
	padding:0 30px;
}

.menu-btn {
	width:30px;
	height:30px;
	float:right;
	line-height:27px;
	font-size:17px;
	text-align:center;
	color:#fff;
	background:none;	
	border-radius:1px;
	behavior: url(PIE.htc);
	position:relative;
	border:1px solid #fff;
	position:absolute;
	top:20px;
	right:5%;
	display:none;
	z-index:2;
}

.menu-btn:hover {
	color:#fff;
	border-color:#fff; 
	background:#0000ff;
}

.menu-btn.active {
	color:#fff;
	border-color:#fff;
	background:#0000ff;
}

@media only screen and (max-width:767px) {
.container {
	width:100%;
	padding:0 5%;
}

.collapse {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition:height .35s ease;
	-moz-transition:height .35s ease;
	-o-transition:height .35s ease;
	transition:height .35s ease
}

.collapse.in {
	height:auto;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.menu-btn {
	display:block;
}
}

/*
 3) Home page
 ----------------------------------------*/

/*
 3.1) Header
 ----------------------------------------*/
.header-main {
	width:100%;
	float:left;
	height:80px;
}

.nav-bar {
	width:100%;
	float:left;
	text-align:center;
	padding:16px 0 0 0;
}

.nav-bar ul {
	width:100%;
	float:left;
}

.nav-bar ul li {
	float:none;
	display:inline-block;
	font-size:35px;
	padding:0 17px;
}

.nav-bar ul li a {
	float:left;
	color:#fbfbfb;
	border-bottom:2px solid #fbfbfb;
	line-height:1.em;
	text-decoration:none;
}

.nav-bar nav {
	width:100%;
	float:left;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.nav-bar ul li {
	font-size:30px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.nav-bar ul li {
	font-size:25px;
	padding:0 15px;
}
}

@media only screen and (max-width:767px) {
.header-main {
	height:70px;
	line-height:normal;
}

.nav-bar {
	text-align:left;
}

.nav-bar ul {
	padding:10px 0
}

.nav-bar ul li {
	width:100%;
	float:left;
	font-size:16px;
	line-height:normal;
	padding:5px 5%;
}

.nav-bar ul li a {
	border-bottom:1px solid #fbfbfb;
}

.nav-bar nav {
	width:111%;
	float:left;
	background:#999;
	position:absolute;
	top:54px;
	left:5%;
	margin:0 -5.5%
}
}

/*
 3.2) Content - main
 ----------------------------------------*/
.content-main {
	width:100%;
	float:left;
	background:#f0f0f0 url(../images/bg01.jpg) repeat-x;
	padding:55px 0 92px 0
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.content-main {
	padding:47px 0 85px 0
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.content-main {
	padding:35px 0 60px 0
}
}

@media only screen and (max-width:767px) {
.content-main {
	padding:25px 0 40px 0;
}
}

.section-top {
	width:100%;
	float:left;
	text-align:center;
}

.section-top .logo {
	width:100%;
	float:left;
	padding-bottom:40px;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.section-top .logo img {
	width:500px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.section-top .logo {
	padding-bottom:30px;
}

.section-top .logo img {
	width:350px;
}
}

@media only screen and (max-width:767px) {
.section-top .logo {
	width:auto;
	position:absolute;
	top:8px;
	left:3%;
	text-align:left;
	padding:0;
}

.section-top .logo img {
	width:240px;
}
}

.heading-txt {
	width:100%;
	float:left;
	background:#666666;
	text-align:center;
	border-radius:9px;
	padding:20px 10px;
	margin-bottom:51px;
}

.heading-txt h2 {
	color:#fffefe;
	text-decoration:none;
	padding-bottom:0;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.heading-txt {
	padding:12px 10px;
	margin-bottom:40px;
}
}

@media only screen and (max-width:767px) {
.heading-txt {
	padding:15px 5%;
	margin-bottom:20px;
}

.heading-txt h2 {
	font-size:20px;
}
}

.article-box {
	width:102.3%;
	float:left;
	margin-right:-2.3%;
	position:relative;
}

.article-box article {
	width:31%;
	float:left;
	border:1px solid #cccccc;
	margin-right:2.3%;
}

.article-box article figure {
	width:100%;
	float:left;
	margin-bottom:27px;
}

.article-box article figure img {
	width:100%;
}

.article-box article aside {
	width:100%;
	float:left;
	text-align:center;
	padding:31px 22px 26px 20px;
}

.article-box article aside h3 {
	text-decoration:none;
	padding-bottom:20px;
}

.article-box article aside h3 a:hover {
	text-decoration:underline;
}

.article-box article aside p {
	font-size:24px;
	line-height:29px;
	padding-bottom:0
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.article-box article figure {
	margin-bottom:22px;
}

.article-box article aside {
	padding:24px 18px 26px 18px;
}

.article-box article aside h3 {
	padding-bottom:14px;
}

.article-box article aside p {
	font-size:18px;
	line-height:24px;
}
}

@media only screen and (max-width:767px) {
.article-box {
	width:100%;
	margin-right:0%;
}

.article-box article {
	width:100%;
	margin:0 0 20px 0
}

.article-box article figure {
	margin-bottom:18px;
}

.article-box article aside {
	padding:24px 18px 26px 18px;
}

.article-box article aside h3 {
	padding-bottom:12px;
}

.article-box article aside p {
	font-size:16px;
	line-height:22px;
}
}

.section-types {
	width:100%;
	float:left;
	padding-bottom:49px;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.section-types .article-box article {
	min-height:500px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.section-types {
	padding-bottom:40px;
}
}

@media only screen and (max-width:767px) {
.section-types {
	padding-bottom:30px;
}
}

.section-software {
	width:100%;
	float:left;
	padding-bottom:42px;
}

.section-software h2 a {
	color:#000000;
}

.section-software h3 a {
	color:#000000;
}

.section-software p:last-child {
	padding-bottom:0
}

.section-software aside {
	width:100%;
	float:left;
	padding:0 0 44px 0;
}

.section-software aside ul {
	width:100%;
	float:left;
	padding:0 0 0 28px;
}

.section-software aside ul li {
	width:100%;
	float:left;
	padding:0 0 0 20px;
	position:relative
}

.section-software aside ul li::before {
	content:"";
	width:6px;
	height:6px;
	float:left;
	background:#000000;
	border-radius:30px;
	position: absolute;
	top:17px;
	left: 0;
}

.section-software aside ul li:last-child {
	padding-bottom:0;
}

.section-software aside ul li a {
	text-decoration:none;
}

.section-software aside ul li a:hover {
	text-decoration:underline;
}

.section-software .heading-txt {
	margin-bottom:37px;
}

.section-software .heading-txt h2 {
	color:#fffefe;
	padding-bottom:0
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.section-software aside {
	padding:0 0 35px 0;
}

.section-software aside ul {
	padding-left:25px;
}

.section-software aside ul li::before {
	top:10px;
}

.section-software .heading-txt {
	margin-bottom:25px;
}
}

@media only screen and (max-width:767px) {
.section-software aside {
	padding:0 0 30px 0;
}

.section-software aside ul {
	padding-left:20px;
}

.section-software aside ul li {
	padding:0 0 0px 12px;
}

.section-software aside ul li::before {
	width:5px;
	height:5px;
	top:9px;
}

.section-software .heading-txt {
	margin-bottom:25px;
}
}

.section-alternatives {
	width:100%;
	float:left;
}

.section-alternatives .heading-txt {
	margin-bottom:45px;
}

.section-alternatives .article-box article aside {
	padding:38px 22px 43px 20px;
}

.section-alternatives .article-box article aside h3 {
	padding-bottom:18px;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.section-alternatives .article-box article {
	min-height:310px;
}

.section-alternatives .article-box article aside h3 {
	font-size:30px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.section-alternatives .heading-txt {
	margin-bottom:25px;
}

.section-alternatives .article-box article {
	min-height:265px;
}

.section-alternatives .article-box article aside {
	padding:28px 18px 30px 18px;
}

.section-alternatives .article-box article aside h3 {
	font-size:22px;
	padding-bottom:15px;
}
}

@media only screen and (max-width:767px) {
.section-alternatives .heading-txt {
	margin-bottom:25px;
}

.section-alternatives .article-box article aside {
	padding:24px 18px 30px 18px;
}

.section-alternatives .article-box article aside h3 {
	font-size:22px;
	padding-bottom:15px;
}
}


/*
 3.3) Footer
 ----------------------------------------*/
.footer-main {
	width:100%;
	float:left;
	text-align:center;
	padding:78px 0
}

.footer-main p {
	color:#fbfbfb
}

.footer-main p:last-child {
	padding-bottom:0
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.footer-main {
	padding:65px 0;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.footer-main {
	padding:45px 0;
}
}

@media only screen and (max-width:767px) {
.footer-main {
	padding:30px 0;
}
}

