body {
	margin: 0;
	padding: 0;
	background: url(../img/header.jpg) 0 0 repeat-x;
}
.clear {
	clear: both;
}
.nav {
	margin: 0;
	padding: 0;
	width: 100%;
}
#header {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#header .logo {
	width: 445px;
	height: 75px;
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
}
#header .contact {
	width: 100%;
	margin: 50px 0 0 180px;
	padding: 0;
	display: block;
}
#header .batch {
	width: 400px;
	margin: 20px 0 0 20px;
	text-align: right;
	padding: 0;
	display: block;
}
.add img {
	width: 100%;
}
#menu {
	width: 100%;
	height: 47px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: normal 14px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-left:180px;
}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	margin: 0;
	position: relative;
	padding: 12px 35px;
	color: #FFF;
	display: block;
	font-weight:600;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FC0;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 999;
	padding: 5px;
}
#menu > ul > li:hover > div {
	display: table;
	width: 150px;
}
#menu > ul > li > div > ul {
	display: table-cell;
	background:#C0CFE4;
}
#menu > ul > li > div > ul li {
	float: left
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #036 !important;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	line-height:25px;
}
#menu > ul > li ul > li > a:hover {
	color: #000 !important;
}
#menu > ul > li > div > ul > li > a {
	color: #000000;
}

#banner .banner_right {
	height: 310px;
	background: f1f1f1;
	margin: 0 0 0 0;
	padding: 0;
}
#cantact {
	width: 100%;
	margin: 0 auto;
	margin-top:15px;
	display: block;
}
#cantact .leftarea {
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
}
#cantact .leftarea .login {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 4px;
	background: url(../images/login.jpg) 0 0 repeat-x #e6e4e4;
	border: solid 1px #9ec7dc;
	display: block;
}
#cantact .leftarea .login h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #C00;
	margin: 0;
	padding: 5px;
}
#cantact .leftarea .login p {
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}
#cantact .leftarea .login p a {
	text-decoration: none;
	color: #C00;
}
#cantact .leftarea .login .inp {
	width: 140px;
	padding: 3px;
	border: solid 1px #999;
	font: normal 11px Verdana, Geneva, sans-serif;
	outline: none;
	margin: 2px 0;
	height: 26px;
}
#cantact .leftarea .news {
	width: 100%;
	margin: 0;
	padding: 5px;
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.28);
	background: url(../images/login.jpg) 0 -118px repeat-x #FFF;
	display: block;
}
#cantact .leftarea .news h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #C00;
	margin: 0;
	padding: 5px;
}
#cantact .leftarea .news p {
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}
#cantact .leftarea .news p a {
	text-decoration: none;
	color: #C00;
}
#cantact .leftarea .news p a:hover {
	text-decoration: underline;
	color: #009;
}
#cantact .enquiry {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.28);
	padding: 5px;
	background:url(../img/heading.jpg) 0 0 no-repeat #dbe4f6;
	display: block;
}
#cantact .enquiry h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 5px 5px 8px;
}
#cantact .enquiry p {
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}
#cantact .enquiry .inp {
	width: 100%;
	padding: 4px;
	border-radius: 5px;
	border: solid 1px #CCC;
	font: normal 13px Verdana, Geneva, sans-serif;
	outline: none;
	margin: 3px 0;
	height: 36px;
}
#cantact .enquiry .msg {
	width: 250px;
	padding: 4px;
	resize: none;
	border-radius: 5px;
	border: solid 1px #CCC;
	font: normal 13px Verdana, Geneva, sans-serif;
	outline: none;
	margin: 3px 0;
	height: 75px;
}
#cantact .enquiry .inp:focus {
	border: solid 1px #09F;
}
#cantact .enquiry .msg:focus {
	border: solid 1px #09F;
}
#cantact .notification {
	width: 100%;
	margin: 0;
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.28);
	padding: 5px;
	background: url(../images/notification.jpg) 0 0 repeat-x #FFF;
	display: block;
}
#cantact .notification h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 5px 5px 8px;
}
#cantact .notification p {
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}
#cantact .notification p a {
	text-decoration: none;
	color: #C00;
}
#cantact .notification p a:hover {
	text-decoration: underline;
	color: #009;
}
#cantact .notification .cntarea {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	position: relative;
}
#style-5::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #efebe2;
}
 #style-5::-webkit-scrollbar {
 width: 10px;
 background-color: #d7d1c2;
}
 #style-5::-webkit-scrollbar-thumb {
 background-color: #bbb29a;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}
#cantact .notification .cntarea a {
	text-decoration: none;
	color: #C00;
}
#cantact .notification .cntarea a:hover {
	text-decoration: underline;
	color: #039;
}
#cantact .leftarea .video {
	width: 100%;
	background: #000;
	border-radius: 5px;
	margin: 0;
	padding: 5px;
	display: block;
}
#cantact .welcome_cnt {
	margin: 0;
	padding: 5px;
	/*background: url(../img/heading.jpg) 0 0 no-repeat;*/
	display: block;
}
#cantact .welcome_cnt h1 {
	font: normal 22px 'Vesper Libre', serif;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 5px;
    font-size: 2rem;
    background: linear-gradient(to right, #093c96, #90b8ff);
}
#cantact .welcome_cnt p {
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
	text-align: justify;
}
#cantact .welcome_cn {
	margin: 0;
	padding: 5px;
	background: url(../images/well.jpg) 0 0 repeat-x #FFF;
	display: block;
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.28);
}
#cantact .welcome_cn h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 5px;
}
#cantact .welcome_cn p {
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 24px;
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}
.add {
	padding: 0;
	margin: 0 0 10px 0;
}
#cantact .leftarea .visitor {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 4px;
	background: url(../images/login.jpg) 0 0 repeat-x #e6e4e4;
	border: solid 1px #9ec7dc;
	display: block;
}
#cantact .leftarea .visitor h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #C00;
	margin: 0;
	padding: 5px;
}
#footer {
	width: 100%;
	display: block;
	padding: 10px 0 5px 0;
	color:#FFF;
	text-align:center;
	background: #353f9e !important;
}
#footer p a {
	text-decoration: none;
	color: #FFF;
}
#footer p a:hover {
	color: #000;
}
/*	13. About Page Css
/*-----------------------------------------------------------------------------------*/

.page-title-content {
	float: left;
	color: #FFF;
}
.bread-cumb {
	float: right;
}
.page-title-content {
	padding-bottom: 30px;
	padding-top: 50px;
}
.page-title {
	margin: 0;
}
.sub-title {
	color: #FFF;
	font-size: 12px;
}
.bread-cumb > ul {
	padding-bottom: 54px;
	padding-top: 60px;
	margin-right: 30px;
}
.bread-cumb ul li {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.bread-cumb > ul li a {
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
}
.bread-cumb ul li:after {
	color: #FFF;
	content: "/";
	font-size: 12px;
	left: 10%;
	line-height: 32px;
	position: absolute;
	top: 0;
}
.bread-cumb ul li:first-child:after {
	display: none;
}
/*-----------------------------------------------------------------------------------*/

#bg-slide {
	background-image: url(../images/bg-banner.png);
}
h1.heading {
	font-size: 21px;
	text-transform: uppercase;
	line-height: 50px;
	border-bottom: 1px dashed #333;
}
.just {
	text-align: justify !important;
}
.contact-area {
	padding: 25px 0 25px;
}
.contact-info {
	padding-left: 50px;
	position: relative;
}
.contact-address.style1 i {
	float: left;
	margin-top: 3px;
}
.contact-address i {
	font-size: 1.1667em;
	color: #fff;
	background: #367EE4;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	color: #fff;
	text-align: center;
}
.contact-address li {
	list-style: none !important;
}
.contact-address.style1 .details {
	margin-left: 50px;
	padding-bottom: 15px;
}
.sidebar-form {
	background: #f6f6f6;
	padding: 7px;
}
.desc {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.accordion dl {
	border: 1px solid #ddd;
}
.accordion dl:after {
	content: "";
	display: block;
	height: 1em;
	width: 100%;
	background-color: #0c63aa;
}
.accordion dt > a {
	text-align: center;
	font-weight: 700;
	padding: 2em;
	display: block;
	text-decoration: none;
	color: #fff;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.accordion dd {
	background-color: #eee;
	font-size: 1em;
	line-height: 1.5em;
}
.accordion dd > p {
	padding: 1em 2em 1em 2em;
	margin: 0;
}
.accordion {
	position: relative;
	background-color: #eee;
}
.accordionTitle {
	background-color: #428bca;
	border-bottom: 1px solid #c0392b;
}
.accordionTitle:before {
	content: "+";
	font-size: 1.5em;
	line-height: 0.5em;
	float: left;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover {
	background-color: rgba(12,99,170,1);
}
.accordionTitleActive {
	background-color: #c0392b;
}
.accordionTitleActive:before {
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.accordionItem {
	height: auto;
	overflow: hidden;
}
@media all {
.accordionItem {
	max-height: 50em;
	-moz-transition: max-height 1s;
	-o-transition: max-height 1s;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
}
}
@media screen and (min-width: 48em) {
.accordionItem {
	max-height: 15em;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
}
}
.accordionItemCollapsed {
	max-height: 0;
}
.animateIn {
	-webkit-animation-name: accordionIn;
	-webkit-animation-duration: 0.65s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0s;
	-moz-animation-name: normal;
	-moz-animation-duration: 0.65s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 0s;
	animation-name: accordionIn;
	animation-duration: 0.65s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0s;
}
.animateOut {
	-webkit-animation-name: accordionOut;
	-webkit-animation-duration: 0.75s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0s;
	-moz-animation-name: accordionOut;
	-moz-animation-duration: 0.75s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 0s;
	animation-name: accordionOut;
	animation-duration: 0.75s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0s;
}
 @-webkit-keyframes accordionIn {
0% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
@-moz-keyframes accordionIn {
0% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -moz-transform: scale(1);
}
}
@keyframes accordionIn {
0% {
 opacity: 0;
 transform: scale(0.8);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
@-webkit-keyframes accordionOut {
0% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
}
@-moz-keyframes accordionOut {
0% {
 opacity: 1;
 -moz-transform: scale(1);
}
 100% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
}
@keyframes accordionOut {
0% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 0;
 transform: scale(0.8);
}
}
.gallery {
	overflow: hidden;
}
.gallery img {
	display: block;
	position: relative;
	transition: all 0.4s ease-out 0s;
}
.gallery:hover img {
	transform: scale(1.2);
}
.gallery {
	border: 1px solid #929446;
	padding: 05px;
	position: relative;
	margin: 15px 0px;
	border-radius: 02px;
	-webkit-box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
}
.gallery:hover {
	border: 1px solid #7d73a8;
	cursor: pointer;
}
.gallery:hover .heading i {
	color: #929446;
}
.gallery .heading {
	text-align: left;
	min-height: 43px;
	position: absolute;
	bottom: 5px;
	width: 96%;
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
	padding: 05px;
}
.gallery .heading p {
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.gallery .heading p span {
	font-size: 10px;
	color: #999;
}
.gallery .heading i {
	float: right;
	font-size: 36px;
	color: #7d73a8;
}
.post-container {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px 1px #ddd;
	-moz-box-shadow: 0 0 1px 1px #ddd;
	-ms-box-shadow: 0 0 1px 1px #ddd;
	-o-box-shadow: 0 0 1px 1px #ddd;
	box-shadow: 0 0 1px 1px #ddd
}
.post-image {
	background-color: #fff;
	padding: 15px
}
.post-desc {
	border-top: 1px solid #ddd;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#sitemap {
	margin-bottom: 50px;
}
.treeMenu li {
	padding: 0 0 10px 10px;
	color: #367EE4;
	list-style-type: none;
	cursor: pointer;
}
.treeMenu li a {
	text-decoration: none !important;
}
#filter {
	margin-bottom: 50px !important;
	margin-left: -37px !important;
	margin-top: 37px !important;
	display: inline-block !important;
}
#filter li {
	margin-bottom: 30px !important;
	margin-right: 10px !important;
	border-radius: 0!important;
	background: none!important;
	padding: 0!important;
	box-shadow: none!important;
	padding-right: 0!important;
	padding-left: 0!important;
	padding-top: 0!important;
	float: left;
	list-style: none;
}
#filter li:last-child {
	margin-right: 0;
}
#filter li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
 //margin-bottom: 15px;
 //margin-right: 10px;
	border-radius: 4px;
	padding: 10px;
	background: #428bca;
	box-shadow: 0px 2px 0px 0px #428bca;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 11px;
}
#filter li a:hover {
	cursor: pointer;
	background: rgba(12,99,170,1);
 //color:#fff;
	box-shadow: 0px 2px 0px 0px rgba(12,99,170,1);
}
#filter .current {
	background: #1fcdff;
	box-shadow: 0px 2px 0px 0px #179abf;
}
.pretty .gall a:hover .img-responsive {
	opacity: 0.45;
	transition-duration: 0.5s;
}
.pretty .plS {
	display: block;
}
.view h3 {
	margin-bottom: 5px;
	text-align: center;
 //margin-left: -14px;
	margin-top: 12px;
}
.view a {
	text-decoration: none;
	color: #2f2f2f;
	font-size: 16px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}
.view li {
	display: inline-block;
	height: 40px;
	background: none;
	text-decoration: none;
	color: #a9a9a9;
	font-size: 13px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}
.view a:hover {
	color: #1fcdff;
}
.view ul {
	display: block !important;
	margin-top: 7px;
	margin-bottom: 25px;
	text-align: center;
	padding-left: 0;
}
.view ul i {
	margin-right: 5px;
	font-style: normal;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 13px;
	color: #a9a9a9;
}
.view ul li {
	margin-right: 12px;
	text-align: center;
	display: inline-block;
	background: none;
	box-shadow: none;
	list-style: none;
}
/*.view ul li:hover{
	cursor:normal;
	color:#a9a9a9;
	background: none;
	box-shadow: none;
}*/
#filter {
	display: inline-block;
	margin-top: 45px;
}
.view ul a:hover, .view ul a:hover i {
	color: #fd5f5b;
}
.view ul a {
	display: inline-block;
	color: #a9a9a9;
	font-size: 13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}
.pb2 {
	margin-top: 25px;
}
.pb3 {
	margin-top: 25px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
/* __________ Filter __________ */
/*#filter {padding:11px 0 25px; text-align:center;}
#filter li {display:inline-block;}
#filter li a {
	display:block;
	padding:0 22px;
	text-transform:capitalize;
	line-height:20px;
	font-size:15px;
	color:#707070;
}*/
#filter li a.selected {
	cursor: pointer;
	background: rgba(12,99,170,1);
	color: #fff;
	box-shadow: 0px 2px 0px 0px rgba(12,99,170,1);
}
#projects .columns1 .project {
	width: 100%;
}
.load_more_cont {
 //width:100%;
	padding: 10px 0 0;
}
/* __________ Portfolio Item __________ */
.portfolio_block {
	width: 100%;
}
.portfolio_block .project .hover_img {
	position: relative;
}
/*background-color:#f9cdad;/
/*.portfolio_block .project .hover_img:before {content:''; position:absolute; z-index:10; left:0; top:0; width:100%; height:100%; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.portfolio_block .project:hover .hover_img:before {background-color:rgba(0,0,0,0.38);}
.portfolio_block .project .hover_img img {opacity:0.92;}
.portfolio_block .hover_img .zoom {
	display:block;
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0);
}*/
.portfolio_block.project_descr {
	position: relative;
	padding: 37px 10px 14px;
	color: #979797;
	border: 0;
	border-bottom: 2px solid #ededed;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block .project:hover .project_descr {
	border-bottom-color: #765692;
}
.portfolio_block .project_descr h4 {
	margin-bottom: 11px;
	font-size: 15px;
}
/* Portfolio Item Single */
/*.prev_next_links {
    display: block;
    float: left;
}*/
/*.prev_next_links a {
    margin: 0 17px 20px 0;
}*/




/* Portfolio Item Single Share */
.blogpost_share {
	display: block;
	float: right;
}
/*.blogpost_share a {
    display: inline-block;
    width:40px;
	height: 40px;
	margin:0 7px 10px 0;
    line-height: 40px;
	font-size: 19px;
    text-align: center;
	color:#555;
	background-color:#eaeaea;
}
.blogpost_share a:hover {background-color:#765692; color:#333;}

*/


/*                                                                    */
.default {
	transition-duration: 1s;
}
.fixed {
	transition-duration: 1s;
	/*text-align:center;*/
	z-index: 999;
	position: fixed;
	top: -65px;
	padding: 20px 0;
	width: 100%;
	background-color: #101010!important;
}
#ucolor {
	color: #CF6 !important;
}
/**/

.news{
    margin: 2px auto 0 auto;
    padding: 12px;
    background: #093c96;
    display: block;
	color:#FFF;
}

.range{
    width: 206px;
    padding: 4px;
    margin: 10px 15px 0 0;
    float: left;
    display: block;
    border: solid 1px #CCC;
    border-radius: 6px;
	text-align:center;
}
.range:hover{
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    background: #f7f7f7;
}
.range span{
	font: normal 16px 'Vesper Libre', serif;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    color: #03C !important;
    margin: 0;
    padding: 5px;
    line-height: 22px !important;
}

.range p{
	font: normal 13px Verdana, Geneva, sans-serif !important;
    color: #333;
    line-height: 20px !important;
    margin: 0;
    padding: 4px 0;
    text-align: justify;
}
.range a{
	text-decoration:none;
}
.range span{
	    display: block;
    padding: 4px 0;
    background: #dceafc;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.visitor{
	font: normal 22px 'Vesper Libre', serif;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
    padding: 10px 15px;
    line-height: 22px;
	background:#7597D6;
	margin-top:10px;
}

#gallery {
    padding: 10px;
    margin: 15px 0 0 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: 160px;
    background: #5b81cb;
	color:#FFF;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
#gallery h2 {
    font: normal 22px 'Vesper Libre', serif;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
    padding: 5px;
    line-height: 25px;
    text-align: left;
}

.socialpoint {
    width: 30px;
    margin: 0;
    padding: 0px;
    display: ;
    position: fixed;
    z-index: 999;
    top: 300px;
    right: 0px;
}

@media only screen and (min-width:320px) and (max-width:640px), only screen and (max-width:740px) {
	#header .logo{
		width:100%;
	}
	#banner .banner_right{
		margin-top:50px;
		height:130px;
	}
	.carousel-indicators{
		margin-top:100px;
	}
	#cantact .welcome_cnt h1{
		font:normal 20px 'Vesper Libre', serif;
	}
	#header .batch{
		width:auto;
		margin:0px;
	}
	#header .batch img{
		margin-top:15px;
		height:50px;
	}
	.range{
		width:154px;
		height:380px;
	}
}

.middletext{
	font: normal 20px 'Vesper Libre', serif;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    color: #03C;
    margin: 0;
    padding: 5px;
    line-height: 22px;
}