@charset "utf-8";
/* CSS Document */

/* Enter Your Custom CSS Here */
.nav > li > a {
    padding: 15px 20px;
}
.nav ul {
    display: none;
    background: #777 none repeat scroll 0% 0%;
    position: absolute;
    left: 0px;
    top: 50px;
    width: 247px;
    padding: 10px 0px;
    z-index: 2;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.nav ul ul {
    position: absolute;
    top: 0px;
    left: 247px;
}
/*****home page *****/
.home-slider{z-index: 1;
position: relative;}

/***** About us page *****/
/***** Inner Page *****/
#meet-director {
    float: left;
	margin-bottom: 20px;
}
#inner-about-us .grid.one-fourth {
    margin-right: 1% !important;
    width: 17%;
}
#inner-about-us .grid.three-fourth {
    width: 82%;
}
.entry h2 {
    color: #2D1A6B;
    font-family: 'Raleway',sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 25px 0;
    text-transform: uppercase;
}
.photo-name {
    text-align: center;
}
.photo-name img {
    padding-bottom: 0px;
    padding-left: 0;
}
.entry p, .entry dd {
    font-family: open sans;
    font-size: 15px;
    line-height: 25px;
	margin-bottom:15px;
}
hr, .hr{
	margin: 15px 0 20px;
	border-width:1px;
	height:0px;
}

#inner-about-us .quote-title {
    margin: 0;
    padding: 20px 0;
}
#inner-about-us .pullquote-left {
    margin: 0;
	border-left:2px solid #C8C8C8;
	padding: 0 0 0 40px;
}
#inner-about-us .full-bg.bg-pattern {
    background: none repeat scroll 0 0 #EAEAEA;
}

.icon-box{float: left;width: 100%;}

.icon-box h3{float: left; margin:30px 0 25px 25px;}

.icon-box img{float: left; padding-top: 25px; padding-bottom: 15px;}
.quote-title{padding-top: 50px;float: right;}
.pullquote-left {
    color: #444;
    border-left: 6px solid #EEE;
    float: left;
    margin: 0.78em 1em 0.78em 0px;
    padding: 0px 0px 0px 20px;
    font-weight: 600;
    width: 70%;
}
.entry ul li, .entry ol ul li {
    font-size: 15px;
    line-height: 25px;
    list-style-image: url("http://atlantis.co.in/wp-content/uploads/inner-page-bullet.png") !important;
    margin-bottom: 6px;
}
.page-template-default .entry a {
    color: #2D1A6B;
    font-weight: bold;
}
.page-template-default .entry a:hover{
  color:#000;
}

/**** Team Rajiv Logo *****/
.site-title a{
	float:left;
}
.tr-logo {
    float: left;
    margin: 10px 0 0 0;
    padding: 0 30px 0 0;
}
@media only screen and (max-width: 719px) {
.tr-logo {
    width: 100%;
    border-bottom: 1px dashed #CCCCCC;
    margin: 10px 0 15px;
    padding: 0 0px 15px 0;
    text-align: center;    
}
.site-title a {
    display: table;
    float: none;
    margin: 0 auto;
}
}
