/*
Theme Name: Another Merge Theme
Version: 1.0a
Author: Merge Digital
Author URI: http://www.mergedigital.com.au/

*/

/*-- Global
===========================---*/


img { border: 0; }

a {
	
}

a:hover {
	text-decoration: none;
}

h1 {
font-family: 'Lora', serif;}

h2 {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 40px 0;
	font-family: georgia;
	padding:  0 0 25px 0;
	color: #03084c;
	background: url(images/dot.png) no-repeat bottom center;
	font-family: 'Lora', serif;
	
	
}

.sec h2 {
	text-align: center;
}

h3 {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Lora', serif;
	
}

h4 {
	font-family: 'Lora', serif;
}

p {
	
}

.clear { clear: both }

.textleft { text-align: left; }

.textright { text-align: right; }

.textcenter { text-align: center; }

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.bg-lightgrey {
	background-color: #eee;
}

.bg-navy {
	background-color: #03084c;
	color: #fff;
}

.bg-navy h2 {
	color: #fff;
	background: url(images/dot-white.png) no-repeat bottom center;
}

.thumbnail {
border: 0px;
border-radius: 0px;
}


/*-- Main
===========================---*/

body {

}

.container {
	

}

.sec {
	padding: 60px 0;
}

/*-- Header
===========================---*/



#header {
	
}

/*-- Navigation
-------------------------*/

.navbar,
.navbar-brand {
border: 0px;
	height: auto!important;
}

.navbar {
	background: none;
	margin: 0px;
}

.navbar-brand {
	padding: 8px 0;
}

.navbar-default .navbar-nav>li>a {
	color: #03084c;
	line-height: 62px;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	font-family: 'Lora', serif;
	padding: 15px 30px 15px 30px
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
	
	background: none;
	box-shadow: none;
	border-bottom: 2px solid #03084c;
	color: #333;
}

.navbar-default .navbar-nav>li>a.btn-blue {
	background: #03084c;
	color: #fff!important;
	border-bottom: 2px solid #03084c;
}

.navbar-default .navbar-nav>li>a.btn-blue:hover {
	background: #03084c;
	color: #fff!important;
	border-bottom: 2px solid #03084c;
	text-decoration: underline;
}


/*-- Slider
===========================---*/

.slider .item img {
	width: 100%;
}

.carousel-inner {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
}


/*-- Boxes
===========================---*/

.boxes {
	text-align: center;
}

.box {
	box-shadow: 1px 1px 2px #ccc;
	border: 5px solid #fff;
	background: #eee;
	color: #fff;
	margin: 0 0 10px 0;
}

.box h3 {
	padding: 90px 10px;
	margin: 0;
}

.box1 {
	background: url(images/box-suit.jpg) center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box2 {
	background: url(images/box-shirt.jpg) center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.box3 {
	background: url(images/box-watches.jpg) center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

/*-- Product
===========================---*/

.prod-cat:nth-child(even) {
	background-color: #eee;
}

.prod-cat {
	text-align: center;
	padding: 60px 0 40px 0;
}

.prod {
	margin-bottom: 40px;
	
}

.prod img {
	width: 100%;
}

.prod h4 {
	font-weight: 400;
	margin-top: 15px;
}

.prod p {
	color: #666;
}

/*-- Points
===========================---*/

.points {
	background: url(images/bg-image.jpg) center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	text-align: center;
	padding: 100px 0;
}

.points p {
	color: #aaa;
}





/*-- Contact
===========================---*/


.contact {
	padding: 100px 0;
}

.contact h2 {
	font-size: 34px;
	padding: 0 0 30px 0;
}

.enquiryform {
max-width: 600px;
margin: 0 auto;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
}

.enquiryform input,
.enquiryform textarea {
border: 1px solid #ddd;
padding: 10px;
width: 100%;
border-radius: 2px;
border-bottom: 2px solid #ccc;
margin: 5px 0 0 0;
font-size: 16px;
}

.enquiryform textarea {
max-height: 150px;
}





.enquiryform .wpcf7-submit {
background: #03084c;
color: #fff;
border: 0px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 20px 10px;
}


/*-- Footer
===========================---*/

#footer {
	
}



/*-- Screen sizes
===========================---*/

@media(max-width:767px){



}
@media(min-width:768px){



}
@media(min-width:992px){



}
@media(min-width:1200px){



}