/*
 Theme Name:     Ttwenty Thirteen Child
 Theme URI:      http://example.com/twentythirteen-child/
 Description:    Ttwenty Thirteen Child Theme
 Author:         Meghedi Hacopi
 Author URI:     http://example.com
 Template:       twentythirteen
 Version:        1.0.0
*/
/*@import url("../twentythirteen/style.css");
 =Theme customization starts here */
 
 @import url("../twentythirteen/style.css");
body{
    font-family:'Arial Narrow',"Source Sans Pro", Helvetica, sans-serif;
    color:#ccc;
    background-color:#000;
    /*	background:url(./images/bg.png) repeat #151616;*/
    font-size:15px;
    line-height:1.3;
}
p{
    margin-bottom:10px;
}
.entry-header{
    display:none;
}
body .site{
    padding:0;
}
a {
    outline: none;
    color:#521514;
    text-decoration:none;
}
a:hover {
    color: #0b364e;
}
.clr{
    float:none;
    clear:both;
}
.site{
    /*	background-color:#4f4f4f;*/
    /*	background-color:#000;*/
    background:url(./images/bg.png) repeat #151616;
    max-width:100%;
}
.site-header{
    /*	background-color:#4f4f4f;*/
    background:url(./images/bg.png) repeat #151616;
}
.site-header .home-link {
    color: #141412;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    background:url(./images/logo.png) no-repeat left center ;
    min-height: 87px;
    float: left;
    max-width: 700px;
}
.entry-content{
}
.headerIn{
    background-color:rgba(152,153,153,0.6);
    max-width:960px;
    margin:0 auto;
}
.hRight{
    float:right;
    padding:12px 19px 0 0;
}
.hRight a{
    color:#5098e4;
}
/***************** Navigation**********************/
.navbar{
    /*	background-color:#0b364e;*/
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #36383b),
            color-stop(1, #000)
    );
    background-image: -o-linear-gradient(top, #36383b 0%, #000 100%);
    background-image: -moz-linear-gradient(top, #36383b 0%, #000 100%);
    background-image: -webkit-linear-gradient(top, #36383b 0%, #000 100%);
    background-image: -ms-linear-gradient(top, #36383b 0%, #000 100%);
    background-image: linear-gradient(to top, #36383b 0%, #000 100%);
    max-width:100%;
}
.main-navigation{
    max-width:960px;
    min-height:35px;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a	{
    background-color:#0b364e;
    color:#fff;
    font-weight:normal;
    padding:0 10px;
}
.main-navigation{
    margin-top:0;
}
.main-navigation ul.nav-menu li ul li{
    width:100%;
}
ul.nav-menu ul a, .nav-menu ul ul li a{
    width:100%;
}
.main-navigation ul.nav-menu li:first-child{
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{
}
.main-navigation ul li{
    width:160px;
    text-align:center;
    margin-right:0;
}
.main-navigation li.property,.main-navigation li.profile{
    width:211px;
}
ul.nav-menu ul li ul {
    width:100%;
}
ul.nav-menu li.services ul li{
}
.nav-menu ul ul a:hover{
}
ul.nav-menu li ul.sub-menu{
    background-color:rgb(77,148,254);
    opacity:0.8;
    border:none;
}

ul.nav-menu li ul.sub-menu li a{
    width:100%;
    display:block;
    padding:5px;
    float:left;
    font-style: normal;
	text-align:left;
	font-size:12px;
	margin-top:0;
}
ul.nav-menu li ul.sub-menu li:hover a{
    width:100%;
    display:block;
    padding:5px;
    float:left;
    font-style: normal;
	background-color:#435c9c;
}
.main-navigation ul li a{
    text-transform:uppercase;
    color:#fff;
    font-size:14px;
    line-height:2.5;
    padding:0px;
    display:block;
}
.main-navigation li a:hover, .main-navigation li a:focus{
    background-color:#435c9c;
    color:#fff;
    width:100%;
    border:none;
}

ul .nav-menu li, ul sub-menu li a:hover{
    border:none;

}
#navbar{
	margin-bottom:0;
	min-height:35px;
	}

.nav-menu .sub-menu,
.nav-menu .children {
    border: none;
    left:0;
    border-top: 0;
    padding: 0;
    position: absolute;
    z-index: 99999;
    height: 1px;
    width: 1px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus{
    background-color:inherit;
    width:100%;
    display: block;
    opacity:1;
    color: #fff;

}
/************************Slideshow***********/
.slideshowareaIn{
    max-width:960px;
    margin:0 auto;
    min-height:350px;
}
/********************************************/
.articleIn{
    max-width:960px;
    margin:0 auto;
    border:1px solid #ccc;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius: 10px;
    padding:10px 10px;
/*    background-color:rgba(152,153,153,0.2);*/
background-color:#fff;
}
.first-title{
    color:#000;
    font-size:23px;
    font-style:italic;
    -webkit-text-shadow:2px 3px 5px #CCC;
    -moz-text-shadow:2px 3px 5px #CCC;
    text-shadow:2px 3px 5px #CCC;
}
.entry-header,.entry-content, .entry-summary, .entry-meta{
    max-width:960px;
}
.site-footer{
    background-color:#333;
}
.circlemenus{
    max-width:421px;
    margin:0 auto;
}
.circle-menu{
    float:left;
    background-color:#4d94ff;
    width:90px;
    height:90px;
    -moz-border-radius :50%;
    -webkit-border-radius: 50%;
    border-radius : 50%;
    margin-right:20px;
    text-align:center;
}
.circle-menu a{
    width:100%;
    display:block;
    color:#fff;
    text-align:center;
    margin-top:35%;
    font-size:16px;
}
.circle-menu a:hover{
    color:#fff;
    display:block;
    text-align:center;
    text-decoration:none;
}
.circlemenus div:last-child{
    margin-right:0;
}


@media (max-width: 1024px) {
    .slideshowareaIn #wowslider-container22 .ws_bullets{
        left:50%;
        bottom:-50px;
    }
    .slideshowareaIn {
        min-height:409px;
    }
}
@media (max-width: 768px) {
    .slideshowareaIn {
        min-height:0;
    }
    .slideshowareaIn #wowslider-container21  .ws_bullets{
        bottom:-30px;
    }
    .hRight{
        padding:0 19px 0 0;
    }
    .main-navigation ul li {
        width:104px;
    }
    .main-navigation li.property, .main-navigation li.profile{
        width:233px;
    }
}
@media (max-width: 600px) {
    .hRight{
        float:none;
        padding:0;;
        margin:0 auto;
        width:175px;
    }
    .site-header .home-link{
        background:url(./images/logo2.png) no-repeat;
        float:none;
        margin:0 auto;
        max-width:242px;
        min-height:55px;
    }
    .slideshowareaIn #wowslider-container22 .ws-title{
        right:21em;
        bottom:4em
    }
}
@media (max-width: 480px) {
}
/* Mobile devices */
@media (max-width: 361px) {
    .slideshowareaIn #wowslider-container22  .ws_bullets{
        left:30%;
    }
    .slideshowareaIn{
        max-height:430px;
        min-height:0;
    }
    .slideshowareaIn #wowslider-container22 .ws-title{
        right:1em;
        bottom:1em;
        padding:10px;
    }
}