@charset "utf-8";

/* CSS Document */

::-webkit-input-placeholder, textarea.inpt::-webkit-input-placeholder {
    color: #a7a7a7 !important;
    text-align: right !important;
    padding-top: 3px;
    font-size: 13px;
}

input::-moz-placeholder, textarea.inpt::-moz-placeholder {
    color: #a7a7a7 !important;
    font-size: 13px;
    text-align: right !important;
    padding-top: 3px;
}

input::-ms-input-placeholder, textarea.inpt::-ms-input-placeholder {
    color: #a7a7a7 !important;
    font-size: 13px;
    text-align: right !important;
    padding-top: 3px;
}

* {
    font-family: tahoma;
    font-size: 15px;
}

a, a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    background-color: #f7f7f7;
    overflow-x: hidden;
}

.container, div, .headertop, .headermid, .content {
    padding: 0px;
}

header *, footer * {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.slider {
    padding: 0px;
    margin-top: -12px;
    position: relative;
}

.logo, .logo img, header, footer, .block, .brief a, .about {
    float: left;
}

.follow, .follow a {
    float: right;
}

.logo img {
    margin-top: -8px;
    margin-left: 25px;
}

.follow {
    margin-right: 65px;
}

.follow a {
    background-color: #2b2b2b;
    padding: 8px;
    color: #535353;
    border-right: 1px solid #000000;
}

header, footer {
    width: 100%;
}

.fa {
    font-size: 16px;
}

.headertop {
    padding: 8px 0px;
    z-index: 100000;
}

.menu {
    padding: 0px;
    border: 1px solid #e8e8e8;
    z-index: 1000;
    margin-top: -1px;
    border-radius: 2px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

nav ul {
    -webkit-font-smoothing: antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}

nav a {
    color: #616161;
    padding: 14px 15px;
    border-bottom: 9px solid transparent;
    -webkit-transition: all 0.1s ease-in-out 0s;
    margin-bottom: -9px;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 17px;
}

.menu ul {
    float: left;
    direction: ltr;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: 1000000000000;
    border-bottom: 9px solid #00aaea;
    width: 100%;
    margin-top: 0px;
}

.menu ul li {
    float: left;
}

nav .dropdown:after {
    content: '\25bc';
    padding-left: 7px;
}

nav .dropdown:hover:after {
    content: '\25bc';
}

nav li:hover a, .navbar-default .navbar-nav > ul > li > a:hover {
    border-bottom: 9px solid #69696b;
}

nav li ul {
    float: right;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color: #444343;
    min-width: 200px;
    width: auto;
    border-radius: 4px;
    background-color: #21282e;
    border-radius: 4px;
    border-bottom: 5px solid #e5e5e5;
}

nav li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}

nav li ul li, .nav li ul li a {
    float: none;
    width: 100%;
    text-align: right;
    background-color: #1a1a1a;
    color: #FFF;
}

nav li ul li {
    background-color: #21282e;
}


/* Clearfix */

.cf:after, .cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.cf.lft {
    float: left;
}

.headermid {
    border-top: 3px solid #00aaea;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #FFF;
}

.content {
    background-color: #FFF;
}

.image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.image:hover > img {
    width: 520px;
    height: 320px;
}

.brief {
    position: absolute;
    top: 0px;
    padding: 30px 50px;
    width: 55%;
}

.brief h4 {
    color: #00aaea;
    font-weight: bold;
}

.brief article {
    color: #FFF;
    font-weight: bold;
}

.brief a {
    background-color: #00aaea;
    padding: 10px 30px;
    font-weight: bold;
    color: #FFF;
    margin-top: 45px;
    border-radius: 4px;
}

.about {
    padding: 2%;
    width: 100%;
}

.about > h4 {
    color: #58585a;
    font-size: 17px;
    border-left: 25px solid #00aaea;
    text-align: left;
    line-height: 40px;
    padding-left: 15px;
}

.about > article {
    float: left;
    width: 100%;
    text-align: left;
    color: #1d1d1d;
    line-height: 30px;
}

.ensure {
    color: #00aaea;
    font-weight: bold;
    margin: 3%;
    float: left;
}

.ensure:hover {
    color: #000;
}

.brief a:hover, .more:hover {
    background-color: #000;
    color: #FFF;
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.briefs {
    background-color: #dadada;
    height: 320px;
    width: 40%;
    float: left;
    padding: 25px;
}

.briefs h4 {
    color: #00aaea;
    margin-bottom: 50px;
}

.briefs article {
    color: #FFF;
}

.more {
    background-color: #00aaea;
    padding: 10px 30px;
    font-weight: bold;
    color: #FFF;
    margin-top: 60px;
    border-radius: 4px;
    float: left;
    margin-left: 50px;
}

.content {
    padding-bottom: 4%;
}

.follow a:hover {
    background-color: #00aaea;
    color: #FFF;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
    margin-left: -15px;
    padding: 0px;
}
/**/
footer .headermid{
	border-radius: 0px;
	border-bottom: 9px solid #00aaea;
}
footer .menu{
	border: 0px;
}
footer .cf{
	border-bottom: 0px;
}
footer nav a{
	font-size: 14px;
}
.copyright a{
	color: #616161;
    padding: 14px 15px;
    display: block;
    text-align: right;
    text-decoration: none;
}
.about .image{
	margin-bottom: 30px;
}