*:focus {
	outline: none;
}

::-webkit-input-placeholder { /*Chrome/Opera/Safari*/
	color: #f2f2f2;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #f2f2f2;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #f2f2f2;
}

:-moz-placeholder { /* Firefox 18- */
	color: #f2f2f2;
}

#content form input {
	background-color: #666;
	color: #fff;
}

/*Workshops page*/
#workshops {
	font-family: Helvetica, Arial, sans-serif;
	width:100%;
	border-collapse:collapse;
}

#workshops td, #workshops th {
	font-size: .9em;
	border:1px solid #000;
	padding: 10px;
	vertical-align: top;
}

#workshops th {
	font-size:1.1em;
	font-weight: normal;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#ac0000;
	color:#fff;
}

#workshops tr.alt td {
	color:#000000;
	valign: top;
	background-color:#f7f0ee;
}

/* Base */
._passport {
    margin: 0 !important;
}

#_passport_icon {
	display: inline-block;
}

#_passport_menu {
	top: 100%;
	right: 0px;
	position: absolute;
	padding-right: 0;
}

#_passport_menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}

#_passport_icon:hover > #_passport_menu {
        opacity: 1;
	display: inline-table;
        -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

/* Passport Behind the Scenes */
._bts_nomember {
	height: 100%;
	position: relative;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	background-color: #f4f4f4;
	flex-flow: row wrap;
	display: flex;
}

._bts_nomember div, ._bts_nomember p {
	flex: 1 auto;
	position: relative;
	padding: 10px;
}

._bts_icon {
	max-width: 140px !important;
}

._bts_icon img {
	top: 50%;
	width: 100%;
	display: block;
	position: absolute;
	max-width: 120px !important;
	transform: translateY(-50%);
	padding-left: 10px;
}

._bts_arrow {
	text-align: center;
	margin-top: -20px;
	padding: 0 0 10px 0 !important;
	margin-top: -20px !important;
	font-size: 2rem;
	width: 100%;
}

._bts_nomember p {
	flex: 2 0px;
}

._bts_nomember h3 {
	top: 50%;
	margin: 0;
	padding: 10px;
	font-size: 2rem;
	padding: 0 10px;
	position: absolute;
	white-space: nowrap;
	transform: translateY(-50%);
	color: #aa0000;
}

._bts_nomember h3 i, ._bts_nomember a i {
	padding-right: 5px;
}

ul.plus {
        margin-left: -10px;
        list-style-type: none;
        text-align: left;
        font-size: 1.5rem;
}

ul.plus li:before {
        content: '\f067'; /* FontAwesome char code inside the '' */
        font-family: FontAwesome; /* FontAwesome or whatever */
        display: inline-block;
        padding: 0 10px 0 0;
        margin-left: -1.6rem;
        font-size: 1.2rem;
}

._bts_media_prot {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        max-width: initial !important;
        font-family: 'myriad-pro';
        position: absolute;
        height: 103% !important;
        z-index: 2;
}

._bts_media_prot:hover {
        opacity: 1;
        background-color: rgba(0,0,0,.8);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
}

._bts_media_prot_sub {
        width: 100%;
        height: 100% !important;
        position: relative;
        text-align: center;
}

._bts_media_prot_sub h2 {
        margin: 0;
        color: #fff;
        padding: 0 0 50px 0;
        white-space: nowrap;
        text-transform: initial;
        font-family: 'myriad-pro';
        line-height: 100%;
}

._bts_media_prot_sub a._button {
        color: #fff;
        font-size: 1.6rem;
        display: inline-block;
        text-decoration: none;
        background-color: #aa0000;
        border-radius: 10px;
        padding: 10px 40px;
        cursor: pointer;
}

._bts_media_prot_sub a._button:hover {
        background-color: #8b0000;
}

._bts_media_prot_sub_button i {
        padding: 0 50px 40px 50px;
}

._bts_media_prot_content {
        width: 100%;
        background-color: #fff;
        max-width: 500px;
}

._bts_media_prot_content_logo {
        padding: 20px;
}

._bts_media_prot_content_in p {
        font-size: 2rem;
        text-align: left;
        padding: 10px 20px;
}

._bts_media_prot_content_in {
        position: relative;
        text-align: center;
}

._bts_media_prot_content_in a {
        font-size: 1.4rem;
        padding: 10px;
        color: #555;
}

._bts_media_prot_content_close {
        position: absolute;
        right: -80px;
        top: -90px;
}

._bts_media_prot_content_close i {
        font-size: 3rem !important;
}

/*
._bts_nomember a {
	top: 50%;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	background-color: #aa0000;
	transform: translateY(-50%);
	text-decoration: none;
	white-space: nowrap;
	padding: 10px 20px;
	position: absolute;
}

._bts_nomember a:hover {
	background-color: #850000;
}
*/

/*New Classes - Imported from the old website (new functions) */

/* Floating content within */
.content_right, .content_left {
        text-align: center;
}

.content_right img:nth-child(n+2), .content_left img:nth-child(n+2) {
        margin-top: 20px;
}

.content_right {
        float: right;
        margin: 15px 0 15px 40px;
}

.content_left {
        float: left;
        margin: 15px 40px 15px 0;
}

.content_right p, .content_left p {
        display: none;
}

.content_right span, .content_left span {
        display: block;
        padding: 10px 15px;
        background-color: #f4f4f4;
        line-height: 1.6rem;
        margin-top: -4px;
        font-size: 1rem;
}

/*Smugmug*/
._smugmugList {

}

._smugmugImage {

}

._smugmugImage a i {
	width: 100%;
	color: #fff;
	font-size: 4rem;
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
	clear: both;
}

/* Pin to Top sub-plugin */
#content > * > ._top_ad {
        width: 91.2%;
        max-height: 500px;
        margin: 0 0 20px 5px !important;
        padding: 20px;
}

#content > * > ._top_ad ~ ._top_ad {
        display: none;
}

/* FB Viceo */
.video_portrait {
        height: 0;
	position: relative;
        padding-bottom: 100%;
        padding-top: 35px;
        overflow: hidden;
}

.video_portrait iframe {
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        position: absolute;
        height: 100%;
}

/* Sumome */
.sumome-scrollbox-popup.sumome-scrollbox-bottom {
	min-width: 650px !important;
}

/*CSS3 Animations*/
.blink {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 3s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

.blink_down {
        -webkit-animation-name: blinker_down;
        -webkit-animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;

        -moz-animation-name: blinker_down;
        -moz-animation-duration: 2s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;

        animation-name: blinker_down;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
}

@-moz-keyframes blinker_down {
        0% { opacity: 1.0; bottom: 30px; }
        50% { opacity: 0.5; bottom: 20px; }
        100% { opacity: 0.0; bottom: 10px; }
}

@-webkit-keyframes blinker_down {
        0% { opacity: 1.0; bottom: 30px; }
        50% { opacity: 0.5; bottom: 20px; }
        100% { opacity: 0.0; bottom: 10px; }
}

@keyframes blinker_down {
        0% { opacity: 1.0; bottom: 30px; }
        50% { opacity: 0.5; bottom: 20px; }
        100% { opacity: 0.0; bottom: 10px; }
}

/*Transparent button*/
a._transparent {
	width: 160px;
	color: #aa0000;
	font-size: 1.5rem;
	border: 2px solid #aa0000;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
	padding: 15px 20px;
	border-radius: 6px;
	cursor: pointer;
}

a._transparent:hover {
	color: #fff;
	background-color: #aa0000;
}

a._red {
	width: 160px;
	color: #fff;
	font-size: 1.5rem;
	border: 2px solid #aa0000;
	background-color: #aa0000;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
	padding: 15px 20px;
	border-radius: 6px;
	cursor: pointer;
}

a._redb {
	width: auto;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	border: 2px solid #aa0000;
	background-color: #aa0000;
	text-decoration: none;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	margin: 10px;
}

a._red:hover {
}

a._transparent:focus, a._red:focus {
	outline: none;
}

/*Aurora Download*/
#_pre_aurora {
	display: none;
}

._aurora {
	width: 400px;
	height: auto;
	background-color: rgba(255,255,255,.9);
	border: 1px solid lightgray;
	padding: 40px 20px;
	border-radius: 5px;
	margin: 0;
}

#aurora_preview i.fa-times {
	color: #fff;
	float: right;
	font-size: 2rem;
	margin-top: -35px;
	padding: 0 !important;
	cursor: pointer;
}

._aurora_logos {
	width: 280px;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}

._aurora input {
	width: 300px;
	padding: 5px 10px;
	display: inline-block;
	margin: 0 20px 20px 20px;
	font-size: 1.3rem;
}

._aurora input:focus {
	outline: none;
}

._aurora input[type=submit] {
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 1.5rem;
	background-color: #aa0000;
	padding: 10px 30px;
	border: 0;
}

._aurora input[type=submit]:hover {
	background-color: #810000;
}

._aurora .mc_msg {
	font-size: 2.5rem;
	padding-bottom: 20px;
}

._aurora ._mcerrors {
	width: 100%;
	text-align: center;
	color: red !important;
	padding-top: 20px;
	font-size: 18px;
}

._aurora i {
	color: #cacaca !important;
	font-size: 2rem !important;
	min-width: 30px !important;
	padding: 0 !important;
}

/* end of New Classes - Imported from the old websites (new functions) */

/* New CSS - Imported from the new SIC theme */
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; /* Necessary for Opera */
	font-family: 'myriad-pro';
	-webkit-font-smoothing: antialiased;
	background-color: #000;
	position: relative;
	font-size: 15px;
	color: #333333;
}

body {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto; /* Necessary for Opera */
	min-height: 100%;
}

a {
	outline: none;
	color: #aa0000;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.3rem;
}

p:empty, ._keep_content {
	display: none;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

em {
	font-style: italic;
}

.comments a {
	font-size: 1.5rem;
	font-weight: bold;
}

/* Dependent class (old stuff) */
#navigation.stuck {
	top: 0;
	z-index: 999;
    position: fixed;
}

/* Photo Map */
#_photo_map0 {
	width: 100%;
	/*border: 4px solid lightgray;*/
}

/*New Menu*/
._menu {
	color: #fff;
	width: 100%;
	height: 100px;
	font-size: 1.15rem;
	background-color: #aa0000;
	text-transform: uppercase;
	border-bottom-left-radius: 25px;
	z-index: 999;
	padding: 0;
	margin: 0;
}

._menu .menu-primary-container {
	left: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

._menu ul.menu {
	color: #fff;
	width: auto;
	float: right;
	font-family: "Noto Serif", serif;
	list-style-type: none;
	margin: 0 0 0 10px;
}

._menu ul.menu:hover > li, ._menu ul.sub-menu:hover > li {
	opacity: .55;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

._menu ul.menu:hover > li:hover, ._menu ul.sub-menu:hover > li:hover {
	opacity: 1;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

._menu ul.menu li {
	float: left;
	position: relative;
}

._menu ul.menu li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
	position: absolute;
	top: 24px;
}

._menu .menu-item-has-children:before {
	color: #fff;
	content: '\f107'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	padding: 0 5px 0 0;
}

._menu ul.sub-menu {
	color: #fff;
	width: auto;
	font-size: 1.2rem;
	background-color: rgba(0,0,0,.75);
	border-radius: 4px 4px 4px 10px;
	padding: 7px 10px;
	display: none;
	z-index: 100;
	margin: 0;
}

._menu ul.menu ul.sub-menu li, ._menu ul.menu > li > a, ._menu ul.menu ul.sub-menu li a {
	color: #fff;
	text-decoration: none;
}

._menu li.menu-item {
    margin: 0 20px 0 0;
    text-decoration: none;
    padding: 4px 0;
}

._menu li.menu-item:last-child {
    margin-right: 0;
}

._menu ul.sub-menu li a:before {
	color: #fff;
	content: '\f105'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	vertical-align: middle;
	display: inline-block;
	padding: 0 10px 0 0;
	line-height: 100%;
	font-size: .7rem;
	margin-top: -3px;
}

._menu ul.sub-menu li {
	float: left;
    font-size: 1.1rem;
    text-decoration: none;
    list-style-type: none;
    white-space: nowrap;
    padding: 8px;
    clear: both;
}

._menu ul.menu > li > a, ._menu a.menu, ._sub a {
	color: #fff;
	z-index: 100;
}

/* Horizontal Scroll */
._highlight {
	color: #fff;
	flex: 2 1 auto;
	font-size: 3rem;
	position: relative;
	margin: 30px 35px 0 0; /*the size of the cmds02 box*/
	text-align: center;
	overflow: hidden;
	width: auto;
	padding: 0;
}

._himgs {
	left: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	background-color: rgba(0,0,0,.35);
	position: absolute;
}

._goleft, ._goright {
	width: 25px;
	height: 100px;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	cursor: pointer;
	opacity: .75;
	z-index: 10;
}

._goleft:hover, ._goright:hover {
	opacity: 1;
}

._goleft {
	left: 0;
}

._goright {
	right: 0;
}

._goleft i, ._goright i {
	line-height: 100px;
	font-size: 1.4rem;
}

._himg {
	border: 0;
	float: left;
	/*height: 100px;
	min-width: 120px;*/
	font-weight: bold;
	box-sizing: border-box;
	border-right: 1px solid #333;
	background-position: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .8rem;
	margin: 0;
	margin: 0;
}

._himg > a {
	color: #fff;
}

._himg > a > div {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: relative;
	cursor: pointer;
}

._himg > a > div:hover {
	background-color: transparent;
}

._himg > a > div > div {
	width: 100%;
}

/* Missing code */
.entry-category {
	width: 85%;
	float: left;
	padding: 5px 0 0 10px;
}

/*Load More*/
#byscripts_ajax_posts_loader_trigger {
	color: #fff;
	width: 200px;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	background-color: #000;
	text-transform: uppercase;
	transform: translateX(-50%);
	margin: 20px 0 50px 50%;
	padding: 12px 30px ;
	cursor: pointer;
}

#byscripts_ajax_posts_loader_trigger:hover {
	background-color: #222;
}

/*Pagination*/
#pagination {
	float: right;
	font-size: 2rem;
	padding: 0 0 50px 0;
}

#pagination .current, #pagination .dots {
	color: lightgrey;
}

.page-numbers {
	padding: 0 5px;
}

/* Layout Elements */
#navigation-box {
	color: #fff;
	display: none;
	min-height: 45px;
	position: relative;
	background-color: #000;
	padding: 15px 15px 0 15px;
	font-size: 20px;
	z-index: 2;
}

#navigation-box i {
	color: #fff;
	float: right;
	margin-top: 2px;
}

#navigation-box input {
	background-color: transparent;
	color: #fff;
	border: 0;
}

._search {
	float: left;
}

._search i {
	height: 13px;
	padding: 5px;
	font-size: .9rem;
	margin: 1px 0 0 -25px;
	background-color: #373737;
	z-index: 10;
}

._search input {
	width: auto;
	float: left;
	height: 14px;
	color: #efefef;
	background-color: transparent;
	border: 1px solid #8C8C8C;
	padding: 5px;
}

._social, ._newsletter {
	margin: 0;
	padding: 0;
	color: #fff;
	width: auto;
	padding: 15px 15px 0 15px;
	min-width: 270px;
	overflow: hidden;
}

._social {
	float: right;
	height: 84px;
	overflow: visible; /* Because of Passport */
	min-width: 300px;
}

._newsletter {
	height: auto;
	text-align: center;
	background-color: #a30000;
	min-height: 130px;
}

._newsletter p {
	color: #fff;
	padding-top: 0;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 0;
}

._newsletter h4 {
	padding: 0 0 10px 0;
	font-size: 1rem !important;
	color: #fff !important;
}

._newsletter .mc_msg {
	font-size: 20px;
}

._newsletter input[type="submit"] {
	background-color: transparent;
	margin-left: -40px;
	cursor: pointer;
	outline: none;
	height: 35px;
	width: 40px;
	z-index: 9;
	border: 0;
}

._social ._searchbox, ._newsletter ._email {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #d6d6d6;
	overflow: hidden;
	padding: 2px 0;
}

._social ._searchbox {
	display: none;
	padding: 0 0 2px 0;
	margin-top: -9px;
}

._social {
	position: relative;
	display: inline-block;
}

._social ._searchbox:hover, ._social ._searchbox input:focus {
	opacity: 1;
}

._newsletter ._email {
	float: left;
}

._social ._searchbox i, ._newsletter ._email i {
	padding: 6px;
	font-size: 1.1rem;
	margin-left: -50px;
	background-color: #640000;
	cursor: pointer;
	z-index: 10;
}

._social input, ._newsletter input[type="email"] {
	width: 100%;
	float: left;
	height: 16px;
	color: #efefef;
	/*background-color: #710000;*/
	background-color: rgba(0,0,0,.02);
	border: 0px solid transparent;
	padding: 5px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #710000 inset;
    -webkit-text-fill-color: #fff !important;

}

._icons {
	left: 0;
	display: block;
	overflow: initial; /* Because of Passport */
	/*padding-right: 20px;*/
	margin: 0 auto;
	clear: both;
}

._icons i {
	color: #fff;
	padding: 8px;
	font-size: 1.5rem;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	margin: 0;
}

._icons img {
	margin: 0;
	height: 24px;
	margin-bottom: -16px;
	padding: 8px 6px 6px 6px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}

._social ._icons .fa-navicon {
	display: none;
}

._icons a:last-child i {
	padding-right: 0;
	border-left: 1px solid rgba(255,255,255,.1)
}

._icons i:hover, ._icons img:hover {
	border-color: #fff;
}

/* Preview */
._preview {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,.9);
	display: none;
	z-index: 999;
}

._preview i {
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	padding: 10px;
}

._preview i.fa-plus {
	bottom: 40px;
}

._preview i.fa-close {
	top: 20px;
	right: 20px;
	position: absolute;
	font-size: 4rem;
}

._preview > img {
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
/* end preview */

/* Mobile menu */
#mobile-navigation {
	width: 250px;
	height: 100%;
	right: -100%;
	position: fixed;
	background-color: #000;
	z-index: 1000;
	opacity: 0;
}

#mobile-navigation ._icons {
	max-width: 250px;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

nav#mobile-navigation #_passport_icon {
        display: none;
}


#mobile-navigation ._icons a i {
	font-size: 1.5rem;
	border: 0 !important;
}

/*Temporary*/
#mobile-navigation #___gcse_0 {
	opacity: 0 !important;
}

#mobile-navigation ul {
	color: #fff;
	list-style: none;
	text-align: left;
	margin-top: 50px;
	padding: 0;
}

#mobile-navigation ul:hover > li {
	opacity: .55;
}

#mobile-navigation ul li a:before {
	color: #fff;
	font-size: .8rem;
	content: '\f054'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	padding: 0 10px;
}

#mobile-navigation ul li {
	color: #fff;
	padding: 0 20px;
	font-size: 1.3rem;
	white-space: nowrap;
}

#mobile-navigation ul:hover > li:hover {
	opacity: 1;
}

.mobile-navigation a, .mobile-navigation ul li a {
	color: #fff;
	text-decoration: none;
}

#mobile-navigation i {
	color: #fff;
	float: right;
	display: block;
	font-size: 1rem;
	cursor: pointer;
	padding: 0 8px;
}

#mobile-navigation i.fa-chevron-right {
	padding: 20px;
}

/*
.mobile-navigation .menu-item a:hover{
	color: #fff !important;
}
*/
/* end mobile menu */

/* Header - Image rotator */
header {
    overflow: hidden;
    position: relative;
}

header #xlogo {
	display: none;
	min-height: 300px;
	background-color: #000;
}

header #xlogo a {
	opacity: 1 !important;
	visibility: visible !important;
	margin-top: 20px;
	display: block;
}

header a div {
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

/*
header a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

header a.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
*/

header .pager {
	width: 50px;
    height: 50px;
	position: absolute;
	-moz-transition: opacity .3s linear;
	opacity: 0;
	z-index: 100;
}

header .pager i {
	color: rgba(255,255,255,.25);
	font-size: 4.7rem;

}

header .pager i:hover {
	color: rgba(255,255,255,1);
}

header .pager:hover {
    cursor: pointer;
    -moz-transition: background .3s linear;
}

header .pager.active {
    opacity: 1;
    -moz-transition: opacity .3s linear;
}

header #prev.pager {
    left: 30px;
}

header #next.pager {
    right: 30px;
}

/*-----------------------------------------------------------------------------------------------------*/

/*Background Video*/
#_welcome h1, header #_welcome h2, header #_welcome h3 {
	color: #fff;
	line-height: 1.5rem;
	text-transform: none !important;
	margin: 30px 0 !important;
	padding: 0;
}

#_welcome a.btn {
	color: #fff;
	margin: 20px;
	min-width: 150px;
	opacity: 1 !important;
	display: inline-block;
    visibility: visible !important;
	border: 2px solid #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
}

#_welcome a.btn:nth-child(1) {
	margin-right: 0;
}

#_welcome a.btn:hover {
	background-color: rgba(255,255,255,.2);
}

#_video_spin {
	right: 30px;
	bottom: 20px;
	position: absolute;
	font-size: 2.5em;
	opacity: .4;
	z-index: 0;
}

._header_film {
	color: #fff;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
    /*max-height: 800px;*/
}

._header_film section {
	/*min-height: 800px;*/
}

.home_pattern {
	opacity: .33;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	background-attachment:scroll;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 99;
	top:0;
	left:0
}

.home_pattern2 {
	opacity: .7;
	background-image: url(../images/raster.png);
	background-repeat: repeat;
	background-attachment:scroll;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 99;
	top:0;
	left:0
}

.big-background {
    z-index:550;
    height:100%;
    text-align:center;
    min-height:100%;
    position:relative;
    overflow:hidden
}

#colorize {
	/*color:#f1c40f;*/
	color: #fff;
	/*font-family:'Lato',sans-serif;*/
	font-size: 2rem;
}

.big-background .big-background-container {
	top:50%;
    left:50%;
    width:830px;
    max-width:100%;
    position:absolute;
    display:inline-block;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 100;
}

.big-background-default-image {
    background-repeat:no-repeat;
    background-color: transparent;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}

._center_bg {
	color: #fff;
	padding: 5px 0;
	font-size: 1.5rem;
	font-weight: bold;
	background: rgba(0,0,0,.55);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.7) 40%, rgba(0,0,0,.7) 60%, rgba(0,0,0,0) 85%);
	background: -webkit-gradient(left top, right top, color-stop(27%, rgba(0,0,0,.2)), color-stop(43%, rgba(0,0,0,.7)), color-stop(60%, rgba(0,0,0,.7)), color-stop(85%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.7) 40%, rgba(0,0,0,.7) 60%, rgba(0,0,0,0) 85%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.7) 40%, rgba(0,0,0,.7) 60%, rgba(0,0,0,0) 85%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.7) 40%, rgba(0,0,0,.7) 60%, rgba(0,0,0,0) 85%);
	background: linear-gradient(to right, rgba(0,0,0,0) 15%, rgba(0,0,0,.7) 40%, rgba(0,0,0,.7) 60%, rgba(0,0,0,0) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

._center_bg_soft {
	color: #fff;
	padding: 5px 0;
	font-size: 1.5rem;
	font-weight: bold;
	background: rgba(0,0,0,.55);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.4) 40%, rgba(0,0,0,.4) 60%, rgba(0,0,0,0) 85%);
	background: -webkit-gradient(left top, right top, color-stop(27%, rgba(0,0,0,.2)), color-stop(43%, rgba(0,0,0,.4)), color-stop(60%, rgba(0,0,0,.4)), color-stop(85%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.4) 40%, rgba(0,0,0,.4) 60%, rgba(0,0,0,0) 85%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.4) 40%, rgba(0,0,0,.4) 60%, rgba(0,0,0,0) 85%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 15%, rgba(0,0,0,.4) 40%, rgba(0,0,0,.4) 60%, rgba(0,0,0,0) 85%);
	background: linear-gradient(to right, rgba(0,0,0,0) 15%, rgba(0,0,0,.4) 40%, rgba(0,0,0,.4) 60%, rgba(0,0,0,0) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

._center_black_gradient a {
	color: #fff;
}
/*end Background Video*/

/* Daily Photo */
#overlay-share {
    width: auto;
    overflow: hidden;
    position: relative;
    text-align: left ;
    background-color: rgba(255,255,255,.05);
	margin: 0 10px 10px 0;
	list-style: none;
	padding: 20px;
}

#overlay-share il {
	display: inline-block;
}

.entry-wrapper .daily-photo-object {
/*
	overflow: hidden;
	margin: 0 -20px;
*/
	background-color: #f9f9f9;
}

.entry-wrapper .daily-photo {
	position: relative;
}

.entry-wrapper .daily-photo-object .daily-title {
	color: #fff;
	width: auto;
	background-color: #000;
    	margin: 50px 0 25px 0 !important;
    	padding: 8px 0;
}

.entry-wrapper .daily-photo-object .daily-title h2 {
	margin: 0;
	color: #fff;
	padding-left: 15px;
}

.entry-wrapper .daily-photo-object > p {
	border: 0px solid lightgrey;
    	/*padding: 20px 50px 25px 50px;*/
	padding: 0 50px 0 50px;
    	/*background-color: #f9f9f9;*/
	margin: 7px 0 17px 0;
    	line-height: 2rem;
    	font-size: 1.2rem;
   	/*margin: 0;*/
}

.entry-wrapper .daily-photo {
    position: relative;
    margin: 30px 0 0 0;
    z-index: 1;
}

.entry-wrapper p:empty, .entry-wrapper .daily-photo p:empty {
	display: none;
}

.entry-wrapper .daily-photo a img {
    max-width: 100%;
    height: auto;
}

.entry-wrapper .daily-photo .daily-overlay {
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.7);
    z-index: 4;
    color: #fff;
    opacity: 0;
}

._preview .daily-overlay {
    background: rgba(0,0,0,0.7);
    z-index: 4;
    color: #fff;
    opacity: 0;
}

.entry-wrapper .daily-photo .daily-overlay:hover, ._preview .daily-overlay:hover {
    opacity: 1;
}

.entry-wrapper .daily-photo .daily-overlay-title, ._preview .daily-overlay-title {
	top: 40%;
	left: 50%;
	width: auto;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.entry-wrapper .daily-photo .daily-overlay-title h3, ._preview .daily-overlay-title h3 {
	color: #fff;
    font-size: 2rem;
    padding-top: 10px;
    text-align: center;
    text-transform: capitalize;
    line-height: 100%;
    font-weight: 400;
}

.entry-wrapper .daily-photo .daily-overlay-title > p a i {
	width: 100%;
	color: #fff;
	font-size: 4rem;
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
	clear: both;
}

.entry-wrapper .daily-photo-info, ._preview .daily-photo-info {
	/*right: 0;*/
	left: 50%;
	bottom: 0;
	display: inline-table;
	position: absolute;
	background-color: rgba(255,255,255,.05);
	transform: translateX(-50%);
	margin: 0 10px 10px 0;
	padding: 20px;
}

.entry-wrapper .daily-photo-info h3, ._preview .daily-photo-info h3 {
	text-align: left !important;
	font-size: 1.4rem !important;
}

.entry-wrapper .daily-photo .daily-overlay h3.photo-h3, ._preview .daily-overlay h3.photo-h3 {
	color: #fff;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.entry-wrapper .daily-photo .daily-overlay hr, ._preview .daily-overlay hr {
    height: 1px;
    display: block;
    margin: 10px 20px;
    background-color: rgba(255,255,255, .1);
    border: 0;
}

.entry-wrapper .daily-photo .daily-overlay #social, ._preview .daily-overlay #social {
    list-style: none;
    margin: 20px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.entry-wrapper .daily-photo .daily-overlay #social > li, ._preview .daily-overlay #social > li {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 50px; height: 50px;
    margin: 0 10px 0 0;
}

.entry-wrapper .daily-photo #exif-list, ._preview #exif-list {
	columns: 2;
	-moz-columns: 2;
	-webkit-columns: 2;
	margin: 20px 20px 10px 20px;
	list-style: none;
	text-align: left;
	padding: 0;
}

.entry-wrapper .daily-photo #exif-list > li, ._preview #exif-list > li {
	/*width: 50%;
    float: left;*/
    margin: 0 0 5px 0;
    font-size: 1rem;
    color: #fff;
}

.entry-wrapper .daily-photo #exif-list > li span, ._preview #exif-list > li span {
    width: 140px;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}
/* end daily photo */

/* General Classes */
._none {
	display: none;
}

._flex {
	display: inline-flex;
}

._full, ._half, ._in, ._15, ._20, ._25, ._30, ._33, ._40, ._60, ._70, ._75, ._80, ._85 {
	box-sizing: border-box;
}

._full, .two-column { /*Besides _full, are related to old content*/
	width: 100%;
	overflow: hidden;
}

._tc {
	text-align: center;
}

._half, .two-column .left-column, .page-template-default .two-column .right-column { /*Besides _half, are related to old content*/
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._in {
	height: auto;
	padding: 20px 30px;
}

._center {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

._centerY {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

._centerX {
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

._w {
	color: #fff !important;
}

._white {
	background-color: #fff;
}

._auto {
	width: auto;
	float: left;
	height: 100%;
	overflow: hidden;
}

._15 {
	width: 15%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._20{
        width: 20%;
        float: left;
        height: 100%;
        overflow: hidden;
}

._25 {
	width: 25%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._30 {
	width: 30%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._33, .three-column .left-column, .three-column .middle-column,.three-column .right-column { /*Besides _33, are related to old content*/
	width: 33.33333%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._40 {
	width: 40%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._60 {
	width: 60%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._70 {
	width: 70%;
	float: left;
	height: 100%;
	overflow: hidden;
}

._75 {
        width: 75%;
        float: left;
        height: 100%;
        overflow: hidden;
}

._80 {
        width: 80%;
        float: left;
        height: 100%;
        overflow: hidden;
}

._85 {
        width: 85%;
        float: left;
        height: 100%;
        overflow: hidden;
}
/* end general */


/*Footer*/
footer {
	color: #fff;
    background: #aa0000; /* Old browsers */
    border-top: 2px solid lightgrey;
    position: relative;
    min-height: 120px;
    overflow: hidden;
    z-index: 10;
}

footer .container {
    /*width: 1600px;*/
    overflow: hidden;
    position: relative;
    background-color: transparent;
    margin: 0 auto;
    display: block;
}

footer ._30, footer ._33 {
	height: 170px;
}

footer ._30 {
	border-left: 1px solid rgba(255,255,255,.1);
}

footer span {
	font-size: 1rem;
	font-weight: bold;
}

footer .container ul {
	color: #fff;
	list-style: none;
	text-align: left;
	margin-top: 40px;
	border-top: 1px solid rgba(255,255,255,.1);
    margin: 3px 0 0 0;
    min-width: 250px;
    padding: 0;
}

footer .container ul li {
	margin: 0;
}

footer .container ul li a:before {
	color: #fff;
	font-size: .8rem;
	content: '\f054'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	padding: 0 10px;
}

footer .container ul li a {
	color: #fff;
	font-size: 1rem;
	margin-left: -10px;
	text-decoration: none;
	padding: 8px 0;
	display: block;
}

footer .container ul li a:hover {
	background-color: rgba(255,255,255,.08);
}

footer ._icons {
	width: 350px;
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 3px;
}

footer ._icons i {
	font-size: 2rem;
}

footer ._copyright {
	padding: 10px 0;
	text-align: center;
	background-color: #000;
	font-size: 1.2rem;
}

footer ._copyright .textwidget {
	opacity: 1 !important;
	margin-top: auto;
	overflow: auto;
}

footer ._copyright p {
	line-height: normal;
	margin: 0;
	color: #fff;
	font-size: 1.2rem;
}

footer ._copyright a {
	color: #fff;
}



/*-----------------------------------------------------------------------------------------------------*/

/* Most old stuff start from here */

/* --------------------------------------------------------------------- */

.around_world {
	width: 100% !important;
	height: 100% !important;
	position: relative;
	overflow: hidden;
}

.around_world img {
	width: 100%;
	height: 100%;
}

.around_world_icons {
	width: 47% !important;
	height: 15% !important;
	position: absolute;
	bottom: 10.5%;
	right: 3%;
	z-index: 2;
}

.around_world_icons p, .around_world_icons br {
	display: none;
}

.around_world_icons img {
	margin-right: 4%;
	height: 100% !important;
	width: 14% !important;
}

.b-a-container img, .b-a-container div > img {
	max-width: initial !important;
}

.sumome-share-client-wrapper .sumome-share-client a:nth-child(7) {
	display: none !important;
}

body.home .sumome-share-client-wrapper, body.home .sumome-share-client, body.page-template .sumome-share-client-wrapper-right-page {
	display: none !important;
}


/* Newsletter object */
#newsltr {
	display: block;
	max-width: 700px;
	margin: 30px auto;
	border: 1px solid #ccc;
	clear: both;
}

#newsltr ._icons a:last-child i {
	border-left: 0;
}

#newsltr i {
	color: #fff;
	font-size: 2em;
	padding: 10px;
}

#newsltr a {
}

#newsltr i:hover {
	background-color: rgba(255,255,255,0.1);
	border: 0px solid #fff;
        border-radius: 5px;
}

#newsltr p {
	padding: 0;
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 10px;
	margin: 0;
}

#newsltr h3 {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#newsltr br {
	display: none;
}

.mcn_content {
	min-width: 490px;
}

.mcn_content i {
	vertical-align: middle;
}

.mcn_content input[type=email] {
        color: #fff;
        border: 2px solid #fff;
        background-color: transparent;
        padding-left: 10px;
	min-width: 270px;;
        height: 30px;
}

.mcn_content input[type=submit] {
        color: #fff;
        background-color: #444;
        border: 4px solid #444;
        padding: 5px 10px;
        font-weight: bold;
        margin-left: 10px;
}

.mcn_content input[type=submit]:hover {
        background-color: #aa0000;
        border-color: #aa0000;
        color: #fff;
}

.mcn_content ::-webkit-input-placeholder {
        color: #fff;
        padding-left: 4px;
}

.mcn_content :-moz-placeholder {
        color: #fff;
        padding-left: 4px;
}

.mcn_content ::-moz-placeholder {
        color: #fff;
        padding-left: 4px;
}

.mcn_content :-ms-input-placeholder {
        color: #fff;
        padding-left: 4px;
}

.mcn_content .mc_msg {
	color: #fff;
	padding-top: 0 !important;
}

.mc_msg {
        font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

.mc_clear {
        top: 0;
        left: 0;
        visibility: hidden;
        position: absolute;
        height: 0;
        width: 0;
}

/*
#mcnlx_content {
        left: 50%;
        color: #fff;
        width: auto;
	min-width: 500px;
        display: block;
        margin: 0 auto;
        position: absolute;
        border: 0px solid #fff;
	transform: translateX(-50%);
        font-size: 16px;
        overflow: hidden;
	height: 70px;
}

#mcnlx_content p {
        margin: 0;
        padding: 0;
}

#mcnlx_content i {
        color: #fff;
        font-size: 30px;
        padding-right: 10px;
}

#mcnlx_content input[type=email] {
        color: #fff;
        border: 2px solid #fff;
        background-color: transparent;
        padding-left: 10px;
	height: 30px;
	width: 250px;
}

#mcnlx_content input[type=submit] {
	color: #fff;
	background-color: #444;
	border: 4px solid #444;
	padding: 5px 10px;
	font-weight: bold;
	margin-left: 10px;
}

#mcnlx_content input[type=submit]:hover {
	background-color: #aa0000;
	border-color: #aa0000;
	color: #fff;
}

#mcnlx_content ::-webkit-input-placeholder {
        color: #fff;
        padding-left: 4px;
}

#mcnlx_content :-moz-placeholder {
        color: #fff;
        padding-left: 4px;
}

#mcnlx_content ::-moz-placeholder {
        color: #fff;
        padding-left: 4px;
}

#mcnlx_content :-ms-input-placeholder {
        color: #fff;
        padding-left: 4px;
}
*/

._mcerrors {
	text-align: center;
        color: #fff !important;
        font-size: .8em;
}

/*
._full {
        width: 100%;
        overflow: hidden;
	box-sizing: border-box;
}

._half  {
        width: 50%;
        float: left;
        overflow: hidden;
	box-sizing: border-box;
}

._in {
        height: auto;
        padding: 20px 30px;
        overflow: hidden;
}
*/

.fluid p img {
	height: auto !important;
}

.textwidget {
	opacity: 0.9999 !important;
	margin-top: 20px;
	/*overflow: hidden;*/
}

.video-container {
    position: relative;
    padding-bottom: 56.25% ; /* 16:9 */
    padding-top: 25px ;
    height: 0;
    margin-bottom: 40px;
}

.video-container br {
	display: none;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: initial !important;
}

.clear {
    clear: both;
}
.visible-xs {display: none !important;}

/* Global Elements ==============================================================**/
li[id^="text-"] {
    list-style: none !important;
}
.column {
    float: left;
}
.clear {
    clear: both;
}
ul > li {
    margin-bottom: 10px;
    font-family: 'myriad-pro';
    color: #4e4e4e;
}
#body-content ul > li {
    font-size: 1.2em;
    font-family: 'myriad-pro';
    color: #4e4e4e;
}
#body-content ul > li > ul > li {
    font-size: 1em;
    font-family: 'myriad-pro';
    color: #4e4e4e;
}
p {
    font-size: 1.2em;
    line-height: 31px;
    margin: 7px 0 17px 0; padding: 0;
    font-family: 'myriad-pro';
    color: #4e4e4e;
}
h2 {
    font-size: 1.9em;
    font-weight: 400;
    color: #696969;
    margin: 30px 0 0 0; padding: 0;
    text-transform: uppercase;
    font-family: 'museo-slab';
}
h3 {
    font-size: 1.6em;
    color: #333;
    margin: 40px 0 0 0; padding: 0;
    text-transform: capitalize ;
    font-family: 'museo-slab';
    font-weight: 300;
    color: #4e4e4e;
}
/*
html {
    height: 100%; width: 100%;
    background: #fff;
    overflow: auto;
}
*/
table {
    font-family: 'myriad-pro';
    color: #4e4e4e;
    font-size: 1em;
}
#ad {
    padding: 30px 0 0 0;
    margin: 35px 0;
    text-align: center;
    border-top: 2px solid #AA0000;
    display: block;
    text-align: center;
}
blockquote {
    padding: 13px 40px;
    margin: 30px 0;
    position: relative;
}
blockquote:before {
    position: absolute;
    top: -30px; left: 0;
    width: 100%;
    height: 20px;
    background: url('../images/top-shadow.png') no-repeat bottom;
    content: ' ';
}
blockquote:after {
    position: absolute;
    background: url('../img/bottom-shadow.png') no-repeat top;
    height: 20px;
    width: 100%;
    content: ' ';
    bottom: -30px; left: 0;
}

/* Like blockquote */
._quote {
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: center;
	position: relative;
}

._quote::before {
    position: absolute;
    top: -30px; left: 0;
    width: 100%;
    height: 20px;
    background: url('../img/top-shadow.png') no-repeat bottom;
    content: ' ';
}

._quote::after {
    position: absolute;
    background: url('../img/bottom-shadow.png') no-repeat top;
    height: 20px;
    width: 100%;
    content: ' ';
    bottom: -30px; left: 0;
}

/* end like blockquote */

/* Special Blockquote class */
blockquote._s {
	width: 80%;
	float: left;
	font-size: 18px;
	overflow: hidden;
	background: rgba(255,255,255,0.05);
	quotes: "\201C""\201D""\201C""\201D";
	padding: 0 20px;
	clear: both;
}

blockquote._s:before {
	color: #ccc;
	font-size: 4em;
	line-height: 0.1em;
	content: open-quote;
	margin-right: 15px;
	vertical-align: -0.4em;
}

blockquote._s p {
	/*width: 100%;
	display: inline;*/
}

blockquote em {
	font-style: italic;
	font-size: .8em;
}

blockquote._s h4 {
	width: 70%;
	float: left;
}

blockquote._s img {
	float: right;
	/*max-width: 25%;*/
	margin: -10px 0 0 20px;
	border: 1px solid transparent;
	border-radius: 50%;
}

blockquote._s p {
	float: inherit;
}
/* end special blockquote class */

.buy-print, .wp-caption, .photo-caption {
    font-family: 'myriad-pro';
    color: #4e4e4e;
    font-size: 0.96em;
    position: relative;
    top: -24px;
    background: #F4F4F4;
    max-width: 880px;
    padding: 10px;
    text-align: center;
}
.alignright {
    float: right;
	margin: 0 0 10px 20px;
}
.alignleft {
    float: left;
	margin: 0 20px 10px 0;
}

hr {
    background: #AA0000;
    height: 1px;
    border: 1px solid #AA0000;
    margin: 20px 0;
}
a {
    color: #AA0000 ;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.two-column {
    width: 100%;
    overflow: hidden;
}
.two-column .left-column, .page-template-default .two-column .right-column {
    float: left;
    width: 50%;
}
.two-column .left-column p, .page-template-default .two-column .right-column p {
    width: 95%;
}
.three-column {
    overflow: hidden;
}
.three-column .left-column, .three-column .middle-column,.three-column .right-column {
    float: left;
    width: 33%;
}
.buy-total-package {
    background-color: #F1EDDF;
    border: 3px solid #CF0303;
    border-radius: 10px;
    color: #000000;'jnp'
font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    margin-top: 10px;
    padding-bottom: 2px;
    text-align: center;
    padding: 20px 0;
}
.buy-package {
    background-color: #F9F7F1;
    border: 2px solid #CF0303;
    border-radius: 10px;
    color: #000000;
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    padding-bottom: 2px;
    text-align: center;
    padding: 20px 0;
}
.headings_landingpage {
    margin: 20px 0 5px;
}
.package_price_header {
    font-size: 36px;
    line-height: 38px;
    margin: 10px;
    text-align: center;
}
.price_best_landingpage {
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 58px;
    margin: 10px;
    text-align: center;
}
.price_better_landingpage {
    color: #000000;
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    font-size: 44px;
    font-weight: bold;
    line-height: 46px;
    margin: 10px;
    text-align: center;
}
.price_normal_landingpage {
    color: #000000;
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px;
    text-align: center;
}
.package_landingpage {
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}
.package_better_landingpage {
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
}
.package_normal_landingpage {
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}
.details_landingpage {
    font-family: "Helvetica Neue","Trebuchet MS",sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
#___comments_0 {
    width: 100% !important;
}

/* Social Links =================================================================**/
#social-links {
	margin: 0 ;
	padding: 0;
	font-size: 30px;
}

/*
#social-links > li {
    display: inline-block;
    zoom: 1;
    text-indent: -999px;
}

#social-links > li:nth-of-type(1) {
    background: url('../img/about-google-plus.png') no-repeat center;
}
#social-links > li:nth-of-type(2) {
    background: url('../img/about-facebook.png') no-repeat center;
}
#social-links > li:nth-of-type(3) {
    background: url('../img/about-twitter.png') no-repeat center;
}
#social-links > li:nth-of-type(4) {
    background: url('../img/about-pinterest.png') no-repeat center;
}
#social-links > li:nth-of-type(5) {
    background: url('../img/about-youtube.png') no-repeat center;
}
#social-links > li:nth-of-type(6) {
    background: url('../img/about-feed.png') no-repeat center;
}
#social-links > li > a {
    display: block;
    height: 37px;
    width: 37px;
    margin: 0 5px 0 0;
}
*/

#social-links br {
	display: none;
}
#social-links a {
	float: left;
	display: inline-block;
    	margin: 0 5px 0 0;
}
#social-links i {
	font-size: 30px;
}
#social-buttons {
    list-style: none;
    margin: 0 0 20px 0; padding: 0;
}
#social-buttons > li {
    float: left;
    margin: 0 20px 0 0;
}

/* Wrapper/Container ============================================================**/
#wrapper {
    position: relative;
    z-index: 9;
    background: #fff;
    overflow: hidden;
}
.container {
    position: relative;
    z-index: 5;
    background: #fff;
    margin: auto;
    width: 1600px;
}

/* Header =======================================================================**/

/*
header {
    position: relative;
}
header a div {
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}
header a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
header a.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
header .pager {
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 35px;
    margin-top: -20px;
    text-align: center;
    line-height: 35px;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    border-radius: 35px;
    -moz-transition: opacity .3s linear;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    header .pager {
        line-height: 38px !important;
    }
    #ads #newsletter-signup form input[type="submit"] {
        right: -27px !important;
    }
}
header .pager:hover {
    cursor: pointer;
    background: rgba(255,255,255,1);
    -moz-transition: background .3s linear;
}
header .pager.active {
    opacity: 1;
    -moz-transition: opacity .3s linear;
}
header #prev.pager {
    left: 10px;
}
header #next.pager {
    right: 10px;
}
*/

/* search results styling */
.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #fff;
	background-color: #FFFFFF;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: #000000;
	font-size: 1.2em;
	font-family: 'myriad-pro';
	color: #4e4e4e;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #aa0000;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: #aa0000;
}
.gsc-tabHeader.gsc-tabhActive {
	border-top-color: #aa0000;
	border-left-color: #ccc;
	border-right-color: #ccc;
	background-color: #fff;
}
a.gs-title:hover {
	text-decoration: none;
}
.gsc-control-cse div {
	position: relative;
}
.gsc-control-cse .video-container {
	padding-bottom: 0px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #AA0000;
	font-size: 1.2em;
}


/* Side Navigation ==============================================================**/

/*
#side-navigation {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    height: auto;
    background: #555;
    z-index: 9999999;
    padding: 50px 20px 20px 20px;
    color: #c0c0c0;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}
#side-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#side-navigation ul > li {
    color: #c0c0c0;
    margin: 0;
}
#side-navigation #side-primary-navigation ul > li:hover > ul {
    display: block ;
    margin-left: 10px;
    margin-top: 10px;
    border-left: 1px dotted #999;
    padding-left: 10px;
}
#side-navigation #side-primary ul ul > li {
    border: 0;
    padding: 15px 0;
    color: #c0c0c0;
}
#side-navigation ul > li > a {
    font-family: 'museo-slab';
    font-size: 0.91em;
    text-decoration: none;
    text-transform: capitalize;
    color: #c0c0c0;
    padding: 20px 0;
    border-bottom: 1px solid #222;
    display: block;
    text-align: right;
}
#side-navigation #side-primary-navigation ul ul {
    display: none;
    border-left: 1px dotted #AAA;
    margin: 15px 0 15px 10px;
    padding: 0 0 0 15px;
}
#side-navigation form {
    margin-bottom: 10px;
}
#side-navigation form.gsc-search-box {
	width: 280px;
	margin: 20px 0 0 15px;
}
#side-navigation input.gsc-search-button {
	font-family: inherit;
	padding: 0 8px;
	height: 30px;
	min-width: 20px;
	background: none;
	background-color: #aa0000;
	color: #fff;
	border: inherit;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#side-navigation form input[type="text"] {
    background: #AAAAAA !important;
    font-family: 'museo-slab';
    font-size: 1.5em;
	width: 100%;
	color: #fff;
}
#side-navigation form input[type="submit"] {
    display: none;
}
#side-navigation #side-secondary ul, #side-navigation #side-secondary ul ul {
    display: block;
}
#side-navigation h3, #side-navigation #side-secondary h3 {
    margin: 0; padding: 0;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'myriad-pro';
    color: #c0c0c0 ;
}
#side-navigation #side-secondary ul > li {

}
#side-navigation #side-secondary ul > li > a {
    display: inline-block;
    zoom: 1;
}
#close-navigation-float {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 10px 0;
    background: #333;
    color: #999;
    display: none;
    position: fixed;
    top: 5px; right: 5px;
    z-index: 999;
}
#close-navigation {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 10px 0;
    background: #333;
    color: #999;
    display: block;
    text-decoration: none;
    position: absolute;
    right: 19px;
    top: 10px;
}
*/

li#search-3 {
	list-style: none;
}

li#search-3 h2 {
	color: #ccc;
	font-size: 1em;
	margin-bottom:10px;
	margin-bottom:1em;
}

li#search-3 #searchform #s {
 padding: 5px;
}

li#search-3 form input[type="submit"] {
	display: inline-block;
	padding: 10px;
	float: right;
	margin: 10px 0;
}

/*===============================================================================**/
/* Site SEarch =======================================================**/
/*===============================================================================**/

/* Logo & Left Navigation =======================================================**/
#left-navigation, #logo {
    width: 20%;
}
#logo {
    border: 0 ;
    z-index: 99;
    position: relative;
    text-align: center;
    pointer-events: auto;
}
#logo img {
    max-width: 100%;
    height: auto;
    border-bottom: 3px solid #AA0000;
}
#left-navigation {
    position: relative;
}
#left-navigation div {
    width: 89.2%;
    padding: 20px 0 0 0;
}
#left-navigation div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#left-navigation div ul ul{
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
#left-navigation div ul h3 {
    color: #AA0000;
    font-family: 'myriad-pro';
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px 5%;
    padding: 0;
}
#left-navigation div ul > li {
    font-family: 'museo-slab';
    margin: 0 0 17px 5%;
    color: #2f2f2f;
    font-weight: 500;
    font-size: 18px;

}
#left-navigation ul > li > a {
    font-family: 'museo-slab';
    text-decoration: none;
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 500;
}
#left-navigation ul > li > a:hover {
    text-decoration: underline;
}

/* Ads ==========================================================================**/
#ads {
    width: 18.75em;
}
#ads hr {
    width: 300px;
    border: 0;
    background: #AA0000;
    height: 1px;
    display: block;
}
#ads #about-trey {
    width: 300px;
    margin: auto;
    background: url('../img/at_bg.png');
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-family: "minion-pro";
    font-style: italic;
    font-size: 16px;
}
#ads #about-trey span {
    display: block;
    text-transform: uppercase;
    font-size: 2.6em;
    line-height: 1em;
    font-style: normal;
}
#ads #about-trey ul {
    list-style: none;
    overflow: hidden;
    text-align: center;
    margin: auto; padding: 10px 0;
    width: 270px;
}
#ads #about-trey ul > li {
    float: left;
    width: 40px; height: 39px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 3px;
}
#ads #about-trey ul > li:nth-of-type(1) {
    background: url('../img/g-sm-icon.png') no-repeat center center;
}
#ads #about-trey ul > li:nth-of-type(2) {
    background: url('../img/fb-sm-icon.png') no-repeat center center;
}
#ads #about-trey ul > li:nth-of-type(3) {
    background: url('../img/twitter-sm-icon.png') no-repeat center center;
}
#ads #about-trey ul > li:nth-of-type(4) {
    background: url('../img/pinterest-sm-icon.png') no-repeat center center;
}
#ads #about-trey ul > li:nth-of-type(5) {
    background: url('../img/youtube-sm-icon.png') no-repeat center center;
}
#ads #about-trey ul > li:nth-of-type(6) {
    background: url('../img/feed-sm-icon.png') no-repeat center center;
    margin: 0 ;
}
#ads #about-trey ul > li > a {
    display: block;
    height: 40px; width: 40px;
}
#ads #newsletter-signup {
    padding: 20px 0 0 0;
    height: 105px; width: 300px;
    margin: 20px auto;
    background: url('../img/newsletter_repeat.png');
    position: relative;
    text-align: center;
}
#ads #newsletter-signup div, #newsletter-signup span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1em;
}
#ads #newsletter-signup span {
    font-family: 'myriad-pro';
    font-weight: 300;
    font-size: 16px;
}
#ads #newsletter-signup div {
    font-family: 'minion-pro';
    text-transform: uppercase;
    font-size: 1.3em ;
}
#ads #newsletter-signup form {
    position: relative;
    top: 15px;
    z-index: 3;
    width: 200px;
    margin: auto;
}
#ads #newsletter-signup form input[type="text"] {
    border: 0;
    font-size: 0.8em;
    color: #AA0000;
    font-family: 'myriad-pro';
    background: rgba(255,255,255,0.6);
    height: 22px;
    text-indent: 6px;
    position: absolute;
    top: 0;
    left: -27px;
}
#ads #newsletter-signup form input[type="submit"] {
    width: 31px; height: 24px;
    background: url('../img/newletter_submit.png') no-repeat center center;
    overflow: hidden;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 0;
    right: -30px;
}
#ads #newsletter-signup img {
    position: absolute;
    bottom: 0; right: 0;
    z-index: 1;
}
#ads #large-ad, #medium-ad {
    width: 300px;
    margin: 20px auto;
	opacity: 0.9999 !important;
}
#ads #four-ads {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
	opacity: 0.9999 !important;
}
#ads #four-ads > li {
    float: left;
    width: 125px;
    margin: 0 0px 30px 0;
}
#ads #four-ads > li:nth-of-type(2), #ads #four-ads > li:nth-of-type(4) {
    position: relative;
    left: 42px;
}
#ads #four-ads.two-ads > li {
    margin: 0 ;
}

/* Single Post/Page =============================================================**/
.single {
	position: relative;
}

.single header {
	min-height: 400px;
}

#wrapper.post {
	padding: 0;
	/*position: initial;*/
	position: static;
	overflow: hidden;
}

.gradient {
        position: absolute;
        top: -400px;
        left: 0;
        right: 0;
        height: 1500px;
        background-position: top center !important;
        z-index: 1;
}

.white-bg {
	left: 0;
	right: 0;
	/*bottom: 0;
	height: 1400px;*/
	height: 50%;
	bottom: 390px;
    	/*background: red;*/
    	position: absolute;
	background: -webkit-linear-gradient(to top,#fff,transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(to top,#fff,transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(to top,#fff,transparent); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top,#fff,transparent); /* Standard syntax */
	background: linear-gradient(to top,#fff,transparent);
	/*background: url('../img/singlebg.png') repeat-x;*/
}

/* Linkwithin plugin=============================================================**/
.linkwithin_posts {
    overflow: hidden !important;
}
.linkwithin_text {
    font-family: 'museo-slab';
    text-transform: uppercase;
    font-weight: 300 !important;
    margin: 15px 0 15px 0 !important;
}
.linkwithin_posts a {
    border: 0px !important;
}
#linkwithin_logo_0 {
    display: none;
}
.linkwithin_posts a div div.linkwithin_title {
    /*width: 200px !important;*/
    /*padding: 0px 0 0 10px !important;*/
    font-family: 'myriad-pro' !important;
    font-weight: bold;
    /*font-size: 0.9em !important;*/
    text-transform: capitalize !important;
}

/* Overlay ======================================================================**/
#social-buttons {
    list-style: none;
    margin: 0 0 20px 0; padding: 0;
}
#social-buttons > li {
    float: left;
    margin: 0 20px 0 0;
}

/* Old Overlay Share CSS
#overlay-share {
    list-style: none;
    margin: 0 20px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: left ;
}
#overlay-share > li {
    float: left;
    padding: 0; margin: 0 15px 0 0;
}
#overlay-share > li div span {
    height: 35px ;
}
#overlay-share > li.google div {
    width: 60px ;
    margin-top: 15px !important;
}
#overlay-share > li.pin {
    margin-top: 15px ;
    margin-right: 6px;
}
#overlay-share > li.google div iframe {
    width: 60px ;
}
#overlay-share > li.magnify {
    display: block;
    width: 33px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../img/magnify-sm.png') no-repeat;
    margin-top: 10px;
    margin-left: 35px;
}
#overlay-share > li.magnify a {
    display: block;
    height: 32px;
    width: 33px;
}
#overlay-share > li.buylink {
    display: block;
    width: 59px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../img/buy-sm.png') no-repeat center;
    margin-top: 10px;
    position: absolute;
    right: 20px;
}
#overlay-share > li.buylink > a {
    display: block;
    height: 32px;
    width: 59px;
}
*/

/* The Content/Blog Roll=========================================================**/
#content {
    width: 80%;
    margin: -70px -21em 0 0;
    /*background: #fff;*/
}
#content .fluid,
#content .fluid-two {
    margin: 0 22em 0 0;
    background: #fff;
}
.entry-wrapper {
    width: 97%;
    font-family: 'myriad-pro';
    color: #4e4e4e;
    margin: 0;
    background: #fff;
}
h2.post-title a {
    color: #AA0000 ;
    font-family: 'museo-slab';
    font-size: 48px;
    margin: 0 0 30px 0;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding: 0;
    text-decoration: none;
}
h2.post-title a:hover {
    text-decoration: none;
}
.entry-wrapper h2.daily-title {
    margin-top: 50px !important;
}
.entry-wrapper .entry {
    margin: 0 0 70px 0;
}
.entry-wrapper .entry img, .entry-wrapper .entry .data div {
    height: auto;
	max-width: 100%;
	max-height: 100%;
}
.entry-wrapper .entry .data h2 {
    /*margin: 0 0 0 15px;*/
}
.entry-wrapper .entry .data iframe {
    margin: 15px 0 0 0;
}
.entry-wrapper .entry .comment-link {
    margin: 20px 0;
    display: block;
    font-family: 'myriad-pro';
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
    text-decoration: none;
}
.entry-wrapper .entry .comment-link:hover {
    text-decoration: underline;
}
.entry-wrapper .entry .entry-date {
    background: #eeeeee;
    height: 65px;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.entry-wrapper .entry .entry-date .entry-day {
    width: 65px;
    height: 65px;
    background: #AA0000;
    display: block;
    float: left;
    text-align: center;
    line-height: 65px;
    font-family: 'museo-slab';
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}
.entry-wrapper .entry .entry-date .entry-title {
    float: left;
    font-size: 22px;
    font-family: 'museo-slab';
    padding: 10px 0 0 10px;
    font-weight: 400;
    color: #6b6b6b;
}
.entry-wrapper .entry-category, .entry-category a {
    font-size: 13px;
    font-family: 'museo-slab';
    text-decoration: none;
    color: #4e4e4e;
    text-transform: uppercase;
}
.entry-wrapper .entry-category a:hover {
    color: #AA0000 ;
    text-decoration: underline ;
}

/* ----misc data -----*/
/*
#infscr-loading {
    position: relative;
    display: block;
    text-align: center;
    width: 97%;
}
#infscr-loading img {

}
.blog-entry-ad {
    margin: 10px 0;
    padding: 20px 0;
    width: 100%;
    border-top: 2px solid #AA0000;
    border-bottom: 2px solid #AA0000;
    text-align: center;
}
.blog-entry-ad img {
    max-width: 100%;
}
#pagination {
    margin: 0 0 20px 0;
}
* */

/* Ads ==========================================================================**/
#ads {
    margin: -70px -21em 0 0;
}

/* Page ==========================================================================**/
.hdrintl {
    margin: 10px;
    float: right;
    padding: 20px;
    background: #eee;
}
.default h2.post-title {
    font-size: 55px ;
    font-weight: 500 ;
    text-transform: capitalize ;
    color: #AA0000;
    margin: 0 0 20px 0;
    font-family: 'museo-slab';
}
.default h1 {
    font-size: 2.1em;
    font-family: 'museo-slab';
    color: #4e4e4e;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.page-template-default #content {
    margin-top: -60px;
}
.page-template-default #content img {
    height: auto;
    max-width: 100%;
}
.page-template-default h2.post-title  {
    font-size: 55px ;
    font-weight: 500 ;
    text-transform: capitalize ;
    color: #AA0000;
    margin: 0 0 20px 0;
    font-family: 'museo-slab';
}
.page-template-default #ad {
    padding: 30px 0 0 0;
    margin: 35px 0;
    text-align: center;
    border-top: 2px solid #AA0000;
}
.page-template-default #ad img {
    max-width: 100%;
    height: auto;
}

.page-template-default hr {
    background: #AA0000;
    border: 1px solid #AA0000;
    margin: 20px 0;
}

/*
.page-template-default hr {
	border: 0;
	background: transparent;
	border-top: 2px solid #aa0000;
	margin: 20px 0;
}
*/

.page-template-default h4 {
    font-family: 'museo-slab';
    font-weight: 300;
    color: #4E4E4E;
    font-size: 18px;
    margin-bottom: 0;
}

/*
footer {
    background: #aa0000;
    overflow: hidden;
}
footer .container {
    background: transparent;
    width: 900px;
    overflow: hidden;
    position: relative;
}
footer .container .col4 {
    width: 25%;
    float: left;
    display: block;
}
footer .container .col4 ul {
    list-style: none;
    padding: 40px 0;
    margin: 0;
}
footer .container .col4 ul > li > a {
    color: #fff;
    text-decoration: none;
    font-family: 'museo-slab';
}
footer .container .col4 ul > li > a:hover {
    text-decoration: underline;
}
footer .container .col4 #footer-social {
    width: 150px;
    position: absolute;
    right: 0;
}
footer .container .col4 #footer-social > li {
    display: inline-block;
    text-align: right;
}
footer .container .col4 #footer-social > li > a {
    display: block;
    width: 40px;
    height: 39px;
    overflow: hidden;
    text-indent: 999px;
}
footer .container .col4 #footer-social > li:nth-of-type(1) > a {
    background: url(../img/g-sm-icon.png) no-repeat center center;
}
footer .container .col4 #footer-social > li:nth-of-type(2) > a {
    background: url(../img/fb-sm-icon.png) no-repeat center center;
}
footer .container .col4 #footer-social > li:nth-of-type(3) > a {
    background: url(../img/twitter-sm-icon.png) no-repeat center center;
}
footer .container .col4 #footer-social > li:nth-of-type(4) > a {
    background: url(../img/pinterest-sm-icon.png) no-repeat center center;
}
footer .container .col4 #footer-social > li:nth-of-type(5) > a {
    background: url(../img/youtube-sm-icon.png) no-repeat center center;
}
footer .container .col4 #footer-social > li:nth-of-type(6) > a {
    background: url(../img/feed-sm-icon.png) no-repeat center center;
}
.footer-site {
    text-align: center;
    font-family: 'museo-slab';
    color: #AA0000;
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
}
*/

/* DIFFERENT SCREEN SIZES */

/*Medium Desktops*/
@media(min-width: 1250px) and (max-width: 1600px) {
	/* Navigation - Main and mobile menus */
	._menu ul.menu li {
		font-size: 1rem;
		margin-right: 10px;
	}

    .visible-xs {display: none !important;}

    /* Container ====================================================================**/
    .container {
        width: 99%;
    }

    /* Header =======================================================================**/
    header .pager {
        position: fixed ;
    }
    header div {
        /*position: fixed*/
    }

    /* Left Navigation ==============================================================**/
    #left-navigation {
        margin-right: 0.8em;
    }

    /* The Content/Blog Roll=========================================================**/
    #content {
        width: 80%;
        margin: -1.5em -21em 0 0;
        /*background: #fff;*/
    }
    #content .fluid,
    #content .fluid-two {
        margin: 0 21em 0 0;
        background: #fff;
    }
    .entry-wrapper {
        width: 99%;
    }
    .entry-wrapper h2.post-title a {
        font-size: 1.4em;
        margin: 0 0 20px 0;
    }
    .entry-wrapper .entry {
        margin: 0 0 70px 0;
    }
    .entry-wrapper .entry-title .entry-category,
    .entry-wrapper .entry-title .entry-category a {
        font-size: 13px;
    }
    .entry-wrapper .daily-photo .daily-overlay:hover {
        opacity: 1;
    }
    .entry-wrapper .daily-photo .daily-overlay h3 {
        font-size: 26px;
        margin: 0 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay hr {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay #social {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo #exif-list {
        margin: 5px 20px;
    }

    /* Ads ==========================================================================**/
    #ads {
        margin: -1.5em -20em 0 0 ;
    }
}

@media (max-width: 1300px) {
	._social {
		margin-right: 30px;
	}
}

@media (max-width: 1250px) {
	._bts_nomember {
		display: block;
		text-align: center;
	}

	._bts_nomember div, ._bts_nomember p {
		flex: 0;
		width: auto;
		display: block;
		position: relative;
		padding: 10px;
	}

	._bts_icon {
		position: initial !important;
		height: 30px !important;
	}

	._bts_icon img {
		left: 50%;
		top: initial;
		transform: translateX(-50%);
		padding: 10px 0;
	}

	._bts_nomember a, ._bts_nomember p, ._bts_nomember h3 {
		top: initial;
		/*position: initial;*/
        	position: static;
		transform: initial;
	}

	._bts_nomember h3 {
		width: 100%;
	}
}

/*Small Desktops*/
@media(min-width: 1100px) and (max-width: 1250px) {
	/* Navigation - Main and mobile menus */
	._menu .menu {
		display: none;
	}

	/* Old stuff */
    .visible-xs {
		display: none !important;
	}

    .two-column .left-column, .page-template-default .two-column .right-column {
        float: left;
        width: 100% !important;
    }

    /* Container ====================================================================**/
    .container {
        width: 98%;
    }

    /* Header =======================================================================**/
    header .pager {
        position: fixed ;
    }
    header div {
        /*position: fixed*/
    }

    /* Overlay ======================================================================**/
    #social-buttons {
        list-style: none;
        margin: 0 0 20px 0; padding: 0;
    }
    #social-buttons > li {
        float: left;
        margin: 0 20px 0 0;
    }
    #overlay-share {
        list-style: none;
        margin: 0 20px;
        padding: 0;
        width: 100%;
        overflow: hidden;
        position: relative;
        text-align: left ;
    }
    #overlay-share > li {
        float: left;
        padding: 0; margin: 0 15px 0 0;
    }
    #overlay-share > li div span {
        height: 35px ;
    }
    #overlay-share > li.google div {
        width: 60px ;
        margin-top: 15px ;
    }
    #overlay-share > li.pin {
        margin-top: 15px ;
        margin-right: 6px;
    }
    #overlay-share > li.google div iframe {
        width: 60px ;
    }
    #overlay-share > li.magnify {
        display: block;
        width: 33px;
        height: 32px;
        overflow: hidden;
        text-indent: -9999px;
        background: url('../img/magnify-sm.png') no-repeat;
        margin-top: 10px;
        margin-left: 35px;
    }
    #overlay-share > li.magnify a {
        display: block;
        height: 32px;
        width: 33px;
    }
    #overlay-share > li.buylink {
        display: block;
        width: 59px;
        height: 32px;
        overflow: hidden;
        text-indent: -9999px;
        background: url('../img/buy-sm.png') no-repeat center;
        margin-top: 10px;
        position: absolute;
        right: 20px;
    }
    #overlay-share > li.buylink > a {
        display: block;
        height: 32px;
        width: 59px;
    }

    /* The Content/Blog Roll=========================================================**/
    #content {
        width: 80%;
        margin: 0px -20em 0 0;
        /*background: #fff;*/
    }
    #content .fluid,
    #content .fluid-two {
        margin: 0 21em 0 0;
        background: #fff;
    }
    .entry-wrapper h2.post-title a {
        font-size: 1.4em;
        margin: 0 0 20px 0;
    }
    .entry-wrapper .entry img,
    .entry-wrapper .entry .data div {
        height: auto;
        max-width: 100%;
		max-height: 100%;
    }
    .entry-wrapper .entry-date .entry-title .entry-category,
    .entry-wrapper .entry-date .entry-title .entry-category a {
        font-size: 13px;
    }
    .entry-wrapper .daily-photo .daily-overlay {
        opacity: 0;
    }
    .entry-wrapper .daily-photo .daily-overlay:hover {
        opacity: 1;
    }
    .entry-wrapper .daily-photo .daily-overlay h3 {
        font-size: 1.4em;
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay hr {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay #social {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo #exif-list {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo #exif-list > li {
        margin: 0;
        font-size: 14px;
    }
    #overlay-share > li.magnify {
        margin-left: 50px ;
    }

    /* Ads ==========================================================================**/
    #ads {
        margin: 0px -20em 0 0 ;
    }

    /* Page ==========================================================================**/
    .hdrintl {
        float: none ;
        width: 300px;
        margin: 0;
    }
    .default #content {
        margin-top: 0px;
    }
    .default #content a {
        color: #AA0000 ;
        text-decoration: underline ;
        font-weight: none ;
    }
    .default #content a:hover {
        text-decoration: none ;
    }
    .default #content img {
        height: auto;
        max-width: 100% ;
        margin-top: 20px;
    }
    .default h2.post-title  {
        font-size: 40px ;
    }
}

/*Max 1100 defaults shared*/
@media (max-width: 1100px) {
	/* Mobile Classes*/
        .mob_center {
                width: 100% !important;
                text-align: center;
        }

	/* Load More button */
	#byscripts_ajax_posts_loader_trigger {
		/*margin: 20px auto 50px auto;*/
	}
	/* Navigation - Main and mobile menus */
	._menu .menu {
		display: none;
	}

	#mobile-navigation {
		/*display: initial;*/
	}

	/*Videos*/
	.video-container iframe {
		width: 100%;
		height: auto;
		min-height: 100% !important;
		/*
		min-height: 460px !important;
		*/
	}

	footer, footer .container ul li {
		text-align: center;
	}

	footer ._30, footer ._70 {
		width: 100%;
	}

	.visible-xs, #_video_spin {
		display: none !important;
	}

	#_welcome h1 {
		font-size: 2.5rem;
	}

	#_welcome h3 {
		font-size: 1.5rem;
	}

	._half {
		float: none;
		width: 100%;
		padding: 10px 0;
		position: relative;
		border-top: 0;
	}

	._social{
		background-color: transparent;
		border-left: 0;
	}

	._social ._icons .fa-navicon {
		display: block;
	}

	/*Old Stuff*/
	.container {
        width: 100%;
    }

    /*Header*/
    header a div {
        position: absolute;
    }

    header .pager {
        opacity: 1;
    }

    /*Left Navigation*/
    #left-navigation {
        display: none;
    }
/*
    #logo {
        height: 100px;
        overflow: hidden;
        display: block;
        background: url('../images/stuck_logo.png') no-repeat center center;
        position: relative;
        width: 20%;
    }

    #logo img {
        display: none;
        height: 100px;
    }
*/
	/*Content/Blog Roll*/
	#content {
        width: 100%;
        background: #fff;
        padding-bottom: 100px !important;
    }

    #content .fluid, #content .fluid-two {
        background: #fff;
        padding: 10px;
    }

    .entry-wrapper {
        width: 100%;
    }

    .entry-wrapper h2.post-title a {
        margin: 0 0 20px 0;
    }

    /*Page*/
    .hdrintl {
        width: 300px;
        margin: 0;
        float: none !important;
    }

    .default #content {
        margin-top: 0px;
    }

    .default #content a {
        color: #aa0000;
        text-decoration: underline;
        font-weight: normal;
    }

    .default #content {
        margin-top: 0;
    }

    .default #content img {
        height: auto;
        margin-top: 10px;
        max-width: 100% !important;
    }

	/* Old Google code - Confirm if necessary*/
	.gsc-control-cse {
		font-family: 'museo-slab';
		border-color: transparent;
		background-color: transparent;
	}

	#side-navigation form input[type="text"] {
		font-size: 1.5em;
		background: #eee !important;
	}

	input.gsc-search-button {
		background-color: #aa0000;
		color: #fff;
		font-size: 1.2em;
		padding: 2px 5px;
		height: auto;
		font-weight: normal;
	}

	.gsc-tabHeader.gsc-tabhActive {
		border-top-color: #FF9900;
		border-left-color: #E9E9E9;
		border-right-color: #E9E9E9;
		background-color: #FFFFFF;
		padding: 5px 10px;
		font-size: 1.2em;
		width: 93.5%;
		margin: 0px;
	}

	.gsc-tabHeader.gsc-tabhInactive {
		border-color: #E9E9E9;
		background-color: #E9E9E9;
		padding: 5px 10px;
		font-size: 1.0em;
		width: 93.5%;
		margin: 0px;
	}

	.gsc-tabsArea .gs-spacer {
		font-size: none;
	}

	.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
		color: #aa0000;
	}

	.gs-webResult div.gs-per-result-labels a.gs-label {
		text-decoration: underline;
		cursor: pointer;
		padding: 3px;
		color: #696969;
	}

	.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
		color: #AF7777;
	}

	.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
		color: #aa0000;
	}

	.gsc-results .gsc-cursor-box .gsc-cursor-page {
		border-color: transparent;
		background-color: transparent;
		color: #EEEEEE;
		font-size: 24px;
	}
}

/*Tablet Landscape*/
@media(min-width: 900px) and (max-width: 1100px) {
    /*Content/Blog Roll*/
    #content {
        margin: 0 -19.5em 0 0;
    }

    #content .fluid,
    #content .fluid-two {
        margin: 0 21em 0 0;
    }

    .entry-wrapper h2.post-title a {
        font-size: 1.4em;
    }

    /*Confirm*/
    .entry-wrapper .entry-date .entry-title .entry-category,
    .entry-wrapper .entry-date .entry-title .entry-category a {
        font-size: 13px;
    }
    .entry-wrapper .daily-photo .daily-overlay {
        display: none;
        opacity: 0;
    }
    .entry-wrapper .daily-photo:hover .daily-overlay {
        display: block;
        opacity: 1;
    }
    .entry-wrapper .daily-photo .daily-overlay h3 {
        font-size: 1.8em;
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay hr {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay #social {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo #exif-list {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo #exif-list > li {
        margin: 3px 0;
    }

	/*ADs*/
    #ads {
        margin: 10px -20em 0 0;
        width: 19em;
    }

	/*Page*/
    .default #content a {
        font-weight: normal;
    }

    .default h2.post-title  {
        font-size: 42px;
    }

/*
	footer {
        margin-top: 100px;
    }
*/
}

/*Max 900 defaults shared*/
@media (max-width: 900px) {
	._lad #large-ad, ._lad #medium-ad, ._lad .textwidget {
        margin: 20px 0 20px 50% !important;
		transform: translateX(-50%) !important;
		width: 300px !important;
	}

	._header_film, ._header_film section {
		/*max-height: 400px;*/
	}

	._header_film section {
		/*min-height: 400px;*/
	}

	/*Globals*/
	._15, ._20, ._25, ._30, ._33, ._40, ._45, ._50, ._60, ._70, ._75, ._80, ._85, _half, .left-column, .right-column {
        float: left;
        clear: both;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        border: 0;
    }

	._15 p, ._20 p, ._25 p, ._30 p, ._33 p, ._40 p, ._45 p, ._50 p, ._60 p, ._70 p, ._75 p ._80 p, ._85 p {

	}
}

/*Tablet Portrait*/
@media (min-width: 768px) and (max-width: 900px) {
    /*Content/Blog Roll*/
    #content, #content .fluid,
    #content .fluid-two {
        margin: 0;
    }

    .entry-wrapper {
        font-family: 'myriad-pro';
        background: #fff;
        color: #4e4e4e;
        margin: 0;
    }

    .entry-wrapper h2.post-title a {
		font-size: 40px;
    }

    .entry-category {
		padding: 0 0 0 10px;
	}

    /*Confirm*/
    .entry-wrapper .entry .entry-date {
        height: 50px;
        margin: 0 0 20px 0;
    }
    .entry-wrapper .entry .entry-date .entry-day {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 37px;
    }
    .entry-wrapper .entry .entry-date .entry-title {
        padding: 4px 0 0 10px;;
        font-size: 21px;
    }
    .entry-wrapper .entry .entry-date .entry-title .entry-category,
    .entry-wrapper .entry .entry-date .entry-title .entry-category a {
        font-size: 12px;
    }
    .entry-wrapper .daily-photo .daily-overlay {
        display: none;
        opacity: 0;
    }
    .entry-wrapper .daily-photo:hover > .daily-overlay {
        display: block;
        opacity: 1;
    }
    .entry-wrapper .daily-photo .daily-overlay h3 {
        font-size: 1.3em;
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay hr {
        margin: 2px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay #social {
        margin: 2px 20px;
    }
    .entry-wrapper .daily-photo #exif-list {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo #exif-list > li {
        margin: 0;
    }

    /*ADs*/
    #ads {
        display: none;
    }

	/*Page*/
    .default #content a {
        font-weight: none ;
    }

    .default h2.post-title  {
        font-size: 45px ;
    }
}

/*Max 767 defaults shared*/
@media (max-width: 767px) {
	#navigation {
		overflow: initial !important;
	}

	#logo {
		height: 50px;
		overflow: hidden;
	}

	.content_right, .content_left {
                width: 100% !important;
        }

	.navigation-extend, .hide-1600, #left-navigation {
		display: none !important;
	}

	.two-column .left-column, .page-template-default .two-column .right-column {
        float: left;
        width: 100% !important;
    }

    .entry-wrapper h2.post-title a {
		font-size: 2.4rem;
    }

    .entry-wrapper .entry .data h2 {
		font-size: 2rem;
    }

    .entry-wrapper .daily-photo-object .daily-title h2 {
		font-size: 1.2rem !important;
		padding: 0 10px;
		margin: 0;
    }

    .entry-wrapper .daily-photo-object > p {
		font-size: 1.2rem;
		padding: 10px;
	}

	/*Videos*/
	.video-container iframe {
		width: 100%;
		height: auto;
		min-height: 300px !important;
	}

	#_welcome h1 {
		font-size: 2.4rem;
	}

	#_welcome h3 {
		font-size: 1.4rem;
	}

    ._social {
		margin-right: 30px;
        	height: 50px;
		padding: 0;
	}

	._social ._searchbox {
	/*._social ._icons .fa-search, ._social ._searchbox {*/
		display: none !important;
	}

	/*Content/Blog Roll*/
    #content {
        margin: 0;
        padding: 0;
    }

    #content .fluid, #content .fluid-two {
        margin: 0;
    }

	/*ADs*/
    #ads {
        display: none;
    }
}

/*Phone Landscape & XL Phone Portrait*/
@media (min-width: 550px) and (max-width: 767px) {
	._social {
        	height: 50px;
		padding: 0;
	}

    .entry-wrapper h2.post-title a {
        font-size: 40px;
    }

    /*Confirm*/
/*
    .entry-wrapper .entry .entry-date {
        height: 50px;
        margin: 0 0 20px 0;
    }
    .entry-wrapper .entry .entry-date .entry-day {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 37px;
    }
    .entry-wrapper .entry .entry-date .entry-title {
        padding: 6px;
        font-size: 21px;
    }
    .entry-wrapper .entry .entry-date .entry-title .entry-category,
    .entry-wrapper .entry .entry-date .entry-title .entry-category a {
        font-size: 10px;
    }
    .entry-wrapper .daily-photo .daily-overlay {
        display: none;
        opacity: 0;
    }
    .entry-wrapper .daily-photo:hover > .daily-overlay {
        display: block;
        opacity: 1;
    }
    .entry-wrapper .daily-photo .daily-overlay h3 {
        font-size: 1.3em;
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay hr {
        margin: 2px 20px;
    }
    .entry-wrapper .daily-photo .daily-overlay #social {
        margin: 2px 20px;
    }
    .entry-wrapper .daily-photo #exif-list {
        margin: 5px 20px;
    }
    .entry-wrapper .daily-photo #exif-list > li {
        margin: 0;
    }
   }
*/
}

/*Phone Portrait*/
@media (max-width: 550px) {
	#logo img {
                opacity: .4;
        }

        ._social {
                padding: 0;
        }

	#content > * > ._top_ad {
                width: auto;
                margin: 0 0 20px 0 !important;
                padding: 0
        }

        #content > * > ._top_ad p {
                padding: 0 20px;
        }

	.video-container {
		height: 100px !important;
	}

    .visible-xs {
		display: block !important;
	}

    .hidden-xs, .hidden-phone {
		display: none !important;
	}

    .two-column {
        width: 100%;
        overflow: hidden;
    }

    .two-column .left-column p, .page-template-default .two-column .right-column p {
        width: 100%;
    }

    blockquote {
        padding: 10px 20px;
    }

    #content .fluid, #content .fluid-two {
        padding: 4px;
    }

    #content h2 {
        font-size: 1.2em;
    }

    /*Confirm*/
/*
    .entry-wrapper h2.post-title,
    .entry-wrapper h2.post-title a {
        font-size: 1.5em ;
        margin: 0 0 20px 0;
    }
    .entry-wrapper .entry-category, .entry-category a {
        font-size: 8px;
    }
    .entry-wrapper .entry img, .entry-wrapper .entry .data div {
        height: auto;
        max-width: 100%;
    }
    .entry-wrapper .entry .data h2 {
        margin: 15px 0 0 0 ;
    }
    .entry-wrapper .entry .entry-date {
        height: 50px;
        overflow: hidden;
        margin: 0 0 20px 0;
    }
    .entry-wrapper .entry .entry-date .entry-day {
        width: 50px;
        height: 50px;
        float: left;
        line-height: 50px;
        font-size: 37px;
        font-weight: 500;
    }
    .entry-wrapper .entry .entry-date .entry-title {
        padding: 6px;
        float: left;
        font-size: 21px;
    }
    .entry-wrapper .entry .entry-date .entry-title .entry-category,
    .entry-wrapper .entry .entry-date .entry-title .entry-category a {
        font-size: 8px;
    }
    .entry-wrapper .entry .data .daily-photo a img {
        max-width: 100%;
        height: auto;
    }
    .entry-wrapper .entry .data .daily-photo .daily-overlay {
        display: none;
        opacity: 0;
    }
    .entry-wrapper .entry .data .daily-photo:hover > .daily-overlay {
        opacity: 1;
        display: block;
    }
    .entry-wrapper .entry .data .daily-photo .daily-overlay h3 {
        font-size: 1.3em;
        margin: 5px 20px;
    }
*/

    /*Page*/
    .hdrintl {
        width: 95%;
        margin: 0 0 10px 0;
    }
}

/**
 * 404 Page Layout
 */

#page-404 {
    max-width: 743px;
    width: 98%;
    margin: 0 auto;
    text-align: center;
}

#page-404 h1 {
    color: rgb(170, 0, 0);
    font-family: 'museo-slab';
    font-size: 48px;
    margin: 0px 0px 30px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding: 0px;
}

#page-404 h2 {
}

.outer-box-404 {
    position: relative;
    width: 100%;
    max-width: 743px;
    height: 55%;
    /*background: url('page-not-found_banner.jpg') no-repeat;
    background-size: 100%;*/
    margin: 0 auto;
}

.outter-box-404 img.main {
    width: 100%;
    height: auto;
}

.small-img-404 {
    position: absolute;
    background: url('') no-repeat;
    background-size: 100%;
    max-width: 280px;
    max-height: 151px;
    width: 38%;
    bottom: 10px;
    left: 10px;
    box-shadow: 3px 3px 12px rgba(0,0,0,.6);
}

.small-img-404 img {
    width: 100%;
    height: auto;
}

.photo-cred {
    text-align: right;
    font-size: 12px;
}

.cta_button {
   border: 1px solid #0f0707;
   background: #ac0000;
   background: -webkit-gradient(linear, left top, left bottom, from(#d18c8c), to(#ac0000));
   background: -webkit-linear-gradient(top, #d18c8c, #ac0000);
   background: -moz-linear-gradient(top, #d18c8c, #ac0000);
   background: -ms-linear-gradient(top, #d18c8c, #ac0000);
   background: -o-linear-gradient(top, #d18c8c, #ac0000);
   background-image: -ms-linear-gradient(top, #d18c8c 0%, #ac0000 100%);
   padding: 13px 26px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #616161 0 1px 0;
   color: #ffffff;
   font-size: 18px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }

.cta_button:hover {
   border: 1px solid #0f0707;
   text-shadow: #616161 0 1px 0;
   background: #ac0000;
   background: -webkit-gradient(linear, left top, left bottom, from(#d18c8c), to(#ac0000));
   background: -webkit-linear-gradient(top, #d18c8c, #ac0000);
   background: -moz-linear-gradient(top, #d18c8c, #ac0000);
   background: -ms-linear-gradient(top, #d18c8c, #ac0000);
   background: -o-linear-gradient(top, #d18c8c, #ac0000);
   background-image: -ms-linear-gradient(top, #d18c8c 0%, #ac0000 100%);
   color: #fff;
   }

.cta_button:active {
   text-shadow: #616161 0 1px 0;
   border: 1px solid #0f0707;
   background: #ac0000;
   background: -webkit-gradient(linear, left top, left bottom, from(#d18c8c), to(#ac0000));
   background: -webkit-linear-gradient(top, #d18c8c, #ac0000);
   background: -moz-linear-gradient(top, #d18c8c, #ac0000);
   background: -ms-linear-gradient(top, #d18c8c, #ac0000);
   background: -o-linear-gradient(top, #d18c8c, #ac0000);
   background-image: -ms-linear-gradient(top, #d18c8c 0%, #ac0000 100%);
   color: #fff;
   }

a.button:link, a.button2:link {
	width: auto;
	/*font-size: 16px;*/
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	border-radius: 2px 12px 2px 6px;
	border-left: 30px solid #ddd;
	/*background-color: #aa0000;*/
	background-color: #000000;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	/*text-decoration: none;*/
	vertical-align: bottom;
	/*border-radius: 2px;*/
	font-weight: 700;
	color: #fff;
	/*border: 0;*/
}

a.button2:link {
	background-color: #bdbdbd;
	text-decoration: none;
}

a.button:focus, a.button:hover {
	border-color: #aa0000;
	background-color: #C10000;
	color: #fff;
}

a.button:active {
	background-color: #750000;
}

a.button2:focus, a.button2:hover, a.button2:active {
	border-color: #b4b4b4;
	background-color: #7e7e7e;
}
