article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%; height:100%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#000;
	height:100%;
	background:url(../images/body-tail.gif) center top repeat #e7e7e7;
}

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top;
}
embed {
	vertical-align:top;
}

.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	margin:0 auto;
}

a {color:#005173; outline:none;}
a:hover {text-decoration:none;color: #be7546;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}

p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:6px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.color-1 {color:#fff;}
.color-2 {color:#005173;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.indent-top {padding-top:60px;}
.indent-top2 {padding-top:15px;}
.indent-left {padding-left:40px;}
.indent-right {padding-right:50px;}

.indent-bot {margin-bottom:20px;}
.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}
.margin-left {margin-left:13px;}

.img-indent {float:left; margin:0 20px 0px 0;}
.img-indent2 {float:left; margin:0 13px 0px 0;}
.img-indent-r {float:right; margin:24px 0px 0px 20px;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 a,
.link,
h1 a {text-decoration:none;}

/*********************************header*************************************/
header {
	width:100%;
	position:relative;
}

h1 {
	padding:32px 0 0 11px;
	float:left;
}

.main-box {
	margin: 0;
	padding: 0;
	height: 80px;
    line-height: 80px;
}
.main {
	margin: 0;
	padding: 0;
}

.main-box h1 {
	margin: 0;
	padding: 0;
}
	h1 a {
		display:block;
		width:285px;
		height:51px;
		font-size: 35px;
	}

.main-box h1 a {
	display:block;
	width:350px;
    height: auto;
	font-size: 35px;
	letter-spacing: -2px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #005173;
    border-radius: 5px;
    text-transform: uppercase;
	}

.main-box h1 a:hover {
	}

/***** menu *****/
.menu {
	float:right;
}
.menu > ul > li {
	float:left;
	position:relative;
}
.menu > ul > li > a {
	display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 20px 0px;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 0px 20px;
    color: #000;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid rgba(25, 42, 243, 0);
}
.menu > ul > li > a:hover {
	background-position:0 0;
	background-color:#fff;
	color:#be7546;
	border: 1px solid #be7546;
}

/***** slider *****/
.row-bot {
	width:100%;
}
.slider {
	position:relative;
}
/*********************************content*************************************/
#content {
	width:100%;
	padding:50px 0 53px;
	background: #f8f7f3;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:50px 0 53px;}

.spacer-1 {
	width:100%;
	padding:22px 0;
	background:url(../images/spacer-1.gif) right top repeat-y;
}

h2 {
	font-size:46px;
	line-height:1.2em;
	letter-spacing:-2px;
	color:#000;
	margin-bottom:9px;
}
h3 {
	font-size:30px;
	line-height:2em;
	color:#000;
	letter-spacing:-1px;
}
h6 {color:#005173; font-weight:normal;}

.title-1 {
	display:block;
	font-size:37px;
	line-height:1.2em;
	color:#be7546;
	letter-spacing:-1px;
}
	.title-1 strong,
	.title-1 em {
		margin-top:-12px;
	}
	.title-1 em {color:#000;}

.border-bot {
	width:100%;
	padding: 20px 0px;
	background: url(../images/border-bot.gif) left bottom repeat-x;
}

.list-1 li {
	line-height:25px;
	padding-left:15px;
	padding-bottom:10px;
}
.list-1 a {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

	.list-1 a:hover {color:#be7546;}

.list-1 .fa:before {
	margin-right: 10px;
	color: #005173;
	font-size: 20px;
}

.list-1 li:hover.fa:before {
	color: #be7546;
}

.link:hover {text-decoration:underline;}

.link-1 {
	display:inline-block;
	font-size:14px;
	color:#005173;
	text-decoration:none;
}
.link-1:hover {text-decoration:none; color: #be7546;}
.link-1.fa:before {
	margin-right: 10px;
	font-size: 20px;
}
.text-1 {font-size:14px;}
.tdate-1 {
	display:block;
	color:#be7546;
	margin-bottom:14px;
}

dl span {float:left; width:80px;}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block;
		height:35px;
		overflow:hidden;
	}
	#contact-form input {
		float:left;
		width:60%;
		font-size:13px;
		line-height:1.23em;
		color:#000;
		padding:4px 10px;
		margin:0;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		border:none;
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:363px;
		width:90%;
		font-size:13px;
		line-height:1.23em;
		color:#000;
		padding:5px 10px;
		margin:0;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		border:none;
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left;
	display:block;
	font-size:14px;
	line-height:28px;
	width:79px;
	color:#000;
}

.buttons {padding:13px 0 0 0; text-align:center;}
.buttons a {margin-left:27px;}

/****************************footer************************/
footer {
	width:100%;
	padding:39px 0;
	background:url(../images/footer-tail.gif) left top repeat-x;
}
	.footer-text {
		display:block;
		padding-left:40px;
	}

.list-services {
	padding:12px 0 0 40px;
	margin-bottom:12px;
	overflow:hidden;
}
	.list-services li {
		float:left;
		padding:0 10px 0 0;
	}
	.list-services a {
		display:block;
		width:26px;
		height:26px;
		background:url(../images/social-icons.jpg) 0 0 no-repeat;
	}
	.list-services .item-2 {background-position:-36px 0;}
	.list-services .item-3 {background-position:-72px 0;}
	.list-services .item-4 {background-position:-108px 0;}

.banner {
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center top 0px;
	background-size: cover;
	border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.soc
{
text-align: center;
margin:0 auto;
font-size: 14px;
}

	ul.soc
	{
		margin: 0px;
		padding: 2em 0em 1em 0em;
		list-style: none;
	}

	ul.soc li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}

	ul.soc li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}

	ul.soc li a
	{
		color: #FFF;
	}

	ul.soc li a:before
	{
			display: block;
			position: relative;
			width: 40px;
			height: 40px;
			line-height: 40px;
			font-size: 22pt;
			text-align: center;
			text-decoration: none!important;
			color: rgb(177, 174, 174)!important;
			border-radius: 5px;

	-webkit-transition: all 400ms linear 0s;
	   -moz-transition: all 400ms linear 0s;
		 -o-transition: all 400ms linear 0s;
		    transition: all 400ms linear 0s;
}


	ul.soc li a:hover:before
	{
			color: rgb(141, 145, 193)!important;
			text-decoration: none!important;


	-webkit-transform: translateY(5px);
	   -moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		 -o-transform: translateY(5px);
		    transform: translateY(5px);
}


/* banner */
.site-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 347px;
	margin: 0 auto 20px;
	font-family: "Lato";
	background-image: url("../images/dissertation-team-bg.png");
	background-size: contain;
}
.site-banner, .site-link {
	color: #000;
}
.banner-text {
	width: 50%;
	margin: 50px 0 20px;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.site-link {
	width: 40%;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 800;
	background-color: #00d0ad;
	border: 3px solid #00bd9b;
	color: #fff;
	text-decoration: none;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.site-link:hover {
	background-color: #fff;
	color: #00d0ad;
}
/* sale */
.sale {
	position: absolute;
	right: -105px;
	display: none;
	align-items: center;
	width: 270px;
	height: 270px;
	padding: 5px;
	text-align: center;
	background: url("../images/sale-bg.png") no-repeat;
	background-size: contain;
	border: 4px solid #fff;
	border-radius: 20px;
}
.sale p {
	position: relative;
	top: -5px;
	left: -20px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
	line-height: 1.2!important;
  color: #fff;
}
.sale-number {
	font-size: 33px;
}
.sale-name {
	position: relative;
	top: 10px;
	left: -40px;
	font-size: 29px;
	font-family: "Carter One";
	color: #f6445c;
}
.active-sale {
	display: block!important;
}
