@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/* font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
/* font-family: 'Droid Serif', serif; */

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
    background: #f5f5f5 url('/assets/img/noise.png') 50% 0;
    font-family: 'Open Sans', sans-serif;
}

.header-image img {
	position: absolute;
	top: 0;
	margin-bottom: -94px;
	left: 50%;
	margin-left: -160px;
	z-index: 1500;
}

img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
figure {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}
.last {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.clear {clear: both;}
.alignleft {float: left !important;}
.alignright {float: right !important;}
.aligncenter {text-align: center !important;}
ul, ol {margin-left: 0;}

/* Headers */
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight: 400;}

p {}
* p:last-child {margin-bottom: 0 !important;}

.color {color: #555;}
.color2 {color: #111;}

/* Link Styles */
a {color: #d11241; text-decoration: none;}
a:hover {color: #002d62; text-decoration: none;}
.title {
    font-family: 'Droid Serif', serif;
    font-style: italic;
}
.title a {}
.title a:hover {}

hr {
    /*border-top-color: #e9e9e9;*/
    border-bottom-color: #eeeeee;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/* Top Menu */
/*-----------------------------------------------------------------------------------*/

#top-menu {
    font-size: 10px;
    line-height: 10px;
    padding: 2px 0 5px 0;
    background: #f5f5f5 url('/assets/img/stripes.png') 50% 0;
    border-top: 3px solid #0a3a73;
    border-bottom: 2px solid #e9e9e9;
}
#top-menu ul.top-menu {margin-left: 0; margin-top: 3px;}
#top-menu ul.top-menu li {margin-right: 10px;}
#top-menu li {float: left; list-style: none;}
#top-menu a{
    color: #323232;
    padding-right: 8px;
    text-decoration: none;
}
#top-menu a:hover {color: #002d62;}
#top-menu .last {padding-right: 0;}
#top-menu .top-social {float: right; margin-top: 7px;}
#top-menu .top-social li {margin-left: 5px;}
#top-menu .top-social a {
    display: block;
    width: 26px;
    height: 26px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#top-menu .top-social a:hover {
    opacity: 1;
    margin-top: -3px;
}
#top-menu .twitter2 {background: url('/assets/img/nom_prop8case_tw.png') no-repeat 50% 50%;}
#top-menu .facebook {background: url('/assets/img/nom_prop8case_fb.png') no-repeat 50% 50%;}
#top-menu .youtube {background: url('/assets/img/nom_prop8case_yt.png') no-repeat 50% 50%;}
#top-menu .wordpress {background: url('/assets/img/nom_prop8case_wp.png') no-repeat 50% 50%;}
#top-menu .rss {background: url('/assets/img/nom_prop8case_rss.png') no-repeat 50% 50%;}

#header {}
#header > .container {
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 20px;
}

/* Logo */
/*-----------------------------------------------------------------------------------*/

.logo {padding-top: 10px;}
.logo .site-title,
.logo .site-title a {
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 5px 0;
    text-decoration: none;
    color: #555555;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
}
.logo .sub-title {
    font-weight: 900;
    font-size: 11px;
    line-height: 11px;
    text-transform: capitalize;
    color: #002d62;
    margin: 0;
    padding-left: 2px;
}

/* Main Menu */
/*-----------------------------------------------------------------------------------*/

.res-menu {display: none;}
.res-menu {width: 100%;}
#menu {
	background: #f5f5f5 url('/assets/img/noise.png') 50% 0;
	border-bottom: 2px solid #e9e9e9;
}
#menu a {
    text-shadow: 1px 1px #ffffff;
    text-decoration: none;
    
    
}
#menu ul {margin-left:9px;}
#menu > ul{
    display: block;
    margin-left: 0;
}
#menu > ul > li{
    list-style: none;
    float: left;
    position: relative;
    margin-bottom: -2px;
}
#menu > ul > li.first,
#menu > ul > li:first-child {margin-left: 0;}
#menu > ul > li > a {
    display: block;
    padding: 30px 20px;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#menu > ul > li > a .name {display: block; color: #4c4c4c; font-weight: 600; font-size: 13px; line-height: 14px;}
#menu > ul > li > a .desc {display: block; color: #808080; line-height: 12px}
#menu > ul > li > a:hover {
    background: #ffffff 0 0;
    border-left: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;
}
#menu > ul > li > .current {
    background: #ffffff 0 0;
    border-left: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;
}

#menu > ul a:hover .name,
#menu .current .name {color: #d11241 !important;}
#menu ul ul{
    position: absolute;
    width: 160px;
    padding: 5px 20px;
    background: #ffffff url('/assets/img/noise.png') 0 0;
    border: solid 1px #e9e9e9;
}
#menu ul ul ul {}
#menu > ul > li > ul{margin-left:-22px;}
#menu ul ul li {
    list-style: none;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px dotted #cfcfcf;
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a{
    display: block;
    padding: 5px 0;
    color: #717171;
    font-size: 12px;
}
#menu ul ul a:hover{color: #002d62;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: 22px;
    top: 86px;
    z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 171px;
    top: -6px;
}

#newsletters {}
#newsletters img {width: 30%; margin-right: 15px; float: left;}

/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/

.noised {background: url('/assets/img/stripes.png') 50% 0;}
.page-header {
	border-bottom: solid 4px #002d62;
	margin: 0;
}
.page-header h1 {
    font-family: 'Droid Serif', serif;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
    margin-bottom: 0;
}
.page-header div {
    font-size: 10px;
}

.breadcrumbs {position: relative; padding: 40px 0;}
.breadcrumbs h1 {font-size: 30px; text-transform: capitalize !important;}
.breadcrumbs div {color: #717171; display: inline-block;}
.breadcrumbs a {color: #333333; display: inline-block;}
.breadcrumbs a:hover {color: #111;}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.container {position: relative; }
#container {position: relative; background-color: #fff; padding: 20px 0 0 0;}
#container .container {padding-bottom: 30px;}
/*#container .container > .row {margin-bottom: 10px;}*/
#container .row.last {margin-bottom: 30px;}
.row.da-thumbs {margin-bottom: 0 !important;}

#container .marriage-background {
	background: #ffffff url('/assets/img/nom_prop8case_marriage_background.jpg') no-repeat 0 0;
	padding-left: 10px;
}

#container .about-nom {
	float: right;
	padding: 0 0 10px 20px;
}

#container .marriage-pac {
	float: left;
	padding: 0 20px 10px 0;
}

#container .sidebar {
	padding: 0 0 8px 0;
}

#container .share {
	background: #ffffff url('/assets/img/nom_prop8case_share_background.jpg') no-repeat 0 0;
	width: 100%;
	padding-top: 7px;
	margin-left: 0;
}

#container .share p {
	color: #002d62;
	font-weight: bold;
	padding-left: 10px;
}

#container h3, h4, h5, h6 {
	padding-left: 10px;
	color: #002d62;
}

#container .share .span2 {
	margin-left: 0;
}

#container .share .addthis_toolbox {
	margin-left: 0;
}

#container .donation {
	background: white url('/assets/img/nom_prop8case_sidebar_subscribe2.jpg') no-repeat 0 0;
	height: 151px;
	margin-bottom: 10px;
	padding-left: 25%;
}

#container .donation .controls-row {
	padding-top: 70px;
}

#container .donation .controls-row, 
#container .donation .input-append, 
#container .donation .input-prepend,
#container .donation .btn {
	margin-left: 20px;
	display: table;
}

.donate {
	padding: 20px 0 40px 0;
}

#nav img {

}


/* Flex Slider */
/*-----------------------------------------------------------------------------------*/

.flexslider {position: relative;}
.slides li {position: relative;}
.slides li a:hover {color: #79A60E !important;}
.slides .slide-title {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
}
.slides .slide-title span {
    color: #ffffff;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50%;
}
.slides .slide-caption {
    bottom: 30px;
    color: #ffffff;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.slides .slide-caption span{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 50%;
}
.flex-direction-nav {
    position: absolute;
    left: 0;
    top: 49%;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
/*.flexslider:hover .flex-direction-nav {
    opacity: 1;
}*/
.flex-direction-nav li {
    float: left;
    margin-left: 1px;
    list-style: none;
}
.flex-direction-nav a {
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 1.0;
    text-indent: -9999px;
    position: absolute;
}
.flex-direction-nav .flex-prev {background: url('/assets/img/arrow-slider-left.png') no-repeat bottom right; left: 30px;}
.flex-direction-nav .flex-next {background: url('/assets/img/arrow-slider-right.png') no-repeat bottom right; right: 30px;}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity = 30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 14px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
/* * */

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.no-js .slides > li:first-child {display: block;}
.flexslider {
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

#slider .slider-border {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#slider .slider-border img {
	vertical-align: bottom;
}
	


/* Divider */
/*-----------------------------------------------------------------------------------*/

.title-divider {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.title-divider h1,
.title-divider h2,
.title-divider h3,
.title-divider h4,
.title-divider h5,
.title-divider h6 {
    float: left;
    margin: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
.title-divider .divider-arrow {
    background: url('/assets/img/stripes.png') 50% 0;
    height: 25px;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    position: relative;
    padding-bottom: 30px;
    background: #eaeaea url('/assets/img/stripes.png') 50% 0;
    border-top: solid 2px #dddddd;
    color: #444444;
}

#footer .footer-divider{
	margin-top: -30px;
	width: 100%;
}

#footer > .container {
    padding-top: 20px;
    margin-top: -3px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #181818;
    font-family: 'Droid Serif', serif;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
}

#footer .photo {
	float:left;
	padding: 0 10px 0 0;
}

#footer .disclaimer {
	padding-top: 10px;
}


/* Pagination */
/*-----------------------------------------------------------------------------------*/

.pagination li {margin-right: 5px; display: inline-block;}
.pagination a {border-left-width: 1px;}

/* Sidebar */
/*-----------------------------------------------------------------------------------*/

#sidebar .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
#sidebar .nav-tabs li {border: none; padding-bottom: 0; margin-bottom: 0;}
#sidebar .nav-tabs li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}
#sidebar .nav-tabs > li > a {
    background-color: #eee;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > li > a:hover {
    background-color: #ddd;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > .active > a:hover {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom: none;
}
#sidebar .tab-content {
    -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow:         0px 0px 0px rgba(50, 50, 50, 0);
    padding-top: 5px;
}

/* */

#sidebar h4 {}
#sidebar .title-divider {}
#sidebar .divider-arrow {}

#sidebar li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #181818;
}
#sidebar li:last-child,
#sidebar li.last {border-bottom: none;}
#sidebar section {margin-bottom: 50px;}
#sidebar section:last-child {margin-bottom: 0;}
#sidebar .ul-col2 {width: 110.9489051094891%;}
#sidebar .ul-col2 li {
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
#sidebar .ul-col2 a {color: #888;}
#sidebar .ul-col2 a:hover {color: #222;}


/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/

.blog-post .post-title {
    font-family: 'Droid Serif', serif;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
}
.blog-post h2.post-title {margin-bottom: 10px;}
.blog-post h2.post-title a {line-height: 25px;}
.blog-post img {
	margin-bottom: 30px; 
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.blog-post .meta {
    padding-bottom: 5px;
    border-bottom: 1px dotted #f2f2f2;
    margin-bottom: 15px;
}
.blog-post .meta li {
    list-style: none;
    font-size: 0.9em;
    margin-right: 10px;
    float: left;
}
.blog-post .meta a {color: #79A60E;}
.blog-post .meta a:hover {color: #777;}
.blog-post.style2 img {
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel,
.blog-post.style2 .video {
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel img {width: 100%;}
.blog-post.style2 p {padding-top: 30px;}
.blog-post.style2 .meta {border: none;}

img.alignright {
	padding: 0 0 15px 15px;
}

img.alignleft {
	padding: 0 15px 15px 0;
}

.blog-post p.post-attributions {
	 border-top: 1px dotted #f2f2f2;
}

.blog-post li {
	padding-left: 20px;
	font-weight: 300;
	line-height: 22px;
}

.blog-post blockquote {
	padding-left: 20px;
	font-size: 13px;
}

.blog-post blockquote p{
	font-size: 13px;
}

.blog-post blockquote blockquote {
	padding-left: 20px;
}

.blog-post ul {
	padding: 15px 0;
}

.blog-post h4 {
	color: #002d62;
}

.blog-post {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0 0 10px;
	margin-bottom: 0;
	font-weight: 300;
	line-height: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#af-form input[type="text"] {}
#af-form input[type="text"],
#af-form textarea {}
#af-form input[type="text"]:focus,
#af-form textarea:focus {}
#af-form textarea {
    height: 160px !important;
    overflow: auto;
    resize: none;
}
.af-outer {margin-bottom: 15px;}
label.error,
label.ferror {color: #dc3f35; font-size: 13px;}
#af-form input.error,
textarea.error {border: 1px solid #ff3f3f;}
#progress {margin-top: 15px;}

/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Divider */
/*-----------------------------------------------------------------------------------*/

#container hr {margin: 25px 0 35px 0;}
#container hr.soft {margin: 10px 0;}
#container .portfolio-single hr,
#container .blog-single hr {margin-top: 10px; margin-bottom: 15px;}

/* Portfolio */
/*-----------------------------------------------------------------------------------*/

.portfolio h4 a {
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}

.portfolio h4 a:hover {
    color: #fff;
    background-color: #ffaf88;
    border-bottom: 1px solid #f79f73;
}

/* Back to Top */
/*-----------------------------------------------------------------------------------*/

#toTop {
    background: url('/assets/img/ui.totop.png') no-repeat scroll left top transparent;
    border: medium none;
    position: fixed;
    right: 15px;
    bottom: 60px;
    display: none;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
}

#toTopHover {
    background: url('/assets/img/ui.totop.png') no-repeat scroll left -40px transparent;
    display: block;
    float: left;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    width: 40px;
}

#toTop:active,
#toTop:focus {outline: medium none;}

/* Others */
/*-----------------------------------------------------------------------------------*/

.dropcap {
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-right: 15px;
    text-align: center;
    display: block;
    font-size: 22px;
}


blockquote p {font-size: 13px;}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 980px)  and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {
    #menu > ul > li > a {padding-left: 10px; padding-right: 10px;}
    #welcome {padding: 0 50px;}
    .header-image img {
		position: absolute;
		top: 0;
		margin-bottom: -94px;
		left: 50%;
		margin-left: -80px;
		z-index: 1500;
		width: 240px;
	}
	.slides .slide-title {
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-style: italic;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
	}
    
}

@media (max-width: 767px) {
    body {padding-left: 0; padding-right: 0;}
    .container {padding-left: 20px; padding-right: 20px; }
    .logo{text-align:center; margin-bottom: 20px;}
    #menu {float: none;}
    #menu ul {display: none;}
    .res-menu{display: block;}
    #welcome {padding: 0;}
    .alignleft,
    .alignright,
    .pull-right,
    .pull-left {float: none !important;}
    .slides .slide-title { display:none; }
    #slider .slider-border {
		margin-top: 0px;
		width: 100%;
		position: relative;
		top: -20px;
		}
	.header-image img {
		position: absolute;
		top: 0;
		margin-bottom: -94px;
		left: 50%;
		margin-left: -50px;
		z-index: 1500;
		width: 190px;
		height: 59px;
		}
	#top-menu .twitter2 {background: url('/assets/img/nom_prop8case_tw_16.png') no-repeat 50% 50%;}
	#top-menu .facebook {background: url('/assets/img/nom_prop8case_fb_16.png') no-repeat 50% 50%;}
	#top-menu .youtube {background: url('/assets/img/nom_prop8case_yt_16.png') no-repeat 50% 50%;}
	#top-menu .wordpress {background: url('/assets/img/nom_prop8case_wp_16.png') no-repeat 50% 50%;}
	#top-menu .rss {background: url('/assets/img/nom_prop8case_rss_16.png') no-repeat 50% 50%;}
	#top-menu .top-social li {margin-left: 3px;}
	#top-menu .top-social a {
		display: block;
		width: 18px;
		height: 18px;
		opacity: 1.0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#container .containter .share {
	background: #ffffff url('/assets/img/nom_prop8case_share_background.jpg') no-repeat 0 0;
	width: 100%;
	padding-top: 7px;
	margin-left: 0;
	padding-left: 0px;
	}
	#container .share .addthis_toolbox {
	padding-left: 10px;
	}
	#top-menu ul.top-menu li .branding {
	width: 230px;
	}
	.controls-row [class*="span"] + [class*="span"] {
  	margin-left: 0;
	}

}

@media (max-width: 480px) {
	.slides .slide-title { display:none; }
	.header-image img {
		position: absolute;
		top: 0;
		margin-bottom: -94px;
		left: 50%;
		margin-left: -130px;
		z-index: 1500;
		width: 175px;
		height: 52px;
		}
	#slider .slider-border {
		margin-top: 0px;
		width: 100%;
		position: relative;
		top: -20px;
		}
	#top-menu .twitter2 {background: url('/assets/img/nom_prop8case_tw_16.png') no-repeat 50% 50%;}
	#top-menu .facebook {background: url('/assets/img/nom_prop8case_fb_16.png') no-repeat 50% 50%;}
	#top-menu .youtube {background: url('/assets/img/nom_prop8case_yt_16.png') no-repeat 50% 50%;}
	#top-menu .wordpress {background: url('/assets/img/nom_prop8case_wp_16.png') no-repeat 50% 50%;}
	#top-menu .rss {background: url('/assets/img/nom_prop8case_rss_16.png') no-repeat 50% 50%;}
	#top-menu .top-social li {margin-left: 1px;}
	#top-menu .top-social a {
		display: block;
		width: 17px;
		height: 17px;
		opacity: 1.0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#top-menu ul.top-menu li .branding { display:none; background: url('/assets/img/nomprop8case_logo.png') left top no-repeat; z-index: 100; }
	.controls-row [class*="span"] + [class*="span"] {
  	margin-left: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	13.	Helpers
/*-----------------------------------------------------------------------------------*/

iframe.twitter-timeline {
	width: 100%;
}

.donation input[type="text"] {
	width: 90%;
	max-width: 315px;
}

.donation input[type="number"] {
	width: 75%;
	max-width: 260px;
}

.donation .input-prepend, .donation .input-append {
	width: 78%;
}

section .share-bar {
	padding-bottom: 0 !important;
}

section .page-title {
	padding-bottom: 10px !important;
}

.about-body {
	display: table;
}

iframe {
	width: 100%;
}
