*{
	margin:0px;
	padding:0px;
}
ul{
	margin:0px;
	padding:0px;
}
ul,li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin:0px;
}
img{
	border:none;
}
a:focus, input:focus{
	outline:none;
}
body{
	font-family:"Roboto", sans-serif !important;
	font-size:12px;
	color:#545454;
}
/*-- MAIN CSS START --*/
header .top-header{
	width:100%;
	background:#323232;
	padding:5px 0;
}
header .top-header ul.right-listing{
	margin:5px 0;
}
header .top-header ul.right-listing li{
	float: left;
    margin: 0;
    padding: 0px 6px 0 10px;
	background:url(../images/border-bg.png) no-repeat 0px center;
}
header .top-header ul.right-listing li:first-child{
    background:none;
}

header .top-header span{ margin-left:15px;}
header .top-header span a{ color:#fff;}
header .top-header span a:hover{ color:#fff; text-decoration:none;}

header .top-header span a .fa{ background-color:#fff; border:solid 2px #fff;  text-align:center; border-radius:100px; color:#545454; padding:5px 9px; margin-left:5px;}
header .top-header span a .fa:hover{ border:solid 2px #fff; background:#323232; color:#fff;}
header .top-header ul.right-listing li a{
	font-family:"Roboto", sans-serif;
	font-size:13px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}
header .top-header ul.right-listing li a i{
	padding: 5px 9px 4px 7px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    border-radius: 40px;
    margin: 0 0 0 4px;
    position: absolute;
    top: -3px;
}
/*header .bottom-header{
	padding:40px 0px;
}*/
header .bottom-header .middle-part{
	padding:17px 0;
}
header .bottom-header .middle-part p{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#323232;
	text-align:center;
	font-style:italic;
	margin:0 27px;
	font-weight:700;
}
header .bottom-header .middle-part p span{
	color:#0b82b9;
}
header .bottom-header .right-part{
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    width: 29%;
    float: right;
	margin:17px 0px;
}
header .bottom-header .right-part .search-form input{ border:none; width:90%; float:left; height:40px;}

header .bottom-header .right-part input[type="text"]{
	float: left;
    font-size: 13px;
    border: none;
    margin: 8px 0px;
    width: 91%;
    border-right: 1px solid #e1e1e1;
    padding: 3px 0;
}
header .bottom-header .right-part input[type="button"].submit-icon{
	float: right;
    background: url(../images/search.jpg) no-repeat center center;
    border-left: 5px solid #f00;
    margin: 0px 0 0 0;
    padding: 10px 12px;
    border: none; width:10%;
}
.navbar-brand{
	display:none;
}
.navbar-default .navbar-nav > li > a{
	text-transform:uppercase;
	font-size:15px;
	padding:17px 23px !important;
	transition:all ease-in 0.3s;
}

.navbar-default .navbar-nav > li > a:focus{ color:#fff;}

.navbar-default .navbar-nav > li.arrow-right{ background:url(../images/nav-arrow-1.png) no-repeat right center;} 

.navbar-default .navbar-nav > li > a i{
	float:right;
	margin:3px 0 0 4px;
}
.navbar-default .navbar-nav > li > a:hover{
	background:#010141 !important;
	color:#fff !important;
}
.collapse.navbar-collapse{
	padding:0px;
}
section .main-left .new-section{
	padding:15px 0 0 0;
	float:left;
}
.img-part{
	float:left;
	width:42%;
}
.img-part img{
	max-width:100%;
}
.news-report{
    float: left;
    margin: 0px 0 0 0px;
	width:55%;
}
.news-report h2{
	font-size:18px;
	color:#000000;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	border-bottom:1px solid #03628e;
	padding: 0 0 6px 0;
	font-weight:bold;
}
.news-report h2::after{
	    width: 160px;
    height: 2px;
    background: #03628e;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.news-report h2 a.view-all-btn{
	background: #03628e;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0px;
    padding: 8px 25px 5px;
    float: right;
    text-transform: capitalize;
	transition:all ease-in 0.3s;
	text-decoration:none;
	position:relative;
	font-weight:400;
}

.news-report h2 a.view-all-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 0; 
    height: 0; 
    border-top: 26px solid white; 
    border-right: 26px solid transparent;
}

.news-report h2 a.view-all-btn:hover{
	background:#010141;
}
.news-report ul{
	margin:0px;
	padding:0px;
}
.news-report ul li{
	list-style:none;
	width:100%;
	float:left;
	border-bottom: 1px solid #ccc;
    padding: 15.5px 0;
}
.news-report ul li:last-child{
	border-bottom:none;
}
.news-report ul li .img-sec{
	width:16%;
	float:left;
}
.news-report ul li .img-sec figure{}

.news-report ul li .img-sec figure img{ width:65px; height:auto;}

.news-report ul li .content-sec{
	width: 82%;
    float: left;
    margin: 0 0 0 2%;
}
.news-report ul li .content-sec h3{
	color:#03628e;
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	margin:0px;
	font-weight:700;
}
.news-report ul li .content-sec p{
	font-family: Helvetica, sans-serif;
    font-size: 10pt;
    margin: 6px 0 1px 0;
    color: #545454;
    line-height: 17px;
	height:70px;
	overflow:hidden;
}

.news-report ul li .content-sec p span strong{ font-size:10pt;font-family: Arial, Helvetica, sans-serif;}
.news-report ul li .content-sec p em strong{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.news-report ul li .content-sec p span a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.news-report ul li .content-sec p em strong{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}


.new-section .enter-result{
	border: 1px solid #ccc;
    float: right;
	width:31%;
}
.new-section .enter-result .resp-tab-item{
	color: #fff;
    padding: 11px 25px;
    background: #323232;
    font-size: 14px;
	font-weight:normal;
}
.new-section .enter-result .resp-tab-item.resp-tab-active{
	background:#03628e;
}
.new-section .enter-result .resp-tabs-container .resp-tab-content ul{
	margin:0px;
	padding:0px;
}
.new-section .enter-result .resp-tabs-container .resp-tab-content ul li{
	border-bottom:1px dashed #ccc;
	float:left;
	width:100%;
	padding:18px 0;
}
.new-section .enter-result .resp-tabs-container .resp-tab-content ul li:last-child{
	border-bottom:none;
}
.new-section .enter-result .resp-tabs-container .resp-tab-content ul li .des-left{
	width:32%;
	float:left;
}
.new-section .enter-result .resp-tabs-container .resp-tab-content ul li .des-right{
	width:65%;
	float:left;
	margin:0 0 0 2%;
}
.new-section .enter-result .resp-tabs-container  .resp-tab-content ul li .des-right h4{
	color:#03628e;
	font-family: "Raleway", sans-serif;
	font-size:16px;
	margin:0px 0 5px 0;
	font-weight:600;
}
.new-section .enter-result .resp-tabs-container .resp-tab-content ul li .des-right p{
	font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #545454;
    margin: 0px;
	line-height:19px;
}

.coming-divs{
	width:100%;
	float:left;
	margin:0;
}
.coming-divs .coming-congress {
	border: 1px solid #eee;
    margin: 0 0px 0 0;
    float: left;
    background: #fafafa;
    min-height: 255px;
	min-height:383px;
}
.coming-divs .coming-congress.first{
	margin-right:14px;
}
.coming-divs .coming-congress.first ul li{	
    margin: 14px 0 15px 20px;
}
.coming-divs .coming-congress h2{
	background: #03628e;
    padding: 6px 10px 6px 10px;
    font-size: 17px;
	margin:0px;
}
.coming-divs .coming-congress h2 span{
	color:#eee;
	text-align:center;
	border:1px dashed #eee;
	width:100%;
	display: table;
    padding: 8px 0;
}
.coming-divs .coming-congress ul {
	margin:0px;
	padding:0px;
	height: 300px;
	overflow: hidden;
}
.coming-divs .coming-congress ul li{
	float:left;
	width:100%;
	margin:13px 0 13px 20px;
}

.coming-divs .coming-congress h5{ float:right; position:absolute; right:0; bottom:7px;}
.coming-divs .coming-congress h5 a{ background-color:#545454; color:#fff; text-align:center; font-size:15px; padding:5px 19px; text-decoration:none;}
.coming-divs .coming-congress h5 a:hover{background-color:#010141;}

.coming-divs .coming-congress .image-part{
	width:29%;
	float:left;
}
.coming-divs .coming-congress .cont-part{
	width:60%;
	float:left;
}
.coming-divs .coming-congress .cont-part h3{
    font-size: 15px;
    color: #000;
    position: relative;
    margin: 0;
    font-weight: bold;
}
.coming-divs .coming-congress .cont-part h3 span{
	display: block;
    color: #545454;
    font-weight: normal;
    margin: 0;
	height:38px;
	overflow:hidden;
	font-size: 10pt !important; 
	font-family: arial, helvetica, sans-serif !important;
	line-height:17px;
	
}

.coming-divs .coming-congress .cont-part h3 span p{ margin:5px 0 0 0;}

.coming-divs .coming-congress .cont-part h3 span p span{ line-height:17px; margin:0;font-size: 10pt !important; font-family: arial, helvetica, sans-serif !important;}

.coming-divs .coming-congress button[type="button"].view-btn{
	background: #323232;
    color: #fff;
    margin: 0px;
    padding: 3px 19px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    border: none;
    float: right;
    font-size: 15px;
    text-transform: capitalize;
	transition:all ease-in 0.3s;
}
.coming-divs .coming-congress button[type="button"].view-btn:hover{
	background:#010141;
}
.coming-divs .news-deliverd{
  padding: 0px 31px 24px 0;
  width: 31%;
  margin: 0 0 0 14px;
	border:none;
}

.session-time__row {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  font-size:12px;
  background: #fafafa;
  border-bottom: 1px solid #e7e6e6;
}

.session-time__row--header {
  background: #03628e;
  font-weight:bold;
  color:#fff;
}

.session-time__col {
  padding:2px 4px;
}

.session-time__col:nth-child(1) {
  width:8%;
}
.session-time__col:nth-child(2) {
  width:25%;
}
.session-time__col:nth-child(3) {
  width:20%;
}
.session-time__col:nth-child(4) {
  width:42%;
}

.session-time-inner ul li ul li{
	font-family: "Roboto", sans-serif;
font-size: 14px;
margin: 2px 0;
color: #000000;
border-bottom: none;
padding-bottom: 0px;
width:100%;
float:left;
}


.session-time-inner ul li ul li a{ font-weight:normal;}
.session-time-inner h5{font-family: "Roboto", sans-serif;font-size: 14px;margin: 8px 0px; width:100%; float:left; font-weight:600;}

.session-time-inner ul li ul li span{color: #6d6767;
float: right; margin:0 !important;}

.coming-divs .news-deliverd h2{font-family: "Roboto", sans-serif;
font-size: 18px;
color: #000;
margin: 0px 0 0px 0;
position: relative;
border-bottom: 1px solid #03628e;
text-transform: uppercase;
font-weight: bold;
padding: 0 0 7px 0;}

.coming-divs .news-deliverd h2::after{width: 160px;
height: 2px;
background: #03628e;
content: '';
left: 0px;
bottom: 0px;
position: absolute;}


.coming-divs .news-deliverd ul.resp-tabs-list, p{ position:relative;}
.coming-divs .news-deliverd .formError{ left:0 !important; position: absolute !important; top: -8px !important;}
.coming-divs .news-deliverd .formError .formErrorContent{ background:none; border:none; color:#f00; padding:2px 0;}

.coming-divs .news-deliverd h5{
	color:#03628e;
	font-size:14px;
	font-family: "Roboto", sans-serif;
	margin:0px;
}

 

.coming-divs .news-deliverd span{
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 5px 0;
    display: inline-block;
    vertical-align: top;
}
.coming-divs .news-deliverd input[type="text"]{
	    background: #fff url(../images/email-icon.jpg) no-repeat 96% center;
    border: 1px solid #eee;
    padding: 13px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #ccc;
    width: 100%;
    margin: 26px 0 0 0;
}
.coming-divs .news-deliverd input[type="submit"]{
	background:#03628e;
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	width:100%;
	padding:10px 0;
	transition:all ease-in 0.3s;
	border:none;
	margin: 4% 0 0 0;
}
.coming-divs .news-deliverd input[type="submit"]:hover{
	background:#323232;
}


.about-home{
	width:100%;
	float:left;
	margin:28px 0 0 0;
}
.about-home .home-vba{
	float:left;
}
.about-home .home-vba h2{
	font-family: "Roboto", sans-serif;
	font-size:18px;
	color:#000;
	margin:0px 0 10px 0;
	position:relative;
	border-bottom:1px solid #03628e;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 7px 0;
}
.about-home .home-vba h2::after{
	  width: 160px;
    height: 2px;
    background: #03628e;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.about-home .home-vba p{
	font-size:15px;
	color:#545454;
	font-family: "Roboto", sans-serif;
	margin:0px 0 10px 0;
}
.about-home .home-vba p:last-child{
	margin-bottom:0px;
}
.about-home .home-vba button[type="button"].about-readmore{
	background: #03628e url(../images/read-arrow.png) no-repeat 84% center;
    padding: 7px 45px 7px 19px;
    margin: 10px 0 0 0;
    color: #FFFFFF;
    border: none;
	font-size:14px;
	transition:all ease-in 0.3s;
}
.about-home .home-vba button[type="button"].about-readmore:hover{
	background:#010141 url(../images/read-arrow.png) no-repeat 84% center;
}
.about-home .home-info{
    float: left;
    margin: 0 0 0 14px;
}
.about-home .home-info h2{
	font-family: "Roboto", sans-serif;
	font-size:18px;
	color:#000;
	margin:0px 0 0px 0;
	position:relative;
	border-bottom:1px solid #03628e;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 7px 0;
}
.about-home .home-info h2::after{
	  width: 160px;
    height: 2px;
    background: #03628e;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.about-home .home-info h2 a{
	 background: #03628e;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 25px;
    text-transform: capitalize;
    float: right;
    font-weight: 400;
    text-decoration: none;
	transition:all ease-in 0.3s;
	position:relative;
}

.about-home .home-info h2 a::before{
	content:"";
    position:absolute;
    top:0;
    left:0;
    width: 0; 
    height: 0; 
    border-top: 26px solid white; 
    border-right: 26px solid transparent;
}

.about-home .home-info h2 a:hover{
	background:#010141;
}
.about-home .home-info ul{
	margin:0px;
	paddding:0px;
}
.about-home .home-info ul li{
	float: left;
    width: 100%;
    margin: 0px 0 0 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.about-home .home-info ul li .part-left{
	width:35%;
	float:left;
}
.about-home .home-info ul li .part-right{
	width: 62%;
    float: left;
    margin: 0 0 0 3%;
}
.about-home .home-info ul li .part-right h3{
	color:#03628e;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	margin:0px 0 7px 0;
	font-weight:bold;
}
.about-home .home-info ul li .part-right p{
	font-family:"Roboto", sans-serif;
	font-size:15px;
	color:#545454;
	line-height:22px;
	margin:0px;
	font-weight:normal;
}
.about-home .home-info ul li:last-child{
	border-bottom:none;
}
.about-home .advertise{
	width:31%;
	margin:0 0 0 14px;
}
.about-home .advertise h2{
	font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0px 0 0px 0;
    position: relative;
    border-bottom: 1px solid #03628e;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 7px 0;
}
.about-home .advertise h2:after{
	width: 160px;
    height: 2px;
    background: #03628e;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.about-home .advertise figure img{
	margin:24px 0 0 0;
}
.session-div{
	float: left;
    width: 100%;
    margin: 3% 0 0 0;
}
.session-div .session-time h2{
	font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0px 0 0px 0;
    position: relative;
    border-bottom: 1px solid #03628e;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 7px 0;
}
.session-div .session-time h2::after{
	width: 160px;
    height: 2px;
    background: #03628e;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.session-div .session-time{
	margin: 0 14px 0 0;
}
.session-div .session-time ul{
	margin::0px;
	padding:0px;
}
.session-time-inner{
	background: #fafafa;
    border: 1px solid #e7e6e6;
    padding: 15px 8px;
    float: left;
    width: 100%;
    margin: 4% 0 0 0;
	/*height: 275px;
	overflow-y: scroll;*/
}
.session-div .session-time ul li{
	float:left;
	width:100%;
	list-style:none;
	border-bottom:1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}
.session-div .session-time ul li:first-child{
	margin-top:0px;
}
.session-div .session-time ul li:last-child{
	border-bottom:none;
}
.session-div .session-time ul li h5{
	color:#03628e;
	font-size:14px;
	font-weight:600;
	margin:0px 0 5px 0;
}
.session-div .session-time ul li ul li{
	font-family: "Roboto", sans-serif;
	font-size:14px;
	margin:2px 0;
	color:#000000;
	border-bottom:none;
	padding-bottom:0px;
}
.session-div .session-time ul li ul li span{
	color:#6d6767;
	float:right;
}
.session-div .member-benefit h2{
	font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0px 0 0px 0;
    position: relative;
    border-bottom: 1px solid #03628e;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 7px 0;
}
.session-div .member-benefit h2::after{
	width: 160px;
    height: 2px;
    background: #03628e;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.session-div .member-benefit .member-img-left{
	    float: left;
    width: 35%;
    margin: 5% 0 0 0;
}
.session-div .member-benefit .member-right{
	width:65%;
	float:left;
	 margin: 5% 0 0 0;
}
.session-div .member-benefit .member-right h6{
	color: #03628e;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
    margin: 0;
	font-weight:bold;
}
.session-div .member-benefit .member-right p{
	font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #545454;
    margin: 3px 0 0 0;
}
.session-div .member-benefit ul{
	margin: 10px 0 0 0;
    padding: 0px;
    float: left;
}
.session-div .member-benefit ul li{
	float: left;
    width: 100%;
    margin: 1px 0 0 0;
    background: url(../images/blue-arrow.png) no-repeat left 5px;
    padding: 0 0 5px 26px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.session-div .member-benefit button[type="button"].read-btn{
	background: #03628e url(../images/read-more-arrow.png) no-repeat 78% center;
    padding: 6px 54px 6px 41px;
    color: #FFFFFF;
    margin: 18px 0 0 0;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    border-radius: 30px;
    border: none;
    letter-spacing: 1px;
	transition:all ease-in 0.3s;
}
.session-div .member-benefit button[type="button"].read-btn:hover{
	background:#010141 url(../images/read-more-arrow.png) no-repeat 78% center;
}


.session-div .advertise{
	width:31%;
	margin:0 0 0 14px;
}
.session-div .advertise h2{
	font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0px 0 0px 0;
    position: relative;
    border-bottom: 1px solid #03628e;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 7px 0;
}
.session-div .advertise h2:after{
	width: 160px;
    height: 2px;
    background: #03628e;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.session-div .advertise figure img{
	margin:24px 0 0 0;
}
section.home-body-content{
	margin:0;
}
footer{
}


footer .top-footer{
	width:100%;
	background:url(../images/footer-bg.jpg) no-repeat center center;
	background-size:cover;
	min-height:351px;
	padding:35px 0;
	margin: 0px 0 0 0;
}

footer .top-footer{ margin-top:30px;}

footer .top-footer .our-menu h6{
	font-family: "Roboto", sans-serif;
	font-size:20px;
	margin:0px;
	color:#FFFFFF;
	text-transform:capitalize;
	font-weight:normal;
}
footer .our-menu ul{
	margin: 12px 0 0 0;
    padding: 0px;
}
footer .top-footer .our-menu ul li{
	list-style:none;
	float:left;
	width:100%;
}
footer .top-footer .our-menu ul li a{
	text-decoration: none;
    background: url(../images/ourmenu-arrow.png) no-repeat left center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin: 0px;
    float: left;
    color: #fff;
    padding: 3px 0 3px 16px;
    font-weight: 400;
}
footer .top-footer .contact-div h6{
	font-family: "Roboto", sans-serif;
	font-size:20px;
	margin:0px;
	color:#FFFFFF;
	text-transform:capitalize;
	font-weight:normal;
}
footer .top-footer .contact-div ul{
	margin: 4% 0 0 0;
    padding: 0px;
}
footer .top-footer .contact-div ul li{
	list-style:none;
	float:left;
	width:100%;
	margin:0 0 16px 0;
}
footer .top-footer .contact-div ul li a{
	 font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0px;
	color:#fff;
}
footer .top-footer .contact-div ul li:first-child a p{
	margin-top:4px;
}
footer .top-footer .contact-div ul li span.locaiton{
    background: url(../images/location.png) no-repeat center center;
    padding: 20px;
    border: 3px solid #fff;
    float: left;
    border-radius: 30px; margin-right:10px;
}
footer .top-footer .contact-div ul li  a p{
	float: left;
    width: 58%;
    margin: 9px 0 0 4%;
    font-size: 14px;
}

footer .top-footer .contact-div ul li p{ color: #fff;
width: 70%;
float: left;
margin-top: 8px;}

footer .top-footer .contact-div ul li span.mail{
	padding: 20px;
    border: 3px solid #fff;
    float: left;
    border-radius: 30px;
	background: url(../images/footer-mail.png) no-repeat center center; margin-right:10px;
}
footer .top-footer .contact-div ul li span.phone{
	padding: 20px;
    border: 3px solid #fff;
    float: left;
    border-radius: 30px;
	background: url(../images/footer-phone.png) no-repeat center center; margin-right:10px;
}

footer .top-footer .contact-div ul li span.fax{
	padding: 20px;
    border: 3px solid #fff;
    float: left;
    border-radius: 30px;
	background: url(../images/footer-fax.png) no-repeat center center; margin-right:10px;
}
footer .top-footer .location-map h6{
	font-family: "Roboto", sans-serif;
	font-size:20px;
	margin:0px;
	color:#FFFFFF;
	text-transform:capitalize;
	font-weight:normal;
}
footer .top-footer .location-map .map-div{
	margin:5% 0 0 0;
}

footer .top-footer .location-map .map-div iframe{ width:100%; height:220px;}

.bottom-footer{
	background:#020202;
	padding:20px 0;
}
.bottom-footer p{
	font-family: "Roboto", sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	text-align:center;
}


.mobile-header{
	display:none;
}
nav.navbar.navbar-default{
	display:block;
}
ul.dropdown{
	display:none;
	background: #0b82b9;
    display: none;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

ul.sub-menu{
	display:none;
	background: #0b82b9;
    display: none;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 10;
    width: 200px;
}

ul.nav.navbar-nav li:hover ul.sub-menu {
    display: block !important;
}


ul.nav.navbar-nav li:hover ul.sub-menu li a {
    color: #fff !important;
    float: left;
    padding: 5px 11px;
    width: 100%;
    transition: all ease-in 0.3s;
    text-decoration: none;
}

ul.sub-menu li a:hover {
    background: #010141;
    color: #fff;
}

.dropdown.col-for {
  width: 200px;
}

.sub-menu li{}
.sub-menu li a{ border-bottom:dotted 1px #fff;}

.dropdown.col-for li{}
.dropdown.col-for li a{ border-bottom:dotted 1px #fff;}

ul.nav.navbar-nav li:hover ul.dropdown{
	display:block !important;
	text-transform:uppercase;
}

ul.nav.navbar-nav li:hover ul.dropdown li a{
	 color: #fff !important;
    float: left;
    padding: 5px 11px;
    width: 100%;
	transition:all ease-in 0.3s;
	text-decoration:none;
}
ul.dropdown li a:hover{
	background:#010141;
	color:#fff;
}

.news-article article header h2.entry-title{ background-color:#fafafa; padding:5px; font-size:18px; margin:4px 0;}
.news-article article header h2.entry-title a{color:#333;}
.news-article article header h2.entry-title a:hover{ text-decoration:none;}
.home-body-content{ padding:40px 0;}
.home-body-content h1{ font-size:25px; margin-bottom:20px;}
.main-left h1{ font-size:25px; margin-bottom:20px; text-transform:uppercase; font-weight:600;}
.home-body-content p{ font-size:16px; margin:10px 0 10px 0;}
.home-body-content iframe{ border:none;}
.home-body-content.find-game{ width:100%; float:left; padding:20px 0;}
.home-body-content.find-game .main-left{background-color:#fafafa; padding:0px; font-size:15px; border:solid 1px #e5e5e5;}
.home-body-content.find-game .main-left h2{ font-size: 20px;
text-transform: none;
font-weight: normal;
color: #fff;
background-color: #0b82b9;
padding: 10px;}
.home-body-content .main-left .masterpoints ul{ padding:0 0 0 15px;}
.home-body-content .main-left iframe{ margin-top:10px;}
.home-body-content .main-left .masterpoints ul li{ list-style-type:disc; margin:7px 0; font-size:16px;}
.home-body-content a{ font-weight:600;}
.home-body-content .main-left .masterpoints ul li a{ font-weight:normal; font-size:15px;}
.home-body-content.find-game .main-left p{ font-size: 16px;
font-weight: normal;
margin: 5px 0;
padding-left: 10px;}
.home-body-content.find-game .main-left ul{ padding:0; margin:0;}
.home-body-content.find-game .main-left ul li{ border-bottom: solid 1px #ccc;
}
.home-body-content.find-game .main-left ul li a{ color:#333; font-weight:500; padding: 10px; display:block;}
.home-body-content.find-game .main-left ul li a:hover{ text-decoration:none; background-color:#0b82b9; color:#fff;}
.home-body-content.find-game .main-right{}
.home-body-content.find-game .main-right h1{ font-size: 20px;
margin-bottom: 10px;}
.home-body-content.find-game .main-right p{ font-size:15px; margin:8px 0;}
.table-responsive table tbody tr th{ background-color:#545454; font-size:15px; font-weight:normal; color:#fff;}
form.widget_wysija{background: #f5f5f5;
padding: 24px 31px;
width: 100%;
margin: 0;
border: 1px solid #e5e5e5;}

form.widget_wysija h5{color: #03628e;
font-size: 16px;
font-family: "Roboto", sans-serif;
margin: 0px;}
form.widget_wysija span{font-family: "Roboto", sans-serif;
font-size: 14px;
color: #000000;
margin: 5px 0;
display: inline-block;
vertical-align: top;}

form.widget_wysija p{}
form.widget_wysija p input{background: #fff url(../images/email-icon.jpg) no-repeat 96% center;
border: 1px solid #eee;
padding: 13px 10px;
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #ccc;
width: 100%;
margin: 26px 0 0 0;}

form.widget_wysija input.wysija-submit.wysija-submit-field{background: #03628e;
color: #FFFFFF;
font-size: 18px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
text-align: center;
width: 100%;
padding: 10px 0;
transition: all ease-in 0.3s;
border: none;
margin: 4% 0 0 0;}
li#wysija-2 h2{ display:none;}

