/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,100italic);

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   ========================================================================== */

body {
    font: 16px/23px 'Roboto', sans-serif;
}

.wrapper {
    width: 95%;;
    margin: 0 5%;
}
h1, h2, h3, h4, h5, h6{
	 font-family: 'Roboto', sans-serif;
	color: #009d36;
	margin:0;
	padding:0;	
}
h1{
	font-size: 2.25rem;	
}
h3{
	font-size:18px;	
}
/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    
}

.footer-container,
.main aside {
    
}

.header-container,
.footer-container,
.main aside {
    
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 62px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.title {
    margin-top:25px;
}
.title img{
	width:100%;
	max-width:200px;
	opacity:1;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: opacity 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: opacity 0.3s ease-in-out; /* Opera */
}
.title img:hover{
	opacity:0.7;	
}
.calloutwrap{
	position: absolute;
    top: 40%;
    width: 99%;
	text-align:center;
}


@media screen and (max-width: 414px) {

    .calloutwrap { top: 29%; }

}


.callout{
	color: #ffffff;
     font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
	line-height:2.2rem;
    margin: 0 auto;
    max-width: 940px;
    padding: 0 20px;
    text-align: center;
    width: 90%;	
}
.calloutbtn{
	display:block;	
	margin-top: 45px;
	margin-bottom: 100px;
}
.btngreen{
	cursor:pointer;
	text-decoration:none;	
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	font: 20px/25px 'Montserrat', sans-serif;
	text-transform:uppercase;
	background: #009d36;
	border:3px solid #009d36;
	padding:20px 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out; /* Opera */
}


@media screen and (max-width: 640px) {

    .btngreen { font: 14px/25px 'Montserrat', sans-serif; padding:18px 50px;}
    .btnstep-back:before { }
    .btnstep:after { right:15px!important;}
}



.btngreen:hover{
	color:#009d36;
	background: #ffffff;
	border:3px solid #ffffff;
}
.btnstep{
	padding-right:60px;	
}

@media screen and (max-width: 640px) {
    .btnstep{
	padding-right:55px;
}

}



.btnstep:after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 25px;
    padding-right: 10px;
	position:absolute;
	right: 30px;
	content:"\f105";
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out; /* Opera */
}


.goHome:after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 25px;
    padding-right: 10px;
	position:absolute;
	right: 20px;
	content:"\f015";
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out; /* Opera */
}


.btnstep-back { padding-left:55px;}

.btnstep-back:before{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 25px;
    padding-right: 10px;
	position:absolute;
	left: 30px;
	content:"\f104";
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out; /* Opera */
}



.btnstep:hover:after, .btnstep-back:hover:before{
	color: #009d36;		
}
.btnstep:hover, .btnstep-back:hover{
	border:3px solid #009d36;
}

.next{
	 margin-top: 50px; 
	text-align: right;
	position: relative;	
    float:right;
    margin-bottom:50px;
}

.back{
	 margin-top: 50px; 
	text-align: right;
	position: relative;	
    float:left;
      margin-bottom:50px;
}

.main-container{
	width:80%;
	margin:0 auto;	
}
.clients{
	float:left;	
	margin: 0 10px 10px 10px;
}
.clients img{
	-webkit-animation: cro-scale ease-in infinite; 
	-moz-animation: cro-scale ease-in infinite; 
	animation: cro-scale ease-in infinite;	
}

.mainimg{
		margin-top:60px;
		text-align:center;
	}
	.mainimg img{
		width:100%;	
	}
.title {
		margin-left: -5%;
		margin-top: 25px;
		text-align: center;
	}
.seperate {
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
}
	.img1{
		max-width:1668px;	
	}
	.img2{
		max-width:621px;	
	}
	.img3{
		max-width:1005px;	
	}
	.stepi{
		width:100px;
		height:100px;
		float:left;
		margin-right:25px;	
	}
	.cicon{
		background: url(../img/connect.png) no-repeat;	
	}
	.cogicon{
		background: url(../img/cogs.png) no-repeat;	
	}
	.vicon{
		background: url(../img/chart.png) no-repeat;	
	}
@media only screen and (max-width:480px){
	.btnstep{
		width:100%;
	}
	.next{
		text-align:center;	
	}

}


@media only screen and (max-width:320px){

	.next{
		margin-right:-10px;
	}
    	.back{
		margin-left:-10px;
	}

}



@-webkit-keyframes cro-scale {
	0% { -webkit-transform: scale(1); }
	1% { -webkit-transform: scale(1.2); }
	3% { -webkit-transform: scale(0.8); }
	5% { -webkit-transform: scale(1.1); }
	7% { -webkit-transform: scale(0.9); }
	8% { -webkit-transform: scale(1.05); }
	10% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
}
@-moz-keyframes cro-scale {
	0% { -moz-transform: scale(1); }
	1% { -moz-transform: scale(1.2); }
	3% { -moz-transform: scale(0.8); }
	5% { -moz-transform: scale(1.1); }
	7% { -moz-transform: scale(0.9); }
	8% { -moz-transform: scale(1.05); }
	10% { -moz-transform: scale(1); }
	100% { -moz-transform: scale(1); }
}
@keyframes cro-scale {
	0% { transform: scale(1); }
	1% { transform: scale(1.2); }
	3% { transform: scale(0.8); }
	5% { transform: scale(1.1); }
	7% { transform: scale(0.9); }
	8% { transform: scale(1.05); }
	10% { transform: scale(1); }
	100% { transform: scale(1); }
}
.cro-scale {
	-webkit-animation: cro-scale ease-in; 
	-moz-animation: cro-scale ease-in; 
	animation: cro-scale ease-in;	
	
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;	
}








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (max-width: 935px) {
	.sectionleft{
		width:70% !important;
		border-right: none !important;
	}
	.sectionright {
    max-width: none !important;
}
}
@media only screen and (max-width: 768px) {
	.sectionright{
		max-width:none !important;	
	}
	.sectionleft{
		width:100% !important;	
	}
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
		margin-left:0;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */
	.table{
		display:table;	
	}
    .sectionleft {
        width: 40%;
		float:left;
		padding-right:50px;
		border-right: 2px solid #009d36;
		vertical-align:top;
    }
	.leftalone {
        width: 100%;
		max-width:560px;
		float:left;
    }
    .sectionright {
        width: 100%;
		max-width:415px;
		padding-left:25px;
		vertical-align:middle;
		float:left;
    }
	
}
@media only screen and (max-width: 1290px){
	.sectionright{
		max-width:303px;	
	}
}
@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 95%; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1180px) {

    .main-container {
        width: 90%;
		margin: 0 5%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    .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;
    }

    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;
    }
}