@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900';

/* Eric Meyer's CSS Reset */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
	max-width: 100%;
	text-align: center;
	color: #404040;
}
.wrapper {
	width: 1200px;
	text-align: left;
	display: inline-block;
	position: relative;
}
p{
	margin-bottom: 20px;
}
b, strong{
	font-weight: 700;
}
p b{
	font-weight: 500;
}
.align-center{
	text-align: center;
}

.header, .content, .footer {
    max-width: 1920px;
	display: inline-block;
	width: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    position: relative;
    max-width: 1920px;
}

.header .wrapper{
    padding: 25px 0 10px;
}

.logo{
	float: left;
}

.main-menu{
	float: right;
}

.main-menu li{
	float: left;
	line-height: 40px;
	margin-right: 22px;
}

.main-menu li a{
	text-decoration: none;
	font-size: 20px;
	color: #000000;
}

.main-menu li:last-child a{
	font-weight: 700;
}

.main-menu li a:hover{
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/

.content{	
	font-style: italic;
	min-width: 1200px;
}

.top-banner{
	min-height: 674px;
	background: url('../images/home-top-banner-bg.jpg') no-repeat center bottom transparent;
	position: relative;
}

.top-banner .wrapper{
	text-align: right;
}

.btn.transparent{
	display: inline-block;
	border: 2px solid #010101;
	border-radius: 9px;
	padding: 17px 60px;
	color: #010101;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.2s ease 0s;
	font-size: 30px;
	line-height: 30px;
}

.btn.transparent:hover{
	background-color: #010101;
	color: #ffd800;
}

.link{
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0;
	display: block;
	color: #2f2a38;
	text-align: center;
}

.bg-dark-broun{
	background-color: #404040;
}

.text-yellow{
	color: #ffd800;
}

.yellow-bg{
	background-color: #ffd800;
}

.top-banner .btn.violet{
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	position: relative;
}

.top-banner .btn.violet span{
	background: transparent url("../images/btn-violet.png") no-repeat scroll center center;
    border-radius: 8px;
    display: inline-block;
    height: 46px;
    padding: 38px 0;
    position: relative;
    width: 485px;
    z-index: 2;
}

.top-banner .btn.violet:before{
	bottom: 5px;
	box-shadow: 0 20px 20px rgba(119, 67, 0, 0.6);
	content: "";
	display: inline-block;
	height: 70px;
	left: 40px;
	position: absolute;
	width: 420px;
}

.top-banner .btn.violet:hover span{
	opacity: 0.9;
}





/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background-color: #404040;
	color: #fff;
}
.footer .wrapper {
    padding: 50px 0;
}
.copyright {
    float: left;
    font-size: 20px;
    line-height: 50px;
	font-style: italic;
}
.copyright p {
    margin: 0;
}
.footer .social-links {
    float: right;
}
.footer .social-links li {
    display: inline-block;
    margin: 0 5px;
}
.footer .social-links li a {
    background: transparent url("../images/social-icons.png") no-repeat scroll 0 center;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.footer .social-links li.twitter a {
    background-position: -59px center;
}
.footer .social-links li.facebook a {
    background-position: -119px center;
}


/* Home page
-----------------------------------------------------------------------------*/
.home .top-banner .title{
	display: inline-block;
    max-width: 640px;
}

.home .top-banner .title p{
	font-size:28px;
	line-height: 37px;
	font-weight:bold;
	color: #2f2a38;
	max-width: 410px;
	margin-top: 30px;
	display: inline-block;
}

.home .top-banner .title h1{
	color: #2f2a38;
	font-size: 87px;
	line-height: 100px;
	letter-spacing: -2px;
	font-weight: 500;
	display: inline-block;
}

.home .top-banner .buttons{
	display: inline-block;
    margin: 20px 0 40px;
}

.home .top-banner .buttons .section1{
	padding: 12px 40px 0 0;
}

.home .top-banner .buttons .section2 p{
	margin-top: 10px;
}

.home .top-banner .buttons .section3{
	padding: 9px 0 0;
}

.home .top-banner .buttons > div{
	display: inline-block;
	vertical-align: top;
}

.home .top-banner p{
	font-size: 20px;
}

.home .top-statement{
	color: #b1b1b1;
}

.home .top-statement .small-text{
	color: #fff;
	font-size: 20px;
	display: inline-block;
}

.home .top-statement .btn.learn-more{
	display: inline-block;
	border: 1px solid #ffd800;
	border-radius: 9px;
	padding: 15px 82px;
	color: #ffd800;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	font-size: 22px;
	line-height: 22px;
	float: right;
}

.home .top-statement .btn.learn-more:hover{
	background-color: #ffd800;
	color: #404040;
}

.home .top-statement .wrapper{
    text-align: center;
}

.home .top-statement .wrapper-thin{
	display: inline-block;
    text-align: left;
    width: auto;
}

.home .top-statement{
    padding: 70px 0 65px;
}

.home .top-statement p.margin-bottom{
    margin: 0 0 50px;
}

.home .row-style1{
	background: transparent url("../images/bg1.png") no-repeat scroll center center;
	min-height: 352px;
	margin-top: 137px;
}

.home .row-style1 p{
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.home .row-style1 p:last-child{
	color: #ffd800;
    font-size: 46px;
    line-height: 55px;
    padding: 10% 0 0 9%;
    width: 42%;
}

.home .row-style2{
	background: transparent url("../images/bg2.png") no-repeat scroll center center;
	min-height: 352px;
	margin-top: 97px;
}

.home .row-style2 p{
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.home .row-style2 p:last-child{
	color: #7c7c7c;
    font-size: 46px;
    line-height: 55px;
    padding: 5% 0 0 7%;
    text-align: right;
    width: 44%;
}

.home .row-style3{
	margin-top: 70px;
}

.home .row-style3 p{
	display: inline-block;
	width: 49%;
}

.home .row-style3 p:first-child{
	width: 47%;
	padding: 0 2% 0 0;
}

.home .row-style4{
	margin-top: 55px;
}

.home .row-style5{
	background: transparent url("../images/bg3.jpg") no-repeat scroll center center;
	min-height: 390px;
	margin-top: 40px;
	margin-bottom: 85px;
	padding: 30px 0;
}

.home .row-style5 .column{
	display: inline-block;
    padding: 0 11% 0 2%;
    width: 36%;
}

.home .row-style5 h2{
	font-size: 46px;
	line-height: 57px;
	margin: 0 0 30px;
}

.home .row-style5 p{
	font-size: 26px;
	line-height: 39px;
}

.home .row-style5 .column:last-child{
    padding: 0 3% 0 0;
    text-align: right;
    vertical-align: top;
    width: 44%;
}

.home  .btn.grey-transparent{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 9px;
	padding: 15px 29px;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	font-size: 22px;
	line-height: 22px;	
	background-color: rgba(99, 99, 99, 0.7);
	margin-top: 180px;
}

.home  .btn.grey-transparent:hover{
	color: #636363;		
	background-color: rgba(255, 255, 255, 0.7);
}



/* Products page
-----------------------------------------------------------------------------*/
.products .top-banner{
	background-image: url('../images/products-top-banner-bg.jpg');
}

.products .top-banner .title{
	display: inline-block;
    max-width: 700px;
	margin-right: 15px;
}

.products .top-banner .title p{
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-top: 180px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: -0.1px;
	max-width: none;
}

.products .top-banner .title h1{
	color: #2f2a38;
	font-size: 87px;
	line-height: 100px;
	letter-spacing: -4px;
	font-weight: 700;
	display: inline-block;
}

.products .top-banner .buttons{
	display: block;
    margin: 10px 0 70px;
}

.products .top-banner .buttons .section{
	width: auto;
	text-align: center;
	display: inline-block;
}	

.products .top-banner .btn.red{
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	position: relative;
}

.products .top-banner .btn.red span{
	background: transparent url("../images/btn-red.png") no-repeat scroll center center;
    display: inline-block;
    height: 41px;
    padding: 45px 0 35px;
    position: relative;
    width: 458px;
    border-radius: 9px;
    z-index: 2;
}

.products .top-banner .btn.red:before{
	bottom: 5px;
	box-shadow: 0 20px 20px rgba(119, 67, 0, 0.6);
	content: "";
	display: inline-block;
	height: 70px;
	left: 40px;
	position: absolute;
	width: 390px;
}

.products .top-banner .btn.red:hover span{
	opacity: 0.9;
}

.products .top-banner p{
	display: inline-block;
    font-size: 26px;
    max-width: 31%;
	line-height: 32px;
}

.products .top-statement{
	padding: 50px 0;
}

.products .top-statement .text-yellow{
	color: #ffd800;
	font-size: 46px;
	line-height: 54px;
	letter-spacing: -0.7px;
}

.products .top-statement p{
	color: #fff;
	line-height: 40px;
}

.font-style-normal{
	font-style: normal;
}

.products .text-btn-row{
	margin: 40px 0;
}
	
.products .text-btn-row p{
	display: inline-block;
	width: 51%;
	font-size: 26px;
}

.products .text-btn-row .buttons{
	display: inline-block;
	width: 48%;
	text-align: center;
}

.products .text-btn-row .buttons .btn.yellow{
	border: 2px solid #ffd800;
    border-radius: 9px;
    color: #ffd800;
    display: inline-block;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 17px 59px;
    text-decoration: none;
    text-transform: uppercase;
}

.products .text-btn-row .buttons .link{
	color: #b0b0b0;
}

.products .top-statement p.font-style-normal{
	font-size: 36px;
	line-height: 54px;
}

.products .row-style1{
	background: transparent url("../images/bg1.png") no-repeat scroll center center;
	min-height: 352px;
	margin-top: 137px;
	margin-bottom: 60px;
}

.products .row-style1 .column{
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.products .row-style1 .column:last-child{
	color: #ffd800;
    font-size: 46px;
    line-height: 55px;
    padding: 9% 0 0 7%;
    width: 44%;
}

.products .row-style1 .column h2{
	color: #fff;
	font-size: 30px;
	font-style: normal;
}


.products .row-style2{
	margin-bottom: 50px;
}

.products .row-style2 p{
	width: 47%;
	padding: 0 2% 0 0;
	display: inline-block;
	vertical-align: top;
}

.products .row-style2 p:last-child{
	width: 49%;
	padding: 0;
}

.products .row-style3{
	padding: 40px 0 30px;
}

.products .row-style3 h3 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 10px;
}

.products .row-style3 p{
	font-size: 30px;
}

.products .row-style3 .text-btn-row {
    margin: 60px 0 0;
}

.products .row-style3 .btn.transparent {
    border: 2px solid #404040;
    color: #404040;
    font-weight: 400;
    padding: 17px 32px;
    text-transform: none;
}

.products .row-style3 .btn.transparent:hover {
    color: #ffd800;
	background-color: #404040;
}

.products .row-style4{
	padding: 40px 0 40px;
}

.products .row-style4 h2{
	color: #ffd800;
	font-size: 40px;
	margin-bottom: 40px;
}

.products .row-style4 p{
	color: #fff;
	margin: 0;
}

.products .row-style4 .column{
	width: 47%;
	padding: 0 2% 0 0;
	display: inline-block;
	vertical-align: top;
}

.products .row-style4 .column:last-child{
	padding: 0 0 0 2%;
}

.products .row-style5{
	background: transparent url("../images/bg4.png") no-repeat scroll center center;
	min-height: 508px;
}

.products .row-style5 .column{
	max-width: 70%;
	padding: 32px 0;
}

.products .row-style5 .column h2{
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 35px;
}

.products .row-style5 .link-bold{
	font-weight: 500;
	color: #404040;
}

.products .row-style6{
	color: #fff;
	padding: 40px 0 30px;
}

.products .row-style6 .column{
	width: 48%;
	display: inline-block;
}

.products .row-style6 .column:last-child{
	width: 51%;
}

.products .row-style6 h2{
	color: #ffd800;
    font-size: 40px;
    letter-spacing: -0.2px;
    margin-bottom: 40px;
}

.products .row-style6 .link-bold{
	font-weight: 500;
	color: #fff;
}

.products .row-style7 .column {
    padding: 70px 0;
    width: 85%;
}

.products .row-style7 .column h2{
	font-size: 40px;
	letter-spacing: -0.2px;
	margin-bottom: 40px;
}

.products .row-style7 .column p{
	font-size: 30px;
}

.products .row-style8{
	background: transparent url("../images/bg2.png") no-repeat scroll center center;
	min-height: 352px;
	margin-bottom: 100px;
}

.products .row-style8 .column{
	display: inline-block;
    padding: 28px 10% 20px 0;
    width: 39%;
	vertical-align: top;
}

.products .network-world{
	background: transparent url("../images/network-world.png") no-repeat scroll center center;
	width: 412px;
	height: 66px;
	margin: 115px 0 0 20px;
}

.products .row-style8 .column:last-child{
	text-align: right;
	width: auto;
}

.products .row-style8 .column:last-child .date{
	margin: 20px 40px 0 0;
	font-size: 22px;
}




/* Solutions page
-----------------------------------------------------------------------------*/
.solutions .top-banner{
	background-image: url('../images/solutions-top-banner-bg.jpg');
}

.solutions .top-banner .title{
	display: inline-block;
    max-width: 760px;
	margin-top: 150px;
}

.solutions .top-banner .title p{
	font-size: 30px;
	line-height: 40px;
	color: #000;
	display: inline-block;
	margin-bottom: 40px;
}

.solutions .top-banner .title h1{
	color: #000;
	font-size: 49px;
	line-height: 60px;
	letter-spacing: -2px;
	font-weight: 700;
	display: inline-block;
}

.solutions .top-banner .buttons {
    display: block;
    margin: 60px 0 40px;
}

.solutions  .top-banner .buttons .section1 {
    padding: 12px 40px 0 0;
}

.solutions  .top-banner .buttons > div {
    display: inline-block;
	vertical-align: top;
}

.solutions .top-banner .buttons .section2 p {
    margin-top: 10px;
	font-size: 20px;
}

.solutions  .top-banner .special {
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    max-width: 31%;
}

.solutions  .top-statement {
    font-size: 46px;
    line-height: 55px;
	padding: 50px 0 20px;
}

.solutions  .row-style1{
	padding: 90px 0 70px;
}

.solutions  .row-style1 .title{
	font-size: 32px;
	font-weight: 500;
}

.solutions .row-style1 .column:last-child {
    font-size: 26px;
    line-height: 30px;
    padding: 0;
    width: 31%;
}

.solutions  .row-style1 .column{
	display: inline-block;
    padding-right: 10%;
    vertical-align: top;
    width: 56%;
}

.solutions  .row-style2{
	padding: 60px 0 50px;
}

.solutions  .row-style2 h2{
	font-size: 46px;
	line-height: 60px;
	letter-spacing: -2px;
}

.solutions  .row-style2 h2 b{
	font-weight: 500;
}

.solutions  .row-style3{
	background: transparent url("../images/bg5.png") no-repeat scroll center center;
	min-height: 352px;
	font-size: 46px;
	line-height: 55px;
}

.solutions  .row-style3 .column{
	width: 70%;
	padding: 40px 0 20px;
}

.solutions  .row-style4{
	padding: 30px 0 30px;
}

.solutions  .row-style5{
	padding: 30px 0 30px;
	color: #fff;
}

.solutions  .row-style5 h2{
	font-size: 40px;
	margin: 0 0 30px;
	color: #ffd800;
}

.solutions  .row-style6{
	padding: 60px 0;
}

.solutions  .row-style6 .column{
	width: 47%;
	padding: 0 2% 0 0;
	display: inline-block;
	vertical-align: top;
}

.solutions  .row-style6 .font-style-normal {
	font-weight: 400;
}

.solutions  .row-style6 h2{
	font-size: 40px;
	line-height: 50px;
	min-height: 130px;
}

.solutions  .row-style6 .btn.transparent{
	border-color: #404040;
	color: #404040;
	text-transform: none;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	padding: 15px 55px;
	margin: 20px 0 0;
}

.solutions  .row-style6 .btn.transparent:hover{
	color: #ffd800;
	background-color: #404040;
}











