﻿html, body{
	margin:0;
	padding:0;
	background:#ffffff;
	font-size: 14px;
}

body *{
/*transition: all 0.1s ease;*/
line-height:normal;
}

/* useful classes */
.pT15{
	padding-top:15px;
}

.pT20{
	padding-top:20px;
}

.mT90{
	margin-top:90px;
}
.mT20{
	margin-top:20px;
}
.mT30{
	margin-top:30px;
}
.mT40{
	margin-top:40px;
}
.mB10{
	margin-bottom:10px !important;
}
.mB20{
	margin-bottom:20px !important;
}
.mR10{
	margin-right:10px !important;
}
.mR20{
	margin-right:20px !important;
}
.mL20{
	margin-left:20px !important;
}
.pR40{
	padding-right: 40px !important;
}
.pL40{
	padding-left: 40px !important;
}
.row{
	margin:0 !important;
}
.noPadding{
	padding:0;
}
.rest{
	overflow:hidden;
}
/* end of useful classes */

.navbar-toggle .icon-bar{
	background:#666666;
}

/* general */
.sectionTitleHeader{
	border-bottom:1px solid #cbced5;
	font-size:28px;
	color:#99CA45;
	font-weight:bold;
	line-height:80px;
	width:60%;
	margin:0 20%;
	position:relative;
}
.sectionTitleHeader .line{
	position:absolute;
	width:120px;
	height:10px;
	background-color:#99CA45;
	display:table;
	bottom:-5px;
	left:48%;
	margin-left:-47px;
	display:inline-block
}

/* end of general */

/* top panel */
.mainSearch{
	width:100%;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding:0;
height:25px;
border:1px solid #999999;
padding:5px 10px;
margin-top:2px;
background-image:url(../images/search-icon.jpg);
background-position:right center;
background-repeat: no-repeat;
}
.autocomplete-suggestions{
	text-align:left;
}
#headerCont{
	font-size:12px;
	line-height:20px;
	vertical-align:middle;
	border-bottom:1px solid #cccccc;
z-index:99;
	position:relative;
	background:#ffffff;
}
#headerCont.fixed-header{
	width:100%;
	position:fixed;
	top:0;
	z-index:9999;
	height:80px;
}
#headerCont.fixed-header .mainLogo{
	transform: scale(.75,.75);
}
.mainMenu.fixed-header2{
	width:100%;
	position:fixed;
	top:80px;
	z-index:9;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
}
#headerCont a{
color:#666666;
}
#headerCont a:hover,#headerCont a:focus{
	text-decoration:none;
	color:#000000;
}
#headerCont a .icon-login{
	font-size:20px;
	vertical-align:middle;
}
#headerCont ul{
	padding:0;
	margin:0;
}
#headerCont ul li{
	list-style:none;
	
	}
.dropbtn .icon-arrow-down{
	font-size:8px;
}
/* end of top panel */
.megaMenu .stretched img{
	border: 2px solid #1890BA;
	padding: 4px;
}
/* sub main menu */
div.subMenuTab {
    float: left;
    border-right: 1px solid #ccc;
    width: 30%;
    height: 200px;
	padding-right:20px;
}
div.subMenuTab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 15px;
    width: calc(100% + 45px);
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	margin-left:-25px;
}
div.subMenuTab button:hover {
    background-color: #1890BA;
	color:#ffffff;
}
div.subMenuTab button.active {
    background-color: #ccc;
}
.tabcontent {
    float: left;
    padding: 0px 12px;
    /*width: 70%;*/
    border-left: none;
    height: 200px;
}

.tabcontent {
    display: none;
	position:relative;
}
#boxLondon {
    display: block;
}
.tabcontent h3{
	border-bottom:1px solid #1890BA;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
}
.tabcontent p{
	font-size:12px;
}
.tabcontent a{
	position:absolute;
	bottom:10px;
	right:10px;
}
/* end of sub menu */
/* main menu */
.mainMenu{
	z-index:9;
	position:relative;
}
.mainMenu .stretched img{
	width:100%;
	height:auto;
}
.secrow {
    margin: 10px 0;
}
.secrow  ul li:last-child{
	margin-right:0;
}
.mainMenu .dropdown{
	position:inherit !important;
}
.mainMenu .dropdown .dropdown-menu{
	width:100%;
	background:transparent !important;
	border:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding:0 !important;
	margin:0 !important;
}
.mainMenu .dropdown .dropdown-menu .megaMenu{
	width:90%;/*100%*/
	background:#ffffff;
	/*min-height:80px;*/
	display:inline-block;/*table*/
	padding:20px 10px;
	background-image:url(../images/megaMenuG.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.mainMenu .dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle .icon-arrow-down{
	font-size:8px;
}
.megaMenuTxt h3{
	padding:10px 0 10px 0;
	border-bottom:1px solid #7f7f7f;
	font-size:12px;
}

.megaMenuTxt p{
	padding:10px 0 10px 0;
	font-size:12px;
	color:#535353;
}

.mainMenu .dropdown .dropdown-menu .megaMenu ul{
	padding:0;
	margin:0;
}

.mainMenu .dropdown .dropdown-menu .megaMenu ul li{
	width:50%;
	display:inline-table;
	margin:0 !important;
	padding:5px 0 !important;
	float:left;
}
.mainMenu .dropdown .dropdown-menu .megaMenu ul li a{
	font-weight:bold;
}
.mainMenu .dropdown .dropdown-menu .megaMenu ul li a:hover{
	color:#a7075f;
}
.mainMenu ul{
	padding:0;
	margin: 0;
}
.mainMenu ul li{
	list-style:none;
	display:inline-table;
	margin:0 10px;
}
.mainMenu ul li a{
color:#666666;
font-size:12px;
padding:10px 0;
display:inline-table;
}

.mainMenu ul li.open a.dropdown-toggle{
	position:relative;
	text-decoration:none;
}

.mainMenu ul li.open a.dropdown-toggle::after{
	content: '';
	position:absolute;
    width: 100%;
    bottom: -6px;
	z-index:99999;
	left:0;
    top: 50%;
}
.mainMenu ul li a:hover{
color:#000000;
text-decoration:none;
}
.navbar-toggle{
	padding:5px 0px !important;
}
/* end of main menu */

/* language dropdown */
.dropbtn {
    cursor: pointer;
}
.dropdown {
    position: inherit !important;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    overflow: auto;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover{
	background:#9b0d60;
	color:#ffffff;
}
.dropdown .myDropdown a:hover {background-color: #f1f1f1}

.show {display:block;}
/* end of language dropdown */

/* announcement 
.announcement.withImg{
	padding-top:75px;
	height:260px;
}
.announcement{
	width:100%;
	background-color: #f0f0f0; background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#f0f0f0));
	background: -webkit-linear-gradient(left, #f0f0f0, #f0f0f0);
	background: -moz-linear-gradient(left, #f0f0f0, #f0f0f0);
	background: -ms-linear-gradient(left, #f0f0f0, #f0f0f0);
	background: -o-linear-gradient(left, #f0f0f0, #f0f0f0);
	min-height:260px;
	padding:20px;
	padding-top:20px;
	height:260px;
	margin-top:75px;
	transition: all 0.5s ease;
}
.announcement .announcementCyrcle{
	width:150px;
	height:151px;
	display:inline-table;
	margin-top:-150px;
	position:absolute;
	left:50%;
	margin-left:-75px;
}
.announcement .announcementCyrcle .cyrclerStyling{
	width:150px;
	height:151px;
	background-image:url(../images/home/annou-cyrcle.png);
	position:absolute;
	top:0;
	left:0;
}
.announcement .announcementCyrcle .cyrcler{
	-webkit-border-radius: 76px;
	-moz-border-radius: 76px;
	border-radius: 76px;
	margin-top:2px;
	display:inline-table;
	width:150px;
	height:149px;
}
.announcement .announcementCyrcle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.announcement h2{
	color:#c41677;
	font-size:18px;
	font-weight:bold;
	margin:20px 0;
}
.announcement p{
	color:#242b45;
	font-size:14px;
}
.announcement a{
	color:#242b45;
	font-size:14px;
	position:absolute;
	bottom: 20px;
	margin: 0 auto;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	transition: all 0s ease;
}

.announcement a:hover{
	color:#000000;
	text-decoration:none;
}
.announcement:hover{
	background-color: #1a82f7; background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left top, right top, from(#5a0432), to(#c01675));
	background: -webkit-linear-gradient(left, #c01675, #5a0432);
	background: -moz-linear-gradient(left, #c01675, #5a0432);
	background: -ms-linear-gradient(left, #c01675, #5a0432);
	background: -o-linear-gradient(left, #c01675, #5a0432);
}
.announcement:hover h2{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	margin:20px 0;
}
.announcement:hover p{
	color:#ffffff;
	font-size:14px;
}
.announcement:hover a{
	color:#ffffff;
	font-size:14px;
}*/
/* end of announcement */
.divbtn{
	background-color: #fff!important;
    color: #99CA45 !important;
    border-radius: 20px !important;
    padding: 2px 15px !important;
    width: 60px !important;
    border: 1px solid #99CA45 !important;
    height: 25px;
    margin-bottom: 20px;
}
.divbtn:hover{
	background-color: #99CA45 !important;
    color: #fff !important;
}
.events .divbtn{
	background-color:transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.events .divbtn:hover{
	background-color:#fff !important;
    color: #99CA45 !important;
    border: 1px solid #fff !important;
}

/* radio btn styling */
input[type="radio"] {
    /*display:none;*/
}
input[type="radio"]  {
-webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #828282;
    border-radius: 50%;
    background-color: #ffffff;
    outline: 0;margin:5px 0    }
input[type="radio"]:checked  {
    background:url('/Style%20Library/LINKDev/Img/radioBtn.png') -14px top no-repeat;
}
input[type="radio"]::-ms-checked {
    background:url('/Style%20Library/LINKDev/Img/radioBtn.png') -14px top no-repeat;
}



/* end radio btn styling */
/* owl carousel */
.owl-theme .owl-nav [class*="owl-"]{
	background:none !important;
	padding: 0px 0px !important;
	color:#666666 !important;
	/*font-size:30px !important;
	margin-left: 15px !important;
	margin-right: 15px !important;*/
}
/* end of owl carousel */

/* events */
.owl-carousel-events .owl-nav{
	padding-left:15%;
    text-align: left !important;
}
.events .sectionTitleHeader{
border-bottom: 1px solid #ffffff !important;
color: #ffffff !important;
margin-bottom:40px !important;
}
.events .sectionTitleHeader .line{
	background-color: #ffffff;
}
.events{
	width:100%;
	padding-bottom:20px;
	background-image:url(../images/home/events-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	margin:20px 0;
	padding-top:40px;
}
.events .table-condensed{
	background-color:#ffffff;
}
.eventDate{
	width:100%;
	color:#ffffff;
	text-align:left;
	margin:10px 0;
}
.eventDate a{
	background-color:#ffffff;
	padding:5px 30px;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-size:14px;
display:inline-table;

color:#242b45;
}
.eventDate a:hover{
	background-color:#cccccc;
	text-decoration:none;
}
.datepicker-years{
	display:none;
}
.eventDate h4{
	padding:0;
	margin:5px 0 10px 0;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.eventDate span{
	padding:0;
	margin:5px 0;
	font-weight:normal;
	font-size:12px;
}
.icon-round.green{
	color:#c5d16f;
}
.icon-round.blue{
	color:#66bee2;
}
.events .owl-theme .owl-nav [class*="owl-"]{
	color:#ffffff !important;
}
/* end of events */

/* services */
.serviceBox{
	width:100%;
	color:#242b45;
	padding:20px;
	text-align:left;
	margin:5px 0;
	min-height:145px;
    background-color: #f0f0f0;
    border-radius: 5px;
    /* width: 43.5%; */
    display:inline-table;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
    margin-bottom: 10px;
    background:transparent
}
.serviceBox:hover{
	color:#ffffff;
	background-color: #1a82f7; 
	/*background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y;*/
	background: -webkit-gradient(linear, left top, right top, from(#00729A), to(#41B8EA));
	background: -webkit-linear-gradient(left, #41B8EA, #00729A);
	background: -moz-linear-gradient(left, #41B8EA, #00729A);
	background: -ms-linear-gradient(left, #41B8EA, #00729A);
	background: -o-linear-gradient(left, #41B8EA, #00729A);
    text-decoration:none;
    text-decoration-line:none;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;

   
}
.serviceBox:hover p{
    color:#FFF;
  text-decoration:none;
}
.serviceBox:hover h4{
    color:#FFF;
}
.serviceBox:hover a{
    text-decoration:none;
}

.serviceBox img{
	max-width:110px;
	height:auto;
	width: 110px !important;
    height: 100px;
    border-radius:50%;
}
.serviceBox .rest{
	padding-left:10px;
}
.serviceBox h4{
	font-size:16px;
	font-weight:bold;
	margin:15px 0 10px 0;
    color:black;
    transition: all 0s ease !important;
}
.serviceBox p{
	font-size:14px;
    color:black;
    transition: all 0s ease !important;
}

/* end of services */



/* cyrcles */
.aniCyrcles {
  width: 140px;
  height: 140px;
  transform: rotate(-90deg);
}
.circle {
  stroke-dasharray: 450; 
  stroke-dashoffset: 450;
  transition: all 1s ease;
}
.svg_1{
	position:absolute;
	top:0;
	left:0;
}
.svg_1:hover .circle {
  stroke-dashoffset: 0;
}
/* end of cyrcles */

/* partners */
.partners{
	width:100%;
	height:440px;
	background-image:url(../images/home/partners-bg.jpg);
	background-repeat:no-repeat;
	backgroung-size:cover;
	margin:20px 0;
}
.partners .partnerBox{
	text-align:center;
}
.partners .partnerBox h4{
	margin-top:20px;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
}
.partners .partnerBox .partnerBoxImg{
	position:relative;
	width:140px;
	height:140px;
	-webkit-border-radius: 70px;
-moz-border-radius: 70px;
border-radius: 70px;
background-color:#FFF;
margin:0 auto;
}
.partners .partnerBox .partnerBoxImg{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.partners .owl-theme .owl-nav [class*="owl-"]{
	color:#ffffff !important;
}


.partners .nav-tabs > li > a {
	width:auto !important;
  padding: 5px 15px !important;
  color: #fff !important;
  border: 1px solid #ffffff !important;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  margin:5px 10px !important;
}
.partners .nav-tabs > li > a:hover {
  background-color: transparent !important;
}
.partners .nav-tabs > li.active > a,
.partners .nav-tabs > li.active > a:hover,
.partners .nav-tabs > li.active > a:focus {
  color: #666 !important;
  cursor: default !important;
  background-color: #ffffff !important;
  border: 0 !important;
}
<!-- -->
.partners .nav-tabs > li.active > a span {
    font-size: 1em !important;
}

.partners .nav-tabs > li > a span.icon-arrow-down {
    font-size: 0.7em !important;
}

.partners .nav-tabs > li > a span {
    opacity: 1 !important;
    font-size: 1em !important;
}
.partners .nav-tabs > li.active > a, .partners .nav-tabs > li.active > a:hover, .partners .nav-tabs > li.active > a:focus {
    color: #666 !important;
    cursor: default !important;
    background-color: #ffffff !important;
    border: 0 !important;
	/* width:auto !important; */
}
/* end of partners */

/* videos */
.videosBox{
	width:100%;
	color:#242b45;
	background-color:#f0f0f0;
	text-align:left;
	position:relative;
}
.videosBox .videosBoxV{
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.videosBox h4{
	font-size:16px;
	font-weight:bold;
	padding:30px 30px 30px 30px;
	line-height:20px;
}
.videosBox h5{
	font-size:14px;
	padding:10px;
	color:#99CA45;
}
.videosBox p{
	font-size:14px;
	padding:10px 10px 40px 10px;
}
.videosBox a{
	color:#242b45;
	font-size:14px;
	position:absolute;
	bottom: 20px;
	right: 20px;
}

.videosBox a:hover{
	color:#000000;
	text-decoration:none;
}

/* videos of news */


/* datpicker restyling */
.datepicker-days table thead{
	background-color: #1a82f7 !important; background-image: url(images/linear_bg_1.png) !important;
	background-repeat: repeat-y !important;
	background: -webkit-gradient(linear, left top, right top, from(#00729A), to(#41B8EA)) !important;
	background: -webkit-linear-gradient(left,#41B8EA, #00729A) !important;
	background: -moz-linear-gradient(left, #41B8EA, #00729A) !important;
	background: -ms-linear-gradient(left, #41B8EA, #00729A) !important;
	background: -o-linear-gradient(left, #41B8EA, #00729A) !important;
}
.datepicker-days table thead tr th{
	background:none !important;
}
/* end of datpicker restyling */
.show{
	display:inherit;
}
.hide{
	display:none;
}

/* inner news */
.inner.news .newsBox{
	margin:15px 0;
}
.innerHeader{
	width:100%;
	min-height:180px;
	background-image:url(../images/innner-header-bg.jpg);
	background-position:center;
	background-size:cover;
	padding:50px 20px;
}
.innerHeader h2{
	color:#ffffff;
	font-size:40px;
	text-align:center;
	font-weight:bold;
}
.innerHeader .breadcrumb{
	background-color:transparent !important;
	color:#FFF !important;
	font-size:20px;
	margin-bottom:0 !important;
}

.innerHeader .breadcrumb a{
	color:#ffffff !important;
}
.innerHeader .breadcrumb a:hover{
	color:#cccccc !important;
	text-decoration:none;
}
.innerHeader .breadcrumb > li + li::before {
    content: ">";
	font-weight:bold;
	font-size:22px;
}
.pagination{
color:#676a78 !important;
}
.pagination > li > a, .pagination > li > span {
	border:none !important;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background-color:transparent !important;
}
.pagination > li > .num{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.pagination > li > .num:hover{
background-color:#3f486e !important;
	color:#ffffff;
}
.pagination .arrow{
	font-size:34px !important;
	font-weight:normal !important;
	line-height:14px !important;
}
.filterPanelContainer{
	padding:0 30px !important;
}
.filterPanel{
	width:100%;
	background:#efefef;
	margin:30px 0 0 0;
	min-height:70px;
	padding:20px 20px;
	}
.filterPanel input[type="text"]{
	height:30px;
	width:100%;
	border:1px solid #888888;
	padding:0 10px;
}
.filterPanel input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #666;}
.filterPanel input[type="text"]::-moz-placeholder { /* Firefox 19+ */  color: #666;}
.filterPanel input[type="text"]:-ms-input-placeholder { /* IE 10+ */  color: #666;}
.filterPanel input[type="text"]:-moz-placeholder { /* Firefox 18- */  color: #666;}
.filterPanel input[type="text"]:hover{
	border:1px solid #c41677;
}
.filterPanel a,.resChanNews{
	width:100%;
	height:30px;
	background-color:#40486f  !important;
	color:#ffffff  !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display:inline-table;
	/*line-height:30px;*/
}
.filterPanel a:hover,.resChanNews:hover{
	background-color:#c41677;
	text-decoration:none;
}
/* end of inner news */
/* inner details */
.details{
	margin-top:20px;
}
.details h4,.details .news-details-title{
	font-size:18px;
	font-weight:bold;
	padding:14px 10px 10px 10px;
	border-bottom:1px solid #cbcbcb;
	width: 100%;
	display: inline-block;
}
.details h5{
	font-size:15px;
	font-weight:bold;
	color:#676977;
	margin-bottom:30px;
}

.details h6,.details .news-details-date{
	font-size:16px;
	padding:10px;
	color:#99CA45;
	border-bottom:1px solid #cbcbcb;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
.details .follow-news{
	float:right;
}
.details h6 a,.details .follow-news a{
	font-size:20px;
	margin-left:5px;
		margin-right:5px;
	margin-top:-2px;
	color:#99CA45;
}
.details h6 a:hover,.details .follow-news a:hover{
	color:#333333;
	text-decoration:none;
}
.details p{
	font-size:14px;
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
}
.details ul{
	margin:20px 0;
}
.details ul li{
	margin:20px 0;
	list-style-image:url(../images/list-dot.png);
	list-style-position:inside;
	color:#7f86ac;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}
.detailsImage{
	width:100%;
	display:inline-table;
}
.deadLinePanel{
	width:100%;
	background:#a81c75;
	min-height:110px;
	color:#ffffff;
	padding:20px 20px;
	text-align:left;
}
.deadLinePanel h2{
	font-size:14px;
	font-weight:bold;
	margin:10px 0 15px 0;
}
.deadLinePanel h3{
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}
.deadLineLinks{
	width:100%;
	background:#efefef;
	min-height:110px;
	color:#ffffff;
	padding:20px 20px;
	text-align:left;
}
.deadLineLinks h3{
font-size:14px;
color:#292e45;
font-weight:bold;
margin:10px 0 10px 0;
}
.deadLineLinks h3 a{
color:#a91c75;
}
.deadLineLinks h3 a:hover{
	color:#870069;
	text-decoration:none;
}
/*ul.fixedMenu{
	position:fixed;
	top:250px;
	right:-160px;
	z-index:99999999999;
}
ul.fixedMenu li{
	background:#f1f1f1;
	border:1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height:40px;
	width:200px;
	margin:5px 0;
}
ul.fixedMenu li:hover{
	margin-left:-80px;
}
ul.fixedMenu li span[class*="icon-"]{
	font-size:30px;
	float:left;
	margin:3px;
}
ul.fixedMenu li a{
	display:block;
	line-height:40px;
	float:left;
	color:#313131;
	margin-left:5px;
}
ul.fixedMenu li a:hover{
	color:#313131;
	text-decoration:none;
}
ul.fixedMenu li:hover span[class*="icon-"]{
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}*/
.ms-dlgContent * ,#s4-ribbonrow *,#suiteBar *,.ms-webpart-controlBox *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#s4-workspace img,footer img {
   max-width:100%;
   border: none;

}

.mainLogo{
    margin-top: 5px;
    width: 110px;
    height: 70px;
}


.ms-webpartzone-cell{margin-bottom:0;}
.wp_zone {
    width: 100%;
    float: right;
}
/*input[type=button], input[type=reset], input[type=submit], button{min-width:inherit;}*/
.ms-siteicon-img{max-height:inherit;}
/* end of inner details */

/* radio btn styling */
input[type="radio"] {
    /*display:none;*/
}
input[type="radio"] + span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url('/Style%20Library/LINKDev/Img/radioBtn.png') left top no-repeat;
	transition: all 0.1s ease;
    cursor:pointer;
}
input[type="radio"]:checked + span {
    background:url('/Style%20Library/LINKDev/Img/radioBtn.png') -14px top no-repeat;
}
.breadcrumbContainer {
    width: 100%;
    background: #f5f5f5;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 15px;
    text-align: left;
}
.breadcrumb a {display: inline-block;color: #41B8EA;text-align: center;font-family: 'Glyphicons Halflings';font-style: normal;}
.breadcrumb a:after {
    content: "\e258";
    padding: 0 10px;
    color: #555;
    font-size: 12px;
    vertical-align: middle;
	text-decoration:none
}
.breadcrumb a:hover{text-decoration: none !important;}
.breadcrumb .current {color: #555;}

/* end radio btn styling */
.megaMenu .stretched img{
	border: 2px solid #1890BA;
	padding: 4px;
}

.megaMenu #boxVision-Mission

/* sub main menu */
div.subMenuTab {
    float: left;
    border-right: 1px solid #ccc;
    /*width: 30%;*/
    min-height: 200px;
	padding-right:20px;
}
.menu-con {
    min-height: 200px;
}

div.subMenuTab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 15px;
    width: calc(100% + 45px);
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	margin-left:-25px;
}
/*div.subMenuTab button:hover {
    background-color: #1890BA;
	color:#ffffff;
}*/


div[class*=stretched] > div.subMenuTab > button.current{
    background-color: #1890BA;
	color:#ffffff;
}


div.subMenuTab button.active {
    background-color: #ccc;
}
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
    min-height: 200px;
}

.tabcontent {
    display: none;
	position:relative;
}
#boxLondon {
    display: block;
}
.tabcontent h3{
	border-bottom:1px solid #1890BA;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
}
.tabcontent p{
	font-size:12px;
}
.tabcontent a{
	position:absolute;
	bottom:10px;
	right:10px;
}
/* end of sub menu */
.pollSurey .three{
	display:none;
}
.totalvoteNOAR {
    display: inline-block;
    padding: 5px 10px 5px 0;
}
.pollSurey .three .progress .bar{
	height: 100%;
	background: #1890BA;
}
.pollSurey .three .progress .bar.green{
	height: 100%;
	background: #58ab58;
}
.pollSurey .three .progress {
    height: 10px;
    margin-bottom: 10px;
}
.pollSurey .three h4{
	font-size:12px;
	margin-bottom:10px;
}
.profileHolder .dropdown-content{
	/*margin-left:-100px !important;*/
	border:1px solid #cccccc;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
min-width:175px;
margin-top:5px;
background:#ffffff !important;
overflow: inherit;
}
.profileHolder .dropdown-content:after{
	content: "";
    position:absolute;
	width:18px;
	height:9px;
	background:url(../images/profileMenuLabel.png);
	left:93px;
	top:-9px;
	}
.profileHolder .dropdown-content a{
	background:transperent !important;
	text-align:left;
}
.profileHolder .dropbtn span{
	background:#ffffff;
	color:#666666;
	width:20px;
	height:20px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display:inline-table;
line-height:20px;
margin-top:-10px
}
.profileHolder .dropbtn:hover span{
	background:#1890BA;
	color:#ffffff;
}
.profileHolder .dropdown-content span[class*="icon-"]{
	font-size:18px;
	vertical-align:middle;margin-right:5px;
}
.show768{
		display:none;
	}
.col-xs-3.customSize{width:100% !important}
.datepicker{
	display:inline-table !important;
}
.datepicker .datepicker-days{
	display:inline-table !important;
}
.custom-panel{
	margin-top:40px;
}
.custom-panel .panel-heading{
	background:#f1f1f1;    text-align: center;
}
.custom-panel .control-label{
	margin-top:0 !important;
	margin-left:0 !important;
	width:100%;
	text-align:left;
	margin-bottom:5px;
	}
	.smallTypesHolder{
	width:100%;
	height:34px;
	display:inline-table;
	background:#f1f1f1;
	text-align:left;
	padding:10px 15px;
	border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	}
	.smallTypesHolder label{
		margin:0 !important;
	}
	.sameHeight{
		height:60px;
		margin:10px 0;
	}
	select.form-control{
		width:100%;
		height:34px;
		border:1px solid #cccccc;
		border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	}
	.btn-danger{
		border:none;
		background:#3c475d  !important;
	}
	.btn-danger:hover{
		background:#353f54  !important;
	}
	table.selectlabel {
    line-height: 1.5em;text-align: left;
}
@media only screen and (max-width: 1200px) {
	/*.container{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left:20px !important;
		padding-right:20px !important;
	}*/
}
@media only screen and (max-width: 980px) {
.deadLinePanel{
				margin-bottom:20px;
			}
.events .restContainer, .events .datepickerContainer{
		width:100% !important;
		display:inline-block !important;
	}
}
@media only screen and (max-width: 768px) {
	#bs-example-navbar-collapse-1{
		width:100%;
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.intro .container, .mainMenu .container{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.mainMenu ul{
		width:100%;
		margin:0;
		padding:0;
	}
	.mainMenu ul li{
		width:100%;
		border-top:1px solid #cccccc;
		padding:10px 0;
		margin:0;
	}
	.intro .topBorder{
		margin-bottom:60px !important;
	}
	.intro div[class*="col-"]{
		margin-bottom:70px;
	}
	.intro.mT90{
		margin-top:0px !important;
	}
	.show{
	display:none !important;
}
.hide{
	display:inherit !important;
}
.intro div[class*="col-"]{
		padding:0 !important;
			}
	.filterPanel .resChan{
		margin:10px 0;
	}
	.mainMenu .dropdown .dropdown-menu{
		position:relative;
	}
	.mainMenu .dropdown .dropdown-menu .megaMenu{
		background-image:none;
		padding:0;
	}
	.mainMenu .dropdown .dropdown-menu .megaMenu div[class*=col-]{
		padding:0;
		display:table;
	}
	.mainMenu .dropdown .dropdown-menu .megaMenu div[class*=col-] li{
		width:100%;
		background-color:#f1f1f1;
		text-align:center !important;
	}
	.mainMenu .dropdown .dropdown-menu .megaMenu div[class*=col-] a{
		padding:10px 20px;
		text-align:center !important;
	}
	.mainMenu .dropdown .dropdown-menu .megaMenu div[class*=col-] h3, .mainMenu .dropdown .dropdown-menu .megaMenu div[class*=col-] p, .megaMenu .stretched{
		display:none !important;
	}
	.show768{
		display:inherit;
	}
	.hide768{
		display:none;
	}
	.col-xs-3.customSize{width:25% !important}
	.mainHover .topBorder{
		background:none !important;
		margin-bottom:130px !important;
		position:relative !important;
	}
	.intro div[class*="col-"] .iconCyrcle{
		top:20px !important;
	}
	.owl-carousel-banner .owl-dots{
		margin: -50px auto 0 auto !important;
	}
	.intro div[class*="col-"]{
		margin-bottom:20px;
	}
	.noPadding768{
		margin-right:0 !important;
		margin-left:0 !important;
		padding-right:0 !important;
		padding-left:0 !important;
	}
	.mainSearch{
		margin-left:10px;
	}
	div.subMenuTab button{
		margin-left:auto !important;
		width:100% !important;
	}
	.stretched768{
		width:100% !important;
		display:inherit !important;
	}
	.subMenuTab{
		width:100% !important;
		border:none !important;
	}
	#boxLondon {
    display: none !important;
}
.intro .mainHover:hover .mainHoverMenu{
	display:none;
}
.intro .mainHover:hover .iconCyrcle.one{
	width: 110px;
	height: 100px;
	margin-left:-55px;
	margin-top:0px;
	opacity: 1;
}
.intro .mainHover:hover .iconCyrcle.one span[class*="icon-"]{
	font-size:60px;
	line-height:110px;
}
div.subMenuTab{
height:auto !important;
padding-right:0 !important;
}
.mainMenu .dropdown .dropdown-menu .megaMenu{
border-left: none;
border-right: none;
border-bottom: none;
}
.owl-carousel-banner .owl-dots{
	margin: -50px auto 0 100px !important;
}
#headerCont.fixed-header{
	display:none !important;
}
.mainMenu.fixed-header2{
	top:0 !important;
}
}
@media only screen and (max-width: 480px) {
	.details h6 a{
	font-size:18px;
	margin-left:3px;
}
#headerCont .resChan{
	padding-left:0 !important;
	padding-right:0 !important;
}
#headerCont .resChan li{
	margin-right:10px !important;
}
.pull-left480{
	float:left !important;
}
.intro div[class*="col-"] .iconCyrcle{
	width:80px;
	height:80px;
	}
.intro div[class*="col-"] .iconCyrcle span[class*="icon-"]{
	font-size:40px;
	line-height:80px;
}
.eventDate a{
	padding:5px 10px;
}
.Mob100{
	display: inline-table;
	width: 100%;
}
.eventDate h4{
	line-height: 20px;
}
.intro .mainHover:hover .mainHoverMenu{
	display:none;
}
.intro .mainHover:hover .iconCyrcle.one{
	width: 110px;
	height: 100px;
	margin-left:-55px;
	margin-top:0px;
	opacity: 1;
}
.intro .mainHover:hover .iconCyrcle.one span[class*="icon-"]{
	font-size:60px;
	line-height:110px;
}
}
<!--test -->
.site-container {
    width: 100%;
    float: left;
}
.ms-webpart-chrome-vertical,.ms-webpart-cell-vertical,.ms-webpart-zone {
    display: block;
}
#ms-designer-ribbon img{max-width:inherit !important}




/*auto complete css file*/


/** resets **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 100%; }

::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

br{display: block; line-height: 2.2em} 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul{list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

#topbar {
  background: #4f4a41;
  padding: 10px 0 10px 0;
  text-align: center;
}

#topbar a {
  color: #fff;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}

#topbar a:hover {
  opacity: 1;
}

/** typography **/
h1{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
