/* 
    Created on : 29/06/2014, 10:41:08 PM
    Author     : dagoberto
*/

.center{
	text-align: center;
}

#img_user{
    margin: 0 auto;
    margin-bottom: 10px;
}

.text-error{
    border: 3px solid #d10606;
}
.error-message{
    display: none;
    color: red;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    background:#fff;
}

.strip{
    background:url(../img/login/strip.png) no-repeat;
    padding:4px;
}
.header{
    background: #F8F6F4;
}
.header-top{
    background:	#6A6E71;
    margin:40px 0px;
    border-radius:5px;
}
.logo{
    float:left;
}
.logo h1 a{
    font-weight:900;
    color:#fff;
    margin:0;
    padding:20px 10px;
    text-decoration:none;
}
.logo h1 a{
    color:#fff;
}
.menu{
    float:right;
}
.menu li{
    display:inline-block;
    padding:20px 10px;
}
 .menu li:first-child{
    margin-left:0;
}
.menu li a{
    display: block;
    font-size:15px;
    color:#fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
}
#nav .current a {
    color:#00C1EA;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu li a:hover ,.menu li.active a{
    color:#00C1EA;
}
.toggleMenu {
    display:  none;
    padding:4px 5px 0px 5px;
    border-radius:2em;
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    -o-border-radius:2em;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
@media screen and (max-width:800px) {
    .menu {
        margin:10px 0;
	}
    .active {
        display: block;
    }
    .menu li {
		padding: 4px 10px;
	}
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
        list-style: none;
        width: 95%;
        position: absolute;
        right: 15px;
        background: #fff;
        top: 118px;
        z-index: 9999;
        border: 1px solid #eee;
    }
   .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #eee;
    	background:#fff;
    	color:#384254;
    }
     .nav li:first-child a{
     	border-top:none;
     }
}

.banner{
    text-align: center;
}
.slider{
    background:url(../img/login/slider-frame.png) no-repeat;
}
.slide-banner-left{
    text-align:center;
    padding:40px 0px;
    position:relative;
}
.slide-banner-left-divice{
    width:700px;
    height:375px;;
    background:url(../img/login/slider-frame.png) no-repeat;
    display:inline-block;
}
#slideshow {
    position: absolute;
    top: 54px;
    left: 31px;
    width: 94.5%;
}
#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.banner-head h2{
    color:#00C1EA;
    text-transform: uppercase;
    font-weight:900;
    font-size:40px;
    margin-bottom:0px;
    padding-top:40px;
}
.banner-head  p{
    color:#7E8182;
    font-weight:400;
    font-size:20px;
}

a.banner-btn{
    color: #fff;
    border:0px;
    border-radius:3px;
    padding:10px 20px;
    background:#00C1EA;
    text-transform:uppercase;
    font-weight: 600;
    text-decoration:none;
    font-size:20px;
}
a.banner-btn:hover {
    color:#00C1EA;
    background:#ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-us-row{
    padding:40px 0px;
}

.portfolio{
    background:#91E0F2;
    padding-bottom: 60px;
}

.about-us{
	background:#BBD8C5;
    padding-bottom: 60px;
}

.Portfolio-top{
    text-align:center;
    padding:80px 0px 0px 0px;
}
.Portfolio-top-black{
    text-align:center;
    padding:80px 0px 0px 0px;
}
.Portfolio-top h3{
    font-weight: 900;
    font-size: 40px;
    color:#FAFAFA;
    text-transform: uppercase;
    margin:0px;
}
.Portfolio-top-black h3{
    font-weight: 900;
    font-size: 40px;
    color:#000;
    text-transform: uppercase;
    margin:0px;
}

.contact-top{
    text-align:center;
    padding:80px 0px 0px 0px;
}

.contact-top h3{
    font-weight: 900;
    font-size: 40px;
    color:#00c1ea;
    text-transform: uppercase;
    margin:0px;
}
.contact{
    background:#F8F6F4;
    padding-bottom: 60px;
}

.footer{
    background: #384254;
}
.footer-top{
    padding:30px 0px;
    text-align: center;
}
.footer-top p{
    color:#6B6F71;
    font-weight:400;
    font-size:16px;
    margin:0px;
}
.footer-top p a{
    color: #FFF;
    text-decoration:none;
}
.footer-top p a:hover{
    color: #6B6F71;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../img/login/top_move.png) no-repeat 0px 0px;
}

@media screen and (max-width:1280px){
    #slideshow {
        left: 32px;
    }
}
@media screen and (max-width:1024px){
    #slideshow {
        left: 27px;
    }
    .container {
        width: 947px;
    }
    .toggleMenu {
        display: none;
        padding: 10px 15px 11px 5px;
    }
}
@media screen and (max-width:768px){
    banner-left img.slide-img {
        width: 100%;
    }
    #slideshow {
        left: 26px;
    }
    .Portfolio-top p.portfolio-para {
        padding: 40px 83px
    }
    .Portfolio-top {
        padding: 80px 0px 0px 0px;
    }
    .col-md-3.portfolio-row-column a img {
        width: 100%;
    }
    .portfolio-row-2-column1,.portfolio-row-2-column2,.portfolio-row-2-column3 {
        float: none;
        width:100%;
    }
    .container {
        width: 691px;
    }

    .portfolio-row-2-column1 a img,.portfolio-row-2-column2 a img,.portfolio-row-2-column3 a img{
        width:100%;
    }
    .col-md-4.service-row-column {
        margin: 4em;
    }
    i.image-left {
        margin-left: 0px;
    }
    i.para p {
        font-size: 17px;
        margin-top:3px;
    }
}
@media screen and (max-width:640px){
    img.slide-img {
        width: 100%;
    }
    .container {
        width: 563px;
    }
    #slideshow img {
        width: 368px;
        height: 229px;
    }
    #slideshow {
        left: 16px;
        top: 50px;
    }
    .banner-rings {
        margin: 50px 50px;
    }
    .Portfolio-top p.portfolio-para {
        padding: 40px 50px;
    }
}
@media screen and (max-width:480px){
    .container {
        width: 402px;
    }
    #slideshow img {
        width: 255px;
        height: 162px;
    }
    #slideshow {
        left: 10px;
        top: 44px;
    }
    .portfolio-row-2 {
        margin: 0px;
    }
    .banner-head h2 {
        font-size: 36px;
    }
    .banner-rings {
        margin: 50px 0px;
    }
    .banner-rings i {
        margin: 0px 4px;
    }
    .about-us-column-left h3 {
        font-size: 32px;
    }
    .Portfolio-top p.portfolio-para {
        padding: 40px 0px;
    }
    .Portfolio-top h3 {
        font-size: 38px;
    }
    .services-top h3 {
        font-size: 33px;
    }
    .services-row {
        padding: 20px 0px;
    }
    .col-md-4.service-row-column {
        margin: 4em 0px;
    }
}
@media screen and (max-width:320px){
    .container {
        width: 243px;
    }
    #slideshow img {
        width: 148px;
        height: 95px;
    }
    #slideshow {
        left: 7px;
        top: 17px;
    }
    .banner-head h2 {
        font-size: 21px;
        margin:0px;
    }
    .Portfolio-top h3 {
        font-size: 21px;
    }
    .container {
        width: none;
    }
    .logo h1 {
        font-size: 30px;
    }
    .header-top {
        margin: 40px 0px 0px 0px;
    }
    .slide-banner-left {
        padding: 20px 0px;
    }
    .col-md-4.service-row-column {
        margin: 2em 0px;
    }
    .footer-top p {
        font-size: 13px;
    }
}