@charset "utf-8";
/* CSS Document */

/* Body */
.background-img {
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
}

/* Wrapper */
.wrapper {
	width:100%;
}


/* Logo */
.logo {
	float:left;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.header-contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#2b2f3a;
	float:right;
	margin-top:25px;
	text-align:right;
}

/*Welcome Header */
.welcome-header {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#365e6f;
	margin-top:2px;
	margin-bottom:15px;
}

/* Content Left */
.content-left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#313131;
	line-height:2.0em;
	text-align:justify;
	
}

.content2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#313131;
	line-height:1.5em;
	text-align:justify;
	padding-right:15px;
}

.content3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#313131;
}

/* Footer */
.footer-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f5f5f5;
	padding-top:10px;
}

.footer-lnk {
	font-family:Arial, Helvetica, sans-serif;
	color:#f5f5f5;
	text-decoration:none;
	font-size:12px;
}
.footer-lnk:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#f5f5f5;
	text-decoration:underline;
	font-size:12px;
}

.top-nav_bg {
	background-image:url(../images/white-top_bg.png);
	background-repeat:repeat;
}

.enquiry-text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#36648b;
	text-align:center;
}

.top-works {
	padding:20px 0px 20px 0px;
	color:white;
	text-align:center;
	background-image:url(../images/top-works_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.agentImg { max-width:100%; }

.social-icons {
	background-image:url(../images/blue-circle.png);
	background-repeat:no-repeat;
	background-position:center;
}
.social-icons:hover {
	background-image:url(../images/black-circle.png);
	background-repeat:no-repeat;
	background-position:center;
}

.white-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.name-box {
	background-color:#06F;
	padding:15px
	height:30px;
	width:50%
	
}

.latest-news {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#313131;
	text-align:center;
	padding-top:15px;
}

/* Gradient */
#grad {
background: rgb(176,212,227); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(176,212,227,1) 0%, rgba(136,186,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,212,227,1)), color-stop(100%,rgba(136,186,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 ); /* IE6-9 */
}

#grad-2 {
background: rgb(176,212,227); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(176,212,227,1) 0%, rgba(136,186,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,212,227,1)), color-stop(100%,rgba(136,186,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 ); /* IE6-9 */
}

#grad-3 {
	background: #282828; /* Old browsers */
background: -moz-linear-gradient(top,  #282828 0%, #4a4a4a 7%, #666666 21%, #666666 83%, #4a4a4a 94%, #4a4a4a 94%, #002400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(7%,#4a4a4a), color-stop(21%,#666666), color-stop(83%,#666666), color-stop(94%,#4a4a4a), color-stop(94%,#4a4a4a), color-stop(100%,#002400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #282828 0%,#4a4a4a 7%,#666666 21%,#666666 83%,#4a4a4a 94%,#4a4a4a 94%,#002400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #282828 0%,#4a4a4a 7%,#666666 21%,#666666 83%,#4a4a4a 94%,#4a4a4a 94%,#002400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #282828 0%,#4a4a4a 7%,#666666 21%,#666666 83%,#4a4a4a 94%,#4a4a4a 94%,#002400 100%); /* IE10+ */
background: linear-gradient(to bottom,  #282828 0%,#4a4a4a 7%,#666666 21%,#666666 83%,#4a4a4a 94%,#4a4a4a 94%,#002400 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}

.grad-3_height {
	height:150px;
}

.circle-imgs {
	padding: 0px 20px 5px 20px;
}

.menu-bar {
	float:left;
	margin:auto;
}

.social-icons {
	float:right;
	padding:18px;
	margin:auto;
}

.round-box {
	border-radius:10px;
	border-color:#fff;
}

.shadow-toprecipes {-webkit-box-shadow: 0 0 20px #333333; box-shadow: 0 0 20px #333; -moz-shadow: 0 0 20px #333333; }

.footer-left {
	float:left;
	height:auto;
	margin-top:5px;
	margin-bottom:15px;
}

.footer-right {
	float:right;
	height:auto;
	margin-top:5px;
	margin-bottom:15px;
}

/* More Link */
.more-link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#551d47;
	text-decoration:none;
	text-align:right;
}
.more-link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#551d47;
	text-decoration:underline;
	text-align:right;
}

.white-text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-top:35px;
	color:#FFFFFF;
	text-align:left;
}

.image-padding {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}

.align-text {
	margin-left:156px;
}

.margin-text1 {
	margin-left:78px;
}
.margin-text2 {
	margin-left:128px;
}
.margin-text3 {
	margin-left:93px;
}
.margin-text4 {
	margin-left:160px;
}
.margin-text5 {
	margin-left:85px;
}
.margin-text6 {
	margin-left:123px;
}