﻿

html {
	font-family: 'PT Serif', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}



a {
	text-decoration:none;
    outline:none;
}

a:active,
a:hover {
	text-decoration:underline;
    color: #bbbcc1;
}

a:focus{outline: none;}


h1 {
    font-size: 30px;
    margin: 10px 0;
}


img {
	border: 0;
}



button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
}

h1,
h2,
h3{
	clear: both;
	margin-top: 0;
}

p {
	margin: 0
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/



*{ 
-webkit-box-sizing: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

		body {
			color:#3b3b3b;
			font:16px/22px 'PT Sans', sans-serif;
			background:#fff;
			/*overflow-y: scroll;
			position: relative;*/
			/*overflow-x: hidden;
			-webkit-text-size-adjust:100%;
			-ms-text-size-adjust:none;
			min-width: 320px;*/
		}


img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 20px;
    line-height: 55px;
    height: 55px;
    background: #0d7fc3;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 66px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #e57f00;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #e57f00;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
textarea {
	font-size: 18px;
	line-height: 28px;
	background: #f5f5f5;
    border: 1px solid #999;
    border-radius: 5px;
	color: #999;
	width: 100%;
	padding: 10px 15px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	height: 105px;
	resize: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
}

a:hover,
a:focus {
	color: #f3880a;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}



/*promotional block style*/
.promotional-block{
	position: relative;
	color: #fff;
	padding: 120px 0;
}

.head_description .holder,
.our-projects .holder,
.promotional-block .holder{
	max-width: 750px;
	margin: 30px auto;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 30px;
	line-height: 36px;
}


.head_description .holder .btn,
.our-projects .holder .btn,
.promotional-block .holder .btn{
	font-size: 18px;

	background: #0d7fc3;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	display: inline-flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px 30px;
    min-height: 40px;
}

.head_description .holder .btn:hover,
.our-projects .holder .btn:hover,
.promotional-block .holder .btn:hover{
	text-decoration: none;
	background: #e57f00;
}




/*pagination style*/
.pagination{
	font-size: 14px;
	margin: 0 0 30px;
}

.pagination a{
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 12px;
	color: #333;
	margin: 0 1px;
}

.pagination .current,
.pagination a:hover{
	display: inline-block;
	height: 33px;
	line-height: 33px;
	background: #21afee;
	padding: 0 12px;
	color: #fff;
	margin: 0 1px;
	text-decoration: none;
}



