﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*@import url('http://www.koznaktech.com/fonts/woff2/opensans.css');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top:10px;
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.line_color {

    background-color:rgb(212,212,212);
}
.main_max_img 
{
    
    background-image: url('../images/homepage/2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size:cover;

   height: 700px;
}

.home_label {

    width:300px;
    height:300px;
}

.box
{
	border: 1px solid #CCCCCC;
}

.main_font {
    font-family:Arial; 
    font-size:36pt;
    
}
.sp_color {
    color:rgb(23,155,215);
}
hr1 {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}


.v-align {
    display: inline-block !important;
    vertical-align: middle !important;
}
.SynPaysLogo {
    width:120px;
    margin-top:15px;
    margin-bottom:10px;
}

.buttom_img {
    margin-top:40px;
    margin-bottom:40px;
}




				
				
	#stage3 {
    background-image: url('../images/Fotolia.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#stage3 #cards {
    float: left;
    height: 50px !important;
}

#stage3 p, #stage6 p {
    color: #234a75;
}			
				
	#stage3 .col-md-5 .word-rotator-title{
						text-align:center;
						text-align:center;
						margin-left:auto;
						margin-right:auto;
						}
						#stage3 .col-md-5 .lead{
						text-align:center;
						margin-left:auto;
						width:80%;
						margin-right:auto;
						color:#fff
						}
				#stage3 .col-md-5{
						margin-top:10%;
						margin-bottom:10%;
						background-color: rgba(52, 52, 52, .8)!important;
						padding:10px;
						color:#fff;
						float:right
				}



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }					   