/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html, body {
	width: 100%;
	height: 100%;
}

body {
	color:#fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	background-color: #fff;
	margin:0; 
	padding:0;
}

a {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
	outline: none;
	overflow: hidden;
}

h1 {
	font-size: 38px !important;
}

.clear {
	clear: both;
}

.gap {
	margin:0;
	height: 30px;
}

.gap1 {
	margin:0;
	height: 62px;
}

.gap2 {
	margin:0;
	height: 50px;
}

.gap3 {
	margin:0;
	height: 62px;
}

.gap4 {
	margin:0;
	height: 142px;
}


.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.text-vertical-center h1 {
	margin: 0;
	padding: 0;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
}

.text-vertical-center h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 22px;
	text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
}

.navigation {
	background: scroll 0 0 rgba(255, 255, 255, 0.6);
	float: left;
	margin: 0;
	padding: 36px 0 8px 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
nav {
	float: right;
	margin: -45px 30px 0 0 !important;
	padding: 0 !important;
	width: 60%;
}
.navbar-right {
	margin:0;
	padding:0;
	width:auto;
}
.navbar-right li {
	color:#000;
	font-size:14px;
	text-align:center;
	margin:0px 5px;
}
.navbar-right li a {
	color:#000;
	margin:0;
	padding:8px;
	border-radius: 3px;
	text-decoration:none;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.navbar-right li a:hover {
	background-color: #39A3DD !important;
	border-radius:3px;
	color:#fff!important;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}
.navbar-right li.active {
	background:#39A3DD !important;
	border-radius:3px;
	color:#fff!important;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}

.logo {
	margin: -12px 0 5px 25px;
}

.logo img {
	max-height: 35px;
}


/* Custom Button Styles */

.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color:#3aa4dd;
	font-size:18px;
	text-transform:uppercase;
	border-radius:3px;
	font-weight:600;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	color: #fff;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}
.btn-light {
	border-radius: 0;
	color: #333;
	background-color: rgb(255,255,255);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	color: #333;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}

/* Header */

.header {
	display: table;
	position: relative;
	width: 100%;
	height: 80%;
	background: url(/images/bg.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}

.top-txt-box {
	margin-top: 30px;
}

.top-txt-box input[type="text"] {
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	box-shadow: 0 0 5px 0 #666;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	height:60px;
	margin: 0;
	padding: 10px 35px;
	text-transform: uppercase;
	width: 500px;
}

.btn-go {
	background-color: #3aa4dd;
	border-radius: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: -6px 0 0;
	padding: 15px 55px 0 55px;
	height: 60px;
	text-transform: uppercase;
}

.btn-go:hover {
	color: #ffffff !important;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}


/* Services */

.services {
	padding: 30px 0;
	overflow: hidden;
}
.service-item {
	//margin-bottom: 10px;
}

.service-item h4 {
	color:#000;
	font-size:20px;
}
.service-item p {
	color:#000;
	font-size:16px;
}
.service-item .postCode {
	display: inline-block;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	vertical-align:bottom !important;
}

.service-item img {
	max-width: 180px;
}

/* Party */

.parallax-party {
	padding: 52px 0;
}

.parallax-party h1 {
	font-size: 38px;
	font-weight: 700;
	text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
}

.parallax-party h3 {
	font-size: 22px !important;
	text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
}

/* Client */

.clients {
	color: #343434;
}

.jcarousel-skin-tango ul {
	margin: 0 auto;
	width: 100%;
}

.jcarousel-skin-tango li {
	text-align: center !important;
}


/* Gift */

.parallax h1 {
	font-size: 38px;
	font-weight: 700;
	text-shadow: 1px 10px 10px rgba(0, 0, 0, 0.8);
}

.bor-3 {
	border: 3px solid #fff;
	border-radius: 9px;
	float: none;
	margin: 0 auto;
	//width: 48.6667%;
	padding: 25px 25px;
	background: rgba(0, 0, 0, 0.5);
}

.small-txt{
	font-size: 22px;
	text-align:center;
	text-shadow: 1px 10px 10px rgba(0, 0, 0, 0.8);
}

/* Easy Safe */


.about {
	padding: 50px 0;
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
}

.about h2 {
	color: #343434;
	font-size: 40px;
}

.easy-Safe {
	color: #39A3DD;
	font-size: 38px;
	font-weight: 700;
	margin-top: -10px;
}

.h3txt {
	color: #4b4c4c;
	font-size: 22px;
	font-weight:500;
	width: 80%;
	margin: 0 auto;
}

/* Corporate */

.corporate {
	color: #ffffff;
}

.corporate h3 {
	width: 80%;
	margin: 0 auto;
}


/* Newsletter */

.newsletter {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
}

.newsletter input[type="text"] {
	width: 50%;
	padding:0;
	line-height: 45px;
	height: 45px;
	border-bottom:1px solid #39A3DD;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#000;
	font-size:20px;
	padding:0 10px;
}

.newsletter input[type="submit"] {
	border-radius: 3px 3px 3px 0;
	font-size: 20px;
	margin-bottom: 1px;
	margin-left: -4px;
	height: 40px;
	line-height: 40px;
	padding: 0 34px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}

/* Footer */

footer {
	padding: 60px 0;
	background:#39A3DD;


}
#footer-1 {
	padding: 10px 0;
	background:#353535;
}

footer h3 {
	color: #3d3431;
	font-size: 18px;
	font-weight:600;
	text-transform: uppercase;
}

footer > h3 {
	color: #3d3431;
	font-size: 18px;
	text-transform: uppercase;
}
 @media(max-width:768px) {
.map {
	height: 75%;
}
}

span {
	font-size: 15px;
	font-weight:400;
}
footer p {
	color:#fff;
	font-size:14px;
}
footer p a {
	color: #121212;
	text-decoration:none;
	font-weight: normal !important;
}

.foot {
	width:auto;
	margin:0;
	padding:0;
}
.foot ul {
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}
.foot ul li {
	color:#fff;
	font-size:14px;
	font-weight:300;
	margin:0;
	padding:0;
}
.foot ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-weight: normal !important;
}
.foot ul li a:hover {
	color:#40c5ee;
}

.footer-social {
	float: right;
	padding-left: 140px;
}

.footer-social h3 {
	text-transform: none;
}

.list-inline .fa {
	color:#fff;
	font-size: 30px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}

.list-inline .fa:hover {
	color: #026490;
}

#footer-1 .container > p {
	text-align: center;
	font-size: 12px;
	width: 60%;
	margin: 0 auto;
}

#footer-1 a {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}

/** scroll up **/

.scroll {
	width: 100%;
	margin-top: -50px;
	position: absolute;
	padding-top: 20px;
}

.scroll-inner {
	margin: 0 auto;
	background: #ffffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
} 

.scroll-inner a {
	color: #121212;
	font-weight: bold;
	margin-left: -5px !important;
	margin-top: 40px !important;
}

.scroll-inner-home {
	margin: 0 auto;
	background: #ffffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}

.scroll-inner-home a {
	color: #121212;
	font-weight: bold;
	margin-left: -5px !important;
	margin-top: 40px !important;
}

.scroll-inner-home i {
	padding-top: 2px;
	padding-left: 6px;
} 

/** scroll down **/

.scroll-inner-down {
	margin: 0 auto;
	z-index: 999;
	position: relative;
	background: #ffffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
} 

.scroll-inner-down i {
	padding-top: 6px;
	padding-left: 5px;
} 

.scroll-inner-down a {
	color: #121212;
	font-weight: bold;
	margin-left: -5px !important;
	margin-top: 40px !important;
}


   

/*------------- Page Ends ----------*/


/*------------- Parallax ------------*/

.pi-section-w {
	position: relative;
	-webkit-transition: background 0.1s ease-in-out 0s;
	-moz-transition: background 0.1s ease-in-out 0s;
	-ms-transition: background 0.1s ease-in-out 0s;
	-o-transition: background 0.1s ease-in-out 0s;
	transition: background 0.1s ease-in-out 0s;
}


.parallax-container {
	margin: 0 auto;
	max-width: 1120px;
}

.parallax {
	padding: 62px 0px;
	text-align: center;
}

.parallax .btn {
	margin-left: -20px;
}


.pi-section-parallax {
	background-size: cover;
	background-repeat: repeat-y;
	background-position: 0 50%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


@media screen and (min-width: 1120px) {
	.pi-section-parallax {
		background-attachment: fixed;
	}
}
@media (max-width: 992px) {
	.pi-section-w {
		padding: 55px 30px 35px;
	}
}
@media (max-width: 768px) {
	.pi-section-w {
		padding: 50px 20px 30px;
	}
}

@media screen and (min-width: 1120px) {
	.pi-section-parallax {
		background-attachment: fixed;
	}
}

.pi-section-parallax-gift {
	background-size: cover;
	background-repeat: repeat-y;
	background-position: 0 50%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

@media screen and (min-width: 1120px) {
	.pi-section-parallax-gift {
		background-attachment: fixed;
	}
}

@media screen and (min-width: 1120px) {
	.pi-section-parallax-gift {
		background-attachment: fixed;
	}
}

.pi-section-parallax-corporate {
	background-size: cover;
	background-repeat: repeat-y;
	background-position: 0 50%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

@media screen and (min-width: 1120px) {
	.pi-section-parallax-corporate {
		background-attachment: fixed;
	}
}

@media screen and (min-width: 1120px) {
	.pi-section-parallax-corporate {
		background-attachment: fixed;
	}
}


/* responsive images */

img {

	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;

}


// Make the typeahead result full width
.twitter-typeahead { width: 100%; left: 0 !important;} 
.typeahead {
    //width: 30%;   
	width: 500px; 
  }
  
  
.entry-footer  {
     background-color: #ffffff;
}
.comment-meta  {
     background-color: #ffffff;
}	 
