html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	height: 100%;
}

header {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: /*rgba(0, 0, 0, 0.05)*/#ffffff;
}

header> .container> div {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	text-align: right;
	width: inherit;
}

footer {
	/*height: 180px; Related to wrapper bottom margin*/
	margin-top: 60px;
	padding: 40px 20px;
	background: #202020;
	color: #ffffff;
}

.c-both {
	clear: both;
}

.extra-top {
	margin-top: 20px;
}

.margin-none {
	margin: 0;
}

.t-case-none {
	text-transform: none !important;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0px auto -180px/*height of footer*/;
}

.footer-fix {
	height: 180px;
}

.nav-link {
	color: #3a3a3a;
	text-decoration: none;
	margin: 0 15px;
	padding: 0 1px;
	text-transform: uppercase;
	font-size: 14px;
}

.nav-link:hover {
	color: #b0b0b0;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 3px solid #9d9d9d;
}

.nav-link-active {
	color: #b0b0b0;
	border-bottom: 3px solid #9d9d9d;
}

.slide {
	margin-bottom: 60px;
}

.ux-home-title {
	font-size: 54px;
	font-weight: 100;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.home-title-1 {
	margin-left: 45px;
}

.home-title-2 {
	margin-top: -5px;
}

.home-title-3 {
	margin-top: -10px;
}

.ux-home-content {
	padding-left: 135px;
}

.ux-home-content p {
	text-align: justify;
}

.ux-home-content h4 {
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
}

.ux-home-img {
	border: 2px dashed #777;
	border-radius: 50%;
	padding: 4px;
	margin-top: 10px;
}

.home-content-1 {
	padding: 5px 80px 10px 45px;
}

.home-content-2 {
	padding: 45px 80px 10px 45px;
}

.home-content-3 {
	padding: 45px 80px 10px 45px;
}

.home-content-4 {
	padding: 75px 80px 10px 45px;
}

.home-content-5 {
	padding: 75px 80px 90px 45px;
}

.home-content-6 {
	padding: 75px 80px 10px 45px;
}

.home-content-7 {
	padding: 75px 80px 10px 45px;
}

.home-content-8 {
	padding: 85px 80px 10px 45px;
}

.home-content-9 {
	padding: 75px 80px 10px 45px;
}

.ux-top-holder {
	padding: 60px 0 0 0;
	color: #ffffff;
	margin: 0 0 60px;
	height: 300px;
}

.ux-top-holder p {
	font-size: 17px;
	font-weight: 300;
	margin-top: 30px;
}

.ux-top-holder h4 {
	font-size: 24px;
	font-weight: 300;
}

.top-holder-web {
	background: #FA547A;
}

.top-holder-contact {
	background: #f54e4e;
}

.top-holder-work {
	background: #f36c4f;
	margin: 0;
}

.contact-details {
	display: table-cell;
	vertical-align: middle;
	height: 122px;
}

.contact-map {
	width: 440px;
	height: 670px;
	background: #f2f2f2;
	float: right;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	 -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
}

.contact-map .googleMap {
	width: 440px;
	height: 670px;
}

.contact-map-search {
	width: 420px;
	background: #ffffff;
	padding: 3px 10px;
	margin: 10px;
	border: 1px solid #cecece;
	position: absolute;
	top: 0;
}

.contact-map-search> .glyphicon-search {
	margin: 10px 3px 9px 10px;
	font-size: 20px
}

.contact-map-search .glyphicon-refresh {
	margin: 7px 0 0px 6px;
	font-size: 24px
}

.contact-map-search> input {
	border: 0;
	margin: 9px 0 9px 10px;
	font-size: 16px;
	color: #666666;
	width: 75%;
	letter-spacing: 2px;
}

.contact-map-search> input:focus {
	outline: none;
}

.contact-map-search> a {
	display: block;
	border-left: 1px solid #ccc;
	padding: 2px 5px;
	outline: none;
}

.contact-map-footer {
	background: rgba(255, 255, 255, 0.9);
	width: 440px;
	bottom: 0;
	position: absolute;
	padding: 18px 20px;
}

.contact-map-footer> div:first-child {
	width: 320px;
	overflow: hidden;
	padding: 5px 0;
}

.contact-map-footer> div:last-child {
	width: 80px;
	border-left: 1px solid #e0e0e0;
	padding: 0 0 0 10px;
	text-align: center;
}

.contact-map-footer h4{
	margin: 2px;
}

.contact-map-footer p{
	color: #666;
	font-size: 13px;
	margin: 2px;
}

.contact-map-footer> div:last-child>p {
	color: #4c91f8;
}

.work-container {
	margin: 0 15px;
}

.work-container .sub-nav > a{
	margin: 14px 0;
}

.work-container .sub-nav:last-child {
	padding: 14px 0;
	border-bottom: 1px solid #7a7a7a;
	border-left: 1px solid #7a7a7a;
	background: #333333;
}

.work-container {
	text-align: center;
	border-bottom: 1px solid #E0e0e0;
	padding-bottom: 120px;
}

.ux-work {
	border: 10px solid #fff;
	padding: 0;
	min-height: 380px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.ux-work> img {
	position: absolute;
	top: 50%;
	height: 380px;
	display: block;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/*min-width: 100%;*/
}

.ux-work-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
}

.ft-contact {
	padding-left: 7px;
	margin-top: 20px;
}

.ft-user-comment {
	padding-right: 35px;
	background: rgb(237, 133, 45);
	padding-bottom: 10px;
	padding-top: 15px;
	height: 160px;
}

.ft-user-comment .carousel {
	height: 135px;
	overflow: hidden;
}

.ft-user-comment .carousel>.row {
	position: absolute;
	bottom: 0;
	right: 0;
}

.ft-user-comment .text-muted {
	color: #2a2a2a;
}

.follow #footer_icon {
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.follow #footer_icon li {
	float: left;
	list-style: none outside none;
}
.follow #footer_icon a {
	display: block;
	background-image: url(../images/shared-icon.png);
	text-decoration: none;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.follow #footer_icon_twitter {
	background-position: 0 0;
	width: 34px;
	height: 33px; 
}	
.follow #footer_icon_twitter:hover {
	background-position: -420px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_linkedin {
	background-position: -84px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_linkedin:hover {
	background-position: -504px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_map {
	background-position: -168px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_map:hover {
	background-position: -588px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_facebook {
	background-position: -252px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_facebook:hover {
	background-position: -672px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_blog {
	background-position: -336px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_blog:hover {
	background-position: -756px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_youtube {
	background-position: -336px 0;
	width: 34px;
	height: 33px; 
}
.follow #footer_icon_youtube:hover {
	background-position: -756px 0;
	width: 34px;
	height: 33px; 
}


.user-comment-form {
	margin-top: 45px;
}

.qrcode {
	right: 15px;
	top: -165px;
	position: absolute;
}

.home-caption {
	padding: 30px 0;
	margin-top:20px;
	margin-bottom: 30px;
		background: url(../images/365.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
}

.home-caption .net365 {
	font-size: 320px; color:#f26522; line-height: 268px; font-weight: 500;
}

.home-caption .work {
	font-size: 95px; color:#007aff; font-weight: 100; line-height: 1px;
}

.home-caption .net24 {
	font-size: 145px; color:#252525; font-weight: 600;
}

.it-solution {
	margin-bottom: 40px;
}

.it-solution .sol {
	margin-bottom: 50px;
}

.it-solution .sol p {
	text-align: justify;
}

.glyphicon-circle-arrow-right:before, .glyphicon-circle-arrow-left:before {
	color: white;
}

.sol>img {
	margin-bottom: 20px;
}
.ft-contact {
	color: #a3a3a3;
}
.footer-img {
	margin: 0 0 2px 0;
}

.t-about-brief {
	padding: 2px 80px 30px 50px; 
	text-align: justify;
	line-height: 27px;
	font-size: 16px;
}

.ux-contact .home-content-1 {
    padding: 25px 80px 10px 45px;
}

.ux-contact .ux-home-content h4 {
    font-size: 22px;
}


