/*
Theme Name: memad3
Theme URI:
Author:
Author URI:
Description: This is a new wordpress
Version: 1.3
License:
License URI:
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: memad3
*/

@charset "utf-8";

header {
    background: #ffffff;
    height: 100px;
}
.logo {
    position: absolute;
    z-index: 1;
}

@media (max-width: 768px) {
    .logo {
        width: 50%;
        max-width: 230px;
    }
}

header .icons {
    padding-top: 20px;
}
header .icons a {
    color: #66619b;
    font-size: 40px;
    margin-right: 20px;
}

/* Carousel base class */
.carousel {
    height: 600px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}
.carousel-inner .item .container,
.carousel-inner .item .container .row,
.carousel-inner .item .container .row > div{
    height: 100%;
}
.carousel-inner .item .carousel-text h1 {
    font-size: 42px;
    font-weight: bold;
}
.carousel-inner .item .carousel-text p{
    font-size: 24px;
}
.carousel-inner .item .carousel-text .separator {
    height: 4px;
    width: 190px;
    background: #cfcdea;
    float: right;
}

.carousel-text {
    color: #ffffff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-indicators li {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.container-image {
    background: url('../images/bg.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
}

.text h2 {
    color: #1a1a1a;
    font-size: 34px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .text h2 {
        font-size: 22px;
    }
}
.text p {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 30px;
}
h1.title {
    font-size: 42px;
    font-weight: 100;
    line-height: 42px;
    margin: 0;
}

.block {
    background: #66609b;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);

}
.block .title {
    padding: 25px;
}
.block .title h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
}
.block .title p {
    font-size: 17px;
    margin-bottom: 0;
}

.block ul {
    list-style: none;
}
.block ul li {
    background: #f9fafc;
    color: #191919;
    padding: 12px 25px;
    font-size: 17px;
}
.block ul li img {
    margin-left: 10px;
}
.block ul li:nth-child(2n) {
    background: #ffffff;
}

.block .badge {
    height: 140px;
    width: 140px;
    position: absolute;
    bottom: -38px;
    left: 50px;
    background: #66609b;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 7px solid #ffffff;
    padding-top: 31px;
}

.form-wrapper {
    padding: 10px;
    background: #3a346b;
}
div.form {
    padding: 30px;
}
.form-wrapper legend {
    color: #1d1d1d;
    font-size: 30px;
    font-weight: bold;
}
.form-wrapper input.form-control {
    border: 0;
    border-bottom: 2px solid #e2e2e2;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-right: 10px;

}
.form-wrapper textarea.form-control {
	resize: none;
	height: 100px;
}

footer {
    background: #587698;
    color: #ffffff;
    padding: 30px 0;
}
footer h3 {
    margin-top: 0;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}
footer span {
    font-size: 17px;
}
footer p  {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

footer .row {
    position: relative;
}
footer .badge {
    height: 140px;
    width: 140px;
    position: absolute;
    bottom: -38px;
    left: 50px;
    background: #6c8db2;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.09);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 7px solid #ffffff;
    padding-top: 31px;
}

@media (max-width: 768px) {
    .badge {
		position: static!important;
		display: block!important;
		clear: both!important;
		margin-top: 15px!important;
		float: left!important;
		width: 100%!important;
		border-radius: 0!important;
		height: auto!important;
		padding: 15px 0!important;
    }
	
    .badge  br {
		display: none;
	}
}
.copyrights {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #2d2d2d;
    font-size: 13px;
}
.copyrights p {
    margin-bottom: 0;
}
.social {
    list-style: none;
    margin: 0;
}
.social li {
    display: inline;
    font-size: 30px;
    margin: 0 5px;
    color: #a6a8a5;
}
.form-wrapper a {
    color: inherit;
    text-decoration: underline;
    display: inline-block;
}
.tooltip-hover-box {
    text-align: right;
}
.tooltip-hover-box a {
    display: inline-block;
}
.tooltip-hover-box img {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.tooltip-hover-box span {
    float: right;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px;
}

.tooltip-inner {
    text-align: right;
    font-size: 14px;
    background: rgba(0,0,0,0.7);
    line-height: 16px;
    padding: 8px 13px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0,0,0,0.7);
    right: 22px!important;
    left: auto!important;
    border-width: 0 10px 10px;
    margin-top: -5px;
}


.footer-box {
    font-size: 14px;
    color: #282828;
    border-left: 1px solid #ebebeb;
    line-height:22px;
}
.footer-box p {
    margin: 0;
}
.footer-box:last-child {
    border-left: 0;
}

.footer-box a {
    color: inherit;
}


@media (max-width: 1199px) {
    .tooltip-hover-box img,
    .tooltip-hover-box span  {
        float: none;
    }
    .tooltip-hover-box {
        text-align: center;
    }
}

@media (max-width: 992px) {

    div.form {
        padding: 15px;
    }

}

@media (min-width: 1600px) {
    .container-wide {
        width: 1570px;
    }
}