@import url(http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

html, body {
	height: 100%;
}

body{
	font-family: 'Ubuntu';
    font-size: 16px;
}

/* NAVBAR */
@media(min-width:768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
    .menu-top .nav >li a::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ff5722;
        left: 0;
        z-index: -1;
        top: 0;
        transform: skewX(-35deg);
        border-radius: 8px;
        transition: 0.3s all;
    }

    .menu-top .nav >li a:hover::after{
        background: #111;
    }
    /* TO TOP */
    #toTop{
        position: fixed;
        z-index: 20;
        bottom: 40px;
        right: 40px;
        cursor: pointer;
        display: none;
        background: #ff5722;
        border-radius: 8px;
        color: #fff;
        border: none;
        font-size: 19px;
        opacity: 1;
        width: 50px;
        height: 50px;
        line-height: 35px;
        transition: 0.5s all;
    }
    .header-info .fb{
        text-align: right;
    }
}


@media(max-width:768px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
        position: absolute;
        width: 100%;
        background: #ff5722;
    }
    .content{
        padding: 15px !important;
    }
    #toTop {
        position: fixed;
        z-index: 20;
        bottom: 0px;
        right: 0px;
        cursor: pointer;
        display: none;
        background: #ff5722;
        border-radius: 0px;
        color: #fff;
        border: none;
        font-size: 19px;
        opacity: 1;
        width: 100%;
        height: 50px;
        line-height: 35px;
        transition: 0.5s all;
    }
    .footer{
        margin-bottom: 50px;
    }
    .header-info{
        text-align: center !important;
    }
    .header-info .fb{
        margin-top: 20px;
    }
}

.menu-top{
	background: transparent !important;
	border: none !important;
    padding-bottom: 40px;
}

.menu-top .nav >li a{
	color: #fff;
	position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 5px;
	margin: 0px 5px;
    font-size: 24px;
}

.menu-top .nav >li a:hover{
    color: #fff !important;
}

.header{
	color: #fff;
	position: relative;
}

.logo{
    font-size: 48px;
}

.logo-description{
    font-size: 24px;
    margin-bottom: 30px;
}

.header-content{
    padding-top: 40px;
}

/*.header::after {
    content: '';
    height: 400px;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0px;
    background: white;
    transform: skewY(-9deg);
    transform-origin: top;
    -webkit-transform: skewY(-9deg);
    -webkit-transform-origin: 0 0;
    z-index: 2;
    }*/

    .header-info{
    	border-bottom: 1px solid rgba(255,255,255,0.3);
    	padding: 10px 0px;
    }

    .content{
    	padding: 40px;
    }

    #toTop:hover{
    	opacity: 1;
    }
    #map{
    	min-height: 550px;
    	color: #111;
    }


    /* TABLE */
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    	vertical-align: middle;
    	border-top: 0px !important;
    }

    .table td{
    	font-weight: bold;
    	font-size: 14px;
    }

    .table td span{
    	font-size: 16px;
    	text-align: center;
    }

    .table th{
    	font-weight: bold;
    	font-size: 24px;
    	text-transform: uppercase;
    	text-align: center;
    }

    .table .flags{
    	width: 40px;
    }

    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    	padding: 5px;
    }

    .main-title{
    	position: relative;
    	padding-left: 15px;
        font-family: 'Ubuntu Condensed', sans-serif;
    }

    .main-title::before{
    	content: '';
        width: 8px;
        height: 100%;
        position: absolute;
        left: 0;
        background: #ff5722;
        display: block;
        border-radius: 50px;
    }

    .main-title span{
        text-transform: uppercase;
        color: #ff5722;
    }

    .money{
    	color: #fff;
        background: url('../images/money.jpg');
    }	

    .money .money-title{
        text-align: center !important;
        position: relative;
        display: inline-block;
        padding: 0px 20px;
        vertical-align: middle;
    }

    .money .money-title span{
        padding: 0px 20px;
        font-size: 22px;
        line-height: 50px;
        z-index: 1 !important;
    }

    .money .money-title::before{
        position: absolute;
        left: 0;
        right: 15px;
        right: -3px;
        top: 2px;
        margin: 0 auto;
        background: #fff;
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        transform: skewX(-35deg);
        border-radius: 8px;
        z-index: -1 !important;
    }

    .money .money-title::after{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        content: '';
        display: block;
        width: auto;
        height: 50px;
        transform: skewX(-35deg);
        border-radius: 8px;
        z-index: -1 !important;
        background: #ff5722 !important;
    }

    .table-striped>tbody>tr:nth-child(odd){
        background-color: rgba(0, 0, 0, 0.05) !important;
    }

    .money .hours, .money .address{
        z-index: 1 !important;
    }
    .money .hours h3{
        font-size: 36px;
        margin-top: 0px;
    }

    .money .hours h4{
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .money .address .fa{
        margin-top: 20px;
    }

    .money .contact .money-title{
        margin-bottom: 20px;
    }
    .paraxify{
      background-attachment: fixed;
      background-position: center center;
      background-size: cover;
    }
    .footer a{
        color: #111;
        font-weight: bold;
        text-decoration: none;
        transition: .3s all;
    }
    .footer a:hover{
        color: #ff5722;
    }