
/* 
    Created on : 23 Feb, 2015, 10:16:03 AM
    Project    : piple
    Author     : Codepiple   
*/


@import url('http://fonts.googleapis.com/css?family=Gentium+Basic:400italic');
body{
    background-color: #fff;
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight:400;
}


a{
    text-decoration: none;
    color: #100643;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}

.no-padding{
    padding: 0px;
}
.img-responsive{
      display: block;
  max-width: 100%;
  height: auto;
width:100%;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #0e0e0e;
    font-weight: 700;
    margin-top: 0;
 font-family: 'Roboto', sans-serif;
}


/* Paragraphs */
p {
    color: #706f6f;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 400;
}


/****headings****/

.center-heading{
    text-align:center;
    margin-bottom: 50px;
}
    .center-heading h2 {
        font-size: 25px;
        line-height: 1.1em;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
    }
.center-heading h2:after{
    border-bottom: 2px solid #100643;
  content: '';
  display: block;
  width: 100px;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading{
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #706f6f;
    margin-top: 25px;
}

.linha:after{
    border-bottom: 2px solid #100643;
  content: '';
  display: block;
  width: 100px;
  margin-bottom: 20px;
  margin-top: 15px;
}


/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/

.divide20 {
    width: 100%;
    height: 20px;
}

.divide70 {
    width: 100%;
    height: 70px;
}


/*******

Margin bottom

*********/

.margin-btm30{
    margin-bottom: 30px;
}
.margin-btm40{
    margin-bottom: 40px;
}

/***NAVBAR***/

.navbar-default{
    position: fixed;
    width: 100%;
    top:0px;
}

div#navbar.navbar-collapse.collapse{
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>.active>a{
    color: #100643 !important;
    border-bottom: 2px solid #100643 !important;
}

ul.nav.navbar-nav.navbar-right{
    margin-top: 20px;
    color: #575756;
    margin-bottom: 20px;
}

.nav.navbar-nav.navbar-right :hover{
    /*color: #100643;*/
    border-bottom: 1px solid #100643 !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    /*color: #100643 !important;*/
}

.navbar-default .navbar-nav>li>a{
    text-transform: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand img{
    height: 50px;
    width: auto;
}

/****************************

FOOTER

****************************/

.footer-container{
    background-color: #100643;
    color: white !important;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-container a{
    color: white !important;
}

.footer-container img{
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 40px;
}

.footer-bottom span{
    font-weight: 400;
    font-size: 12px;
    float: right;
    margin-top: 18px;
}

/******************************

Icon boxes


***********************************/

.icon-box{
    text-align: center;
}
.icon-box-1 i{
    border: 1px solid #2196f3;
    margin-bottom: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.icon-box i{
    display: inline-block;
    width:80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color:#2196f3;
    font-size: 40px;
}
.icon-box h4{
    font-weight:700;
    text-transform: uppercase;
    font-size:18px;
    color:#333;
    margin: 20px 0;
    margin-top: 20px !important;
}
.icon-box-2 i{
    background-color: #2196f3;
    color:#fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}


/******************

BUTTONS

*******************/
.btn{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition: all 0.3s;
}
.btn:hover, .btn:focus{
    outline: 0px;
    color:#fff;
}
.btn-theme-bg{
    background-color: #2196f3;
    color:#fff;   
}
.btn-theme-bg:hover{
    opacity: 0.9;
}

.btn-border-white{
    padding: 6px 50px;
    border: 2px solid #fff;
    color:#fff;
}
.btn-default:hover{
    color:#333;
}
.btn-default i{
    margin-left: 5px;
}
.btn i{
    margin-right: 5px;
}


/***********cta*******************/

.cta.bg{
    background-color: #222;
}
.cta.bg h1{
    color:#eee;
    font-weight: 300;
}

.cta-bg{
    background-color:#100643;
    padding: 50px 0px;
}
.cta-bg h3{
    color:#fff;
    margin: 0px;
    line-height: 40px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
}
.cta-bg h3 a{
       font-style: normal;
       font-family: 'Roboto', sans-serif;
}
@media(min-width:768px){
    .cta-bg a{
    margin-left: 150px;
}
}

/**responsive videos***/
.responsive-video {
   height: 0;
   padding-top: 1px;
   position: relative;
   padding-bottom: 56.25%; /*16:9*/
}

.responsive-video iframe {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   position: absolute;
}

/*************************

slider revolution

***************************/

.slide-main-heading{
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

/* CSS rules for any device that is wider than x pixels */

@media (max-width: 1201px) {
    .menuscreenBody {
        top: 50px;
    }
}
@media (min-width: 1201px) {
    .menuscreenBody{
    top: 80px;
    }
}
    @media only screen and (max-width:500px) {
        img#amlogo {
            display: none;
        }

        img#istlogo {
            display: none;
        }

        img#eulogo {
            height: 30px;
            width: auto;
        }

        img#hazrunofflogo {
            height: 30px;
            width: auto;
        }

        img#PHElogo {
            display: none;
        }

        img#cetmarlogo {
            display: none;
        }

        img#cedrelogo {
            display: none;
        }

        img#eomaplogo {
            display: none;
        }

        img#loureslogo {
            display: none;
        }
    }

    @media only screen and (max-width:800px) and (min-width:500px) {
        img#amlogo {
            height: 30px;
            width: auto;
        }

        img#istlogo {
            height: 30px;
            width: auto;
        }

        img#eulogo {
            height: 30px;
            width: auto;
        }

        #hazrunofflogo {
            height: 30px !important;
            width: auto;
        }

        img#PHElogo {
            display: none;
        }

        img#cetmarlogo {
            display: none;
        }

        img#cedrelogo {
            display: none;
        }

        img#eomaplogo {
            display: none;
        }

        img#loureslogo {
            display: none;
        }
    }

    @media (max-width:1400px) and (min-width:800px) {
        img#hazrunofflogo {
            height: 30px !important;
            width: auto;
        }

        img#eulogo {
            height: 30px;
            width: auto;
        }

        #amlogo {
            height: 30px;
            width: auto;
        }

        img#istlogo {
            height: 30px;
            width: auto;
        }

        img#PHElogo {
            height: 30px;
            width: auto;
        }

        img#cetmarlogo {
            height: 30px;
            width: auto;
        }

        img#cedrelogo {
            height: 30px;
            width: auto;
        }

        img#eomaplogo {
            height: 30px;
            width: auto;
        }

        img#loureslogo {
            height: 30px;
            width: auto;
        }
    }

    @media (max-width:1600px) and (min-width:1400px) {
        img#hazrunofflogo {
            height: 35px !important;
            width: auto;
        }

        img#eulogo {
            height: 35px;
            width: auto;
        }

        #amlogo {
            height: 35px;
            width: auto;
        }

        img#istlogo {
            height: 35px;
            width: auto;
        }

        img#PHElogo {
            height: 35px;
            width: auto;
        }

        img#cetmarlogo {
            height: 30px;
            width: auto;
        }

        img#cedrelogo {
            height: 35px;
            width: auto;
        }

        img#eomaplogo {
            height: 35px;
            width: auto;
        }

        img#loureslogo {
            height: 35px;
            width: auto;
        }
    }

    @media (min-width:1600px) {
        img#hazrunofflogo {
            height: 45px !important;
            width: auto;
        }

        img#eulogo {
            height: 45px;
            width: auto;
        }

        #amlogo {
            height: 45px;
            width: auto;
        }

        img#istlogo {
            height: 45px;
            width: auto;
        }

        img#PHElogo {
            height: 45px;
            width: auto;
        }

        img#cetmarlogo {
            height: 45px;
            width: auto;
        }

        img#cedrelogo {
            height: 45px;
            width: auto;
        }

        img#eomaplogo {
            height: 45px;
            width: auto;
        }

        img#loureslogo {
            height: 45px;
            width: auto;
        }
    }


