@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|Roboto+Condensed:400,300,700);
@import url(font-awesome.css);

body {margin:0; padding:0px; min-height:800px; color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.42857;}
.top {  background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 36%, #4487ad 36%, #4487ad 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 95px;
    top: 40px;
    width: 100%;
   }
   
   .radius4 {border-radius:15px;}
.colorgredient { background: #4487ad; /* Old browsers */
background: -moz-linear-gradient(left, #4487ad 0%, #1476a8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4487ad), color-stop(100%,#1476a8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #4487ad 0%,#1476a8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #4487ad 0%,#1476a8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #4487ad 0%,#1476a8 100%); /* IE10+ */
background: linear-gradient(to right, #4487ad 0%,#1476a8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4487ad', endColorstr='#1476a8',GradientType=1 ); /* IE6-9 */}
   
.toppos {position:relative; z-index:2000;}
.navhight { height:100px;}

.martop10 {margin-top:10px;}
.martop101 {margin-top:10px;}
.marlemin4 {margin-left:6px;}
.mabot {margin-bottom:10px;}
.marrig {margin-right:10px;}
.img-shadow {
    border: 1px solid #ddd;
    box-shadow: 0 8px 6px -6px black;
}

.fLeft {float:left;}

.topphone p { font-size:18px; color:#333; line-height:32px; margin-right:15px; float:left; line-height:30px; -moz-transition-property: color;  /* FF4+ */
  -moz-transition-duration: 1s;
  -webkit-transition-property: color;  /* Saf3.2+, Chrome */
  -webkit-transition-duration: 1s;
  -o-transition-property: color;  /* Opera 10.5+ */
  -o-transition-duration: 1s;
  -ms-transition-property: color;  /* IE10? */
  -ms-transition-duration: 1s;
  transition-property: color;  /* Standard */
  transition-duration: 1s;}

.topphone .fa  { font-size:22px; color:#039; line-height:32px; -moz-transition-property: color;  /* FF4+ */
  -moz-transition-duration: 1s;
  -webkit-transition-property: color;  /* Saf3.2+, Chrome */
  -webkit-transition-duration: 1s;
  -o-transition-property: color;  /* Opera 10.5+ */
  -o-transition-duration: 1s;
  -ms-transition-property: color;  /* IE10? */
  -ms-transition-duration: 1s;
  transition-property: color;  /* Standard */
  transition-duration: 1s;}
.topphone p:hover { color:#4487ad; text-decoration:none; }


/*----------------------------
	The Navigation Menu
-----------------------------*/


#colorNav > ul{
	margin-left:-31px;
}
.martos { padding:2px 0px;}
#colorNav > ul > li{ /* will style only the top level li */
	list-style: none;
	box-shadow: 0 0 10px rgba(100, 100, 100, 0.2) inset,1px 1px 1px #CCC;
	display: inline-block;
	line-height: 1.2;
	margin-right:7px;
	border-radius: 3px;
	position:relative;
}
.minwili > ul > li { min-width:139px;}

#colorNav > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:16px;
	
}

#colorNav li ul{
	position:absolute;
	list-style:none;
	text-align:left;
	width:244px;
	left:37%;
	margin-left:-119px;
	top:71px;
	font:bold 12px 'Open Sans Condensed', sans-serif;
	z-index:999;
	
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
	
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
}

#colorNav li ul li{
	background-color:#4487ad;
	color:#fff;
}

#colorNav li ul li a{
	padding:6px 12px 6px 12px;
	color:#fff !important;
	text-decoration:none !important;
	display:block;
}

#colorNav li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#4487ad;
	color:#333;
}

#colorNav li ul li:hover{
	background: linear-gradient(to right, #007bb5 0%, #009ec3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:#FFF !important;
}

#colorNav li ul li:first-child{
	border-radius:3px 3px 0 0;
	margin-top:11px;
	position:relative;
}

#colorNav li ul li:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#007bb5;
	left:50%;
	top:-10px;
	margin-left:-5px;
}

#colorNav li ul li:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

/* This will trigger the CSS */
/* transition animation on hover */

#colorNav li:hover ul{
	max-height:200px; /* Increase when adding more dropdown items */
}


/*----------------------------
	Color Themes
-----------------------------*/


#colorNav li.green{
	/* This is the color of the menu item */

	
	/* This is the color of the icon */
	color:#000;
}

#colorNav li.red{		color:#000;}
#colorNav li.blue{		color:#000;}
#colorNav li.yellow{	color:#000;}
#colorNav li.purple{	color:#000;}


/*----------------------------
	The Footer
-----------------------------*/








  
	/*Nav strts form here*/
	.navbar-collapse {
		position: relative;
		padding-top: 30px !important;
		max-height: 270px;
	}
	.navbar-collapse form[role="search"] {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		padding: 0px;
		margin: 0px;
		z-index: 0;
	}
	.navbar-collapse form[role="search"] button,
	.navbar-collapse form[role="search"] input {
		padding: 8px 12px;
		border-radius: 0px;
		border-width: 0px;
		color: rgb(119, 119, 119);
		background-color: rgb(248, 248, 248);
		border-color: rgb(231, 231, 231);
		box-shadow: none;
		outline: none;
	}
	.navbar-collapse form[role="search"] input {
		padding: 16px 12px;
		font-size: 14pt;
		font-style: italic;
		color: rgb(160, 160, 160);
		box-shadow: none;
	}
	.navbar-collapse form[role="search"] button[type="reset"] {
		display: none;
	}

	@media (min-width: 768px) {
		.navbar-collapse {
			padding-top: 0px !important;
			padding-right: 38px !important;
		}
		.navbar-collapse form[role="search"] {
			width: 38px;
		}
		.navbar-collapse form[role="search"] button,
		.navbar-collapse form[role="search"] input {
			padding: 15px 12px;
		}
		.navbar-collapse form[role="search"] input {
			padding: 25px 12px;
			font-size: 18pt;
			opacity: 0;
			display: none;
		}
		.navbar-collapse form[role="search"].active {
			width: 100%;
		}
		.navbar-collapse form[role="search"].active button,
		.navbar-collapse form[role="search"].active input {
			display: table-cell;
			opacity: 1;
		}
    	.navbar-collapse form[role="search"].active input {
			width: 100%;
		}
	}
	/*Nav ends here*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*-- BS3 Modified Classes --*/
.panel {
	border: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	
	min-width:100px;	
}
.panel-body {
    padding: 20px;
}
.panel-heading {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e4662a;
}
.panel-footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}




/*-- Common Use Classes --*/
.btn-ui {
    background-color: #E55F3A;
    border-color: #C54A28;
    color: #fff;
}
.btn-ui:hover {
    background-color: #E0624C;
    color: #fff;
}
.list-block {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.list-block ul {
    display: table-row;
}
.list-block li {
    display: table-cell;
    margin: 0;
}
.pad-left-0 {
    padding-left: 0px;
}
.pad-right-0 {
    padding-right: 0px;
}
.mrg-btm-10 {
    margin-bottom: 10px;
}
.mrg-btm-20 {
    margin-bottom: 20px;
}

.rows {width:100%; float:left;}


/*-- Weather Widget --*/
#weather-widget i {
  color: #fff;
  
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  
}
.tabul li a { margin-right:6px; margin-left:6px;}
#weather-widget .panel-heading {
 background: #007bb5; /* Old browsers */
background: -moz-linear-gradient(left, #007bb5 0%, #009ec3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#007bb5), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #007bb5 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #007bb5 0%,#009ec3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #007bb5 0%,#009ec3 100%); /* IE10+ */
background: linear-gradient(to right, #007bb5 0%,#009ec3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bb5', endColorstr='#009ec3',GradientType=1 ); /* IE6-9 */
    color: #fff;
    padding-bottom:16px;
	padding-top:0px !important;
}
#weather-widget #current {
    font-size: 2.2em;
    margin-bottom: -10px;
}
#weather-widget .panel-footer {
    background-color: #F5F0EC;
    padding: 5px 3px;
    border: none;
}

.new-content-title {
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.new-content-title1 {
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 400; 
}
.content-new-text-title {
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 0 10px;
}
.tBle{margin:0px auto; border-color:none;}
.tBle_inner{padding:15px;}
.tBle_inner2{padding:15px;}
/*.bClor{background:#66CCFF;}*/
.mainBx{margin:0px auto; margin-bottom:100px;}
.bx1{float:left; margin:0px auto; margin:10px 0px 20px 0px;}
.mrgLeft{margin-left:40px;}


/*-- Profile Widget --*/
#profile-widget .panel-heading {
    min-height: 200px;
    background: #fff url(http://4hdwallpapers.com/wp-content/uploads/2013/04/The-Lion-King-Desktop-1024x640.jpg) no-repeat top center;
    background-size: cover;
}
#profile-widget .media-heading {
    color: #5B5147;
}
#profile-widget .panel-body {
    padding: 20px;
}
#profile-widget .panel-body .img-circle {
    height: 90px;
    width: 90px;
    padding: 8px;
    border: 1px solid #e2dfdc;
}
#profile-widget .panel-footer {
    padding: 0px;
    border: none;
}
#profile-widget .panel-footer .btn-group .btn {
    border: none;
    font-size: 1.2em;
    background-color: #F6F1ED;
    color: #BAACA3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 0;
}
#profile-widget .panel-footer .btn-group .btn:hover {
    color: #F6F1ED;
    background-color: #8F7F70;
}
#profile-widget .panel-footer .btn-group>.btn:not(:first-child) {
    border-left: 1px solid #fff;
}
#profile-widget .panel-footer .btn-group .highlight {
    color: #E56E4C;
}



/*-- Login Widget --*/
#login-widget .panel-body .input-group {
    margin-bottom: 15px;
}
#login-widget .panel-footer {
    padding: 0px;
    border: none;
}
#login-widget .panel-footer .login-btn {
    padding: 20px 20px 10px 20px;
}
#login-widget .panel-footer .facebook {
    background-color: #5F90B0;
    color: #fff;
    padding: 15px;
    display: block;
}



/*-- Pie Chart Widget --*/
#pie-chart-widget .panel-body {
    padding: 0px;
}
#pie-chart-widget .panel-footer {
    background-color: #fff;
    padding: 0px;
    margin-top: 20px;
}
#pie-chart-widget .panel-footer .btn {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px 0px;
    color: #fff;
    background-color: #776B5F;
    border-top: 3px solid #6d6257;
}
#pie-chart-widget .panel-footer .btn:hover {
    background-color: #62584C;
    border-color: #52483F;
}
#pie-chart-widget h2 {
    font-weight: 700;
    margin: 3px 0 0 0;
}
#pie-chart-widget .legend li {
    background-color: #F5F0EC;
    padding: 20px 10px;
}
#pie-chart-widget .legend li:not(:first-child) {
    border-left: 1px solid #fff;
}
#pie-chart-widget .legend .video {   
    border-top: 4px solid #4DAF7C; 
}
#pie-chart-widget .legend .audio {
    border-top: 4px solid #EAC85D;
}
#pie-chart-widget .legend .photo {
    border-top: 4px solid #E25331;
}





/*-- Line Chart Widget --*/
#myLineChart {
    background-color: #55BC75;
    padding: 0px 5px;
    margin: 0px;
}
#myBarChart {
    margin-top: 10px;
}
#line-chart-widget .panel-heading {
    background-color: #55BC75;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#line-chart-widget .panel-heading small {
    color: #fff;
}
#line-chart-widget .panel-heading .label {
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
}
#line-chart-widget .panel-body {
    padding: 0px;
}
#line-chart-widget .panel-footer {
    background-color: #fff;
    padding: 20px;
    margin-top: 0px;
    border-top: none;
}
#line-chart-widget .panel-footer li {
    padding: 10px 0;
}
#line-chart-widget h3 {
    font-weight: 700;
    margin: 0px;
}
#line-chart-widget li {
    width:50%;
}
#line-chart-widget .legend li {
    background-color: #F5F0EC;
    padding: 20px 0;
}
#line-chart-widget .legend li:not(:first-child) {
    border-left: 1px solid #fff;
}
#line-chart-widget .chart-block>div {
    margin-top: 20px;
    width:55%;
}
#line-chart-widget .chart-block>div:last-child {
    padding-left: 15px;
    width:45%;
}
#line-chart-widget .chart-block .change {
    color:#fff;
    font-size: 1.6em;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    background-color: #55BC75;
    width:100%;
}
#line-chart-widget .chart-block .change i {
    font-size: .6em;
}





/*-- Social Button Widget --*/
#social-widget {
    border: 0px;
}
#social-widget .btn:not(:first-child) {
    border-top: 1px solid #F5F0EC;
}
#social-widget .btn{
    background-color: #fff;
    border: 0px;
    padding:20px;
}
#social-widget .facebook .fa-circle {
    color: #5F90AE;
}
#social-widget .facebook:hover {
    background-color: #5F90AE;
}
#social-widget .pinterest .fa-pinterest {
    color: #D34F4D;
}
#social-widget .pinterest:hover{
    background-color: #D34F4D;
}
#social-widget .pinterest:hover .fa-pinterest{
    color: #fff;
}
#social-widget .twitter .fa-circle {
    color: #2AB5DE;
}
#social-widget .twitter:hover {
    background-color: #2AB5DE;
}





/*-- Navigation Widget --*/
#nav-widget {
    border: 0px;
    margin-bottom:20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#nav-widget .btn-group:not(:first-child) {
    border-left: 1px solid #F5F0EC;
}
#nav-widget .btn{
    background-color: #fff;
    border: 0px;
    padding: 20px;
    font-weight: 600;
    border-bottom: 3px solid #fff;
}
#nav-widget .btn:hover {
    background-color: #F8F3F0;
    color: #64584C;
    border-bottom: 3px solid #55BC75;
}
#nav-widget i.fa {
    padding-right: 5px;
}
#nav-widget .badge {
    font-size: .7em;
    background-color: #E7663F;
    margin-left:4px;
    top: -10px;
}





/*-- User Widget --*/
#user-widget {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#user-widget .list-group-item {
    border:0;
    color: #8F7F70;
    padding: 15px;
    border-left: 3px solid #fff;
}
#user-widget a.list-group-item:hover {
    background-color: #F8F3F0;
    color: #64584C;
    border-left: 3px solid #55BC75;
}
#user-widget a.list-group-item:hover i.fa {
    color: #E35935;
}
#user-widget .heading {
    color: #8F7F70;
    background-color: #B1A599;
    border-left: 3px solid #B1A599;
}
#user-widget .heading .text-wrap {
    padding: 20px 0;
}
#user-widget .img-circle {
    height: 90px;
    width: 90px;
    padding: 8px;
    border: 1px solid #9C9084;
    margin-right: 10px;
    float:left;
}
#user-widget .heading .list-group-item-heading {
    font-weight: 600;
    color: #fff;
}





@media only screen and (max-width: 767px) { /* phones */
    #nav-widget .btn {
        text-align: left;
    }
    #nav-widget .btn-group:not(:first-child) {
        margin: 0px;
        border-left: 0px;
        border-top: 1px solid #F5F0EC;
    }
    .btn-group>.btn {
        border-radius: 0;
    }
    .btn-group>.btn:last-child {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .btn-group-justified>.btn, .btn-group-justified>.btn-group {
        float: left;
        width: 100%;
    }
    .btn-group>.btn-group>.btn {
        border-radius: 0;
    }
    .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
        margin-left: 0px;
    }
    .btn-group>.btn-group:first-child>.btn:last-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .btn-group>.btn-group:last-child>.btn:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}









.icon-home {}
.icon-contact { background-image:url(../images/contact-us.jpg);}



/*
The above link can also go in HTML document as a link in head.
Rather than @import in an external CSS file,
The following code into the <head> section of your site's HTML.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
*/


/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:17px;width:17px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:17px;line-height:17px;font-size:12px;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-foursquare{color:#fff;background-color:#0072b1;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{color:#fff;background-color:#005888;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#0072b1;border-color:rgba(0,0,0,0.2)}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#335d7e;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}


.footerBottom {
    background-color: #000;
    padding: 5px 0;
    width: 100%;
}
.copyright {
    color: #777;
    font-size: 12px;
    line-height: 24px;
}
.design {
    background-image: url("../images/bedicreative.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    color: #30312e;
    font-size: 12px;
    line-height: 24px;
    padding-right: 27px;
    text-align: right;
}
.design a {
    color: #ccc !important;
    height: 35px;
}
.design:hover {
    background-image: url("../images/bedicreative-hover.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    color: #30312e;
    font-size: 12px;
    line-height: 24px;
    padding-right: 27px;
    text-align: right;
    transition: all 0.4s ease-in-out 0s;
}

.fRight {float:right; }

.wid {width:100%; font-size:16px; color:#FFF; text-align:center; padding-right:10px;}
.wid strong {width:100%; float:left; font-size:30px;  color:#ff8e58;}
.wid b {width:100%; float:left; font-size:20px;  color:#73f55f;}

footer {
    background-color: #4487ad;
    border-top: 5px solid #ffd100;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}
.footerWidget h3 {
    color: #fff !important;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
.footerWidget h3 span {
    background: none repeat scroll 0 0 #4487ad;
    display: inline-block;
    font-weight: 300;
    padding: 0 10px 0 0;
    position: relative;
    text-align: left;
    z-index: 1;
}
.lined-footer {
    display: block;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    text-align: left;
}
.lined-footer::before {
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.footerLi {
    color: #fff;
    font-family: "Roboto",sans-serif !important;
    font-size: 15px;
    padding: 0;
}
.footerLi ul {
    margin: 0;
    padding: 0;
}
.footerLi li {
    background: url("../images/arrow_li.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 4px 0 4px 10px;
    text-decoration: none;
}
.footerLi li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}
.footerLi li a:hover {
    color: #ffd100;
    text-decoration: none;
}
.jh h4 {color:#fff;}
.footer-text {color:#fff;}
.text-right2 {text-align:right;}
	.img-responsives2 {max-width:90%;}

@media screen and (max-width: 1024px) {
		.wid {width:78%; margin-top:18px; font-size:14px; color:#FFF; text-align:left; float:left; padding-right:10px;}
	.img-responsives2 { max-width:100%; min-width:100%;}

	}

@media screen and (max-width: 992px) {
	
	.text-right2 {text-align:left;}
	}


@media screen and (max-width: 768px) {
	.wid {width:100%; margin-top:18px; font-size:14px; color:#FFF; text-align:left; float:left; padding-right:10px;}
	.top {background: #4487ad; padding-bottom:10px;}
	.img-responsives2 { max-width:100%; min-width:100%; background-color:#FFF;}
	.center-blocks {text-align:center !important; width:100%;}
	#colorNav > ul > li { width:100%; margin-top:10px;}
	.fRight {float:none;}
	#colorNav li ul {left: 18%;width: 100%;}
 	.topphone p { font-size:14px; color:#fff; line-height:25px; width:100%; float:left; background-color:#4487ad; margin-bottom:5px; padding-left:10px;}
	.topphone .fa  { font-size:16px; color:#fff; line-height:32px; padding-right:10px;}
	.text-right2 {text-align:left;}

	}
	.h1head { background:rgba(255,255,255,0.8); padding:0px 5px 0px 5px; width:60%; color:#4487ad; font-size:38px; font-family: "Roboto",sans-serif !important;}
	
	.carousel-caption-text { background:rgba(255,255,255,0.8); color:#003; font-size:14px;  padding: 2px 5px; margin:2px;}
	
.carRow{
	margin-left:-5px!important;
	margin-right:-5px!important;
}

.carCol{
	padding-left:5px!important;
	padding-right:5px!important;
}

	
/*-- new logo css*/	
.mainSpos{
width:100%;
margin:30px 0;
}

.mainSpos h3{
font-size:16px;
font-weight:bold;
margin:0 0 15px 0;
}

.spoLi{
margin:0px;
padding:0px;
}

.spoLi ul{
margin:0px;
padding:0px;
}

.spoLi li{
margin:0px;
padding:0px;
float:left;
list-style:none;
}

.spoLi li img{
width:100%;
border:1px solid #ddd;
border-radius:5px;
}

.spoLi1{
margin:0px -15px;
padding:0px;
}

.spoLi1 ul{
margin:0px;
padding:0px;
}

.spoLi1 li{
margin:0px;
padding:0px;
float:left;
list-style:none;

width:20%;
padding:0 15px;
}

.spoLi1 li img{
width:100%;
border:1px solid #ddd;
border-radius:5px;
}

	
	
	