/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 2, 2015, 2:39:08 PM
    Author     : Samsung
*/

///////////////////////////GENEREAL CSS/////////////////////////////////////////////////**/
html{
    min-height: 100%;
    
}

body{
    min-width: 1024px;
    height: 100%;
    width: 100%;
    font-family: Roboto;
    font-size: 15px;
    text-align: center;
    //text-decoration: none;
}

///////////////////////////Header and navbar/////////////////////////////////////////////////**/

header{
    height: auto;
    width: 100%;
    margin:0px;
    padding: 0px;
    background-color: #fff;
    
}

header .container{
    
    background-color: #fff;
}

.navbar .logo{
/*background-color: red;
width: 225px;
height: 75px;
border:1px solid #eee;*/
float:left;
margin:10px 0px;
}

.navbar .nav{
    float:right;
    margin:10px 0px;
    height: 75px;
}

.nav div{
    display: block;
    height: 75px;
    width: 700px;
    margin:0px;
    padding:0px;
    //outline:1px solid #eee;
}

.nav div li{
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    display: inline-block;
    list-style-type: none;
    width: 100px;
    margin:0px 5px; 
    padding:0px 10px;
    border-bottom: 3px solid red;
    cursor: pointer;
    text-transform: uppercase;
    
}

.nav div li:hover{
    cursor: pointer;
    border-bottom: 3px solid blue;
}


.nav div li a{
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color:red;
}


/**/

.row-wrapper{
    width: 100%;
    min-height: 500px;
    background: url(../includes/banner.jpg) no-repeat center center;
    
}

.row-wrapper h2{
    color:#fff;
    font-size: 4em;
    line-height: 150px;
    vertical-align: middle;
}
    
.row-wrapper span{
    color:#fff;
}


.row-wrapper2 h2{
    color: red;
    text-transform: uppercase;
    font-size: 2.5em;
    padding:50px 0px;
}

.row-wrapper2 p{
    width: 60%;
    margin:5px 20%;
    padding:20px 0px;
    text-align: center;
    color:#aaa;
}

.row-wrapper2 span {
    
    width: 100px;
    height: 35px;
    background-color: #eee;
    //border:1px solid red;
}

.row-wrapper2 span a{
    line-height: 35px;
    vertical-align: middle;
}


/**/

#service h2{
    text-align: center;
    text-transform: uppercase;
}

.service-wrapper{
   // outline: red groove thin;
    width: 100%;
    margin-bottom: 50px;
}

.service-wrapper .card{
    width: 33%;
    //margin:0px 0.5%;
    height: 500px;
    border: 1px solid red;
    display: inline-block;
    padding-bottom: 50px;
}
.service-wrapper .card img{
    //width: 100%;
    //height: 200px;
    //padding-bottom: 10px;
}

.img-bg{
    width: 100%;
    height: 200px;
    background-image: url(../includes/just.png);
    //margin-left: 5%;
    
}

.text-card{
    padding : 30px 0px;
}


.text-card h3{
    text-transform: uppercase;
    padding-bottom: 15px;
}

.text-card p{
    font-size: 16px;
    padding-bottom: 20px;
}

.card .text-card a {
    border:1px solid #fff;
    background-color: red;
    color:#fff;
    height: 50px;
    width: 100px;
    padding:5px 15px;
    text-align: center;
    text-decoration: none;
}

.card .text-card a:hover {
    border:1px solid red;
    background-color: #fff;
    color:red;
    text-align: center;
    text-decoration: none;
    
}



/**/


.contact-wrapper{
    width: 100%;
    height: 500px;
    padding-bottom:50px;
    background-color: #fff;
}

.contact-wrapper h2{
    font-size: 38px;
    text-align: center;
    color:red;
}

.contact-scrshot{
    width: 100%;
    height: 400px;
    background-image: url('../includes/swiftpay_address2.PNG');
    //background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top:25px;
}

.contact-scrshot .address-card{
    width:320px;
    height: 200px;
    background-color: #fff;
    float: right;
    margin: 3%;
    text-align: left !important;
}

.address-card h3{
    padding: 5px 10px
}
.address-card address{
    padding-left: 15px;
}

/**/


#tail{
    //width:100%;
    height: auto;
    background-color: #eee;
   // padding:20px 0px;
}

#tail form{
    padding: 10px 0px;
    margin: 0px;
}

#tail input[type=submit]{
    margin:10px 0px;
    outline:solid red thin;
    
}

#tail .small_contact_card{
    
    padding:0px;
    margin:0px;
}



#tail .social-card{
    list-style-type: none;
    text-align: center;
    text-decoration: none;
    display: block;
    padding:10px 0px;
}


.social-card .round{
 display: inline-block;
 width: 60px;
 height:60px;
 margin: 0px 5px;
 border:1px solid red;
 border-radius: 50%;
}

.social-card .round:hover{
    background-color: #fff;
    cursor: pointer;
    
}

.social-card .round li{
    display:block;
    padding:0px 10px;
}

.social-card .round li a{
    line-height: 60px;
    width: 60px;
    height: 60px;
}
.social-card .round li span{
    line-height: 60px;
    vertical-align: middle;
    color:red;
}

.social-card .round li span:hover{
    color:red;

}





#tail .link-card{
    list-style-type: none;
    text-align: left;
    text-decoration: none;
    display: block;
}

.slink_card h3{
    text-align: left;
}

.link-card li{
    list-style-type: none;
}

.link-card li a{
    text-decoration: none;
    color:red;
}

.link-card li a:hover{
 color:blue;
}


/*Airtime CSS*/

.jumbotron{
    background-color: #fff;
}

.jumbotron h2{
    text-align: left;
    
}

.jumbotron .airtime{
    text-transform: uppercase;
}

.article-one ul,.article-two ul, .article-three ul{
    list-style-type:  none;
}

.article-one ul li{
    text-align: left;
    padding:5px 0px;
    font-size: 18px;
}

.article-two ul li{
    text-align: left;
    padding:5px 0px;
    font-size: 18px;
}

.article-three ul li{
    text-align: left;
    padding:5px 0px;
    font-size: 18px;
}

/*aboutus page(company content)*/

.company-content .one-half-card{
    width:48%;
    margin:0px 1%;
   
    //outline: red solid thin;
}
.one-half-card .go-left{
    float: left;
}

.one-half-card .go-right{
    float: right;
}

.one-half-card{
    
}

.one-half-card ul{
    
}

.one-half-card ul li{
    padding: 5px 0px;
    text-align: left;
}