/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Image Portrait Studio
	Version:		1.0
	Last change:	03.03.2014 [Created]
	Assigned to:	Titan Web (Kim Brylle Espera)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination

	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
@import url( 'fonts/roboto-fontfacekit/stylesheet.css' );
@import url( 'fonts/lato-fontfacekit/stylesheet.css' );
/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
body,
p {
	font-family: RobotoLight;
	font-size: 16px;
	margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1.page-title {
	color: #7d243a;
	font-family: LatoLight;
	font-size: 44px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h2.section-title,
h3.banner-text {
	font-family: LatoLight;
	font-size: 44px;
}
h4 {} h5 {} h6 {}
a { cursor: pointer;}
a:hover,
a:focus,
a:visited, 
a:active { text-decoration: none; }
ol {
	margin: 20px 0;
}
ol li {
	list-style-position: inside;
	margin: 10px 0;
}
input, 
button, 
textarea, 
select { font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }
pre,
tt,
code,
kbd,
samp,
var { font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }
textarea {
	resize: none;
	overflow-y: auto;
}

.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.valign-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}
/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header {}
.header-wrapper {
	height: 114px;
	width: 100%;
	background: url(../images/header-bg.jpg) repeat-x 0 0;
}
.header-pad {
	margin: auto;
}
.logo-wrapper {
	height: 114px;
	width: 180px;
}
.header-inner-wrapper {
	height: 114px;
	width: 780px;
	float: left;
}
.headinfo-wrapper {
	color: #FFF;
	font-family: RobotoRegular;
	font-size: 14px;
	height: 60px;
	width: 780px;
}
.headinfo {
	width: 780px;
	float: right;
}
.email,
.phnum {
	margin: 27px 0 0 0;
}
.phnum {
	margin-left: 38px;
}
.email a {
	color: #f27768;
	margin: 0 0 0 3px;
}
.email a:hover {
	color: #fff;
	margin: 0 0 0 3px;
}
.phnum p {
	color: #c0c3c6;
	font-size: 14px;
	margin: 0 0 0 3px;
}
.phnum p a {
	color: #c0c3c6;
	font-size: 14px;
}
.social-navs {
	margin: 23px 0 0 0;
	float: right;
}
.social-navs a.facebook,
.social-navs a.twitter,
.social-navs a.blogger {
	height: 20px;
	width: 20px;
	float: left;
	background-repeat: no-repeat;
}
.social-navs a.facebook {
	background: url(../images/sprite.png) 0 0;
	margin: 0 0 0 34px;
}
.social-navs a.twitter {
	background: url(../images/sprite.png) 0 41px;
	margin: 0 0 0 6px;
}
.social-navs a.blogger {
	background: url(../images/sprite.png) 0 20px;
	margin: 0 0 0 6px;
}
.social-navs a.facebook:hover {
	background: url(../images/sprite.png) 20px 0;
}
.social-navs a.twitter:hover {
	background: url(../images/sprite.png) 20px 41px;
}
.social-navs a.blogger:hover {
	background: url(../images/sprite.png) 20px 20px;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper.section-wrapper,
.menu-pad.section-pad-wrapper,
.header-pad.section-pad-wrapper,
.header-wrapper.section-wrapper {
	overflow: visible;
}
.menu-wrapper {
	height: 42px;
	width: 780px;
	position: relative;
	z-index: 100;
}
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
	display: block;
}

#menu-top-menu > li,
#menu-top-menu > li > a {
	display: inline-block;
}

.ie7 #menu-top-menu > li,
.ie7 #menu-top-menu > li > a {
	display: inline;
	zoom: 1;
}
#menu-top-menu li,
#menu-top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ie7 #menu-top-menu ul {
	top: 38px;
}
#menu-top-menu ul {
	display: none;
	position: absolute;
	z-index: 100;
	
}
#menu-top-menu li {
	float: left;
	position: relative;
	z-index: 100;
}
#menu-top-menu li:hover > ul {
	display: block;
}
#menu-top-menu > li:hover > ul {
	left: 0;
}
#menu-top-menu a {
	color: #FFFFFF;
	font-family: RobotoCondensed;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.75 );
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
 
/* Top-level Styling */
#top-menu {
	margin-top: 1px;
	height: 41px;
	position: relative;
	width: 100%;
}
#menu-top-menu {
	height: 100%;
	position: relative;
	width: 742px;
	margin-left: 38px;
}
#menu-top-menu > li > a {
	font-size: 14px;
	padding: 11px 13px;
	margin-bottom: 1px;
}
#menu-top-menu > li:first-child > a {
	border-left: none;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
	color: #f27768;
	/*background: #3b3e40;*/
}
#menu-top-menu > li:hover,
#menu-top-menu > .current-menu-item,
#menu-top-menu > .current-menu-item:hover,
#menu-top-menu > .current-menu-ancestor {
	border-bottom: 4px solid #fff;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
	background: #7d243a;
	width: 127px;
	margin-top: 4px;
}
#menu-top-menu ul > li {
	width: 100%;
	height: 31px;
	border-bottom: 4px solid transparent;
}
#menu-top-menu ul > li > a {
	background: #7d243a;
	font-size: 14px;
	padding: 9px 15px 8px;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
	color: #f27768;
	border-bottom: 4px solid #fff;
}
#menu-top-menu ul > li:last-child:hover > a {
	border-bottom: 4px solid #7d243a;
}
#menu-top-menu li > ul li:hover > ul {
	left: 146px;
	top: 0;
}
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.home.page .banner-wrapper {
	height: 767px;
	overflow-x: hidden;
	position: relative;
}
.page .banner-wrapper {
	height: 423px;
	overflow-x: hidden;
	position: relative;
}
.single .banner-wrapper {
	height: 423px;
	overflow-x: hidden;
	position: relative;
}
.error404 .banner-wrapper {
	height: 423px;
	overflow-x: hidden;
	position: relative;
}
/*
.banner-pad {
	left: 50%;
	margin-left: -900px;
	position: absolute;
	width: 1800px;
}
*/
.banner-pad {
	margin: auto;
}
.home.page .banner-slide {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 767px;
}
.page .banner-slide {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 767px;
}
.single .banner-slide {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 767px;
}
.error404 .banner-slide {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 767px;
}
	.home.page .banner-slide-title {
	background: url(../images/banner-title-bg.png) repeat-x;
	height: 125px;
	position: absolute;
	text-align: center;
	top:  355px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	overflow: hidden;
	z-index: 1;
}
.page .banner-slide-title {
	background: url(../images/banner-title-bg.png) repeat-x;
	height: 125px;
	position: absolute;
	text-align: center;
	top:  214px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	overflow: hidden;
	z-index: 1;
}
.single .banner-slide-title {
	background: url(../images/banner-title-bg.png) repeat-x;
	height: 125px;
	position: absolute;
	text-align: center;
	top:  214px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	overflow: hidden;
	z-index: 1;
}
.page .banner-slide-title h1 {
	color: #FFF;
	font-family: LatoLight;
	font-size: 66px;
	line-height: 80px;
	margin: 33px 0 0 0;
	text-transform: uppercase;
}
.banner-slide-title h3 {
	color: #FFF;
	font-family: LatoLight;
	font-size: 66px;
	line-height: 80px;
	margin: 33px 0 0 0;
	text-transform: uppercase;
}
.banner-slide iframe {
	height: 100%;
	width: 100%;
}
.banner-nav-wrap {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -279px;
	z-index: 5;
	width: 558px;
	height: 5px;
	overflow: hidden;
}
.banner-nav-wrap > a {
	text-indent: -9999px;
	display: block;
	width: 93px;
	height: 5px;
	float: left;
	background: url('../images/banner-nav-bg.png') repeat-x;
}
.banner-nav-wrap > a.activeSlide:hover,
.banner-nav-wrap > a.activeSlide {
	background: url('../images/banner-nav-hover.png') repeat-x;
}
.lt-ie9 .page-contact-us .banner-pad {
	left: 50%;
	margin-left: -50%;
	position: relative;
	width: 100%;
}
.lt-ie9 .page-contact-us iframe {
	position: absolute;
	width: 100%;
}

.banner-slide-item {
  width: 100% !important;
}

.banner-slide-item img {
  height: auto;
  width: 100%;
}
/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.content {}
.entry-meta,
.entry-utility {
	display: none;
}
.content-wrapper {
	background: #f0f3f5;
	border-top: 1px solid #e1e4e6;
	width: 100%;
}
.content-pad {
	margin: auto;
}
.welcome {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 0 0 0;
	text-align: center;
	width: 960px;
}
.welcome h1 {
	color: #7d243a;
	padding: 0 0 35px 0;
	text-transform: uppercase;
}
.welcome p {
	font-family: RobotoLight;
	font-size: 16px;
	line-height: 28px;
}
.welcome-content {
	max-height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.read-more {
	height: 88px;
}
.read-more > a > div {
	background: url(../images/icon-arrow.png) no-repeat 0 1px;
	color: #8cc53f;
	font-family : RobotoMedium;
	font-size: 18px;
	margin: 15px auto 0;
	text-transform: uppercase;
	width: 120px;
}
.awards-wrapper {
	background: url(../images/awards-wrapper-bg.jpg) repeat-x 0 bottom;
	height: 380px;
	position: relative;
	width: 100%;
}
.awards-overlay {
	background: url(../images/awards-overlay.png) no-repeat bottom center;
	height: 380px;
	margin: 0 auto;
	width: 1800px;
	left: 50%;
	margin-left: -900px;
	position: absolute;
	top: 0;
}
.awards-inner {
	height: 100%;
	margin: auto;
	width: 960px;
}
.award {
	float: left;
	height: 380px;
	width: 128px;
	margin: 0 10px 0 0;
}
.trophy{
	background: url(../images/icon-trophy.png) no-repeat center top;
	height: 35px;
}
.award .award-title-wrap {
	background: #f27768;
	font-size: 13px;
	height: 66px;
	padding: 10px;
}
.award .award-title-wrap h3 {
	/*color: #2d4212;*/
	color: #fff;
	font-family: RobotoRegular;
	height: 66px;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
}
.award.even .award-desc {
	background: url(../images/award-even-bg.png) repeat-y 0 0;
	font-family: RobotoLight;
	font-size: 12px;
	height: 244px;
	line-height: 16px;
	padding: 15px 10px 0;
	text-align: center;
}
.award .award-desc {
	background: url(../images/award-bg.png) repeat-y 0 0;
	font-family: RobotoLight;
	font-size: 12px;
	height: 244px;
	line-height: 16px;
	padding: 15px 10px 0;
	text-align: center;
}
.award .award-desc > div {
	color: #FFF;
	height: 240px;
	overflow: hidden;
}
.portraits-wrapper {
	background: #c6c8ca;
	height: 552px;
	width: 100%;
	position: relative;
}
.portraits-overlay {
	background: url(../images/portrait-overlay.png) no-repeat right center;
	height: 552px;
	position: absolute;
	left: 50%;
	width: 1800px;
	margin-left: -900px;
}
.portraits-inner {
	height: 100%;
	margin: auto;
	width: 960px;
}
.portraits-left {
	float: left;
	height: 445px;
	margin: 45px 0 0 0;
	overflow: hidden; 
	width: 460px;
}
.portraits-left > h2 {
	color: #7d243a;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.portraits-left > p {
	color: #1d1d1d;
	line-height: 24px;
}
.portraits-right {
	float: right;
	height: 460px;
	margin: 45px 0 0 0;
	width: 460px;
}
.portrait {
	height: 140px;
	position: relative;
	margin: 0 20px 20px 0;
}
.portrait .portrait-title {
	background: url(../images/potraits-title-bg.png) no-repeat 0 0;
	bottom: 0;
	height: 21px;
	line-height: 30px;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	width: 100%;
}
.portrait .portrait-title:hover {
	background: url(../images/potraits-title-hover.png) no-repeat 0 0;
}
.portrait h3 {
	color: #fff;
	font-family: LatoRegular;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.portrait-image {
	position: relative;
}
.photo-overlay {
	position: absolute;
	background: url(../images/portrait-bg.png) no-repeat 0 0;
	height: 140px;
	width: 140px;
}
.testimonials-section-wrapper {
	background: #7d243a;
	height: 406px;
	position: relative;
	width: 100%;
}
.testimonials-section-overlay {
	background: url(../images/testimonials-section-bg.png) no-repeat bottom center;
	height: 406px;
	margin: 0 auto;
	width: 1800px;
	left: 50%;
	margin-left: -900px;
	position: absolute;
	top: 0;
}
.testimonials-section-inner {
	height: 100%;
	margin: auto;
	width: 960px;
}
.testimonials-section-inner > h2 {
	color: #edeff0;
	font-family: LatoLight;
	font-size: 44px;
	margin: 40px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.testimonials-box {
	background: url(../images/icon-camera.png) no-repeat center 17px #f27768;
	float: left;
	height: 233px;
	filter: alpha(opacity=95);
	margin: 0 30px 30px 0;
	opacity: 0.95;
	width: 300px;
}
.testimonials-box .testimonials {
	color: #fff;
	font-family: RobotoLightItalic;
	height: 105px;
	line-height: 26px;
	margin: 55px auto 15px;
	overflow: hidden;
	text-align: center;
	width: 260px;
}
.divider {
	border-top: 1px dashed #222425;
	border-bottom: 1px dashed #222425;
	height: 0px;
	margin: 0 auto 15px;
	width: 100px;
}
.page-testimonials h3.author,
h3.author {
	color: #7d243a;
	font-family: RobotoMedium;
	font-size: 15px;
	text-align: center;
}
.weddings-wrapper {
	height: 448px;
	width: 100%;
	position: relative;
}
.weddings-overlay {
	background: url(../images/weddings-overlay.png) no-repeat bottom center;
	height: 448px;
	position: absolute;
	left: 50%;
	width: 1800px;
	margin-left: -900px;
}
.weddings-inner {
	height: 100%;
	margin: auto;
	width: 960px;
}
.weddings-left {
	color: #fff;
	height: 100%;
	float: left;
	margin: 48px 0 0 0;
	width: 460px;
	text-transform: uppercase;
}
.weddings-left h3 {
	font-family: LatoRegular;
	font-size: 28px;
	margin: 0 0 5px 0;
}
.weddings-left .call p,
.weddings-left .package p {
	font-size: 15px;
	font-family: LatoRegular;
	line-height: 22px;
}
.weddings-left .call h3,
.weddings-left .call p {
	color: #979a9b;
}
.weddings-left .package h3,
.weddings-left .package p {
	color: #f3f9eb;
}
.weddings-left-content {
	height: 162px;
	position: relative;
	width: 460px;
}
.call {
	background: url(../images/call-bg.png) no-repeat 0 0;
	height: 127px;
	width: 241px;
	position: absolute;
	right: 0;
	top: 0;
}
.call-inner{
	height: 100px;
	width: 190px;
	margin: 15px 0 0 30px;
	overflow: hidden;
}
.call-phnum {
	background: url(../images/icon-telephone.png) no-repeat 23px 8px #7d243a;
	bottom: 0;
	color: #fff;
	float: left;
	height: 35px;
	width: 232px;
	position: absolute;
	right: 0;
}
.call-phnum p {
	filter: alpha(opacity=90);
	font-family: RobotoBoldCondensed;
	margin: 10px 0 0 45px;
	opacity: 0.9;
}
.call-phnum p a {
	color: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.package {
	background: url(../images/package-bg.png) no-repeat 0 0;
	height: 127px;
	width: 237px;
	position: absolute;
	left: 0;
	top: 0;
}
.find-more {
	background: #7d243a;
	bottom: 0;
	float: left;
	height: 35px;
	left: 0;
	position: absolute;
	width: 228px;
}
.find-more:hover {
	background: #f27768;
}
.find-more p {
	color: #ccc;
	float: left;
	font-family: RobotoBoldCondensed;
	margin: 12px 0 0 20px;
}
.find-more:hover p,
.find-more:hover span {
	color: #fff;
}
.find-more span {
	color: #ccc;
	float: left;
	font-family: RobotoLight;
	margin: 11px 0 0 7px;
}
.package-inner{
	height: 100px;
	width: 200px;
	margin: 15px 0 0 20px;
	overflow: hidden;
}
.weddings-right {
	height: 340px;
	float: right;
	margin: 48px 0 0 0;
	overflow: hidden; 
	width: 460px;
}
.weddings-right > h2 {
	color: #7d243a;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.weddings-right > p {
	color: #303030;
	line-height: 24px;
}
.competitions-section-wrapper {
	background: url(../images/competitions-section-bg.jpg) repeat-x 0 0;
	height: 304px;
	width: 100%;
}
.competitions-section-inner {
	height: 100%;
	margin: auto;
	width: 960px;
}
.competitions-section-left {
	float: left;
	margin: 42px 0 0 0;
	/** width: 440px; **/
    width: 460px;
}
.competitions-section-left > div {
	max-height: 160px;
	overflow: hidden;
}
.competitions-section-left > div > h2 {
	/*color: #7d243a;*/ /** #555d5f **/
	color: #7d243a;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.competitions-section-left > div > p {
	color: #303030;
	line-height: 24px;
}
.competitions-section-right {
	background: url(../images/competitions-section-right-bg.jpg) no-repeat right 0;
	float: right;
	height: 100%;
	/** width: 520px; **/
    width: 475px;
}
.find-out-more {
	background: url(../images/icon-arrow.png) no-repeat 0 1px;
	/*color: #5f8c22;*/
	color: #7d243a;
	font-family: RobotoMedium;
	font-size: 18px;
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
.main-sub-page {
	margin: auto;
	padding: 45px 0 20px 0;
}
.main-sub-page h2,
.main-sub-page h3 {
	color: #7d243a;
	font-family: LatoLight;
	margin: 0 0 10px 0;
}
.main-sub-page h2 {
	font-size: 34px;
}
.main-sub-page h3 {
	font-size: 28px;
}
.main-sub-page p {
	line-height: 28px;
	margin: 0 0 10px 0;
}
.main-sub-page .bottom-sidebar-content a {
	text-decoration: none;
}
.main-sub-page a {
	color: #7d243a;
	text-decoration: underline;
}
.main-sub-page a:hover {
	text-decoration: none;
}
.main-sub-page ul {
	margin: 0 0 0 40px;
}
.main-sub-page ul li {
	background: url(../images/icon-box.jpg) no-repeat 0 5px;
	line-height: 28px;
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
}
.main-sub-page .weddings-left-content {
	width: 296px;
}
.content-left {
	float: left;
	width: 640px;
	word-wrap: break-word;
}
.content-right {
	float: right;
	width: 296px;
}
.content-right .sidebar{
	color: #fff;
	float: left;
	text-transform: uppercase;
	margin: 0;
	width: 296px;
}
.content-right .sidebar h3 {
	font-family: LatoRegular;
	color: #fff;
	font-size: 18px;
	margin: 0 0 3px 0;
}
.content-right .sidebar .call p,
.content-right .sidebar .package p {
	font-size: 10px;
	font-family: LatoRegular;
	line-height: 13px;
}
.content-right .sidebar .call h3,
.content-right .sidebar .call p {
	color: #979a9b;
}
.content-right .sidebar .package h3,
.content-right .sidebar .package p {
	color: #f3f9eb;
}
.content-right .sidebar-content a { text-decoration: none; }
.content-right .sidebar-content {
	height: 162px;
	position: relative;
}
.content-right .sidebar-content.top,
.content-right .sidebar-content.bot {
	height: 104px;
}
.content-right .call {
	background: url(../images/call-small-bg.png) no-repeat 0 0;
	height: 82px;
	width: 156px;
}
.content-right .call-inner {
	height: 60px;
	width: 135px;
	margin: 10px 0 0 15px;
	overflow: hidden;
}
.content-right .call-phnum {
	background: url(../images/icon-telephone-small.png) no-repeat 14px 5px #7d243a;
	height: 22px;
	width: 149px;
}
.content-right .call-phnum p {
	font-size: 11px;
	margin: -1px 0 0 30px;
}
.content-right .package {
	background: url(../images/package-small-bg.png) no-repeat 0 0;
	height: 182px;
	width: 152px;
}
.content-right .package-inner {
	height: 65px;
	width: 130px;
	margin: 10px 0 0 10px;
	overflow: hidden;
}
.content-right .find-more {
	height: 22px;
	width: 146px;
}
.content-right .find-more p {
	font-size: 11px;
	margin: -1px 0 0 13px;
}
.content-right .find-more span {
	font-size: 11px;
	margin: 7px 0 0 5px;
}
.page-portraits .portrait {
	height: 100%;
	margin: 0 42px 42px 0;
	width: 292px;
}
.page-portraits .photo-overlay {
	background: url(../images/portrait-large-bg.png) no-repeat 0 0;
	height: 292px;
	width: 292px;
}
.page-portraits .portrait-title {
	background: url(../images/portraits-title-large-bg.png) no-repeat 0 0;
	height: 53px;
	text-align: center;
	text-decoration: none;
	top: 206px;
	overflow: hidden;
	padding: 23px 10px 10px;
	width: 273px;
}
.page-portraits .portrait-title:hover {
	background: url(../images/portraits-title-large-hover.png) no-repeat 0 0;
}
.page-portraits .portrait h3 {
	color: #fff;
	font-family: LatoRegular;
	font-size: 25px;
	vertical-align: bottom;
}
.page-portraits .portraits-content {
	font-size: 14px;
	line-height: 22px;
}
.bottom-sidebar {
	height: 100%;
	float: left;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.bottom-sidebar h3 {
	color: #fff;
	font-family: LatoRegular;
	font-size: 28px;
	margin: 0 0 5px 0;
}
.bottom-sidebar .call p,
.bottom-sidebar .package p {
	color: #fff;
	font-size: 15px;
	font-family: LatoRegular;
	line-height: 22px;
}
.bottom-sidebar .call h3,
.bottom-sidebar .call p {
	color: #979a9b;
}
.bottom-sidebar .package h3,
.bottom-sidebar .package p {
	color: #f3f9eb;
}
.bottom-sidebar-content {
	height: 162px;
	position: relative;
	width: 460px;
}
.bottom-sidebar-content .call-phnum p {
	margin: 5px 0 0 45px;
}
.bottom-sidebar-content .find-more p {
	margin: 6px 0 0 20px;
}
.potrait-galleries {
	margin: 0 auto 10px;
	width: 960px;
}
.ie7 .potrait-galleries .ngg-pagination {
	margin: 40px 0 10px 0;
}
.page-competitions ul {
	margin: 0;
}
.page-competitions ul li {
	background: none;
	float: left;
	padding: 0;
}
.page-competitions .competitions-content ul li {
	width: 100%;
}
.page-competitions .family-group {
	margin-bottom: 15px;
}
.page-competitions .family-group ul li,
.page-competitions .family-group ul li img {
	height: 221px;
	width: 294px;
}
.page-competitions .family-group ul li.family-images {
	margin: 0 39px 39px 0;
}
.page-competitions .vote-button label {
	color: #7d243a;
	font-family: LatoLight;
	font-size: 34px;
	text-transform: uppercase;
}
.ie7 .page-competitions .vote-button input {
	height: 28px;
	width: 28px;
	margin: 2px 0 0 0;
}
.page-competitions .vote-button input {
	height: 24px;
	margin: 0 0 4px 10px;
	width: 24px;
}
.page-competitions .vote-button input[type="radio"] {
	background: transparent;
}
.main-content.page-competitions,
.main-content.page-contact-us {
	background: #f0f3f5;
}
.competition-gravity-form {
	background: #fff;
	height: 500px;
	padding: 20px;
	position: relative;
}
.competition-gravity-form  h3,
.contact-form  h3 {
	color: #7d243a;
	font-family: LatoLight;
	font-size: 44px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.contact-form ul li#field_1_2 {
	margin: 0 17px;
}
.weddings-photo-wrapper {
	margin: 0 auto;
	width: 960px;
}
.ie7 .weddings-photo-wrapper .ngg-pagination {
	margin: 40px 0 20px 0;
}
/* contact */
.google-maps {
	overflow: hidden;
}
.google-maps iframe {
	width: 450px;
	height: 200px;
	border: 1px solid black;
	overflow: hidden;
}
.contact-details p {
	margin: 0;
}
.contact-details table {
	width: 100%;
}
.titan-breadcrumb {
	color: #7d243a;
	font-family: LatoRegular;
	font-size: 17px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.titan-breadcrumb a {
	color: #303030;
	text-decoration: none;
}
/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
.anchor-top-wrapper {
	background: url(../images/anchor-top-bg.jpg) repeat-x 0 0;
	height: 57px;
	position: relative;
	width: 100%;
}
.anchor-top-inner {
	height: 100%;
	margin: auto;
	position: relative;
	width: 80px;
}
.anchor-top {
	background: url(../images/anchor-top-hover.png) no-repeat 0 0;
	height: 30px;
	margin: 0 0 0 20px;
	position: absolute;
	top: -16px;
	width: 36px;
}
.anchor-top-inner a {
	color: #dcdedb;
	font-family: RobotoRegular;
	font-size: 13px;
}
.anchor-top-inner a:hover {
	color: #fff;
}
.anchor-top:hover {
	background: url(../images/anchor-top-hover.png) no-repeat -36px 0;
	height: 30px;
	margin: 0 0 0 20px;
	position: absolute;
	top: -16px;
	width: 36px;
}
.back-top {
	position: absolute;
	top: 25px;
	left: 8px;
}
.footer-pad {
	margin: auto;
}
.footer {
	font-family: RobotoRegular; 
	font-size:12px;
}
.footer-wrapper {
	background: url(../images/footer-bg.jpg) repeat-x 0 0;
	height: 93px;
	width: 100%;
	position: relative;
}
.footer-overlay {
	background: url(../images/footer-overlay.png) repeat-x 0 0;
	bottom: 0;
	height: 18px;
	left: 0;
	position: absolute;
	width: 100%;
}
.footer-menu-wrapper {
	width: inherit;
}
/* copyright */
.copyright-wrapper {
	margin: 20px 0 0 0;
}
.footer .copyright {
	color: #dedfe0;
	font-family: RobotoRegular;
	filter: alpha(opacity=60);
	opacity: 0.6;
	float: left;
	width: 490px;
	padding: 0 0 5px 0;
}
/* footer-menu */
.footer .footer-menu {
	float: left;
	padding: 0 0 10px 0;
}
.menu-wrapper.footer-menu-wrapper {
	width: 490px;
}
.footer .footer-menu ul {
	margin:0;
	padding:0;
}
.footer .footer-menu ul li {
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0 10px;
	border-left:1px solid #888888;
}
.footer .footer-menu ul li:first-child {
	padding-left:0px;
	border-left:none;
}
.footer .footer-menu ul li a {
	color:#fff;
	font-family: RobotoRegular;
}
/* titan badge */
.titan-badge {
	float: right;
	margin: 20px 0 0 0;
}
.titan-badge .titan-title {
	float: left;
	display: block;
	padding: 10px 5px 0 0;
}
.titan-badge a.titan-logo {
	float: right;
	display: block;
}
.titan-badge a {
	color: #fff;
	float: right;
	line-height: 68px;
}
.titan-badge span {
	color: #dedfe0;
	display: inline-block;
	margin: 20px 15px 0 0;
	float: left;
}
.titan-badge img {
	float: left;
}

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
html > body .ngg-album {
	border: none;
	float: left;
	display: block;
	margin-right: 20px;
}
.ngg-album .ngg-thumbnail {
	margin-right: 5px;
}
.ngg-album .ngg-thumbnail img {
	border: none;
	background-color: #FFFFFF;
}
.ngg-album .ngg-thumbnail img:hover {
	border: none;
	background-color: #CCCCCC;
}
.ngg-album .ngg-description {
	clear: both;
}
.ngg-gallery-thumbnail {
	position: relative;
}
.gallery-thumbnail-hover {
	background: transparent;
	height: 221px;
	position: absolute;
	width: 294px;
}
.ngg-gallery-thumbnail a:hover .gallery-thumbnail-hover {
	background: url(../images/gallery-thumbnail-hover.png) no-repeat 0 0;
}
.gallery-thumbnail-hover img {
	position: absolute;
}
.ngg-navigation {
	float: right;
	font-family: LatoRegular;
	font-size: 17px;
	height: 20px;
	margin: 0;
}
.ngg-navigation a {
	color: #7d243a;
	margin: 0 5px;
}
.ngg-navigation a:hover {
	color: #f27768;
}
.ngg-navigation span.current {
	color: #f27768;
	margin: 0 5px;
}
.ngg-gallery-thumbnail-box {
	float: left;
	margin: 0 13px 20px 13px;
}
/*------------------------------------------------------------------
	[ 8 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination ul {
	float: right;
}
.titan-pagination ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

.titan-pagination ul li a,
.titan-pagination ul li span {
	padding: 2px 3px;
	display: inline-block;
	font-family: LatoRegular;
	font-size: 17px;
	text-decoration: none;
}
.pagination {
	margin: 0 auto;
	width: 960px;
}

.titan-slide-more {
	background: url(../images/icon-arrow.png) no-repeat 0 2px;
    color: #7d243a;
    font-family: RobotoMedium;
    font-size: 18px;
    margin: 15px auto 0;
    text-transform: uppercase;
    padding-left: 15px;
}
.read-slide-more-content {
	margin-bottom: 10px;
}