/*

Theme name: Restone

Version: 1.0

Theme url: http://www.restone.it

Author: Tu Comunica

*/

html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:”;}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn’t inherit in IE */
legend{color:#000;}

body{
	font-family: 'Roboto Slab', serif;
	font-style: normal; 
	font-weight: 400; 
	color: #373737;
	-webkit-text-size-adjust: 100%;
	background-color: #f6f6f6;
}

body a{
	transition: all 0.4s ease;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus, *:active {outline:none;}
*::-moz-focus-inner {border:0;}

/* TOP BAR */

.top_bar{
	width: 100%;
	float: left;
	font-size: 15px;
}

.top_bar img{
	width: auto;
	height: 15px!important;
	margin-top: 8px;
}

.top_bar_sx{
	float: left;
	max-width: 40%;
	color: #ffffff;
}

.top_bar_sx p{
	margin-top: 8px;
}

.top_bar_dx{
	float: right;
	margin-top: 5px;
}

.search_box{
	width: auto;
	float: right;
	color: #032645;
}

.search_box_tap{
	width: 40px;
	height: 30px;
	text-align: center;
	font-size: 1.2em;
	padding: 2px 0 0;
}

.search_box_tap:hover{
	color: #ADA188;
	cursor: pointer;
}

.search_module{
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	display: none;
	position: relative;
	z-index: 9999;
}

.search_module form input{
	border: none;
	padding: 0 12px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	background: transparent;
	font-size: 0.9em;
	border: 1px solid #e3e3e3;
	color: #032645;
	background: #fff;
	z-index: 9999999;
}

.show_hide, .show_hide2{
	display:none;
}

.social_box{
	width: auto;
	float: right;
	font-size: 1.2em;
}

.social_single_tap{
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	transition: all 0.4s ease;
	padding: 2px 0 0;
}

.social_box a{
	color: #032645;
}

.social_single_tap:hover{
	color: #ADA188;
}

.phone_box{
	width: auto;
	float: right;
	transition: all 0.4s ease;
	font-size: 1.1em;
	padding: 4px 0 0;
	color: #ada18a;
}

.phone_box a{
	color: #373737;
	text-decoration: none;
}

.phone_box_tap{
	width: auto;
	height: 30px;
	text-align: center;
	display: inline-block;
	margin: 0 15px;
}

.phone_box_tap:hover{
	color: #ADA188;
}

.phone_box_tap p{
	display: inline;
	position: relative;
	top: -1px;
	margin-left: 4px;
	color: #032645;
}

/* HEADER */

.header_wrapper{
	width: 100%;
	height: auto;
	float: left;
	background: linear-gradient(0deg, #f2f2f2 0%, #f6f6f6 100%) left top no-repeat #ffffff;
}

.header{
	width: 100%;
	height: auto;
	float: left;
}

.logo img{
	margin-bottom: -4px;
}

/* NAVIGATION */

.nav{
	position: relative;
	/*z-index: 99999;*/
}

.navnm{
	margin: 2px 0px 0px !important;
}

/* ===== Top ===== */

#navigation ul {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}

/* ===== Primo livello ===== */	
			
#navigation ul li{
	position: relative;
	padding: 0;
	margin: 0;
}

#navigation ul ul li{
	border: none;
	text-align: left;
}

#navigation ul li a{
	display: block;
	text-decoration: none;
	color: #032645;
	line-height: 43px;
	border-right: 1px solid #e3e3e3;
}

#navigation ul li:hover a{
	position: relative;
	color: #0869bf;
}

#navigation .current-menu-item a{
	color: #ada18a;
}

#navigation .current-menu-item.menu-item-314 a{
	color: #032645;
}

#navigation .current-menu-item.menu-item-314 a:hover{
	color: #0869bf;
}

#navigation ul ul, #navigation ul li:hover ul ul{
	position: absolute;
	display: none;
}

#navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
	display: block;
	top: 0px;
	left: 100%;
}

/* ===== Secondo e Terzo livello ===== */

#navigation ul li:hover ul{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#navigation ul ul{
	background: linear-gradient(0deg, #f2f2f2 0%, #f6f6f6 100%) left top no-repeat #ffffff;
	font-size: 14px;
	border: 2px solid #032645;
	box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
	border-radius: 2px;
}

#navigation ul ul ul{
	background: #f7f7f7 !important;
	border-color: #e4e4e4 !important;
	margin-left: -14px;
}

#navigation ul ul li a{
	float: none;
	width: 180px;
	line-height: normal;
	font-variant: normal;
	font-weight: normal;
	color: #032645!important;
	text-transform: none;
	padding: 10px 10px;
	background: none!important;
}

#navigation ul ul ul li a{
	color: #032645;
}

#navigation ul ul li:hover>a{
	color: #ADA189!important;
}

#navigation ul ul ul li:hover>a{
	background: #eee!important;
	color: #777!important;
}

/* SMALL MENU */

.small-menu{
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    transition: all 0.7s;
    background: linear-gradient(0deg, #f2f2f2 0%, #f6f6f6 100%) left top no-repeat #ffffff;
    box-shadow: 0 10px 26px -6px #9c9d9c;
}

.sm-hide{
    opacity: 0;
    top: -100%;
}

.sm-show{
    opacity: 1;
    top: 0;
}

.small-logo{
	width: auto;
	float: left;
	margin-top: 10px;
}

.small-logo img{
	width: auto;
	height: 30px;
	border: none;
	padding: 0px;
}

/* NAV MOBILE */

.nav_mobile{
	width: auto;
	float: right;
	height: 48px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	margin-right: 15px;
	margin-top: 15px;
}

.nav_mobile img{
	width: auto;
	height: 12px;
}

.nav_mobile a{
	display: inline-block;
	width: 100%;
	color: #032645;
	text-decoration: none;
	padding: 7px 10px;
	margin-top: 3px;
	border: 2px solid #032645;
	border-radius: 5px;
}

.nav_mobile a:hover, .nav_mobile a:focus{
	background-color: #032645;
	color: #FFF;
}

.nav_mobile_content{
	width: 100%;
	float: left;
	display: none;
	margin-top: 10px;
}

.nav_mobile_content ul{
	width: 100%;
	float: left;
	text-transform: uppercase;
}

.nav_mobile_content ul li a{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 10px 10px;
	border-bottom: 1px solid #e3e3e3;
	color: #032645;
}

.nav_mobile_content ul ul li a{
	padding-left: 25px;
	
}

.nav_mobile_content ul ul ul li a{
	padding-left: 10px;
	border-left: 10px solid #4A4A4A;
}

.nav_mobile_content ul li a:hover, .nav_mobile_content ul li a:focus{
	background-color: #FFF;
}

.nav_mobile_search{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.nav_mobile_search form input{
	width: 80%;
	border: none;
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 5px;
	background: transparent;
	font-size: 16px;
	border: 2px solid #e3e3e3;
	color: #032645;
	background: #FFF;
}

/* SLIDESHOW */

.big_slide{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background-color: #efefef;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0px 22px 22px -6px rgba(0,0,0,0.10);
}

.big_slide img{
	width: 100%;
	height: auto;
}

.frs-slideshow-container .frs-skin-minimalist div.frs-slider-nav span{
	z-index: 0!important;
}

/* WRAPPER */

.wrapper{
	width: 100%;
	float: left;
}

.wrapper_post{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.wrapper_archive{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.wrapper_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.wrapper_title h3{
	color: #032645;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2em;
}

.wrapper_title p{
	font-size: 1.2em;
	margin-top: 5px;
	color: #797979;
}

/* content center no sidebar */
.wr_cnt_center{
	margin: auto!important;
	float: none!important;
}

.wr_cnt_border{
	width: auto;
	margin: 20px;
	border: 1px solid #333;
}

/* 1 COLONNA */

.wrapper-1-1{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.wrapper-1-1 div:last-child{
	margin-bottom: 0px!important;
}

.col-1-1{
	width: 100%;
	float: left;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 10px 26px -6px #d8d9d8;
	margin-bottom: 40px;
	overflow: hidden;
}

.col-1-1 h2{
	font-size: 1.8em;
	margin-bottom: 20px;
}

.col-1-1 p{
	font-size: 1em;
}

.col-1-1-content{
	width: auto;
	padding: 10px;
}

.col-1-1 h2 a{
	text-decoration: none;
	color: #373737;
}

.col-1-1 h2 a:hover{
	color: #0869bf;
}

.col-1-1 p{
	color: #838383;
}

.col-1-1_preview{
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}

/* GRID */

.grid_wrapper{
	width: 100%;
	float: left;
}

.gwhp{
	padding: 0px!important;
}

.wrapper-grid-uni{
	width: 100%;
	float: left;
}

.col-uni{
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	overflow: hidden;
	transition: all 0.4s ease;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 10px 26px -6px #d8d9d8;
}

.col-uni:hover{
	
}

.col-uni-preview{
	text-align: center;
	overflow: hidden;
	background-image: radial-gradient(50% 95%, #FFFFFF 50%, #f8f8f8 96%);
	width: 100%;
	margin-bottom: 10px;
}

.col-uni-preview img{
	width: auto;
	height: 120%;
}

.ui.grid{
	margin: 0px!important;
}

/* LABEL */

.col_txt{
	color: #373737;
	padding: 0 20px;
}

.col_txt h2{
	color: #373737;
}

.col_txt h2 a{
	text-decoration: none;
	color: #373737;
}

.col_txt h2 a:hover{
	color: #0869bf;
}

.cat_label{
	text-transform: uppercase;
	color: #ada18a;
}

.cat_label a{
	text-decoration: none;
	color: #ada18a;
	border: 1px solid #e9d9b7;
	padding: 2px 5px 1px;
	border-radius: 2px;
}

.cat_label a:hover{
	color: #dec490;
}

/* SIDEBAR */

.single_widget{
	width: 100%;
	float: left;
	margin-bottom: 40px;
	padding: 12px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 10px 26px -6px #d8d9d8;
}

.sw_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	color: #ada18a;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
}

.sw_lists_simply img, .sw_lists_link img{
	width: auto;
	height: 15px;
	margin-right: 10px;
}

.sw_lists_simply ul li{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #373737;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #efece6;
	margin-bottom: 6px;
}

.sw_lists_link ul li a, .single_widget ul li a{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #373737;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #efece6;
	margin-bottom: 6px;
}

.sw_lists_link ul li a:hover, .single_widget ul li a:hover{
	color: #373737;
	background-color: #f9f8f6;
}

.sw_lists_tag a{
	width: auto;
	display: inline-block;
	background-color: #f6f7f6;
	padding: 10px;
	text-decoration: none;
	color: #373737;
	margin-bottom: 4px;
}

.sw_lists_tag a:hover{
	background-color: #e4e4e4;
}

.sw_total_post{
	width: 100%;
	float: left;
}

.sw_total_post div:last-child{
	margin-bottom: 0px!important;
}

.sw_single_post{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.sw_single_post img{
	width: 96px;
	height: auto;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
}

.sw_single_post h4 a{
	text-decoration: none;
	color: #838383;
}

.sw_single_post h4 a:hover{
	color: #0869bf;
}

.sw_banner{
	width: 100%;
	float: left;
	position: relative;
}

.sw_banner img{
	width: 100%;
	height: auto;
}

.sw_banner_title{
	width: 100%;
	background-color:rgba(95,95,95,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	padding: 10px;
	color: #ffffff;
}

.sw_banner_title h3{
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 5px;
}

.sw_banner_title h3 a{
	color: #ffffff;
	text-decoration: none;
}

.sw_banner_title h3 a:hover{
	text-decoration: underline;
}

.sw_banner_title small{
	font-size: 12px;
}

.sw_form{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.sw_form label{
    display: block;
    margin: 0px;
}

.sw_form br{
	display: none;
}

.sw_form label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}

.sw_form input[type="text"], .sw_form input[type="email"], .sw_form textarea, .sw_form select {
    border: 2px solid #DADADA;
    color: #888;
    padding: 10px;
    outline: 0 none;
    width: 100%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 2px #ECECEC;
    -moz-box-shadow: inset 0px 1px 2px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 2px #ECECEC;
	margin: 10px 0;
	border-radius: 4px;
}

.sw_formselect {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 35px;
    line-height: 25px;
}

.sw_form textarea{
    height:100px;
    max-width: 100%;
}

.sw_form form input:focus, .sw_form form textarea:focus, .sw_form form select:focus{
	background-color: #fafafa;
}

.sw_form form input[type=submit]{
	background: #ada18a;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 20px;
	width: auto;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #052744;
	background-image: linear-gradient(0deg, #052744 0%, #07355c 100%);
	letter-spacing: 1px;
}

.sw_form form input[type=submit]:hover{
	background-color: #052744;
	background-image: linear-gradient(0deg, #ada18a 0%, #dec490 100%);
}

/* PARALLAX */

.parallax-section-1{
	width: 100%;
    float: left;
	margin: 30px 0;
	box-shadow: 0px 42px 42px -6px rgba(0,0,0,0.10);
}

.parallax{ 
	height: 500px; 
	background-size: cover; 
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

#parallax-image-1{ 
	background-image: url('images/dimora-storica-splash.jpg'); 
}

.parallax-content-1{ 
	width: 600px;
	margin: auto;
	text-align: center;
	background-color: white;
	background-color:rgba(255,255,255,0.6);
	padding: 20px;
	border-radius: 4px;
}

.parallax-content-1 h2{ 
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #032645;
}

.parallax-content-1 p{ 
	font-size: 15px;
}

/* POST CONTENT */

.post_content{
	width: 100%;
	float: left;
	clear: both;
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 10px 26px -6px #d8d9d8;
	border-radius: 4px;
}

.post_content:first-child:first-letter { float: left; color: #ada18a; font-size: 70px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5{
	color: #ada18a;
	margin-bottom: 10px;
	font-weight: 700;
}

.post_content h1{
	font-size: 27px;
}

.post_content h2{
	font-size: 20px;
}

.post_content h3{
	font-size: 18px;
}

.post_content h4{
	font-size: 16px;
}

.post_content h5{
	font-size: 13px;
}

.post_content p{
	margin-bottom: 10px;
	line-height: 25px;
}

.post_content a{
	color: #ada18a;
	text-decoration: underline;
}

.post_content a:hover{
	color: #dec490;
}

.post_content img{
	max-width: 100%;
	height: auto;
	display: inline;
	border-radius: 4px;
}

.post_content figure{
	margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;
	margin-bottom: 20px;
}

.post_content .wp-block-gallery ul li:before{
	content: none;
	padding: 0px;
}

.post_content .size-thumbnail{
	width: 150px;
	height: auto;
	border: 1px solid #ebebeb;
}

img.centered, .aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post_content img.alignright{
	margin: 0 0 0px 20px;
	display: inline;
	float: right;
}

.post_content img.alignleft{
	margin: 0 20px 0px 0;
	display: inline;
	float: left;
}

.post_content img.aligncenter{
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.post_content .wp-caption{
	width: auto!important;
	font-size: 12px;
	text-align: center;
}

.post_content ul{
	margin-bottom: 10px;
	list-style: none;
	padding:0;
	margin:0;
}

.post_content ul li{
	line-height: 30px;
	padding-left: 1px; 
}

.post_content ul li:before{
	content: "• ";
	color: #ada18a;
	padding-right: 10px;
}

.post_content ol li{
	list-style: outside;
	list-style-type: decimal;
	line-height: 30px;
	margin-left: 20px;
}

.post_content blockquote {
	border-left: 2px solid #efece6;
	border-bottom: 2px solid #efece6;
	padding: 20px 20px;
	margin-bottom: 20px;
	color: #7b6f55;
	font-style: italic;
}

.post_content blockquote p {
	display: inline;
}

.post_content .ajax-loader{
	width: 15px;
	height: 15px;
}

.post_content iframe{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
}

.post_content hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
	margin: 30px 0;
}

/* TABLE */

.post_content table{
	width: 100%;
	border: 1px solid #c3c3c3;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

.post_content table p{
	margin: 0px;
}

.post_content table thead{
	background-color: #f3f3f3;
	border-bottom: 1px solid #c3c3c3;
}

.post_content table thead tr{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content table thead tr th{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
	text-align: center;
}

.post_content table thead tr:hover{
	background: none;
}

.post_content table thead tr td{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content table tr{
	border: 1px solid #c3c3c3;
	height: 40px;
	vertical-align: middle;
}

.post_content table tr:hover{
	background-color: #fefce3;
}

.post_content table tr td{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content ul, .post_content ol{
	margin-bottom: 20px;
}

/* FORM */

.post_content form{
	width: 100%;
	float: left;
}

.post_content form input{
	border: 2px solid #DADADA;
	color: #888;
	padding: 10px;
	outline: 0 none;
	width: 100%;
	font-size: 16px;
	line-height:15px;
	box-shadow: inset 0px 1px 2px #ECECEC;
	margin: 10px 0;
	border-radius: 4px;
}

.post_content form textarea{
	border: 2px solid #DADADA;
	color: #888;
	padding: 10px;
	outline: 0 none;
	width: 100%;
	font-size: 16px;
	line-height:15px;
	box-shadow: inset 0px 1px 2px #ECECEC;
	margin: 10px 0;
	border-radius: 4px;
}

.post_content form select{
	width: 100%;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	border: 1px solid #cecece;
	box-sizing: border-box;
}

.post_content form input:focus, .post_content form textarea:focus, .post_content form select:focus{
	background-color: #fafafa;
}

.post_content form input[type="checkbox"]{
	border: none;
	padding: 0px;
	width: auto;
}

.post_content .wpcf7-quiz{
	width: 40px;
}

.post_content .wpcf7-acceptance{
	width: auto;
}

.post_content form input[type=submit]{
	background: #ada18a;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 20px;
	width: auto;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #052744;
	background-image: linear-gradient(0deg, #052744 0%, #07355c 100%);
	letter-spacing: 1px;
}

.post_content form input[type=submit]:hover{
	background-color: #052744;
	background-image: linear-gradient(0deg, #ada18a 0%, #dec490 100%);
}

img.wp-smiley{ border:none; width: 15px; height: auto; display: inline;}

.post_content .gallery{
	margin-bottom: 20px!important;
	width: 100%;
	padding: 16px 10px 10px;
	border: 1px solid #ada18a;
}

.post_content .gallery-item{
	margin-top: -4px!important;
	font-size: 11px;
}

.post_content .gallery img{
	border: none!important;
	width: 100%;
	opacity: 1;
	border: 1px solid #FFFFFF!important;
}

.post_content .gallery img:hover{
	opacity: 0.9;
}

/* PAGE */

.page_size{
	width: 84%!important;
}

/* SINGLE HEADER */

.single_header{
	width: 100%;
	float: left;
	box-shadow: 0 10px 26px -6px #d8d9d8;
	background-color: #052744;
	background-image: linear-gradient(0deg, #052744 0%, #07355c 100%);
}

.single_header_content{
	margin: 20px 0;
}

.single_header_content h1{
	font-size: 30px;
	color: #ffffff;
}

.single_header_content .avatar{
	border-radius: 50px;
	position: relative;
	top: 5px;
}

.sh_center{
	text-align: center;
}

.sh_cat{
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.sh_cat a{
	color: #ada18a;
	text-decoration: none;
}

.sh_cat a:hover{
	color: #dec490;
}

.sh_info{
	margin-top: 10px;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFF;
}

.sh_info a{
	color: #FFF;
}

.sh_info img{
	position: relative;
	top: 5px;
	border-radius: 50px;
}

.sh_tag{
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 11px;
	color: #8b8b8b;
}

.sh_tag ul{
	display: inline;
}

.sh_tag ul li{
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
}

.sh_tag ul li a{
	color: #8b8b8b;
}

.sh_des{
	margin-top: 10px;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}

.sh_auth{
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7c7c7c;
}

.box_code{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 10px;
	color: #929292;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.box_code a{
	color: #d6d6d6;
}

/* SPLASH HEADER */

.splash_header{
	width: 100%;
	float: left;
	border-bottom: 2px solid #efece6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.splash_header_content{
	margin: 20px 0;
}

.splash_header_content h1{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0 0 50px #161616;
	letter-spacing: 1px;
}

/* SINGLE SHARE */

.single_share{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	opacity: 0.8;
}

.single_share p{
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.single_share_inline{
	width: 100%;
	float: left;
	opacity: 0.8;
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7c7c7c;
}

.ssi_topm{
	margin-top: 20px;
}

/* NAVIGATION BAR */

.see_all_bar{
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.see_all_bar a{
	background: #ada18a;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 20px;
	width: auto;
	text-transform: uppercase;
	background-color: #052744;
	background-image: linear-gradient(0deg, #052744 0%, #07355c 100%);
	text-decoration: none;
}

.see_all_bar a:hover{
	background-color: #052744;
	background-image: linear-gradient(0deg, #ada18a 0%, #dec490 100%);
}

.nav_next{
	float: left;
}

.nav_forw{
	float: right;
}

/* CTA */

.cta{
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.cta a{
	border: none;
	padding: 12px 18px 15px;
	box-shadow: none;
	cursor: pointer;
	margin-top: 15px;
	width: auto;
	font-size: 1.1em;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 4px;
}

.ctas1 a{
	background-color: #052744;
	background-image: linear-gradient(0deg, #052744 0%, #07355c 100%);
	color: #FFF;
}

.ctas1 a:hover{
	background-color: #052744;
	background-image: linear-gradient(0deg, #ada18a 0%, #dec490 100%);
	color: #FFF;
}

.ctas2 a{
	border: 2px solid #ada188;
	color: #ada188;
}

.ctas2 i{
	font-size: 2em;
}

.ctas2 a:hover{
	background-color: #052744;
	background-image: linear-gradient(0deg, #ada18a 0%, #dec490 100%);
	color: #FFF;
}

.ctafix{
	margin: 60px 0;
	display: inline-block;
}

.section_home{
	width: 100%;
	float: left;
}

#stage{
	text-align: center;
}

#stage h2{
	border: 2px solid #ADA188;
	color: #ADA188;
	border-radius: 50%;
	display: inline-block;
	font-size: 4.5em;
	width: 150px;
	height: 150px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: auto;
	margin-bottom: 10px;
}

/* TWEAK */

.su-row{
	margin-bottom: 2.5em!important;
}

/* FOOTER */

.footer{
	width: 100%;
	float: left;
	margin-top: 60px;
	background-image: linear-gradient(0deg, rgba(172,160,137,0.18) 0%, rgba(214,206,189,0.18) 100%);
}

.footer_content{
	width: 100%;
	float: left;
	font-size: 14px;
	text-align: center;
}

.footer_content .footer_widget:nth-child(3n+3){
	margin-right: 0px!important;
}

.footer_widget{
	width: 100%;
	margin: 0 60px 0px 0;
	float: left;
}

.footer_widget h6{
	width: 100%;
	float: left;
	color: #ada18a;
	margin-bottom: 20px;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 1px solid #ada18a;
	font-weight: 700;
	text-align: center;
}

.footer_info_cnt{
	width: auto;
}

.footer_info_cnt img{
	width: auto;
	height: 15px;
	margin-right: 0px;
}

.footer_info_cnt ul{
	margin-top: 20px;
}

/*.footer_info_cnt .sabout:first-child:first-letter { float: left; color: #ada18a; font-size: 55px; line-height: 40px; padding-top: 5px; padding-right: 8px; padding-left: 3px; }*/

.footer_info_cnt ul li a{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #373737;
	padding: 5px 0;
}

.footer_info_cnt ul li i{
	margin-right: 5px;
}

.fi_cnt_rs{
	font-size: 0.9em;
	margin-top: 20px;
}

.fi_cnt_rs a{
	color: #373737;
	text-decoration: none;
}

.footer_link_line{
	width: auto;
}

.footer_link_line ul li{
	display: inline;
}

.footer_link_line ul li a{
	width: auto;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #373737;
	margin-bottom: 4px;
	border: 1px solid #373737;
}

.footer_link_line ul li a:hover{
	background-color: #e4e4e4;
}

.flogo{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	bottom: 22px;
}

.flogo img{
	width: 220px;
	height: auto;
}

.powered{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.powered img{
	width: 96px;
	height: auto;
	opacity: 0.8;
}