@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


label {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	margin: 0;
	margin-bottom:15px;
}
ul, li {
	margin: 0;
	padding: 0;
}
input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
}
.btn,
.form-control {
	border-radius: 2px;
}
.form-control {
	margin: 0;
}
.form-control:focus {
	border-color: rgba(100, 100, 100, 0.6);
	
	-webkit-box-shadow: inset 0 1px 1px rgba(150, 150, 150, 0.075), 0 0 3px rgba(150, 150, 150, 0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(150, 150, 150, 0.075), 0 0 3px rgba(150, 150, 150, 0.6);
			box-shadow: inset 0 1px 1px rgba(150, 150, 150, 0.075), 0 0 3px rgba(150, 150, 150, 0.6);
	
	-webkit-transition: border-color ease-in-out 0.20s, box-shadow ease-in-out 0.20s;
	   -moz-transition: border-color ease-in-out 0.20s, box-shadow ease-in-out 0.20s;
		-ms-transition: border-color ease-in-out 0.20s, box-shadow ease-in-out 0.20s;
		 -o-transition: border-color ease-in-out 0.20s, box-shadow ease-in-out 0.20s;
			transition: border-color ease-in-out 0.20s, box-shadow ease-in-out 0.20s;
}




body {
	line-height:20px;
	color: #333333;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.body-wrapper {
	padding: 15px;
	background-color: #ffffff;
}
.main-wrapper {
	padding: 15px;
	background-color: #E1E3E4;
}

a {
	color: #656565;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #000000;
	text-decoration: none;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: inline-block;
	color: #333333;
}
h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover, h2 a:focus, h2 a:active,
h3 a:hover, h3 a:focus, h3 a:active,
h4 a:hover, h4 a:focus, h4 a:active,
h5 a:hover, h5 a:focus, h5 a:active,
h6 a:hover, h6 a:focus, h6 a:active {
	color: #656565;
}

/********************  FONT SIZES  ********************/
.text-size45 {
	font-size: 45px;
	line-height:72px;
}
.text-size44 {
	font-size: 44px;
	line-height:69px;
}
.text-size43 {
	font-size: 43px;
	line-height:66px;
}
.text-size42 {
	font-size: 42px;
	line-height:63px;
}
.text-size41 {
	font-size: 41px;
	line-height:61px;
}
.text-size40 {
	font-size: 40px;
	line-height:59px;
}
.text-size39 {
	font-size: 39px;
	line-height:56px;
}
.text-size38 {
	font-size: 38px;
	line-height:55px;
}
.text-size37 {
	font-size: 37px;
	line-height:54px;
}
.text-size36 {
	font-size: 36px;
	line-height:52px;
}
.text-size35 {
	font-size: 35px;
	line-height:51px;
}
.text-size34 {
	font-size: 34px;
	line-height:50px;
}
.text-size33 {
	font-size: 33px;
	line-height:49px;
}
.text-size32 {
	font-size: 32px;
	line-height:48px;
}
.text-size31 {
	font-size: 31px;
	line-height:47px;
}
.text-size30 {
	font-size: 30px;
	line-height:46px;
}
.text-size29 {
	font-size: 29px;
	line-height:45px;
}
.text-size28 {
	font-size: 28px;
	line-height:44px;
}
.text-size27 {
	font-size: 27px;
	line-height:40px;
}
.text-size26 {
	font-size: 26px;
	line-height:37px;
}
.text-size25 {
	font-size: 25px;
	line-height:36px;
}
.text-size24 {
	font-size: 24px;
	line-height:35px;
}
.text-size23 {
	font-size: 23px;
	line-height:34px;
}
.text-size22 {
	font-size: 22px;
	line-height:33px;
}
.text-size21 {
	font-size: 21px;
	line-height:32px;
}
.text-size20 {
	font-size: 20px;
	line-height:31px;
}
.text-size19 {
	font-size: 19px;
	line-height:30px;
}
.text-size18 {
	font-size: 18px;
	line-height:29px;
}
.text-size17 {
	font-size: 17px;
	line-height:28px;
}
.text-size16 {
	font-size: 16px;
	line-height:22px;
}
.text-size15 {
	font-size: 15px;
	line-height:21px;
}
.text-size14 {
	font-size: 14px;
	line-height:20px;
}
.text-size13 {
	font-size: 13px;
	line-height:20px;
}
.text-size12 {
	font-size: 12px;
	line-height:18px;
}
.text-size11 {
	font-size: 11px;
}
.text-size10 {
	font-size: 10px;
}
.text-size9 {
	font-size: 9px;
}
.text-size8 {
	font-size: 8px;
}

.text-justify {
	text-align: justify;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.text-dotvox {
	color: #57a3d6;
}
.text-blue {
	color: #00A1DE;
}
.text-fff {
	color: #ffffff;
}
.text-ddd {
	color: #dddddd;
}
.text-ccc {
	color: #cccccc;
}
.text-999 {
	color: #999999;
}
.text-666 {
	color: #666666;
}
.text-444 {
	color: #444444;
}
.text-000 {
	color: #000000;
}
.text-oswald {
	font-family: 'Oswald';
}




/********************  Common  ********************/

/** Pagination **/
ul.pagination {
    border-radius: 2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}
ul.pagination > li > a,
ul.pagination > li > span {
/*	background-color: #ffffff;*/
	border: 1px solid #cccccc;
/*	border-left-width: 0;*/
}
ul.pagination > li > a:hover,
ul.pagination > li > a:focus,
ul.pagination > .active > a,
ul.pagination > .active > span {
	color: #ffffff;
	background-color: #656565;
	border: 1px solid #656565;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
}
.pagination ul > li:last-child > a,
ul.pagination > li:last-child > span {
}
ul.pagination li a {
	color: #444444;
}
ul.pagination li a.active {
	color: #ffffff;
	background: #656565;
	border: 1px solid #656565;
}
ul.pagination li a.disabled {
	color: #656565;
	background-color: #dcdcdc;
	cursor: default;
}
ul.pagination li a.disabled:hover {
	color: #656565;
	background-color: #dcdcdc;
	border: 1px solid #cccccc;
}



.main-heading {
	margin-top: 50px;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}
.main-heading.text-oswald {
	font-weight: 700;
}
.sub-heading {
	margin-bottom: 25px;
	font-size: 26px;
	line-height: 34px;
}
.main-text {
	margin-bottom: 100px;
}
.content-wrapper {
	margin-bottom: 50px;
}
.padding-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.line {
	display: inline-block;
	width: 100px;
	height: 2px;
	/*border-top: 1px solid #777777;*/
	margin-bottom: 30px;
	background-color: #444444;
}
.has-border {
	margin-bottom: 30px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
}
.text {
	text-align: justify;
}

.details-btn {
	margin-top: 20px;
	padding: 7px 12px;
	color: #ffffff;
	background-color: #3A5265;
	border-color: #3A5265;
	border-radius: 1px;
}
.details-btn:hover,
.details-btn:focus,
.details-btn:active,
.details-btn.active {
	color: #ffffff;
	background-color: #323A45;
	border-color: #323A45;
}
.details-btn.btn-lg {
	padding: 13px 40px;
}



/* Fullscreen background */
.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

.not-cover { height: 300px; }

@media (min-width: 1025px) {
	.not-cover { height: 400px; }
}
@media (min-width: 1200px) {
	.not-cover { height: 400px; }
}
@media (min-width: 1600px) {
	.not-cover { height: 450px; }
}



/********************  SIDEBAR  ********************/
header {
	/*padding: 10px 15px;*/
}
.logo {}
.logo img {
	width: 240px;
}



/*** Navbar toggle ***/
.menu-wrapper {
	float: right;
	margin-top: 15px;
}

.menu-btn {
	display: block;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.menu-btn .custom-icon-bar {
	display: block;
	width: 26px;
	height: 2px;
	margin: 5px 0;
	background: #444;
	border-radius: 1px;
	-webkit-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
	   -moz-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
	    -ms-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
		 -o-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
			transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-wrapper.light .menu-btn .custom-icon-bar {
	background: #fff;
}
.menu-btn.menu-opened .custom-icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	   -moz-transform: rotate(45deg) translate(5px, 5px);
		-ms-transform: rotate(45deg) translate(5px, 5px);
		 -o-transform: rotate(45deg) translate(5px, 5px);
			transform: rotate(45deg) translate(5px, 5px);
}
.menu-btn.menu-opened .custom-icon-bar:nth-child(2) { opacity: 0; }
.menu-btn.menu-opened .custom-icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	   -moz-transform: rotate(-45deg) translate(5px, -5px);
		-ms-transform: rotate(-45deg) translate(5px, -5px);
		 -o-transform: rotate(-45deg) translate(5px, -5px);
			transform: rotate(-45deg) translate(5px, -5px);
}



/* Menu canvas */
.side-menu { background-color: #333; }


.mm-menu .mm-search input {
	border-radius: 0;
}
.mm-listview > li > a,
.mm-listview > li > span {
	padding: 12px 10px 12px 40px;
	color: #fff;
}
.mm-listview > li > a:hover,
.mm-listview > li > a:focus,
.mm-listview > li > a:active,
.mm-listview > li > .active {
	background-color: transparent;
	color: #FFD041;
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
	border-color: #999;
}
.side-menu .mm-panel { padding-left: 0; }

.mm-menu .mm-listview > li .mm-prev:before, .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {	border-color: rgba(150, 150, 150, 0.6); }
.mm-menu .mm-listview > li:after { border-color: rgba(150, 150, 150, 0.2); }
.mm-listview> li > a, .mm-listview > li > span { padding-left: 30px; }







/********************  MAIN CONTENT  *******************/
.content {
	min-height: 600px;
	height: auto; !important
	height: 600px;
	padding: 50px 0 50px 0;
}
.full-bg .main-wrapper {
	background-color: transparent;
}



/*** HOME ***/
.headings {
	margin-top: 10%;
	text-align: center;
	font-family: 'Oswald';
	text-align: center;
}
.headings h1 {
	font-size: 76px;
	line-height: 92px;
}
.headings h2 {
	font-size: 50px;
	line-height: 68px;
	color: #4C7593;
}
.headings h3 {
	margin-top: 7%;
	font-size: 34px;
	text-align: right;
}




/*** ABOUT ***/
.about-bg {
	background-image: url(../images/site-icons/main-image1.jpg);
}
.text-size16 > ul > li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}
.text-size16 > ul > li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #777;
	content: "";
}





/*** SERVICES ***/
.service {
	margin-bottom: 40px;
	text-align: center;
}
.service .glyphicon {
	font-size: 60px;
}
.services-bg {
	background-image: url(../images/site-icons/main-image1.jpg);
}



/*** WORKS ***/
.work {
	position: relative;
	padding-bottom: 21%;
}

.filters {
	margin-bottom: 30px;
}
.filters ul li {
	display: inline-block;
	margin-right: 5px;
}
.filters ul li .btn-link {
	padding: 0;
	font-size: 19px;
	color: #333333;
}
.filters ul li .btn-link:hover,
.filters ul li .btn-link:focus,
.filters ul li .btn-link:active {
	text-decoration: none;
	color: #656565;
}
li.filter-icon {

}
.project-list .item {
	opacity: 0;
	display: none;
}


.visible-sm .work {
	padding-bottom: 33%;
}
.work-inner {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 30px;
	overflow: hidden;
}

.work-inner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
		 opacity: 0;
	-webkit-transition: all 350ms ease;
	   -moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		 -o-transition: all 350ms ease;
			transition: all 350ms ease;
}
.work-inner a:hover .overlay,
.work-inner a:focus .overlay,
.work-inner a:active .overlay {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
		 opacity: 1;
	background-color: rgba(0, 0, 0, 0.7);
}

.overlay-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -40px;
}

.work-inner .overlay h3 {
	padding: 0 10px;
	color: #ffffff;
	-webkit-transition: all 350ms ease;
	   -moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		 -o-transition: all 350ms ease;
			transition: all 350ms ease;
	/*-webkit-transition: all 350ms cubic-bezier(0.055, 0.860, 0.310, 1.080);
	   -moz-transition: all 350ms cubic-bezier(0.055, 0.860, 0.310, 1.080);
		-ms-transition: all 350ms cubic-bezier(0.055, 0.860, 0.310, 1.080);
		 -o-transition: all 350ms cubic-bezier(0.055, 0.860, 0.310, 1.080);
			transition: all 350ms cubic-bezier(0.055, 0.860, 0.310, 1.080);*/
}
.work-inner .overlay img {
	-webkit-transition: all 350ms ease;
	   -moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		 -o-transition: all 350ms ease;
			transition: all 350ms ease;
}
.work-inner a:hover .overlay img,
.work-inner a:focus .overlay img,
.work-inner a:active .overlay img {
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	     -o-transform: rotate(270deg);
			transform: rotate(180deg);
			   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}





/*** PROJECT ***/
.project img {
	margin-bottom: 20px;
}
.project h1 {
	font-size: 28px;
	line-height: 36px;
}
.project h4 {
	margin: 20px 0 0 0;
}
.project-descr {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}


.btn.btn-back {
	position: relative;
	margin: 30px 0;
	padding: 0 3px 0 0;
	color: #444;
}
.btn.btn-back::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #777;
	content: "";
}
.btn.btn-back:hover {
	text-decoration: none;
}
.btn.btn-back:hover::before {
	background-color: transparent;
}
.btn.btn-back .glyphicon {
	font-size: 11px;
}







/*** NEWS ***/
.new {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
}
.new h3 {
	margin-bottom: 5px;
	line-height: 32px; 
	font-size: 24px;
}
.new h3 a {
	display: block;
	color: #8D4659;
}
.new h3 a:hover,
.new h3 a:focus,
.new h3 a:active {
	color: #000000;
}
.new .date {
	margin-bottom: 15px;
}
.new a.read-more {
	display: inline-block;
	margin-top: 20px;
}

.article h1 {
	margin-bottom: 5px;
	line-height: 32px; 
	font-size: 24px;
}
.article-body {
	margin-top: 30px;
}
.article-image {
	margin-bottom: 30px;
}




/*** CONTACT ***/
.contact-info a img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	  -moz-opacity: 1;
	-khtml-opacity: 1;
		   opacity: 1;
	-webkit-transition: all 350ms ease;
	   -moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		 -o-transition: all 350ms ease;
			transition: all 350ms ease;
}
.contact-info a:hover img,
.contact-info a:focus img,
.contact-info a:active img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
	  -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
		   opacity: 0.6;
}
.contact-info p {
	font-size: 20px;
	line-height: 26px;
}






/*** FOOTER ***/
footer {
	font-family: 'Oswald';
}
ul.footer-social-links li {
	display: inline;
}
ul.footer-social-links li a {}
ul.footer-social-links li img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	  -moz-opacity: 1;
	-khtml-opacity: 1;
		   opacity: 1;
	-webkit-transition: all 350ms ease;
	   -moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		 -o-transition: all 350ms ease;
			transition: all 350ms ease;
}
ul.footer-social-links li a:hover img,
ul.footer-social-links li a:focus img,
ul.footer-social-links li a:active img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
	  -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
		   opacity: 0.6;
}
.developed {
	text-align: right;
}
.developed.home {
	color: #ffffff;
}





@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.back-image {
		height: 300px;
	}
	.main-heading {
		font-size: 40px;
		line-height: 52px;
	}
	.headings h1 {
		font-size: 44px;
		line-height: 56px;
	}
	.headings h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.headings h3 {
		font-size: 24px;
	}

	.project h1 {
		font-size: 28px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.body-wrapper {
		padding: 10px;
	}
	.logo img {
		width: 180px;
	}
	.button-toggle {
		padding: 5px 8px;
	}
	.button-toggle .custom-icon-bar {
		width: 35px;
		height: 5px;
		margin: 5px 0;
	}

	.back-image {
		height: 270px;
	}

	.main-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.sub-heading {
		font-size: 20px;
		line-height: 28px;
	}

	.headings h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.headings h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.headings h3 {
		font-size: 18px;
		text-align: center;
	}

	.work {
		padding-bottom: 62%;
	}
	.work-inner {
		bottom: 15px;
	}

	.project h1 {
		font-size: 26px;
		line-height: 36px;
	}


	.new h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.article h1 {
		font-size: 18px;
		line-height: 26px;
	}

	.contact-info p {
		font-size: 16px;
		line-height: 22px;
	}

	ul.footer-social-links {
		margin-bottom: 10px;
	}
	footer,
	.developed {
		text-align: center;
	}
}
