/****
* Theme Name: prakasamglobalnri
* Theme URI: http://kns.com/
* Author: the kns team
* Author URI: http://kns.com/
* Description: The "prakasamglobalnri" theme for WordPress is a fully responsive theme that looks great on any device.
* Version: 1.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

* This theme, like WordPress, is licensed under the GPL.
* Use it to make something cool, have fun, and share what you've learned with others.
***/
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,dl,dt,dd,ol,nav ul,nav 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:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}

/*end reset*/
body {
	background-color: #f6f6f6;
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
}
.wrap{
	margin:0 auto;
	width:100%;
}
.btm_border {
   position: relative;
    border-bottom: 4px solid rgba(12, 12, 12, 0.1);
    z-index: 999;
    width: 100%;
}
.mn_height{
	height:25px;
}
.h_bg{
	background-color:rgba(245,245,245,0.8);
	border-bottom: 6px solid #FC2B5F;	
}
.header{
	padding:0% 0% 0%;
}
.logo{
	float: left;
}
.social-icons {
	 float: right;
	 padding: 14px;
}
.social-icons li a {
	height: 40px;
	width: 40px;
	display:block;
	text-indent: -9999px;
	background: transparent url('images/social-icons.png');
	text-decoration: none;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.contact-info1{
	font-weight: normal;
	color: #BBB;
}
.social-icons li:first-child {
}
.social-icons ul li:first-child, ol li:first-child {
	margin-top: 0px;
}
.social-icons ul li:nth-child(6) {
	margin-top: 0px;
}
.social-icons li {
	float: left;
	width: 40px;
	height: 40px;
	background: none;
	padding: 0px;
	margin: 0;
}
.social-icons a.facebook:hover {
	background-position: 0px bottom;
}
.social-icons a.facebook {
	background-position: 0px top;
}
.social-icons li a {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background: transparent url(images/social-icons.png);
}
.social-icons a.twitter {
	background-position: -40px top;
}
.social-icons a.twitter:hover {
	background-position: -40px bottom;
}
.social-icons a.googleplus {
	background-position: -443px top;
}
.social-icons a.googleplus:hover {
	background-position: -443px bottom;
}
.social-icons a.pinterest {
	background-position: -480px top;
}
.social-icons a.pinterest:hover {
	background-position: -480px bottom;
}
.social-icons a.dribbble {
	background-position: -160px top;
}
.social-icons a.dribbble:hover {
	background-position: -160px bottom;
}
.social-iconst a.dribbble:hover {
	background-position: -160px bottom;
}	
.social-icons a.vimeo {
	background-position: -120px top;
}
.social-icons a.vimeo:hover {
	background-position: -120px bottom;
}
/*h_btm*/
.h_btm{
	padding: 0 0%;
	
}
/*menu*/
.menu-cssmenu-container > ul > li {
	display:inline-block;
	position: relative;
}
li.current-menu-item {
color:#ffffff;
	background-color: #e1184a !important;
	background-image: -moz-linear-gradient(top, #cf0c3c, #fc2b5f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf0c3c), to(#fc2b5f));
	background-image: -webkit-linear-gradient(top, #cf0c3c, #fc2b5f);
	background-image: -o-linear-gradient(top, #cf0c3c, #fc2b5f);
	background-image: linear-gradient(to bottom, #cf0c3c, #fc2b5f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf0c3c', endColorstr='#fffc2b5f', GradientType=0);
	border-color: #fc2b5f #fc2b5f #d70338;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

li.current-menu-item a {
color:#fff !important;
}

.menu-cssmenu-container > ul > li span img {
	vertical-align: middle;
}
.menu-cssmenu-container > ul > li{
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
}
.menu-cssmenu-container > ul > li > a {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 1.8em;
	padding: 12px 28px;	
	color: #555555;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
}
.menu-cssmenu-container > ul > li > a:hover, .menu-cssmenu-container > ul > li > a.active {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	background:#e1184a;
	color: #ffffff;
}
/*search*/
.search{
	float: right;
	width: 28%;
	border: 1px solid rgb(226, 226, 226);
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
}
.search input[type="text"]{
	padding:8px 16px;
	outline: none;
	color: #202020;
	background:none;
	border: none;
	width: 78.33%;
	line-height: 1.5em;
}
.search input[type="submit"]{
	background: url('images/search.png') no-repeat 2px 6px;
	padding: 4px 8px;
	border: none;
	cursor: pointer;
	width: 10.33%;
	line-height: 1.5em;
	position: absolute;
	right: 10px;
}
.search input[type="submit"]:hover {
	background:url('images/search_h.png') no-repeat 2px 6px;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}
.search:hover{
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	box-shadow: inset 0px -1px 4px #E4E4E4;
	-webkit-box-shadow: inset 0px -1px 4px #E4E4E4;
	-moz-box-shadow: inset 0px -1px 4px #E4E4E4;
	-o-box-shadow: inset 0px -1px 4px #E4E4E4;
}
/*slider*/
.slider_bg{
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 1%, #f0f0f0 19%, #efefef 39%, #ededed 59%, #dddddd 81%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6f6f6), color-stop(19%,#f0f0f0), color-stop(39%,#efefef), color-stop(59%,#ededed), color-stop(81%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 1%,#f0f0f0 19%,#efefef 39%,#ededed 59%,#dddddd 81%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 1%,#f0f0f0 19%,#efefef 39%,#ededed 59%,#dddddd 81%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 1%,#f0f0f0 19%,#efefef 39%,#ededed 59%,#dddddd 81%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 1%,#f0f0f0 19%,#efefef 39%,#ededed 59%,#dddddd 81%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.slider{
	padding: 0% 0%;
}
/*  GRID OF THREE   ============================================================================= */
.grids_1_of_3{
	padding: 2% 5%;
	text-align:center;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left:2%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 48%; 
	    background: #fff;
    min-height: 330px;
}
.images_1_of_3  img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 6px;
	background: #D5D5D5;
}
.images_1_of_3  h3{
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 whiteSmoke;
}
.images_1_of_3  p  {
	color: #575757;
	line-height: 1.8em;
	font-size:0.8925em;
}
/*main*/
.main_bg{
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
	/*min-height: 600px;*/
}
.main{
	padding: 3% 0;
	min-height: 600px;
}
.content h2{
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	color: #e1184a;
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: 0 1px 0 white;
}
.content h3{
	text-transform: capitalize;
	font-size: 1.2em;
	color: #575757;
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: 0 1px 0 white;
	line-height: 1.8em;
	margin: 0.8em 0;
}
.content h4{
	text-transform: capitalize;
	font-size: 1.2em;
	color: #575757;
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: 0 1px 0 white;
	line-height: 1.8em;
	margin: 0.8em 0;
}
.content p{
	color: #575757;
	line-height: 1.8em;
	font-size: 0.8925em;	
	padding:0 15px
}
.content p a img{
	width: 200px;
	float: left;
	margin-right:4%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 6px;
	background: #D5D5D5;
}
b{
	font-weight: bold;
}
.width40{
	padding:50px;
	width:50%;
	float: left;
}
.width20{
	padding:20px;
	width: 20%;
	float: left;
}
.width20 img{
	width:250px;
	border-radius: 10px;
}
.div_member_info{
	float: left;
}
.testimonial_text{
	margin:0 0 20px 0;
}
/*---box---*/
.main_btm{
	background: #fff;
	float:left;
	width:100%
}
.gallery{
	float:left;
	width:100%;
}
.gallery h3{
	text-transform: capitalize;
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 whiteSmoke;
}
.gallery ul li{
	display: inline-block;
	width:32%;
	padding: 8px;
}
.terminals{
	float: left;
    width:100%;
}
.blog p{
line-height:30px;
margin-bottom:10px
}
.terminals h3{
	text-transform: capitalize;
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 whiteSmoke;
}
.terminals p {
    color: #575757;
    line-height: 1.9em;
    font-size: 0.9525em;
    margin: 0.5em 0;
}
.testimonial_text p img {
    margin: 0 10px 0 0;
}
.terminals span{
	float:right;
	color: #e1184a;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 0.875em;
}
.terminals span a{
	font-family: 'Quattrocento Sans', sans-serif;
	color: #3C3C3C;
	font-size: 1.2em;
	line-height: 1.8em;
	text-transform: uppercase;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.terminals span a:hover{
	color: #e1184a;
}
/*footer*/
.footer-bg{
	background: #e8e8e8;
}
.footer{
	padding:3%;
}
.box1{
	float:right;
	width: 30.33%;
	margin-right: 4%;
}
.box1:nth-child(3){
	margin-right: 0;
}
.box1 h4{
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2em;
	color: #575757;
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: 0 1px 0 white;
}
.btm{
	margin-bottom: 4%;
}
.box1 nav ul li img{
	margin-top: 10px;	
}
.box1 nav ul li{
	display: inline-block;
}
.box1 nav ul li a{
	color: #575757;
	line-height: 1.8em;
	font-size: 0.8925em;
}
.box1 nav ul li a:hover{
	text-decoration:none;
	color: #e1184a;
}
.box1 p{
	color: #575757;
	line-height: 1.8em;
	font-size: 0.8925em;
}
.box1_address p span{
	cursor: pointer;
	color: #e1184a;
}
.box1_address p span:hover{
	color: #575757;
}
/*footer1*/
.ftr-bg{
	background: #dddddd;
	margin: 10px 0 0 0;
}
.copy{
	text-align:center;
}
.copy p{
	color: #575757;
	line-height: 1.8em;
	font-size: 0.8925em;
}
.copy p a{
	color: #e1184a;
}
.copy p a:hover{
	color: #575757;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/*---about-us----*/
.about-us {
	display: block;
}
.about-header h3{
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
}
.about-info a{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #e1184a;
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: 0 1px 0 white;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	line-height: 1.8em;
	margin: 5px 0;
}
.about-info a:hover{
	color: #555555;
}
.about-info p{
	color: #575757;
	line-height: 1.8em;
	font-size: 0.8925em;
}
/*-----specials-heading----*/
.specials-heading h5{
	float: left;
	width: 33%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
/*----special-grid------*/
.special-grid {
	float: left;
	width: 31.333333%;
	margin-right: 3%;
}
.special-grid:nth-child(3){
	margin-right: 0%;
}
.specials {
	margin-top: 1em;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #e1184a;
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: 0 1px 0 white;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.5em 0;
	display: block;
}
.special-grid a:hover{
	color: #555555;
}
.special-grid p{
	color: #575757;
	line-height: 1.8em;
	font-size: 0.8925em;
}
.specials-grids {
	padding: 2% 0;
}
/*-----specials-heading----*/
.specials-heading h3{
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
}
/*---start-services----*/
.services {
	display: block;
}
.services-header h3{
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
}
.services-grid{
	width: 22.33333%;
	float: left;
	margin-left: 3%;
}
.services-grid:first-child{
	margin-left: 0;
}
.services-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #e1184a;
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: 0 1px 0 white;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
.services-grid a:hover{
	color: #555555;
}
.services-grid p{
	color: #575757;
	line-height: 1.8em;
	font-size: 0.8925em;
}
/*start Contact*/
.contact{
	display: block;
}
.contact_info {
    margin-top: 2%;
    width: 100%;
    border-top: 1px solid #aaa;
    padding-top: 1%;
}
.map {
	margin-top: 4%;
}

.span_1_of_2 h2{
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.span_2_of_4 h2{
	color: #555555;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.contact-form{
	width:45%;
	float:left;
	margin-top: 2%;
}
.company_address{
	width:45%;
	float:right;
	margin-top: 2%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color: #575757;
	display:block;
	font-size: 0.8725em;
	padding-bottom:5px;
}
.company_address p{
	padding:2px 0;
	font-size: 0.8725em;
	color: #575757;
	line-height: 1.8em;
}
.company_address p span{
	color: #e1184a;
	cursor:pointer;
}
.company_address p span:hover{
	color: #575757;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.contact-form input[type="text"],.contact-form textarea ,.contact-form input[type="email"],.contact-form input[type="tel"]{
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 14px;
	color: #575757;
	padding:15px;
	display: block;
	width:100%;
	background: #FFFFFF;
	border: 1px solid rgba(184, 184, 184, 0.86);
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	-webkit-transition:0.9s;
	-o-transition:0.9s;
	-moz-transition:0.9s;
	transition:0.9s;
	box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
	-webkit-box-shadow:0px 0px 1px rgba(154, 153, 162, 0.69);
	-moz-box-shadow0px 0px 1px rgba(154, 153, 162, 0.69);
	-o-box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
}
.contact-form input[type="submit"]{
	font-family: 'Quattrocento Sans', sans-serif;
	background: #6F6F6F;
	color: #ffffff;
	border: 1px solid #646464;
	cursor: pointer;
	padding: 10px 18px;
	display: inline-block;
	text-transform: uppercase;
	font-size:1em;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.contact-form input[type="submit"]:hover{
	outline:none;
	background: #e1184a;
	color: #ffffff;
}
/*start 404*/
.page{
	padding:2% 0;
	text-align:center;
}
.page h3{
	color: #575757;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 12em;
}
/***** Media Quries *****/
@media (max-width: 1280px) {
	.content p{
		padding: 0 10px;
	}
	.menu-cssmenu-container > ul > li > a{
		font-size:15px;
	}
	.activity_header {
    padding: 10px !important;
    font-size: 17px !important;
	}
	.activity_contianer{
		padding:2% 5% !important;
	}
	.mn_about .pop_up_box{
		top:25% !important;
	}
	.padding {
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
@media (max-width: 1199px) {
.wrap .navbar-default .navbar-nav > li > a{
padding: 15px 19px;
font-size: 12px;
}
.wrap .logo h1 {
    margin: 22px 0 0;
}
.logo img {
    max-width: 187px;
}
}
@media (max-width: 1023px) {
	.images_1_of_3 h3 {
		font-size: 1.5em;
	}
	.content p{
		padding:0 8%;
		font-size:13px;
	}
	.menu-cssmenu-container > ul > li > a{
		font-size:13px;
		padding:5px 15px;
	}
	.bodyContent p{
		font-size:15px !important;
	}
	.mn_about .pop_up_box{
		top:7%;
		width:70%;
		left:15%;
	}
	.event_header {
    width: 30% !important;
	}
	.activity_header {
    padding: 10px !important;
    font-size: 17px !important;
}
.activity_contianer{
	padding:30px !important;
}
.donors{
		margin:40px !important;
	}
	
}
@media (max-width: 1000px) {
.container .ms_container {

    width:95%;

}
.field-element {

    position: relative;
    margin: 0px 0;

}
.site-main .navigation {
    margin: 0 0 8% 0;
}
}
@media (max-width: 990px) {
.wrap .navbar-collapse{
	padding-right: 0px;
	padding-left: 0px;
}
.social-icons {
    margin: 60px 0 0;
}
.logo {
    position: absolute;

}
}
@media (max-width: 800px) {
	.tabcontent{
	padding:0px !important;
}
.activity_header {
    padding: 10px !important;
    font-size: 17px !important;
}
.activity_contianer{
	padding:10px 50px !important;
}

.mn_about {
	width:33%;
}
.mn_about .pop_up_box{
	left:10%;
	width:80%;
}
.mn_about .bodyContent{
	padding:5px;
}
.content p {
    padding: 0 10px;
}
.gallery ul li img {
    max-height: 120px;
    min-height: 120px;
    width: 100%;
}

	.mn_height {
    height: 115px ;
    }
	.post-thumbnail img {
    width: 80% !important;
    max-height: 190px !important;
	}
	.post-thumbnail{
		padding:1% 2% !important;
	}
	.entry-header{
		padding:2px;
	}
	.entry-content {
		padding: 5% 11% !important;
		line-height: 18px !important;
		font-size: 15px !important;
	}
	.entry-footer, .comments-area, .navigation{
		font-size:13px !important;
	}
	.comments-area {
		padding: 20px 4% !important; 
		line-height: 16px !important;
		font-size: 13px !important;
	}
	#commentform p{
		margin:1%;
	}
	.event_header {
    width: 30% !important;
    float: left !important;
    padding: 20px !important;
    text-align: center !important;
    }
	.mn_about .pop_up_box{
	left: 10% !important;
    padding:0px !important; 
    width:80% !important;
	top:25% !important;
	}
	.box h2 {
    font-size: 20px !important;
    }
	.donors{
		margin:30px !important;
	}
	.donor_procedure{
		font-size:13px !important;
	}
	
}
@media (max-width: 767px){
.social-icons{
	float:left;
	margin:0
}
.navbar-header{
	float:right
}
.wrap .logo h1{
    margin: 0;
}
.wrap .navbar {
    margin-top: 20px;
}
.wrap .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 15px;
    width: 200px;
    text-align: center;

}
.logo{
	position: relative
}
.site-main .navigation {
    margin: 0 0 10% 0;
}
.menu-cssmenu-container > ul > li {
    display: block;
}
.slide_viewer{
	height:auto !important
}
.slide_viewer .slide h2{
	top:70px;
	font-size: 20px;
	height: 50px;
}
.directional_nav{
	display:none
}
.slider1 .slide_buttons{
	bottom:auto;
	top:250px;
}
}
@media (max-width: 660px){
	.pop_up_box {
    left: 0% !important;
    padding:0px !important; 
    width: 100% !important;
	top:10% !important;
}
.close_box img {
    width: 30px !important;
}
.event_header{
	padding:5px;
}
.bodyContent p {
    font-size: 13px !important;
}
.bodyContent h2 {
    font-size: 18px !important;
}
.event_header {
    width: 32% !important;
}	

.post-thumbnail{
    padding:1% 2% !important;
}
.entry-header{
	padding:2px;
}
.entry-content {
    padding: 2% !important;
    line-height: 15px !important;
    font-size: 12px !important;
}
.entry-footer, .comments-area, .navigation{
	font-size:12px !important;
}
.comments-area {
    padding: 20px 4% !important; 
    line-height: 16px !important;
    font-size: 10px !important;
}
#commentform p{
	margin:2%;
}

.close2{
	top:10% !important;
	right:0px !important;
}
	.tabcontent{
	padding:0px !important;
}
.activity_header {
    padding: 10px !important;
    font-size: 17px !important;
}
.activity_contianer{
	padding:2% 13% !important;
}
	
	
	
	
	.mn_height {
    height: 110px !important;
}
.content h2 {
    font-size: 1.7em;
}
.content h3{
	margin: 0.2em 0;
}
	.h_btm {
    padding: 0 1%;
}
	.menu-cssmenu-container > ul > li > a {
    font-size: 9px;
    line-height: 1.8em;
    padding: 5px 9px;
}
.content p {
    padding: 0 5px;
	font-size: 11.5px !important;  
}
.event_school_name {
    font-size: 12px;
}
.content h4 {
    margin:4px;
}
.mn_about {
    padding-bottom: 10px;
}

.donors {
    width: 90% !important;
    margin: 5% !important;
}
.donor_procedure {
    font-size: 11px !important;
    line-height: 30px !important;
}
.header_donor{
	font-size:15px !important;
}
.donors_list ul li{
	font-size:12px !important;
}
.boxx {
    min-height: 135px !important;
}
.box h2 {
    font-size: 15px !important;
}
	.search input[type="text"] {
		width: 66.33%;
	}
	.search input[type="submit"] {
		width: 20.33%;
	}
}
@media (max-width: 480px) {
.contact-form {
    width: 80%;
    margin: 0% 5%;
}
.btm_border {
   position: relative;
}
.mn_height {
    height:0px !important;
}
.header{
	padding:0% !important;
}
.h_bg {
    border-bottom: 3px solid #FC2B5F !important;
}
.h_btm {
    padding: 0 0%;
}
.mn_about .pop_up_box{
	top:25% !important;
	left:0%;
	width:100%;
}
.mn_about .bodyContent{
	padding:5px;
}
.post-thumbnail img {
    max-height: 180px !important;
}
.post-thumbnail {
    padding: 1px 1% !important;
}
.entry-content {
    padding: 20px 4% !important;
    text-align: justify !important;
    line-height: 15px !important;
    font-size: 13px !important;
}

.entry-footer, .comments-area, .navigation{
	font-size:12px;
}
.nav-links{
	text-align:center;
}
.nav-previous {
	float:none !important;
	text-align:center;
    width: 40%;
    margin:2% auto !important;
    font-size: 12px !important;
}
#commentform p{
	margin:2%;
}
.nav-next{
	float:none !important;
	text-align:center;
	width: 40%;
    margin:2% auto !important;
    font-size: 12px !important;
}
.comments-area {
    padding: 20px 4% !important; 
    line-height: 16px !important;
    font-size: 10px !important;
}
.pop_up_box {
	    top: 10% !important;
    left: 0% !important;
    padding:0px !important; 
    width: 100% !important;
}
.close_box img {
    width: 30px !important;
}
.event_header{
	padding:5px;
}
.bodyContent p {
    font-size: 13px !important;
}
.bodyContent h2 {
    font-size: 18px !important;
}
.bodyContent img{
	width:100% !important;
}
.mn_about {
    width:100%;
}
.gallery ul li {
    width: 49%;
}
.content h3{
	font-size:15px;
}
.content h2 {
    font-size: 20px;
}
.bx-wrapper img {
    width: 100% !important;
    min-height: 130px !important;
    max-height: 130px !important;
}
.tabcontent{
	padding:0px !important;
}
.activity_header {
    padding: 2px !important;
    font-size: 13px !important;
}
.activity_contianer{
	padding:0px !important;
}
.project_status th{
	font-size:13px !important;
}
.terminals p{
	font-size:13px;
}
	.search{
		display: none;
	}
	.images_1_of_3 {
		width: 99.333%;
	}
	.box1 {
		float:none;
		width: 100%;
		margin-right: 0%;
	}
	.services-grid {
		width: 47.33333%;
		margin-left: 0%;
		margin-right: 2%;
	}
	.company_address {
    float: left;
    margin: 5%;
    width: 90%;
    border-top: 1px solid #aaa;
}
	.contact_info {
    float: left;
    width: 90%;
    margin: 5%;
}
	.menu-cssmenu-container > ul > li > a {
		font-size: 13px;
		line-height: 1.5em;
		padding: 8px 6px;
	}
	.logo img {
		max-width: 150px;
	height:auto;
	}
}
@media (max-width: 360px) {
.gallery ul li {
    width: 100%;
}
}
@media (max-width: 320px) {
	.services-grid {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
	.special-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
}

/*popupbox*/
.pop_up_signup {
   z-index: 999;
    left: 25%;
    color: #fff;
    display: none;
    background-color: #7b8902;
    position: fixed;
    top: 30%;
    border: 2px solid #7b8902;
    padding: 10px 40px !important;
    width: 45%;
}
.pop_up_box {
    z-index: 999;
    left: 22.5%;
    color: #fff;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 12.5%;
    border: 2px solid #fff;
    padding:0px;
    width: 55%;
}
/*
.pop_up_box{
    z-index: 999;
    left: 17%;
    color: #fff;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 21%;
    border: 2px solid #fff;
    padding: 10px;
    width: 65%;
}
*/
.event_header {
    width: 35%;
    float: left;
    padding: 20px;
    text-align: center;
}
.overlay{
height: 100%;
width: 100%;
background-color:rgba(0,0,0,0.90);
opacity: 0.9;
position: fixed;
z-index: 998;
}

#Title{
padding: 0px 10px 18px;
text-align: center;
color: white;
margin: 0px;
}
.header_popup{
width: 100%;
overflow: hidden;
position: relative;
}
.close2 {
    text-align: center;
    background:rgba(0,0,0,0.7);
    top: 13%;
    right: 22.7%;
    width: 20px;
    position: fixed;
    cursor: pointer;
    z-index: 50;
    height: auto;
    padding: 5px;
}
.img_list a{cursor:pointer;}
.close3 {
    top: 200px;
    right: 395px;
}
.close_box a{
	color:#fff;
}

.bodyContent p{
	font-size: 17px;
}
.bodyContent h2{
	font-size: 28px ;

}
.pop_up_box a{
    color: #444;
    
}
.motive_slider .pop_up_box , .motive .pop_up_box{
	padding:0px;
}
 .motive_slider .bodyContent img {
	float: left;
    width: 100%;
    max-height:400px;}

 .motive .bodyContent img{
	float: left;
    width: 100%;
    max-height:400px;
}
/*.bodyContent img{
	float: left;
    width: 60%;
    max-height: 400px;
}
*/
.bodyContent img {
    float: left;
    width: 100%;
    max-height: 500px;
}
.open_popup{
cursor:pointer;
color:blue;
}
.service-link{
	margin-top:5% !important;
}

.pop_up_box ul{
    text-align: justify;
	    font-size: 17px;
}

.close_box img{
    width:45px;
}
.signup_button {
    width: auto;
    min-width: 190px;
    position: fixed;
    right: -88px;
    background: rgba(51, 51, 51, 0.8);
    padding: 10px;
    margin-right: 148px;
    color: #fff;
    text-align: right;
    display: none;
}
.signup_button a{
    color:#fff;
    cursor: pointer;
    text-decoration: none;
        border: none;
    
}

.signup_button a:hover{
    color:#ddd;
     text-decoration: none;
        border: none;
}
/*popupbox close*/



.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display:block;
    text-align: center;
    
}
.ch-grid li {
    display: inline-block;
    margin: 20px;
}

.thumbnail_image img {
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ccc;
}
.thumb img {
    width: 100px;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ccc;
}
.thumbnail_image{
	text-align: center;
}

.member_name{
	font-size: 20px;
	font-weight: bold;
	color: #e1184a;
}

.position{
	color: #444;
    text-transform: capitalize;
    font-size: 15px;
}
.text-center{
	text-align: center !important;
}


.memberType h2{
	margin:10px;
    font-size: 25px;
    font-weight: 700;
    color: #191970;
    text-transform: uppercase;
}
.memberList {
    float: left;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
	padding: 10px 0;
    height: auto;
    width: 100%;
}
.proudMember img{
	width:100px;
}
.member_about {
    width: 22%;
    float: left;
    text-align: center;
    padding: 10px 0;
    padding-bottom: 45px;
}
.single{
	width:100%;
	float: left;
	border-bottom:1px solid #ddd;
}
.fltleft{float:left;padding:1% 5%;}
.fltright{float:right;}
.pad5{padding:1% 0%;}

.single h2 {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #e1184a;
    font-family: 'Quattrocento Sans', sans-serif;
    text-shadow: 0 1px 0 white;
}



.ch-grid h4,.member_about h4{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
}
.memberAbout_P {
    font-size: 13px;
    text-align: center;
    color: #999;
}
.content h3:after {
    display: block;
    height: 4px;
    background-color: #e1184a;
    content: " ";
    width: 30px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.padTop{
	padding-top:4%;
}
.padBottom{
	padding-bottom: 2%;
}

.header_donor {
    color: #fff;
    background: #2b74ba;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 10px;
}

.donors {
	float: left;
    width: 40%;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    
    margin: 50px;
}

.donors ul li{
	padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #eee;
    border-radius: 10px;
}
.donors_list {
	height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.donor_procedure{
	font-size: 16px;
    line-height: 40px;
}

.activity_contianer {
    padding: 0% 5%;
}

.activity_header{
	background: #e1184a;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-top-right-radius:30px;
    border-top-left-radius:4px;
}
.activity_info{
	float: left;
	padding:2%;
	width:100%;
	padding-bottom: 0px;
}

.activity_image{
	padding: 25px;
    width: 100%;
    float: left;
}

.activity_text {
	padding: 20px 0px;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #444;
    line-height: 28px;
	    
}

table {
    border-collapse: collapse;
    width: 100%;
}
th{
	font-weight: 700;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}



div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -25.00%; }
.onebyone-carosel .active.right { left: 25.00%; }
.onebyone-carosel .next { left: 25.00%; }
.onebyone-carosel .prev { left: -25.00%; }
/* Style the links inside the tab */
div.tab a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

div.tab a , .tablinks{
	color: #444 ;
	cursor:pointer;
}

/* Change background color of links on hover */

div.tab th:hover {
	background: #e1184a;
}

/* Create an active/current tablink class */
div.tab th:focus, .act {
	background: #e1184a;
}
div.tab a:focus, .act a {
	color: #fff;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 30px;
    border: 1px solid #ccc;
    border-top: none;
	width: 100%;
	overflow: auto;
}
.project_status{
	background: #ccc;
}

.project_status th{
	font-size: 17px;
	text-transform: uppercase;
	border:none;
	padding: 10px;
	border-right: 1px solid #eee;
	text-align: center;
}
.tab_heading{
	background:#eee;
}
.motive_images {
    margin: 1px 1px;
    width: 19.5%;
    float: left;
    text-align: center;
}

.event_images{
    width: 100%;
    float: left;
	margin:10px 0;
    text-align: center;
}

.img_list img{
	min-height: 180px;
	height: 180px;
	width: 100%;
}

.event_school_name{
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e1184a;
}

.gallery ul li img {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
	border:solid 1px #ddd;
}
.floatRight {
    margin-right: 4%;
    float: right;
}
.viewMore a{
	color:#e1184a;
	cursor:pointer;
}
.blog{
	padding: 4%;
    margin: 20px;
}
.blog_image{
	width: 18%;
    float: left;
	}
.blog_image img{
	
	}
.blog_title{
	
	}
.blog_title h3 {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
	color:#e1184a;
	}
.blog_text {
    padding: 5px 40px;
    width: 70%;
    float: left;
    text-align: justify;
}
.padT0{
	padding:1%;
	}
.blog-box {
	margin-bottom: 20px;
    border: 1px solid #ddd;
    height: 210px;
    width: 75%;
    padding: 15px;
}

.post-102{
padding:4%;
}
.entry-header{
	text-align:center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
	color:#e1184a;
}
.post-thumbnail img{
	width: 100%;
	max-height:350px;
}

.post-thumbnail{
    text-align:center;
	padding: 1px 15%;
}

.entry-content{
	    padding: 40px 7%;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
	border-bottom: 1px solid #aaa;
}
.entry-footer,.meta-nav{
	display:none;
}
.comments-area{
  padding: 40px 7%;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;}

.entry-footer, .comments-area,.navigation {
	text-align:center;
}	
	
.entry-footer img{
	vertical-align:middle;
    margin:10px;
    border-radius:50%;	
}	
.comment-reply-title{
    font-size: 20px;
    font-weight: 700;
    color: #444;
}
.comment-form-comment textarea{
width:100%;
}	
.nav-previous{
    padding: 10px;
    background: #e1184a;
    float: left;
    margin: 10px;
    border-radius: 25px;
	}	
.nav-next{
    padding: 10px;
    background: #e1184a;
    float: right;
    margin: 10px;
    border-radius: 25px;}	
.navigation{
margin:0 0 5% 0;}
.nav-links a{color:#fff;}	
	.box{
    padding: 10px;
    padding-bottom: 0px;
    height: auto;
    background:#fff;
    margin:15px 0% 0;
    text-align: center;
    border: solid 1px #ddd;
    border-bottom: none;
}
.boxbottom{
    padding: 5px;
    font-size: 15px;
    border: solid 1px #ddd;
    height: 30px;
    margin:0%;
}
.boxpost{
    text-align: justify;
    padding: 0 20px;
}
.box p{
    font-size: 15px;
    color: #777;
    height:0px;
    overflow: hidden;
}
.box a{
    cursor: pointer;
    color:#2c3e50;
    font-weight:900;
    display: block;
    padding: 3px 0
}
.box h2{
     font-weight:900;
    font-size: 25px;
}
.box a:hover,
.box a:active{
   color:#e1184a;
    text-decoration: none;
}
.boxx{
    min-height:250px;
    background:#ddd;
}
.mn_left{
    float: left;
    width: 60%
} 
.row {
    zoom: 1;
}
.mn_pad{
	margin-left: 0px;
    min-height: 130px;
    padding-top: 22px;
}
.mn_pad_1{
	min-height:130px;
    padding-top: 22px;
}
.motive_image {
    float: left;
}
.motive_image img{
	height:130px;
} 
.ms_main{
	width:100%;
	float:left
}
.mn_table{
	width:100%;
	float:left;
	max-height:300px;
	overflow:auto;
	padding: 10px;
}
.mn_table img{
	width:30px;
	height:35px;
}
.mn_table  th{
	background:#00498d;
	color:#fff;
}
.mn_table td{
	vertical-align:middle;
	font-size:13px;
	border: 1px solid #dddddd
}
.bx-wrapper{
	border: 0px !important; 
     background:none !important; 
}
.bx-wrapper img{
	    width: 100% !important;
	min-height:230px;
	max-height:230px;
}
.mn_banner{
  width: 100%;
  float: left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: 400px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}
.carousel-caption{
    right: 10%;
    left: auto;
    bottom: 20%;
}
.carousel-caption h4{
  font-size: 40px;
  line-height: 50px;
  text-align: right;
}
.carousel-caption p{
  text-align: right;  
}
.carousel-caption a{
  color: #ffff00;
  font-size:26px;
}
.carousel-control{
  width: 6%
}
.carousel-indicators li{
  /*display: none;*/
}
.event_school_place{
	color:#888;
	font-size:14px; 
}
.tcenter{
	text-align:center;
}
.ms_none{
	display:none;
}


/** Youth Project **/
.main_youth{
  /*width: 100%;
  float: left;*/ 
}
.pr_banner{
  width: 100%;
  float: left;
}
.pr_banner img{
  width: 100%
}
.nopad{
  padding: 0
}


/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    border: solid 2px #2666b1;
    padding: 10px 0 0;
    margin: 0px 0;
    box-shadow: 0px 0px 3px #ddd;
    float: left;
    width: 100%;
	font-size: 14px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #2666b1;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top: 0px;
    text-align: left;
    color: #2666b1;
    padding-left: 15px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 50px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
    left: 15px;
}
.title-widget-sidebar1 {
    font-size: 14pt;
    border-bottom: 2px solid #2666b1;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top: 0px;
    text-align: left;
    color: #2666b1;
    padding-left: 15px;
}

.title-widget-sidebar1:after {
    border-bottom: 2px solid #f1c40f;
    width: 50px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
    left: 30px;
}
.padding{
  padding: 0 15px;    
  line-height: 24px;
}
.recent-post{width: 100%;list-style-type: none; line-height:14px !important}
.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border: 5px solid #16A085;
    transition: 0.5s;
}
.member{
  float: right;
  margin: 7px 0;
}
.padding h5{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.padding h6{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.padding a{
  color: #26a62d;
}
.member a{
  background: #fc2b5f;
  color: #fff;
  padding: 10px 15px;
  margin: 0px 0 0;
    float: right;
}
.member .modal-content, .padding .modal-content{
  float: left;
  width:100%
}
.member .modal-body, .padding .modal-body{
  padding: 20px 0;
  float: left;
}
.member .modal-title,  .padding .modal-title{
  color: #26a62d
}
.padding .modal-footer{
  float: left;
}
.widget-sidebar .panel{
  padding: 0;
  margin: 0
}
.pr_btn{
  margin-bottom: 0;
}
.panel .recent-post{
  padding: 10px 0;
  list-style: disc;
}


}
.recent-post a {text-decoration: none;color:#34495E;transition: 0.5s;}
.post-img, .recent-post a:hover{color:#F39C12;}
.post-img img:hover{border: 5px solid #F39C12;}
.content-widget-sidebar hr{
  margin: 10px 0;width: 100%; float: left;
}
.content-widget-sidebar hr:last-child{
	margin:0 0 10px;
	border-top:none
}
.content-widget-sidebar ul{
  margin: 0;
      padding: 0 0px;
}
.widget-sidebar1 {
    padding: 20px 0 0;
}
.widget-border{
  border: none;
}
/*===============ARCHIVES////////////////////////////*/



button.accordion {
    background-color:#f3f3f3;
    color:#333;
    cursor: pointer;
    padding: 11.7px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #fe661d;color: #fff;
}

button.accordion:after {
    content: '▼';
    color: #16A085;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "▲";color: #fff;
}

.last-post .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.pr_event a{
  width: 100%;
  float: left;
  text-align: center;
  background: #fc2b5f;
    color: #fff;
    padding: 10px 15px;
    margin: 0px 0 0;
}
.pr_event1 a{
  width: 100%;
  float: left;
  text-align: center;
  background: #fc2b5f;
    color: #fff;
    padding: 10px 15px;
    margin: 5px 0 0;
}
.pr_event .modal-body, .pr_event1 .modal-body {
    padding: 20px 0;
    float: left;
}
.pr_event .modal-content, .pr_event1 .modal-content {
    float: left;
	width:100%
}
.pr_event .modal-title, .pr_event1 .modal-title {
    color: #26a62d;
}
.title-widget-sidebar3{
  margin: 0
}
.pr_signup .panel-heading{
  padding: 0;
  border: none;
  background-color: #2666b1;
  color: #fff;
  border-radius: 0px;
}
.pr_signup .nav-tabs > li.active > a, .pr_signup .nav-tabs > li.active > a:hover, .pr_signup .nav-tabs > li.active > a:focus{
  color:  #2666b1 !important
}
.pr_signup .nav > li > a {
    padding: 10px 7px;
  border: none;
  color: #fff;
  border-radius: 0px;
}
.pr_signup .nav > li > a:hover{
color: #2666b1
}
.pr_signup .nav > li > a.active{
	background: #fff;
    color: #2666b1
}
.pr_signup .nav-tabs{
  border: none;
}
.pr_signup .input-group{
  width: 100%;
  float: left;
}
.pr_signup .input-group input{
  margin:  10px 0;
  float: left;
}
.pr_signup .btn-block{
  margin: 10px 0 0;
  padding: 5px 0;
  font-size: 16px;
  border-radius: 0px;
}
.pr_signup .panel-info {
    border: none;
    box-shadow: none;
} 
li.recent-post p{
	float:left;
	display: block;
    width: 100%;
	    margin-bottom: 3px;
	margin-left: 0px;
	line-height: initial;
}
.widget-sidebar .btn-block{
	    margin: 0 auto;
		width: auto 	
}
@media (max-width: 960px){
	.slide {
	  	height: auto !important;
	  	width: 100%;
	  	overflow: hidden;
  	}
}
@media (max-width: 768px){
  .nopad{
    padding:0 15px 
  }
  .activity_text p{
	font-size:13px;
  }
  .img_list img {
    min-height: auto;
    height: auto;
    width: 100%;
}
.slide {
  	height: auto !important;
  	width: 100%;
  	overflow: hidden;
  }
}

div.wpcf7-mail-sent-ok{
	border: none !important
}

.pad_top{
	padding:0px
}
.pad_top .pr_event1 a{
	margin:0px;
}
.tab-content p{
	line-height:30px;
}
.pr_projects .pr_ac{
	padding:15px 0;
}
.pr_projects .pr_ac h6{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 5px;
	margin-left: 30px;
}
.content-widget-sidebar strong{
	font-weight:bold
}
.mn_table h4{
	color: #fc2b5f;
}
button.accordion .pr_ac1{
	font-size: 16px;
    font-weight: bold;
}
li.recent-post h3{
	float: left;
    display: contents;
    /*width: 100%;
    margin: auto;*/
    text-align: left;
	font-size: 12px;
}
.navbar-toggle .icon-bar {
width: 22px;
transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.navbar-default .navbar-toggle {
position:relative;
margin-top:18px;
z-index:100;
background: #fff;
}
.navbar-toggle .top-bar {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform-origin: 10% 10%;
-webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
opacity: 0;
}
.navbar-toggle .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% 90%;
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
transform: rotate(0);
-webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
transform: rotate(0);
-webkit-transform: rotate(0);
}
.wrap .navbar{
	margin-bottom: 0px;
}
.wrap .navbar-default {
	background-color:inherit;
	border-color: transparent;
}
.wrap .navbar-nav > li{
	margin-left: 2px;
}
.wrap .navbar-nav > li > a {
	color: #777;
	border-radius: 10px 10px 0 0;
	padding: 10px 21px;
}
.wrap .navbar-default .navbar-nav > li > a:hover, .wrap .navbar-default .navbar-nav > li > a:focus{
	background:#e1184a;
	color:#fff;
}
.logo h1{
	margin: 10px 0 0 0;
}
			
.upc_event .modal-dialog {
    width: 1000px !important;
    margin: 30px auto;
}
.btn-success{
    background-color: #fe661d;
    border-color: #fe661d;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #fe661d;
    border-color: #fe661d;
}
button.accordion::after {
	color: #2666b1;
}
.middle_pannel{
	margin:20px 0;
}
.middle_pannel p{
	font-weight: bold;
	color: #010066;
}
.middle_pannel p, .middle_pannel ul li{
	font-size: 14px;
	display: inherit;
}
.middle_pannel ul{
	margin: 0px;
}
.middle_pannel ul li span{
	margin: 0 15px 0 0
}



/* Home slider */

.slider1 {
  margin: 0 auto;
  max-width: 98%;
}

.slide_viewer {
  height: 395px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  /*display: none;*/
  height: 400px;
  /*position: absolute;*/
  width: 100%;
  overflow: hidden;
}
.slide img {
	width:100%;
}
.slide h2{
	position: absolute;
	z-index: 9999;
	color: #fff;
	bottom: 50px;
	height: 70px;
	font-size: 35px;
	left: 0;
	background: #3f3965;
	padding: 10px 35px !important;
}
.slide:first-child {
  display: block;
}

/*.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}*/

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
 bottom: 70px;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #407bc0;
  cursor: pointer;
}

.directional_nav {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -180px;
}

.previous_btn {
  bottom: 0;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}

.mn_height1{
	height:25px;
}
.page .entry-content p {
	line-height: 26px;
    font-size: 16px;
    padding: 10px 10px;
}
.page .entry-content p strong {
	font-weight: bold;
}
.page .entry-content ul, .page .entry-content ol {
	padding-left: 30px;
}
.page .entry-content ol li {
	list-style-type: decimal;
}
.page .entry-content ul li {
	list-style-type: disc;
}
.page .post-thumbnail {
	text-align: center;
	padding: 1px 7.5%;
}

.mn_sidebar{padding:15px 0};
.mn_sidebar p{line-height:20px}
.mn_image_left{
	float: left;
	width: 100%;
}
.nopad_right{
padding: 0 0 0 10px;
}
.modal-header .close{
	    position: absolute;
    right: 15px;
}

.mn_kidz span{
	float: right;
    font-size: 14px;
    padding: 0 10px;
}
.activity_text span{
	float: right;
	margin-top: 50px;
}
.activity_header span{
	float:right;
	font-size: 14px;
}
.hero {
	position: absolute;
	left: 0;
	z-index: 9999;
	top: 40%;
	background: #3f3965;
	padding: 10px 30px;
	color: #fff;
}
.carousel-indicators .active {
	background-color: #1667b8;
}

.mn_about{
	width:20%;
	float:left;
	text-align:center;
	padding:10px 0;
	    padding-bottom: 45px;
}
.about_root_section{
position:relative;
}
.mn_about img{
	text-align:center;
}
.content .mn_about h4{
	color: #e1184a;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold
}
.mn_about p{
	font-size:14px;
	overflow:hidden
}
.mn_about a{
	background:#e1184a;
	padding:10px 15px;
	color:#fff;
	margin:10px 0;
	border-radius:5px;
	text-transform:uppercase;
	display: inline-block;
	font-size:13px;
	font-weight:bold
}
.mn_about .pop_up_box{
    box-shadow: 2px 2px 10px grey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    z-index: 999;
    left: 20%;
    color: black;
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 15%;
	padding:0px;
    padding-bottom: 20px;
    z-index: 99999999999;
}

.mn_about .pop_up_box .pop_header {
    background: #e1184a;
    padding: 10px 0px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mn_about .pop_up_box #Title {
    line-height: inherit;
    padding: 0px 10px 18px;
    text-align: left;
    color: white;
    margin: 0px;
    position: relative;
    top: 5px;
}

.mn_about .close3 {
    cursor: pointer;
    width: 25px;
    height: 30px;
    color: #fff;
    position: absolute;
    top: 3%;
    right: 17px;
    background-color: #e1184a !important;
    background-position: 0 -25px !important;
}
.mn_about .bodyContent{
    padding: 35px;
}
.mn_about .close3, .mn_about .close {
    background: url(images/comIconSprite_v1.png) no-repeat;
}
.logo img{
    max-width: 223px;
    height: 100px;
}

.open_pop_up{
cursor:pointer;
}
.copy img{
	width:300px;
	margin:0 auto;
	border:solid 1px #333;
}
.main_member {
	min-height: 0px;
}