﻿/* CSS Document */

.welcome header {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: black 0 0 50px;
	/*background: rgba(0, 0, 0, 0.3);*/
	padding: 50px 150px;
	z-index: 20;
}
.nav li a i {
	font-size: 24px;
}

#map2 {
	display: none;
}
#map1 {
	display: block;
}
.welcome a {
	position: absolute;
	left: 50%;
	z-index: 20;
}
body {
	font-weight: 200;
	font-size: 16px;
	color: #FFFFFF;
}
/* line 190, ../sass/style.scss */
strong {
	color: #76c5f0;
}
section {
	position: relative;
	width: 100%;
}
.clear-inner-space {
	padding: 0px !important;
}
.container-fluid {
	clear: both;
	float: none;
	width: 100%;
}
#cbp-so-scroller {
	padding-right: 0px;
	padding-left: 0px;
}
.col-lg-8.port-desc-wrap {
	color: #737373;
	font-size: 16px;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
section {
	/*background: linear-gradient(to bottom, #76c5f0 0%,#005ca1 100%);*/
 /* W3C */
	background-attachment: fixed;
}
#intro {
	/*background-image: url("../images/banner.jpg");*/
	height: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	transition: all 0.1s ease-in 0s;
	z-index: 11;
}
#portfolio {
	/*background-color: #34495e;*/
	background-image: url("../images/parallax.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */


}
#services, #intro, #contact, #about, #portfolio, .abt-testimonial {
	/*background-attachment: fixed;
  background-size: 100% auto;*/
	/*box-shadow:0 2px 2px rgba(0, 0, 0, 0.32);*/
	position: relative;
}
#services {
	background-color: #FFFFFF;
	transition: all 0.1s ease-in 0s;
	z-index: 10;
}
.sec-head-main {
	margin-bottom: 24px;
	margin-top: 0px;
	padding-bottom: 10px;
	transition: all 0.3s ease-out 0s;
}
.cbp-so-animate .sec-head-main {
	opacity: 1;
}
.services-table {
	margin-top: 24px;
	width: 80%;
}
.services-table .col-lg-4 {
	padding: 24px;
	transition: all .6s ease-in;
}
.cbp-so-animate .services-table .col-lg-4 {
	transform: scale(1);
}
.services-table i {
	color: #76c5f0;
	font-size: 55px;
}
.services-table .col-lg-4 h4 {
	font-size: 20px;
	color: #737373;
}
.services-table .col-lg-4 p {
	color: #818181;
	font-size: 14px;
}
/*---theming---*/
/*section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
/* Triangles */
/*.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}*/

.ss-style-triangles::after {
	bottom: -50px;
	z-index: 10;
	background: inherit;
}
.banner-main {
	height: 100%;
	position: relative;
}
.banner-main .ban-text-middle {
	/*color: #0f0f0f;*/
	bottom: 0;
	color: #FFFFFF;
	font-weight: bold;
	height: 251px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.37);
	background: rgba(0, 0, 0, 0.3);
	top: 0;
}
.ban-btn {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid;
	border-radius: 0;
	color: #005ca1;
	font-weight: 600;
	min-width: 115px;
	padding: 6px 12px;
}
.ban-text-middle > h1 {
	margin-bottom: 26px;
}
.ban-text-middle p {
	margin-bottom: 20px;
	padding: 12px;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 2;
}
.ban-btn:hover {
	background: #005ca1;
	border-color: #005ca1;
	color: #FFFFFF;
}
.sec-port-main {
	background: #FFFFFF;
}
.sec-head-main * {
	display: inline-block;
	font-size: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
.main-spacer {
	padding: 24px;
}
.cover-all {
	overflow: hidden;
	color: #000000;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.cover-body {
	background: #FFFFFF;
	height: 100%;
	position: fixed;
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0px;
	width: 100%;
	z-index: 999999;
}
.scroll-down {
	bottom: 50px;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	font-size: 36px;
	position: relative;
}
.sec-head-each.second {
	border-left: 0px solid #B1B1B1;
	font-size: 18px;
	font-weight: normal;
	padding-left: 9px;
}
.portfolio-items-main {
	margin: 0 auto;
	width: 80%;
}
.abt-item-block, .cnt-sub-head, .inner-content, .testimonial-block {
	margin: 0 auto;
	width: 80%;
}
.cbp-so-from-left {
	float: left;
	transition: all 0.5s ease-in-out 0s;
}
.img-wrap-main {
	height: 200px;
	overflow: hidden;
}
.cbp-so-side > .row {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	padding: 15px 0;
}
.cbp-so-side :hover {
}
.port-desc-wrap .btn:hover {
	background: none repeat scroll 0 0 #76c5f0;
	border-color: #76c5f0;
	color: #FFFFFF;
}
.port-desc-wrap p {
	font-size: 14px;
}
.portfolio-items-main .cbp-so-from-left {
	float: left;
	width: 80%;
}
.row.portfolio-items-main, .abt-desc-main {
	margin: 0 auto;
	width: 80%;
}
.portfolio-items-main .cbp-so-from-right {
	float: right !important;
	width: 80%;
}
.portfolio-items-main .cbp-so-from-left .img-wrap-main {
	border-right: 5px solid #76c5f0;
}
.portfolio-items-main .cbp-so-from-right .img-wrap-main {
	border-left: 5px solid #76c5f0 !important;
	float: right !important;
}
.portfolio-items-main > div {
	margin-top: 24px;
}
.portfolio-items-main > div:last-child {
	margin-bottom: 24px;
}
.big-btn {
	background: none repeat scroll 0 0 #EFEFEF;
	border-radius: 0px;
	padding: 20px 20px;
	width: 100%;
}
#about {
	background: none repeat scroll 0 0 #34495e;
}
.abt-item-block .col-lg-3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.abt-item {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 solid #B8B8B8;
	box-shadow: none;
}
.abt-item .img-base + .container-fluid {
	padding-left: 15px;
}
.abt-item h4 {
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}
.abt-item .item-title {
	color: #E0D6D6;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 12px;
}
.social-btn-block li {
	margin: 0;
	padding: 0;
}
.social-btn-block li a {
	margin: 0px;
}
.abt-main {
	background: none repeat scroll 0 0 #34495e;
	z-index: 8;
}
.abt-main .sec-head-main {
	border-bottom-width: 0px;
}
.abt-main .sec-head-main * {
	color: #FFFFFF;
}
.social-connect-me {
	background: none;
	height: 30px;
}
.social-connect-me .list-inline {
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}
.social-connect-me .list-inline a {
	color: #FFFFFF;
}
.abt-item {
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
.abt-item:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
}
a:hover {
	text-decoration: none;
}
.social-btn-block li {
}
.social-btn-block li a {
	background: #76c5f0;
	color: #FFFFFF;
}
.social-btn-block li a:hover {
	text-decoration: none;
}
#services .sec-head-main {
	color: #34495e;
}
.cntct-sec-main {
	background: #2c3e50;
	/*background-image: url("../images/subtle_dots.png");*/
	background-repeat: repeat;
	background-size: auto auto !important;
	padding-bottom: 25px;
	transition: all 0s ease-in 0s;
	z-index: 6;
}
.second {
	clear: both;
	display: inline-block;
	float: none;
	margin: auto;
	text-align: center;
}
.second {
	margin: auto;
}
.flat-box {
	border-radius: 0px;
}
.top-space {
	margin-top: 0px;
}
.cntct-form-main textarea {
	min-height: 150px;
	resize: vertical;
}
.cntct-form-main .btn {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #76c5f0;
	border-radius: 0;
	color: #FFFFFF;
	padding: 6px 18px;
}
.cntct-form-main .btn:hover {
	background: #76c5f0;
}
.form-control:focus {
	border-color: #76c5f0;
	box-shadow: none;
	border-width: 1px;
	outline: 0 none;
}
#map-canvas {
	height: 181px;
	width: 100%;
}
section:not(#intro) {
	height: auto !important;
	min-height: 480px !important;
}
.cnt-sub-head ul {
	float: right;
}
.cnt-sub-head a {
	color: #2B2B2B;
	display: inline-block;
	font-size: 34px;
	margin-top: 46px;
}
.cnt-sub-head a:hover {
	color: #76c5f0;
	text-decoration: none;
}
footer {
	float: left !important;
	height: 50px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-color: #333333;
	overflow: hidden;
	
}
footer h2 {
	font-size: 60px;
	color: #fff;
	padding-top: 150px;
	font-weight: 200;
}
.social-medias {
	margin-top: 45px;
}
.social-medias i {
	background: none repeat scroll 0 0 #3F3F40;
	border: 6px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	display: block;
	font-size: 30px;
	height: 70px;
	line-height: 58px;
	margin: 16px;
	width: 70px;
}
footer h3 {
	color: #76c5f0;
}
footer a {
	color: #F8F8F8;
	font-weight: bolder;
	opacity: 0.6;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
footer a:hover {
	opacity: 1;
	color: #FFFFFF;
}
footer .inner-content {
	height: inherit;
	position: relative;
	top: 0;
	margin: 0 auto;
	float: none;
}
.footer-last {
	bottom: 0px;
	height: auto;
	position: absolute;
}
.footer-last .breadcrumb {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	float: right;
	width: auto;
}
.footer-last .breadcrumb a {
	color: #FFFFFF;
}

.item-title + p {
	font-size: 10px;
}
.abt-item-block > div {
	clear: both;
	display: inline-block;
	float: none;
	margin: 30px auto 0px;
	padding: 0;
	width: 24%;
}
.container-fluid.row.cnt-sub-head {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 30px;
	padding-bottom: 11px;
}
.container-fluid.abt-item {
	width: 102%;
}
form>.form-group {
	margin-bottom: 32px;
}
.section-title {
	height: 50px;
	margin: 30px 0 30px 0px;
	width: 100%;
}
.test-right-main {
	background: none repeat scroll 0 0 rgba(1, 1, 1, 0.07);
	height: 100%;
	padding-left: 32px;
	position: relative;
	text-align: left;
}
.mention-tria.icon-left-dir {
	bottom: 0;
	color: rgba(1, 1, 1, 0.07);
	font-size: 56px;
	left: -50px;
	margin: auto;
	position: absolute;
	top: 0;
}
.test-right-main .cont-text {
	float: left;
	font-size: 16px;
	font-style: italic;
	margin-top: 15px;
	width: 100%;
}
.carousel-inner .item .row {
	height: 100%;
}
.testimonial-block {
	margin: 10px auto;
}
.abt-testimonial {
	z-index: 7;
}
.testimonial-block .carousel {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.cntct-form-main .form-control {
	background-color: transparent;
	border: 1px solid rgba(204, 204, 204, 0.41);
	color: #FFFFFF;
}
.cntct-form-main .form-control:focus {
	border-color: #FFFFFF;
}
.section-title .dots {
	border-bottom: 2px dotted #CCCCCC;
	border-top: 2px dotted #CCCCCC;
	display: inline-block;
	height: 30px;
	margin: auto;
	min-width: 22%;
	width: auto;
}
.section-title > span:not(.dots) {
	padding: 0px 30px;
}
.fade-in .carousel-inner > .item {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	height: 100%;
	width: 100%;
}
.fade-in .carousel-inner > .item.active {
	opacity: 1;
}
.carousel-inner {
	height: 160px;
	overflow: hidden;
	position: relative;
}
.col-lg-3.test-left-main {
	height: 148px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}
.col-lg-3.test-left-main .img-responsive {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.test-right-main h2 {
	font-size: 26px;
	font-weight: 400;
}
.client-logo-main {
	margin: 30px auto;
}
.client-logo-main img {
	margin: 0 auto;
}
.abt-desc-main {
	font-size: 16px;
}
.sec-head-each.second {
	margin-left: 0px;
	width: auto;
}
.sec-head {
	display: inline-block;
}
.arrow-left {
	border-bottom: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(1, 1, 1, 0.07);
	border-top: 20px solid rgba(0, 0, 0, 0);
	height: 0;
	left: -20px;
	position: absolute;
	top: 24px;
	width: 0;
}
/*---loading animation---*/
.load-text {
	color: #3F3F40;
	font-weight: normal;
	text-align: center;
}
.windows8 {
	height: 50px;
	margin: 0 auto 12px;
	position: relative;
	text-align: center;
	width: 50px;
}
.loading-place {
	bottom: 0;
	height: 100px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100px;
	z-index: 2147483647;
}
.comp-short-desc i {
	padding: 0 9px 0 0;
	display: inline-block;
	text-align: center;
	width: 22px;
}
.comp-short-desc > .container-fluid {
	margin-bottom: 6px;
}

/*--media queries---*/

/*--mobile----------*/
@media(max-width:1100px) {
.footer-last > .row > div {
	width: auto;
}
.footer-last > .row > div:last-child {
	float: right;
}
}

@media(min-width:640px) and (max-width:980px) {
.footer-last .row > div:first-child {
	float: left;
}
.footer-last .row > div:last-child {
	float: right;
}
section:not(#intro) {
	height: auto !important;
}
.sec-head-each.first {
	display: block;
	font-size: 20px;
	margin-left: 0px;
	padding-right: 24px;
}
.sec-head-each.second {
	border-left-width: 0px;
	display: block;
	font-size: 12px;
	padding-left: 0px;
}
.row.portfolio-items-main, .portfolio-items-main .cbp-so-from-left {
	width: 100% !important;
}
.portfolio-items-main .cbp-so-from-lef {
}
.portfolio-items-main-block > div {
	width: 100% !important;
}
.row> .img-wrap-main {
	border-width: 0 !important;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.img-wrap-main img {
	max-width: 90%;
	margin: 0 auto;
}
.abt-desc-main {
	font-size: 14px;
	width: 95%;
}
.abt-item-block > div {
	width: 24%;
}
.container-fluid.abt-item {
	width: 104%;
}
.client-logo-main .col-lg-3 {
	height: 100px;
}
#intro {
	/*background-image: url("../images/banner_mobile.jpg");*/
	height: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.footer-last .row {
	text-align: center;
}
.footer-last .row > div {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: auto;
}
.port-desc-wrap {
	text-align: center;
}
.col-lg-8.port-desc-wrap {
	color: #737373;
	float: left;
	font-size: 16px;
	width: 100%;
}
.port-desc-wrap p, .port-desc-wrap h3 {
	text-align: left;
}
}

@media(max-width:766px) {
.client-logo-main .col-lg-3 {
	height: 100px;
}
.ms-logo {
	float: left;
}
.toggle-big-left {
	float: right;
}
.ban-text-middle h1 {
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 40px;
}
.services-table .col-lg-4 p {
	color: #818181;
	font-size: 12px;
}
.services-table .row > div {
	width: 100%;
	padding: 0px;
}
.services-table .col-lg-4 h4 {
	color: #3F3F40;
	font-size: 18px;
}
.second {
	display: none;
}
.ban-text-middle p {
	margin-bottom: 6px;
}
header {
	height: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#cbp-so-scroller {
	padding-top: 64px;
}
#cbp-so-scroller, header {
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
body {
	overflow-x: hidden;
}
.services-table {
	margin-top: 0px;
	width: 94%;
}
.services-table .row .col-xs-6 {
	width: 100%;
}
.abt-item-block > div {
	width: 50%;
}
.portfolio-items-main .cbp-so-from-left, .portfolio-items-main .cbp-so-from-right {
	width: 100%;
}
.portfolio-items-main .cbp-so-from-left .img-wrap-main, .portfolio-items-main .cbp-so-from-right .img-wrap-main {
	border-width: 0px !important;
}
.sec-head-each h1 i {
	display: none;
}
.abt-item h4 {
	font-size: 14px;
	margin-bottom: 4px;
}
.abt-item .item-title {
	margin-bottom: 0px;
}
.social-connect-me .list-inline a {
	font-size: 12px;
}
.abt-item-block .col-lg-3 {
	margin-bottom: 0px;
}
.sec-head-main {
	margin-bottom: 0px;
}
.abt-desc-main {
	font-size: 12px;
	margin-top: 0;
}
.sec-head-main * {
	font-size: 28px;
	margin: 0px auto;
}
.sec-head-main {
	margin: 8px auto;
}
.services-table .col-lg-4 {
	padding: 12px;
}
.cnt-sub-head a {
	font-size: 22px;
	margin-top: 9px;
}
.cnt-sub-head > div {
	text-align: center;
	width: 100%;
}
.cont-desc {
	text-align: center;
}
.cont-desc {
	margin-top: 0px;
}
.cont-desc h3 {
	margin-top: 0px;
}
.cont-desc p {
	display: none;
}
.cnt-sub-head ul {
	float: none;
	clear: both;
	margin: 6px auto;
}
.abt-desc-main {
	display: none;
}
.cntct-form-main .inner-content {
	width: 100%;
}
.comp-short-desc {
	font-size: 15px;
	line-height: 28px;
	width: 100%;
}
footer {
	background: none repeat scroll 0 0 #000000;
	position: relative;
	z-index: 1;
}
.section-title .dots {
	display: none;
}
.testimonial-block .carousel, .carousel-inner {
	height: auto;
}
.fade-in .carousel-inner > .item {
	position: relative;
	opacity: 1;
	display: none;
}
.fade-in .carousel-inner > .item.active {
	display: block;
}
.test-left-main {
	text-align: center;
	width: 100%;
}
.test-right-main {
	margin-top: 40px;
	width: 100%;
}
.carousel .carousel-inner {
	height: 415px;
	overflow: hidden;
}
.mention-tria.icon-left-dir {
	bottom: 0;
	content: "";
	display: block;
	height: 31px;
	left: 0;
	margin: -29px auto auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -21px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 30px;
}
.test-right-main h2 {
	font-size: 23px;
	font-weight: 400;
	padding-top: 12px;
	text-align: center;
}
.test-right-main .cont-text {
	float: left;
	font-size: 16px;
	font-style: italic;
	margin: 15px 0;
	padding: 1px;
	width: 100%;
}
.container-fluid.row.cnt-sub-head {
	display: none;
}
.comp-short-desc > div {
	text-align: left;
}
.cntct-form-main form .text-left {
	text-align: center;
}
footer a {
	font-size: 12px;
}
.footer-last > .row > div {
	font-size: 10px;
	line-height: 19px;
	margin-bottom: 24px;
	padding: 0;
	width: auto;
}
.footer-last > .row > div:last-child {
	float: right;
}
.port-desc-wrap h3 {
	top: 0;
	font-size: 14px;
}
.port-desc-wrap p {
	display: none;
}

.welcome header {
	
	top: 40%;
	
}
.banner-main .ban-text-middle {
	
	height: 151px;
	
}
#img-logo {
	display: none;
}


}
.designed {
	margin: 10px 0 0;
	text-align: right;
}
.designed a:hover {
	color: #e66f69;
}

@media(max-width:610px) {
.footer-last .breadcrumb {
	float: none;
}
.footer-last > .row > div {
	margin-bottom: 0px;
}
.scroll-down {
	height: 45px;
	margin: auto;
	position: absolute;
	width: 45px;
}
section {
	float: left;
	width: 100%;
}
.arrow-left {
	border-bottom: 20px solid rgba(1, 1, 1, 0.07);
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -40px;
	width: 0;
}
footer {
	height: auto;
}
#map-canvas, .abt-desc-main {
	display: none;
}
footer h2 {
	font-size: 30px;
	padding-top: 24px;
}
.footer-last {
	position: static;
}
.social-medias {
	margin-top: 20px;
}
.footer-last .row > div {
	margin-top: 12px;
	text-align: center;
	width: 100%;
}
.cntct-form-main .row > div {
	width: 100%;
}
.social-medias i {
	background: none repeat scroll 0 0 #3F3F40;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-radius: 0%;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 41px;
	margin: 16px;
	width: 50px;
}
.port-desc-wrap > h3 {
	float: left;
	width: 100%;
}
.port-desc-wrap > p {
	text-align: left;
}
.port-desc-wrap {
	text-align: center;
}
}

@media(max-width:480px) {
.social-medias i {
	margin: 0px;
}
.abt-item-block > div {
	float: left;
	clear: none;
}
.abt-item .item-title {
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.abt-item-block {
	width: 86%;
}
}

@media (max-width:767px) and (orientation:portrait) {
#intro {
	/*background-image: url("../images/banner_mobile.jpg");*/
	height: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.social-medias i {
	height: 42px;
	width: 42px;
}
/*.banner-main .ban-text-middle{
	  top:30vh;
	  height:auto;
	  position:relative;
  }*/
#intro {
	height: auto !important;
}
/*.scroll-down{
	  top:50vh;
	  position:relative;
      left:20vw;
  }*/

}
.inline-content {
	color: #0f0f0f;
	background: #fff;
	width: 700px;
	height: 100%;
	float: left;
	padding: 10px;
}
/* transform scale */
.portfolio:hover {
	transform: scale(1.15);
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.article {
	background-color: #FFFFFF;
	color: #0f0f0f;
}
.article div {
	max-width: 1200px;
}
#all2show {
	display: none;
}
.my-map {
	color: #0f0f0f;
	margin: 0 auto;
	width: 900px;
	height: 300px;
}
.my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
	height: 31px;
	width: 28px;
}
.my-map .icon-cir-blue {
	background-position: -11px -55px;
}

@media (max-width: 414px) {
.wel-div {
}
#img-logo {
	display: none;
}

}
@media (min-width: 768px) {
.copy-right {
	margin: 10px 0 0;
}
}
@media(max-width:1200px) {
#map1 {
	display: none;
}
#map2 {
	display: block;
}
.mob-nopadding{
	padding-left:0px;
	padding-right:0px;
	}
}
