a {
	color:#cbb955;
	outline:0;
	text-decoration:none;
	transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	
	}

a:hover {
	color:#555;
	transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
		text-decoration:none;
	
	
}

a:visited, a:acitve {
	text-decoration: none;

}

a:active {
	color:#111;
}

a:focus {
	text-decoration: none;

}

a img, img {
	border:0;
}

p {
	padding:10px 0;

}

object {
	outline:0;
	border:0;
	float:left;
}



button:focus {outline:0;}

*{
	outline:0;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-style:normal;
	font-size:inherit;
}

body {
	margin:0;
	padding:0;
	font-family: 'Droid Serif', serif;
	font-size:14px;
	color:#393939;
	background:#ddd;
}


/*#main_body {
	width:1170px;
	margin:0 auto;

}*/

/*header starts*/

#header {
	
	margin:0;
	padding:0;
	position: relative;
	
}



a#logo {
	background:url(../images/logo.png) no-repeat 0 0;
	width:313px;
	height:95px;
	text-indent:-9999px;
	float:left;
	margin:10px 0;
	padding:0;
}

.navbar-brand {
	display: none;
}



/*social medias starts*/

.social_medias {
	float:right;
}

.social_medias h2 {
	text-align: right;
}

.social_medias a {
	margin:0 0 0 3px;
}


.social_medias .fa-facebook,
.social_medias .fa-twitter,
.social_medias .fa-envelope {
	background:#3b5998;
	padding:9px 14px;
	color:#fff;
	font-size: 20px;
	border-radius:50px;
}

.social_medias .fa-twitter {
	background:#00aced;
	padding:10px 11px;

}

.social_medias .fa-envelope {
	background:#2053bc;
	padding:10px 11px;
}

.social_medias h3 a {
	color:#cbb955;
	margin:0 0 0 5px;
}


.social_medias h2 a {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.social_medias h2 a:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.social_medias h3 a:hover {
	color:#111;
}


/*texts_home starts*/

#texts_home .items {
	width:100%;
	float:left;
	margin:60px 0 0 0;

}

#texts_home .items.first {
	margin-top:0;
}

#texts_home .items h1, #highlights .item h1, .reconews h1 {
	color:#5b5b5b;
	font-size:30px;
	line-height: normal;
	font-weight:700;
	border-bottom:2px solid #cbb955;
	padding:0 0 3px 0;
	margin:0 0 20px 0;
}




/*latest stories*/

#texts_home .items ul.stories {
	margin:0;
	padding:0;
	width:100%;
	display: inline;
}

#texts_home .items ul.stories li {
	list-style:none;
	float:left;
	width:100%;
	margin:36px 0 0 0;
	padding:0;
}

#texts_home .items ul.stories li.first {
	margin-top:0;
}

#texts_home .items ul.stories li a img {
	float:left;
	margin:5px 20px 0px 0;

}

#texts_home .items ul.stories li a span.maintitle {
	font-size:24px;
	color:#3b3b3b;
	line-height: 30px;
	font-weight:700;
	display: block;
	margin:0 0 10px 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;

}

#texts_home .items ul.stories li a span.description {
	color:#111;
}

#texts_home .items ul.stories li a span.more {
	color:#989898;
	font-weight: 400;
	font-style:italic;
	display: block;
	margin:0 0 10px 0;
}


#texts_home .items ul.stories li a:hover span.maintitle, #services_slider a:hover span.maintitle {
	color:#cbb955;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}



/*main nav */

.navbar-fixed-top {
	position: relative;

}

/*.navbar-fixed-top .navbar-brand {
	display: none;
}*/




/*main navigation*/

.container .navigation_box {
	background:none;
	height:88px;
}

.navbar-nav {
	float: left;
  border: 1px solid #f4f4f4;
  width: 100%;
  height: 60px;
}

.container .navigation_box .navbar-nav>li {
	  border-left: 1px solid #f4f4f4;

}

.container .navigation_box .navbar-nav>li:first-child {
	border-left:0;
}


.container .navigation_box .navbar-nav>li.searchform {
	margin:0;
	padding:0 0 0 12px;
	height:58px;
}

.container .navigation_box .navbar-nav>li>a {
	font-size:18px;
	font-weight:300;
	color:#555;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}




.container .navigation_box .navbar-default {
	background:none;
	border:0;
	margin:0;
}

.dropdown-menu {
	padding:0;
}

.dropdown-menu>li {
	margin:0;
	padding:0;
}

.dropdown-menu>li>a {
	padding:10px 20px;
}


/*second level menu*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


/*search form*/


.container .navigation_box .navbar-form, .tollfree .navbar-form {
	background:#fff;
	border:0;
	outline:0;
	box-shadow: none;
	padding:0;
	width:162px;
	height:29px;
    position:relative;
} 
.container .navigation_box .navbar-form {
	width:140px;
	height:58px;
	margin:0;
}

.container .navigation_box .navbar-form .form-control, .tollfree .navbar-form .form-control  {
	border-radius: 0;
	border:0;
	background:none;
	font-size:14px;
	width: 170px;
  	padding: 19px 10px;
  	height: auto;
  	box-shadow: none;
}

/*.container .navigation_box .navbar-form .btn-default, .tollfree .navbar-form .btn-default {
	border:0;
	padding:0;
	background:none;
	border-color:transparent;
	color:#007f52;
}*/


.container .navigation_box .navbar-form .btn-default {
	background:url(../images/search.png) no-repeat center center;
	width:59px;
	height:58px;
	text-indent: -9999px;
	float:left;
	border-radius:0;
	border:1px solid #f4f4f4;
	border-top:0;
	border-bottom:0;
	border-right:0;
	position:relative;
	right:-1px;
    position:absolute;
    top:0;
    right:0;
}

.container .navigation_box .navbar-form .btn-default:hover {
	cursor:pointer;
	background-color:#f5f5f5;
}

.container .navigation_box .navbar-form .btn-default:active {

	outline:none;
	
}


.container .navigation_box .navbar-form .btn-default:focus {
	outline:0;

}

.navbar-form .form-group {
	float:left;
	display: inline;
}


/*highlights starts*/

#highlights .item h1 {
	font-size:24px;
	
}

#highlights .item {
	margin-top:52px;
	float:left;
	width:100%;
}

#highlights .item.first {
	margin-top:7px;
}

#highlights .item.feed {
	margin-top:110px;
}


#highlights .item.feed h1 {
	font-size:30px;
}

#highlights .item.topstory ul.morestories li a img {
	width:auto !important;
	height: auto;
	float:left;
	display: inline;
	margin:0 20px 0 0;

}

#highlights .item.topstory ul.morestories li.first a span.maintitle {
	margin:0;
	line-height: 22px;
	color:#444444;
}

#highlights .item.topstory ul.morestories li {
	margin:0;
	border-top:1px solid #f7f7f7;
	padding:10px 0;
}

#highlights .item.topstory ul.morestories li.first {
	border-top:0;
	padding-top:0;
}

#highlights .item.topstory ul.morestories li a {
	font-size:12px;
	line-height: 18px;
	color:#1a1a1a;
}


#highlights .item.topstory ul.morestories li a:hover,
#highlights .item.topstory ul.morestories li.first a:hover span.maintitle  {
	color:#cbb955;
}








/*service slider */


.servicesbox {
	background:#fff;
	height:440px;
	padding-top:0px;
}

#services_slider img {
	margin:0 auto;
	display: block;
	width:100% !important;
	height:auto !important;
}



#services_slider a span.maintitle {
	font-size:18px;
	color:#3b3b3b;
	display: block;
	margin:20px 0;
	font-weight: 700;
	line-height: 28px
}

#services_slider a span.description {
	display: block;
	font-size: 14px;
	color:#5b5b5b;
	
	}

#services_slider a span.view_more {
	color:#cbb955;
	font-size: 14px;
	font-weight:700;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	float:left;
	margin:10px 0 0 0;
	

}

#services_slider a:hover span.view_more {
	color:#111;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#services_slider a img {
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}


/*twitter feed*/

ul.twitterfeed {
	width:100%;
	border:1px solid #bbb;
	padding:5%;
	float:left;
}

ul.twitterfeed li {
	display:inline;
	margin:50px 0 0 0;
	width:100%;
	float:left;
}

ul.twitterfeed li.first {
	margin-top:0;
}


ul.twitterfeed li a img {
	display: inline;
    margin: 0 20px 70px 0;
    float: left;
}

ul.twitterfeed li a {
	color:#cbb955;
}

ul.twitterfeed li a:hover {
	color:#111;
}

ul.twitterfeed li a.twitter_name {
	font-size:16px;
	color:#3b3b3b;

}

ul.twitterfeed li a.twitter_handler {
	color:#999;
	display: block;
	font-size:12px;
}

ul.twitterfeed li span.description {
	font-size:12px;
	color:#3f3f3f;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px
}

ul.twitterfeed li span.dates {
	font-size:12px;
	text-transform: uppercase;
	color:#b1b1b1;
	display: block;

}


/*public interest*/

ul.morestories {
	width:100%;
	float:left;
	display: inline;
	margin:0;
	padding:0;
}

ul.morestories li {
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;

}

ul.morestories li a img {
	width:100% !important;
	height:auto !important;
}

ul.morestories li a span.maintitle {
	font-size:18px;
	color:#3b3b3b;
	display: block;
	margin:20px 0;
	font-weight: 700;
	line-height: 28px
}

ul.morestories li a span.description {
	display: block;
	font-size: 14px;
	color:#5b5b5b;
	
	}

ul.morestories li a span.view_more {
	color:#cbb955;
	font-size: 14px;
	font-weight:700;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	float:left;
	margin:10px 0 0 0;
	

}

ul.morestories li a:hover span.view_more {
	color:#111;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}



.row.featurebox.servicesslider {
	
	position: relative;
}

.row.featurebox.servicesslider h2 {
	margin:0 0 40px 0;
}


.container.quicklinks {
	margin-top:30px;
}


/*table starts*/

table
{
	font-size:11px;
	margin:0 0 25px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border:0px solid #bdbcbd;
	float:left;
	text-transform:none;
	
	
	

}
table.boxtable {
	width:500px;
}
table img {
	vertical-align:middle;
	
}

table a {
	font-weight:normal;
	color:#666;
	
}

table a:hover {
	color:#3195c9;
	text-decoration:none;
}
table th
{
	font-weight: bold;
	padding:8px 10px 10px 0;
	background:none;
	color:#007f52;
	border-bottom: 0px solid #d8dada;
	text-align: left;
	font-size:14px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;

}


table td
{
	padding: 10px 10px 10px 10px;
	background:#f5f5f5; 
	border-bottom: 1px solid #ccc;
	color: #666;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;


}

table td.reg {
	width:530px;
}
table tr:hover td
{
	background:#eee;
	
}

table .odd {
	background-color:#ebeaea;
}



/*quick links */

ul.quick_links {
	float:left;
	margin:0 0 20px 0;
	padding:0;
	display: inline;
}


ul.quick_links li {
	list-style:none;
	float:left;
	width:90%;
	display:inline;
	margin:0;
	padding:0;
	padding: 0 0 0 10%;
  	border: 0;
  	margin: 15px 0 0 0;
  	position: relative;
	
	}

ul.quick_links li:before {

  content: "\f14a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #d9d8d8;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0px;
}

ul.quick_links li a {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;

}

ul.quick_linsk li a:hover {
	color:#007f52;
}


/*texts aboutus starts*/

#texts_home.about h1 {
	font-size:48px;
	line-height: 40px;
	color:#5b5b5b;
	font-weight:700;
	border-bottom:1px solid #ddd;
	padding:0 0 25px 0;
}



#texts_home.about h2.authorname {
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	text-transform: uppercase;
	color:#5b5b5b;
	font-weight:300;
	margin:15px 0;
	width:100%;

}

#texts_home.about h2.authorname a{
	color:#cbb955;
	margin:0 5px 0 0;
}

#texts_home.about h2.authorname span.dates {
	margin-left:5px;
	color:#959595;
}

#texts_home.about h2.authorname span.sharetools {
	float:right;
	margin-top:0;
}


#texts_home.about .detailbox img {
	margin: 8px 30px 30px 0;
	  float: left;
    display:inline;
    max-width:100%;
    height:auto !important;
	
}

blockquote {
	background:#f6f6f6 url(../images/quote.png) no-repeat 14px 20px;
	font-weight: 400;
	font-style: italic;
	color:#767678;
	border-left:10px solid #6d6e73;
	font-size:30px;
	padding:20px 60px;
    float:left;
}





/*main slider starts*/

 .mainstoryslider {
	background:#fff;
	width:100%;
	float:left;
	/*height:490px;*/
	display:inline;
	/*overflow:hidden;*/
}

#texts_home .mainstoryslider .items {
	float:left;
	width:100%;
	/*height:550px;*/
	position:relative;
	margin-top:0;

}


.mainstoryslider .items a img {
	width:100% !important;
	height:auto !important;
	float:left;
	margin:0 0 20px 0;

}

.mainstoryslider .items a span.maintitle {
	font-size:30px;
	color:#3b3b3b;
	line-height: 30px;
	font-weight:700;
	display: block;
	margin:0 0 10px 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;

}

.mainstoryslider .items a span.description {
	color:#111;
}

.mainstoryslider .items a span.dates {
	color:#989898;
	font-weight: 400;
	font-style:italic;
	display: block;
	margin:0 0 10px 0;
}


.mainstoryslider .items a:hover span.maintitle {
	color:#cbb955;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}




 #main_story .owl-controls {
	position: absolute;
	width:100%;
	bottom:20px;
}

 #main_story .owl-controls .owl-page span {
	margin: 3px !important;
  	width: 10px;
  	height: 10px;
}

 #main_story .owl-controls .owl-page.active span {
	width: 12px;
  	height: 12px;
  	position: relative;
  	top: 1px;

}

/*recommended news */

.reconews {
	margin-top:60px;
}

.reconews a {
	border:1px solid #ddd;
	display: block;
	padding:20px;
	min-height: 250px;
}

.reconews a span.maintitle {
	font-style:italic;
	margin:0;
	padding:0;
	color:#3b3b3b;
	font-size:30px;
	line-height:34px;
	font-weight: 400;
	display: block;
	margin:0 0 10px 0;

}

.reconews a span.description {
	font-size:14px;
	line-height: 18px;
	color:#6d6e73;
	display: block;
	margin:0 0 10px 0;
}

.reconews h1 {
	border-width: 1px;
}

.reconews a:hover {
	background:#4d4d4e;
}

.reconews a:hover span.maintitle, .reconews a:hover span.description, .reconews a:hover span.view_more {
	color:#fff;
}


 

/*footer*/





.row.footerbox .section_texts .copybox {
	display:inline-block;
	width:96%;
	padding:3px 0;
	border-top:1px solid #939291;
	z-index: 9998;
	position: relative;
	margin:20px 2% 0 2%;
}



#footer {
  border-top: 1px solid #ddd;
  margin: 30px 0 0 0;
  }


 #footer .copybox h2 {
 	font-size:14px;
 }

.footerbox .social_medias a {
	margin:0 0 0 3px;
}


.footerbox .social_medias .fa-facebook,
.footerbox .social_medias .fa-twitter,
.footerbox .social_medias .fa-envelope {
	background:#c7c6c6;
	padding:6px 10px;
	color:#fff;
	font-size: 16px;
	border-radius:50px;
}

.footerbox .social_medias a:hover .fa-facebook {
	background:#3b5998;
}

.footerbox .social_medias .fa-twitter,
.footerbox .social_medias .fa-envelope {
	padding:6px 7px;
}



.footerbox .social_medias a:hover .fa-twitter {
	background:#00aced;
	

}



.footerbox .social_medias a:hover .fa-envelope {
	background:#2053bc;

}





#services_slider {
	height:490px;
}



#services_slider .owl-controls {
	position: absolute;
	width:100%;
	bottom:20px;
}

#services_slider .owl-controls .owl-page span {
	margin: 3px !important;
  	width: 10px;
  	height: 10px;
}

#services_slider .owl-controls .owl-page.active span {
	width: 12px;
  	height: 12px;
  	position: relative;
  	top: 1px;

}

#topcontrol {
	right:10px !important;
}




/*hover sub menu*/

.container .navigation_box .navbar-nav>.open li>a {
	color:#111;
}


.container .navigation_box .navbar-nav>.open .megabox ul.more_links li a {
	font-size:16px;
	color:#666;
}

.container .navigation_box .navbar-nav>.open .megabox ul.more_links li a:hover {
	color:#111;

}

.megabox ul.more_links li a img {
	float:left;
	display: inline;
	margin:0px 20px 0 0;
/*	width:9% !important;
	height:auto;*/
}

.caret {
	display: block;
	  width: 0;
	  height: 0;
	  margin: 10px auto 0 auto;
}


/*loading*/

.dvLoading {
	background:#007f52;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 9999;
}

.dvLoading span.loader {
	padding:20px;
	top:50%;
	left:50%;
	position: absolute;
	color:#fff;
	font-size:20px;
}


/*loading css*/

#progress {
	position:fixed;
	z-index:2147483647;
	top:0;
	left:-6px;
	width:0%;
	height:2px;
	background:#b91f1f;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	-moz-transition:width 500ms ease-out,opacity 400ms linear;
	-ms-transition:width 500ms ease-out,opacity 400ms linear;
	-o-transition:width 500ms ease-out,opacity 400ms linear;
	-webkit-transition:width 500ms ease-out,opacity 400ms linear;
	transition:width 500ms ease-out,opacity 400ms linear
}
#progress.done {
	opacity:0
}
#progress dd,#progress dt {
	position:absolute;
	top:0;
	height:2px;
	-moz-box-shadow:#b91f1f 1px 0 6px 1px;
	-ms-box-shadow:#b91f1f 1px 0 6px 1px;
	-webkit-box-shadow:#b91f1f 1px 0 6px 1px;
	box-shadow:#b91f1f 1px 0 6px 1px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%
}
#progress dd {
	opacity:1;
	width:20px;
	right:0;
	clip:rect(-6px,22px,14px,10px)
}
#progress dt {
	opacity:1;
	width:180px;
	right:-80px;
	clip:rect(-6px,90px,14px,-6px)
}
@-moz-keyframes pulse {
	30% {
		opacity:1
	}
	60% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-ms-keyframes pulse {
	30% {
		opacity:.6
	}
	60% {
		opacity:0
	}
	100% {
		opacity:.6
	}
}
@-o-keyframes pulse {
	30% {
		opacity:1
	}
	60% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-webkit-keyframes pulse {
	30% {
		opacity:.6
	}
	60% {
		opacity:0
	}
	100% {
		opacity:.6
	}
}
@keyframes pulse {
	30% {
		opacity:1
	}
	60% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
#progress.waiting dd,#progress.waiting dt {
	-moz-animation:pulse 2s ease-out 0s infinite;
	-ms-animation:pulse 2s ease-out 0s infinite;
	-o-animation:pulse 2s ease-out 0s infinite;
	-webkit-animation:pulse 2s ease-out 0s infinite;
	animation:pulse 2s ease-out 0s infinite
}


.caret {
  display: block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  border:0;
}


/*right toggle box */

#rightbox {
	position: absolute;
	top: 320px;
    right: -40px;
	z-index: 9998;
	width: 40px;
	box-shadow: 0 0 3px 0px #444;
	overflow: hidden;
}


ul.extras {
	float:right;
	display: inline;
	margin:0;
	padding:0;
}

ul.extras li {
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	position: relative;
	border-top:1px solid #ccc;
}

ul.extras li.first {
	border-top:0;
}

ul.extras li a {
	background: #ede9e8;
    color: #424252;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0 0 15px;
    display: block;
    height: 40px;
    line-height: 38px;
    float: left;
    width: 300px;
}

ul.extras li a span {
  float: right;
  background: #fff;
  padding: 0px;
  font-size: 22px;
  width: 40px;
  text-align: center;
  position: absolute;
  height:40px;
  top:0;
  right:0;
  line-height: 40px;
  color:#818183;
}

ul.extras li a:hover {
	background:#007f52;
	color:#fff;
}

ul.extras li a:hover span {
	color:#fff;
	background:#007f52;

}


/*svg icon*/

svg {
  width: 32px;
  height: 32px;
  z-index: 99999;
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
svg g {
  transition: all .3s ease;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  cursor: pointer;
}
svg rect {
  transition: all .3s ease;
  fill: #fff;
}
svg g {
  width: 32px;
  height: 32px;
}



/*mobile_button*/



.navbar-default .navbar-toggle {
	border:0;
	border-color:transparent;
	color:#fff;
	font-size:20px;

}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	color:#ccc;
	background:none;

}


/*app btn*/

.navbar-header button {
	position: relative;
	width:30px;

}

.navbar-header .navbar-toggle.collapsed {
	margin-top:12px;
    margin-right:0;
}

.navbar-header .navbar-toggle {
	margin-top:22px;
  	margin-bottom: 0;
    margin-right:0;
}



/*button after click*/



.navbar-toggle .ht-1 {
  -webkit-transform: translate3d(0,6px,0) rotate(45deg);
  transform: translate3d(0,6px,0) rotate(45deg);
  width: 18px;
  height: 2px;
  display: block;
  background: #626262;
}


.navbar-toggle .ht-2 {
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  transform: scale(.2);
  opacity: 0;
  width: 18px;
  height: 2px;
  display: block;
  background: #626262;
  }


.navbar-toggle .ht-3 {
  -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
  transform: translate3d(0,-6px,0) rotate(-45deg);
  width: 18px;
  height: 2px;
  display: block;
  background: #626262;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.165,.84,.44,1),opacity .4s linear;
  transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .4s linear;
}



.navbar-toggle.collapsed .ht-1, .navbar-toggle.collapsed .ht-2, .navbar-toggle.collapsed .ht-3 {
  width: 18px;
  height: 2px;
  display: block;
  background: #6d6e72;
  margin: 2px 0 4px;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.165,.84,.44,1),opacity .4s linear;
  transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .4s linear;
  transform:none;
    -webkit-transform:none;

  opacity:1;
}

.navbar-toggle .ht-1 {
	-webkit-transform: translate3d(0,-2px,0) rotate(45deg);
  transform: translate3d(0,-2px,0) rotate(45deg);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.165,.84,.44,1),opacity .4s linear;
  transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .4s linear;

}

#texts_home.about .detailbox.static h1 {
    color:#cbb955;
    font-size:24px;
    border:0;
    margin:0;
    padding:0;
}

#texts_home.about .detailbox.static h2.summarytext {
    font-size:24px;
    color:#3b3b3b;
    line-height:28px;
    font-weight:700;
}

/*blog*/

#texts_home.about .detailbox.static ul.stories {
	margin:0;
	padding:0;
	width:100%;
	display: inline;
}

#texts_home.about .detailbox.static ul.stories li {
	list-style:none;
	float:left;
	width:100%;
	margin:36px 0 0 0;
	padding:0;
}

#texts_home.about .detailbox.static ul.stories li.first {
	margin-top:0;
}

#texts_home.about .detailbox.static ul.stories li a img {
	float:left;
	margin:5px 20px 0px 0;

}

#texts_home.about .detailbox.static ul.stories li a span.maintitle {
	font-size:24px;
	color:#3b3b3b;
	line-height: 30px;
	font-weight:700;
	display: block;
	margin:0 0 10px 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;

}

#texts_home.about .detailbox.static ul.stories li a span.description {
	color:#111;
}

#texts_home.about .detailbox.static ul.stories li a span.more {
	color:#989898;
	font-weight: 400;
	font-style:italic;
	display: block;
	margin:0 0 10px 0;
}


#texts_home.about .detailbox.static ul.stories li a:hover span.maintitle {
	color:#cbb955;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#texts_home.about .detailbox.static h1 {
    margin:0 0 30px 0;
}


/*pagination starts*/

.wp-pagenavi {
	float:left;
	width:100%;
	display: inline;
	margin:20px 0;
	
	
}


.wp-pagenavi a, .wp-pagenavi span.current {
	background-color:#fff;
	text-decoration:none;
	color:#888;
	padding:10px 12px;
	margin:0 0 0px 5px;
	font-size:11px;
	float:left;
	border:1px solid #ddd;
	

}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
	color:#fff;
	background:#cbb955;
}


/* team list*/

#texts_home.about .detailbox .row.team_list img {
    float:left;
    margin:3px 0 15px 0;
    width:100% !important;
    height:auto !important;
    border-color:transparent;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
    border:10px solid #ddd;
    
}



#texts_home.about .detailbox .row.team_list a:hover img {

    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
    border-color:#cbb955;
    
}

#texts_home.about .detailbox .row.team_list a span.maintitle {
    font-size:20px;
    line-height: 24px;
    color:#3b3b3b;
    font-weight:700;
    margin:0 0 5px 0;
    display: block;
       -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
    
}

#texts_home.about .detailbox .row.team_list a span.designation {
    display:block;
    font-size:12px;
    color:#626262;
    font-family: 'Open Sans', sans-serif;


}

#texts_home.about .detailbox .row.team_list a:hover span.maintitle {
    color:#cbb955;
       -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}



.clearfix {
    height:30px;
    width:100%;
    float:left;
}


#texts_home.about .detailbox .row.team_list .col-md-4 {
    margin-bottom:30px;
}



/*new css*/


/*highlights starts*/

.highlights .item h1 {
	font-size:24px;
	
}

.highlights .item {
	margin-top:52px;
	float:left;
	width:100%;
}

.highlights .item.first {
	margin-top:7px;
}

.highlights .item h1 {
  color: #5b5b5b;
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  border-bottom: 2px solid #cbb955;
  padding: 0 0 3px 0;
  margin: 0 0 20px 0;

}


.highlights .item h1 {
  font-size: 24px;
}

.sections .items h1, #highlights .item h1, .reconews h1, #texts_home .detailbox.items h1 {
	color:#5b5b5b;
	font-size:30px;
	line-height: normal;
	font-weight:700;
	border-bottom:2px solid #cbb955;
	padding:0 0 3px 0;
	margin:0 0 20px 0;
}




/*latest stories*/

.sections {
    margin:50px 0 0 0;
}


.sections.first {
    margin-top:0;
}

.sections .items ul.stories {
	margin:0;
	padding:0;
	width:100%;
	display: inline;
}

.sections .items ul.stories li {
	list-style:none;
	float:left;
	width:100%;
	margin:36px 0 0 0;
	padding:0;
}

.sections .items ul.stories li.first {
	margin-top:0;
}

.sections .items ul.stories li a img {
	float:left;
	margin:5px 20px 0px 0;

}

.sections .items ul.stories li a span.maintitle {
	font-size:24px;
	color:#3b3b3b;
	line-height: 30px;
	font-weight:700;
	display: block;
	margin:0 0 10px 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;

}

.sections .items ul.stories li a span.description {
	color:#111;
}

.sections .items ul.stories li a span.more {
	color:#989898;
	font-weight: 400;
	font-style:italic;
	display: block;
	margin:0 0 10px 0;
}



/*latest stories*/

ul.lateststories {
	margin:0;
	padding:0;
	width:100%;
	display: inline;
    float:left;
}

ul.lateststories li {
	list-style:none;
	float:left;
	width:100%;
	margin:0px 0;
	padding:18px 0;
    border-top:1px solid #ddd;
}

ul.lateststories li.first {
    border-top:0;
    padding-top:0;
}

ul.lateststories li.first {
	margin-top:0;
}


ul.lateststories li a{
	font-size:12px;
	color:#3b3b3b;
	line-height: 30px;
	font-weight:700;
	display: block;
	margin:0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
    line-height:16px;

}

ul.lateststories li a.category_box {
    background:#cbb955;
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    padding:3px 5px 2px 5px;
    float:left;
    display:inline;
    margin:-2px 15px 0px 0;
    text-shadow:0 1px 1px #333;
}

ul.lateststories li a:hover {
    color:#cbb955;
}

.highlights ul.lateststories li a.category_box:hover
{
    color:#fff;
    background:#3b3b3b;
}


.highlights span.more {
    display:block;
    margin:0;
}


.highlights span.view_more a {
  color: #cbb955;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  float: left;
  margin: 10px 0 0 0;
}

.highlights span.view_more a:hover {
    color:#3b3b3b;
}

.mainstoryslider .items a span.maintitle {
    font-size:24px;
}

.highlights .item.feed {
    margin:0 0 0 0;
}


/*languages*/

ul.languages {
    float:right;
    margin:15px 0 0 0;
    padding:0;
}

ul.languages li {
    font-size:12px;
    color:#666;
    list-style:none;
    margin:0;
    display:inline;
}

ul.languages li a {
    color:#111;
    font-size:12px;
    margin:0 10px;
}

ul.languages li.active a {
    color:#888;
}

ul.languages li a:hover {
    color:#666;
}

.sections.media_sector .items h1 {
    font-size:24px;
}

.sections.media_sector .items img, #highlights .items a img {
    float:left;
    width:100% !important;
    height:auto !important;
    margin:0 0 20px 0;
}



.sections.media_sector .items a span.maintitle, #highlights .items a span.maintitle {
  font-size: 18px;
  color: #3b3b3b;
  line-height: 22px;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sections.media_sector .items a:hover span.maintitle, #highlights .items a:hover span.maintitle {
    color:#cbb955;
}

.sections.media_sector .items a span.description, #highlights .items a span.description {
    color:#3b3b3b;
    font-size:14px;
    display:block;
    margin:10px 0;
}

.sections.media_sector .items ul.lateststories, #highlights .items ul.lateststories {
    margin:40px 0 0 0;
}

.sections .items ul.stories li a:hover span.maintitle {
    color:#9ccb55;
}

.sections .items ul.stories li a:hover img,
.sections.media_sector .items a:hover img,
.mainstoryslider .items a:hover img, 
#highlights .items a:hover img{
  opacity:0.8;
         -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}


.sections .items ul.stories li a img, 
.sections.media_sector .items a img,
.mainstoryslider .items a img,
#highlights .items a img{
    opacity:1;
-webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sections.media_sector .items span.view_more {
    display:block;
}


#texts_home .detailbox.items {
    margin:0;
}


#highlights .items span.view_more {
    display:block;
}

#highlights .item.first {
    margin-top:0;
}



#texts_home.about .detailbox h1 {
    margin:0;
    line-height:50px;
}

#highlights .item .items a.category_box:hover, #texts_home .detailbox.items a.category_box:hover {
    background:#5b5b5b;
    color:#fff;
}

#texts_home.about .detailbox.items h1 {
    line-height:35px;
    margin:0 0 20px 0;
}


#texts_home.about .detailbox.items ul.lateststories li a {
    font-size:16px;
    line-height:23px;
}

#texts_home.about .detailbox.items ul.lateststories li a.category_box {
    font-size:11px;
}

#highlights .item .items.newstories ul.lateststories {
    margin:0;
}

.highlights ul.lateststories li a {
    width:63%;
    margin:0;
    float:left;
    display:inline;
}


ul.lateststories li a.category_box {
    width:30%;
    margin:0 20px 0 0;
    text-align:center;
}

#texts_home .mainstoryslider .items span.category_name {
    float:left;
    margin:0 0 10px 0;
    width:100%;
}

#texts_home .mainstoryslider .items span.category_name a,
.sections.media_sector .items a span.request,
.static a span.request{
    background: #cbb955;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 15px 2px 15px;
    float: left;
    display: inline;
    margin: 0px 15px 0px 0;
    text-shadow: 0 1px 1px #333;
    text-align:center;

}


    
.sections.media_sector .items a span.request,
.static a span.request{
    padding: 10px 20px;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.sections.media_sector .items a:hover span.request,
.static a:hover span.request {
    background:#666;
}


#texts_home .mainstoryslider .items span.category_name a:hover{
    color:#fff;
    background:#3b3b3b;

}

.sections.media_sector .items a span.dates {
    color: #989898;
    font-weight: 400;
    font-style: italic;
    display: block;
    margin: 5px 0 10px 0;
}

/*request a factcheck*/

#header h4.modal-title {
    font-weight:700;
    font-size:18px;
}

/*newsletter subscripe*/

.request_factcheck{
    margin:0;
    padding:0;
    background:#cbb955;
    width:100%;
    position:relative;
    border:0;
}


.request_factcheck label {
    font-weight:bold;
    font-size:14px;
    float:left;
    width:100%;
    margin:0 0 0px 0;
    color:#111;
}

.request_factcheck .textfield,
.request_factcheck .textarea{
    margin:10px 0 30px 0;
    padding:9px 0 9px 7px;
    background:#fff;
    float:left;
    width:100%;
    border:0px solid #ccc;
    
}

.request_factcheck .textarea {
    overflow:auto;
    height:200px;
}


    
.request_factcheck .button{
    color:#fff;
    background:#666;
    cursor:pointer;
    text-align:center;
    border:0;
    float:left;
    transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    padding:10px 20px;
}
.request_factcheck .button:after{
    
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin:0 0 0 15px;
}

.request_factcheck .button:hover{
    opacity:0.8;
    transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    background:#666;
}




.request_factcheck .form-control:focus{
    outline:0;
    border:0;
    box-shadow:none;
}

#texts_home.about .detailbox h4.modal-title {
    font-size:18px;
    color:#fff;
    margin: 0;
}

/*modal content*/

.modal-content {
    background:#cbb955;
    border:0;
    border-radius:0;
    box-shadow:none;
}

.modal-header {
    background:#666;
}

.modal-header .close {
    margin-top: 0;
    color: #fff;
    opacity: 1;
    font-size: 26px;
    cursor:pointer;
}

.modal-header .close:hover {
    color:#ddd;
}

/*editor image caption starts*/

#texts_home.about .detailbox .wp-caption.aligncenter {
    margin-top:30px;
    margin-bottom:30px;
}

#texts_home.about .detailbox .wp-caption.aligncenter,
#texts_home.about .detailbox .wp-caption.alignnone{
  margin: 30px auto;
  margin-bottom: 0;
 
}

.wp-caption-text {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #111;
    font-size:16px;
}

#texts_home.about .detailbox .wp-caption.aligncenter img,
#texts_home.about .detailbox .wp-caption.alignnone img{
    
    margin:0 0 20px 0;
}

#texts_home.about .detailbox .wp-caption.alignleft {
    float:left;
    margin:30px 30px 30px 0;
    display:inline;
}

#texts_home.about .detailbox .wp-caption.alignleft img {
    margin:0 0 20px 0;
}

#texts_home.about .detailbox .wp-caption.alignright {
    margin:0 0 20px 20px;
    float:right;
}

#texts_home.about .detailbox .wp-caption.alignright img {
    margin:0 0 20px 0;
}
#content_area_div.container {
background: #fff;
}


/*home icon*/

.container .navigation_box .navbar-nav>li a.home_icon {
    padding-right:10px;
    padding-left:10px;
}

.container .navigation_box .navbar-nav>li a.home_icon:before {

content: "\f015";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;

}

.container .navigation_box .navbar-nav>li a.home_icon span {
    display:none;
}


/*ul and ol margin*/

.detailbox ul, 
.detailbox ol {
    margin:20px 0 50px 50px;
}


#texts_home.about .detailbox h3,
#texts_home.about .detailbox h4,
#texts_home.about .detailbox h5,
#texts_home.about .detailbox h6 {
    font-size:22px;
    margin:20px 0 10px 0;
    color:#111;
}

#texts_home.about .detailbox h4 {
    font-size:20px;
}

#texts_home.about .detailbox h5 {
    font-size:18px;
}

#texts_home.about .detailbox h6 {
    font-size:15px;
}


.detailbox ul.lateststories {
    margin:0;
}

/*feedback form starts*/


#feedback_form {
	
	padding:0;
	margin:20px 0 0 0;
	float:left;
	color:#333;
	font-size:11px;
	width:540px;
	border:0px solid #e2dcde;

}

#feedback_form fieldset {
	margin:0;
	padding:0;
	border:0;
}

#feedback_form .textfield, #feedback_form .textarea, #feedback_form select {
	padding:8px 10px 8px 15px;
	margin:0px 10px 10px 0;
	width:230px;
	border:0;
	float:left;
	font-size:11px;
	color:#666;
	border:1px solid #b3b3b3;
	background:#f9f9f9 url(../images/input_bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;


	
	
	
}

#feedback_form select {
	width:255px;
	height:30px;
}

#feedback_form h2 {
	font-size:11px;
	color:#888;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
}

#feedback_form .fullbox {
	width:524px;
	float:left;
}

#feedback_form .button {
	background:#cbb955 repeat-x bottom left;
	width:130px;
	height:33px;
	float:left;
	margin:11px 0 0 10px;
	padding:0;
	border:0;
	cursor:pointer;
	border-left:0px solid #e2dcde;
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;

}

#feedback_form .button:hover {
	background:#cbb955 repeat-x bottom left;

}

#feedback_form label {
	font-size:11px;
	color:#333;
	margin:5px 0 10px 0;
	padding:0;
	font-weight:bold;
	float:left;
	width:257px;


	
}

#feedback_form .radiobox {
	width:auto;
	float:left;
}

#feedback_form .radiobox span, #feedback_form .radiobox radio {
	float:left;
	margin:0 10px 0 0;
	display:inline;
}

#feedback_form .textarea {
	overflow:auto;
	margin:0;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:11px;
	width:496px;
	
	
}

#texts_home.about .detailbox #feedback_form img.captcha {
	border:1px solid #aaa;
	float:left;
	margin:10px 0 0 0px;
	width:80px;
	height:34px;
	
}

#feedback_form .textfield.alt {
	width:68px;
	margin:10px 0 0 7px;
	padding:8px;
}

#feedback_form .textfield.dedi {
	width:547px;
}

#feedback_form label.captcha_lbl {
	width:80px;
	margin:20px 0 0 0;
}

#feedback_form .small, #feedback_form .big {
	display:inline;
	margin:0;
	padding:0;
	width:267px;
	float:left;
	position:relative;
	
}

#feedback_form .big {
	width:540px;
}

#feedback_form h3 {
	margin:20px 0;
	font-size:16px;
	display:inline-block;
	width:540px;
}

#feedback_form .small a.calendar {
	position:absolute;
	top:34px;
	right:9px;
}

/*feedback form ends*/
/*Notice Board*/
.highlights .item.notice_board{
background:#eb403f;
padding:10px;
margin-top:38px;
margin-bottom:30px;
}
.highlights .item.notice_board h1{
color:#fff;
border:0;
margin:0;

}
.highlights .item.notice_board h2{
line-height:22px;
padding:0;
margin:0;
color:#eee;
}

/*changed in jan 18 2016*/ 
#texts_home.about .detailbox img.alignnone,
#texts_home.about .detailbox img.aligncenter {
	max-width:100%;
	width:auto;
	margin:0 0 30px 0;
}

/*feb 16, 2016*/

#texts_home.about .detailbox img.size-full.alignnone,
#texts_home.about .detailbox img.size-full.aligncenter {
	max-width:100%;
	width:auto;
    display:block;
	margin:0 auto 30px auto;
    float:none;
}