/*Visioni stylesheet*/

/*##### Body #####*/
@font-face {
	font-family: 'MyIcoMoon';
	src:url('../font/custom-icomoon.eot?uwbikn');
	src:url('../font/custom-icomoon.eot?#iefixuwbikn') format('embedded-opentype'),
		url('../font/custom-icomoon.woff?uwbikn') format('woff'),
		url('../font/custom-icomoon.ttf?uwbikn') format('truetype'),
		url('..font/custom-icomoon.svg?uwbikn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-size: 18px;
	line-height: 24px;
  
}
body {
	font-size: inherit;
	line-height: inherit;
}
body.site {
	padding: 0;
	border: 0;
}
body.site.fluid {
	background-color: transparent;
}
/*##### Container #####*/
.container-fluid {
	margin: 0 auto;
	padding: 0;
}
/*##### Header #####*/
.header {
}
.header-inner {

}
.site-description {

}
/* Header's Container */
.pull-right {

}
/*##### Logo #####*/
.navbar .brand {
	text-shadow: none;
	text-transform: uppercase;
	float: none;
}
.site-title {
	font-size: 18px;
	line-height: 36px;
}
/*##### Menu #####*/
.navigation {
	margin-bottom: 0;
	font-size: 1rem;
}
.navbar {
	margin: 0 auto;
}
.navbar-inner {
	border: 0;
	background: transparent;
	min-height: inherit;
	border-radius: 0;
	box-shadow: none!important;

}
.nav-collapse {
	float: none;
}
ul.nav {
	margin: 0;
}
ul.nav > li {
	margin: 0;
	display: inline-block;
}
ul.nav > li a {
	font-size: 1em;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {

}
/*Dropdown style*/
.navbar .dropdown-menu {
	padding: 3px 0;
	display: block;
	left: inherit;
	right: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
	background-image: none;
}
.navbar .dropdown-menu > li a:hover {

}
/*Sub Menu*/
.nav-collapse.in ul.nav > li {
	display: list-item;
}
.navigation .nav-child:before,
.navigation .nav-child:after {
	display: none;
}
.navigation .nav-child {
	border: 0;
	border-radius: 0;
}
.navigation .nav-child a {
	text-align: left;
}
.navigation .nav-child li.active a {
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: underline;
	background: transparent;
}
/*##### Main #####*/
.row-fluid {
}
#content {
	font-size: 1rem

}
main {
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*##### Footer #####*/
.footer {
	padding: 0.5em;
	font-size: 1rem;
}
.footer .container-fluid {
	margin: 0 auto;
	padding: 0;
}
.footer1 {
	position: relative;
	float: left;
	width: 100%;
}
/*##### Typo #####*/
main a {
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

main a::before,
main a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/*Link Style - to be copied in personal.css*/
/*
 main a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}
main a:hover::before,
main a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}
*/
ul, ol {
	margin: 0;
}
h1, h2 {
	margin: 0;
}
h2 {
	line-height: inherit;
}
.page-header {
	border-bottom: 0;
	margin: 0 0 10px;
}
.footer a {
}
/*Slider*/
div.panel {
	margin: 0.6em 0;
	padding: 0;
}
h3.pane-toggler {
	margin: 0;
	padding: 0.5em;
}
h3.pane-toggler-down {
	margin: 0 0 0.4em;
	padding: 0.5em;
}
h3.pane-toggler:after {
	content:"\e007";
	font-family: 'IcoMoon';
	margin-left: 10px;
	font-weight: normal;
	font-size: 0.8em;
}
h3.pane-toggler-down:after{
	content:"\e005";
	font-family: 'IcoMoon';
	margin-left: 10px;
	font-weight: normal;
	color: #FFF;
	font-size: 0.8em;
}
.pane-toggler a {
}
.pane-toggler-down a {
}
.pane-slider {
	padding: 0.5em;
}
/*Thumbnails*/
.thumbnails * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbnails > li {
	margin: 0;
}
.thumbnail {
  	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.thumbnail > img {
	width: 100%;
}
/*Menu footer*/
.footer ul.nav {
	position: relative;
	float: left;
	width: 100%;
}
.footer ul.nav li {
}
.footer ul.nav li a {
	font-size: 1em;
}
.footer ul.nav li a:hover {
	background: transparent;
}
/*##### Right Side box #####*/
#aside * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*##### Box Styles #####*/
.content-container {
	width: 100%;
}
.content-container h4 {
	margin: 0;
}

.content-container a.readmore {
	position: absolute;
}
/*Captionthumb*/
.captionthumb .content-container {
	position: absolute;
}

/*Plainthumb*/
.plainthumb .content-container {
	position: absolute;
}
.plainthumb a.readmore {
	position: absolute;
}
.plainthumb a.readmore:after {
	content: "\5d";
	font-family: "IcoMoon";
}
/*FlexBox*/
/* Definizione Flex Box*/
.flexbox  {
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
}
.flexbox .flexcenter .boxtitle {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-o-order: 2;
}
.flexbox .flexcenter .item0 {
    	order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-o-order: 1;
}
.flexbox .flexcenter .item1 {
    	order: 3;
	-webkit-order: 3;
	-moz-order: 3;
	-o-order: 3;
}
.flexbox .flexright .boxtitle {
	order: 3;
	-webkit-order: 3;
	-moz-order: 3;
	-o-order: 3;
}
.flexbox .flexcenter .item0 {
    	order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-o-order: 1;
}
.flexbox .flexcenter .item1 {
    	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-o-order: 2;
}
/*imgcover*/
.imgcover li,
.imgcover .thumbnail,
.imgcover .img-container,
.imgcover .photo,
.imgcover img {
    height: 100%;
    overflow: hidden;
}
.imgcover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Custom Cover*/
.custom.cover {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15em 0;
    text-align: center;
    opacity: 0.85;
    transition: all 0.2s ease;
}
/*#####-Effects and Animation-#####*/

/*---------------------_-----*/
/***** Slide up content *****/
/*----------------------_--*/
.an-slideup .content-container {
	transition: top 0.5s ease-in;
}s
.an-slideup .content {
	transition: all 0.5s ease-in;
}
.an-slideup li:hover .content-container {
	top: 0;
}
.an-slideup li:hover .content {
	display: block;
}
/*-----------------------------*/
/***** Slide side content *****/
/*---------------------------*/
.slide {
      width: 100vw;
      transition: all 4s ease-out;
      height: 30vh;
}
.toggleSlide {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.5);
    border: 0;
    z-index: 2;
}
.slide.Out {
    transform: translate(100vw, -30vh);
}
.slide.LeftOut {
    transform: translateX(calc(-100vw - 30px));
    transition: all 4s ease-out;
}
.slide.In {
    transform: translate(0, -30vh);
    transition: all 4s ease-out;
}

/*---------------------_-----*/
/***** Zoom In *****/
/*----------------------_--*/
/*zoomin*/
.zoomin .img-container {
    overflow: hidden;
}
.zoomin img {
    transition: transform .35s,filter .35s,opacity .7s;
    will-change: transform;
}
.zoomin li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: contrast(1.25);
    filter: contrast(1.25);
}

/*--------------------------*/
/***** Slide menu *****/
/*------------------------*/

nav.menu-slide {
    position: fixed;
    z-index: 20;
    background-color: #67b5d1;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.menu-slide ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu-slide a {
    font-weight: 300;
    color: #fff;
}
button.close-menu {
    background-color: #3184a1;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}
/* slide menu left and right, push menu left and right */
nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
    top: 0;
    width: 300px;
    height: 100%;
}
nav.slide-menu-left li,
nav.slide-menu-right li,
nav.push-menu-left li,
nav.push-menu-right li {
    display: block;
    text-align: center;
    border-bottom: solid 1px #3184a1;
    border-top: solid 1px #b5dbe9;
}
nav.slide-menu-left li:first-child,
nav.slide-menu-right li:first-child,
nav.push-menu-left li:first-child,
nav.push-menu-right li:first-child {
    border-top: none
}
nav.slide-menu-left li:last-child,
nav.slide-menu-right li:last-child,
nav.push-menu-left li:last-child,
nav.push-menu-right li:last-child {
    border-bottom: none
}
nav.slide-menu-left a,
nav.slide-menu-right a,
nav.push-menu-left a,
nav.push-menu-right a {
    display: block;
    padding: 10px;
    font-size: 18px;
}
nav.slide-menu-left button.close-menu,
nav.slide-menu-right button.close-menu,
nav.push-menu-left button.close-menu,
nav.push-menu-right button.close-menu {
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #3184a1;
    color: #fff;
}
nav.slide-menu-left,
nav.push-menu-left {
    left: -300px
}
nav.slide-menu-right,
nav.push-menu-right {
    right: -300px
}
body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
    left: 0
}
body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
    right: 0
}
body.pml-open #wrapper {
    left: 300px
}
body.pmr-open #wrapper {
    left: -300px
}
/* slide menu top and bottom */
nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
    left: 0;
    width: 100%;
    height: 100px;
}
nav.slide-menu-top ul,
nav.slide-menu-bottom ul,
nav.push-menu-top ul,
nav.push-menu-bottom ul {
    text-align: center;
    padding: 25px 0 0 0;
}
nav.slide-menu-top li,
nav.slide-menu-bottom li,
nav.push-menu-top li,
nav.push-menu-bottom li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
nav.slide-menu-top a,
nav.slide-menu-bottom a,
nav.push-menu-top a,
nav.push-menu-bottom a {
    display: block;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
}
nav.slide-menu-top button.close-menu,
nav.slide-menu-bottom button.close-menu,
nav.push-menu-top button.close-menu,
nav.push-menu-bottom button.close-menu {
    display: block;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
}
nav.slide-menu-top,
nav.push-menu-top {
    top: -100px
}
nav.slide-menu-bottom,
nav.push-menu-bottom {
    bottom: -100px
}
body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
    top: 0
}
body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
    bottom: 0
}
body.pmt-open #wrapper {
    top: 100px
}
body.pmb-open #wrapper {
    top: -100px
}

/*--------------------------*/
/***** Contact Form *****/
/*------------------------*/
/*.contact-form .control-group:nth-child(odd) {
	margin-left: 0;
}*/
.contact-cont {
	position: relative;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding: 2em;
}
.contact .row {
	margin: 0;
}
.contact address {
	font-size: 0.8em;
}
.effect-yoko input {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	height: auto;
	border: none;
	border-radius: 0;
	background: #F3F3F3;
	color: #aaa;
	font-weight: bold;
	line-height: inherit;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.effect-yoko input:focus {
	outline: none;
}

.effect-yoko label {
	display: inline-block;
	float: right;
	padding: 0.75em 1em;
	width: 40%;
	color: #28282A;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/* Yoko */
.effect-yoko input {
	z-index: 10;
	width: 100%;
	background: transparent;
	color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.effect-yoko label {
	position: relative;
	width: 100%;
	text-align: left;
}

.effect-yoko label::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 4em;
	background: #F3F3F3;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.effect-yoko label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.25em;
	background: #28282A;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input.effect-yoko.input__cnt {
	position: relative;
}
.input.effect-yoko.input__cnt:after {
	position: absolute;
	width: 100%;
	background: transparent;
	content: '';
	height: 45px;
	border: 0;
	box-shadow: 0px 0px 2px 0px #4d4d4d;
	transition: all 0.3s;
}
.input.effect-yoko.input__cnt.input--filled:after {
	content: '';
	box-shadow: none;
}
.effect-yoko input:focus,
.input--filled.effect-yoko input {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.effect-yoko input:focus + label::before,
.input--filled.effect-yoko input + label::before{
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.effect-yoko input:focus + label,
.input--filled.effect-yoko label {
	pointer-events: none;
}

.effect-yoko input:focus + label::after,
.input--filled.effect-yoko label::after {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}

.effect-yoko :focus:invalid:focus,
.effect-yoko textarea:focus:invalid:focus,
.effect-yoko select:focus:invalid:focus,
.effect-yoko input:focus:invalid:focus,
.effect-yoko textarea:focus:invalid:focus,
.effect-yoko select:focus:invalid:focus {
	border: none;
	box-shadow: none;
}
.textarea {
	margin-left: 0 !important;
}
.contact .textarea textarea {
	width: 100%;
	background: transparent;
	border: 0;
	/*box-shadow: 0 0 1px #fff;*/
	border-radius: 0;
	border-bottom: 3px solid #28282A;
	transition: all 0.4s;
	color: #000;
	line-height: 1;
}
.contact .textarea textarea:focus,
.input--filled textarea {
	background: #F3F3F3;
}
.contact-form .form-actions {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      background-color: transparent; 
      border-top: 0;
}
.contact-form button {
	color: #FFF;
	margin-top: 1em;
	padding: 1em;
	font-weight: bold;
	background-color: #2E3465;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	border: 0;
}
.contact-form button:hover {
	color: #2E3465;
	background: #69AFF4;
}


/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media all and (max-width:860px) { 
	.buttons br {
	  	display: none
	}
	.buttons button {
	  	padding: 10px 20px
	}
}
@media all and (max-width:660px) { 
	/* slide menu top and bottom */
	nav.slide-menu-top ul,
	nav.slide-menu-bottom ul,
	nav.push-menu-top ul,
	nav.push-menu-bottom ul {
	  	padding: 35px 0 0 0
	}
	nav.slide-menu-top a,
	nav.slide-menu-bottom a,
	nav.push-menu-top a,
	nav.push-menu-bottom a {
	  	line-height: 30px;
	  	padding: 0 2px;
	  	font-size: 12px;
	}
	nav.slide-menu-top button.close-menu,
	nav.slide-menu-bottom button.close-menu,
	nav.push-menu-top button.close-menu,
	nav.push-menu-bottom button.close-menu {
	  	line-height: 30px;
	  	padding: 0 2px;
	}
}
@media all and (max-width:330px) { 
	nav.slide-menu-left,
	nav.slide-menu-right,
	nav.push-menu-left,
	nav.push-menu-right {
	  	top: 0;
	  	width: 100%;
	}
	nav.slide-menu-left,
	nav.push-menu-left {
	  	left: -100%
	}
	nav.slide-menu-right,
	nav.push-menu-right {
	  	right: -100%
	}
	body.sml-open nav.slide-menu-left,
	body.pml-open nav.push-menu-left {
	  	left: 0
	}
	body.smr-open nav.slide-menu-right,
	body.pmr-open nav.push-menu-right {
	  	right: 0
	}
	body.pml-open #wrapper {
	  	left: 100%
	}
	body.pmr-open #wrapper {
	  	left: -100%
	}
}
/*----------------------------*/
/***** Expanding Preview *****/
/*--------------------------*/

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 52px;
	padding: 40px 0 10px;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width:830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width:650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}
/*---------------------------*/
/***** Accordion Slider *****/
/*-------------------------*/
.accordion-slider {
	width: 100%;
	height: auto; /*to edit in personal.css*/
	overflow: hidden;
}
.accordion-slider ul {
	width: 100%;
	margin: 0;
	padding: 0;
  
}
.accordion-slider ul li {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	height: auto; /*to edit in personal.css*/
}
.accordion-slider .accordion-item {
	width: 25%;  
}
.accordion-slider ul:hover li {
	width: 23.33333333333%;
}
.accordion-slider .content-container {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
}
.accordion-slider .content-container a.title {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 50px;
	font-size: 20px;
	background-color: #ccc;
	opacity: 0.9 !important;
	transition: all 0.3s;
	z-index: 10;
}
.accordion-slider .content-container .content {
	text-align: left !important;
	transition: none;
	display: none;
	color: #fff;
	opacity: 0;

}
.accordion-slider ul li:hover {
width: 30%;
}
.accordion-slider ul li:hover .content-container {
	bottom: 0px;
	top: 0;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(240,240,240,0) 50%,rgba(255,146,10,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,rgba(240,240,240,0)),color-stop(100%,rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(240,240,240,0) 50%,rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(240,240,240,0) 50%,rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(240,240,240,0) 50%,rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(240,240,240,0) 50%,rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffaf4b',endColorstr='#ff920a',GradientType=0 );
}
.accordion-slider ul li:hover .content-container a.title {
	padding: 0 20px;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	top: 65% !important;
	opacity: 1;
	background: none !important;
}
.accordion ul li:hover .content-container .content {
	display: block;
	padding: 20px;
	position: absolute;
	bottom: 0;
	opacity: 1;
}
.accordion-slider li img {
	display: block;
	height: 100%;
	overflow: hidden;
	max-width: none;
}
/*##### Effects and Animation on Hover #####*/

/*---------------*/
/***** Honey *****/
/*---------------*/
.effect-honey li {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	cursor: pointer;
	background: #FFF;
}

.effect-honey li img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-honey li:hover img {
	opacity: 0.5;
}

.effect-honey .content-container::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #FFF;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.effect-honey h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

.effect-honey h4 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

.effect-honey .content-container::before,
.effect-honey h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.effect-honey li:hover .content-container::before,
.effect-honey li:hover h4,
.effect-honey li:hover h4 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*---------------*/
/***** Marley *****/
/*---------------*/

.effect-marley {
	text-align: right;
}

.effect-marley h4,
.effect-marley .content {
	position: absolute;
	right: 30px;
	padding: 10px 0;
}

.effect-marley .content {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.effect-marley h4 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.effect-marley li:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-marley h4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

.effect-marley h4::after,
.effect-marley .content {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-marley li:hover h4::after,
.effect-marley li:hover .content {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*---------------*/
/***** Sarah *****/
/*---------------*/

.effect-sarah li {
	background: #42b078;
}
.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0.8;
}

.effect-sarah li:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect-sarah .content-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
}
.effect-sarah .content {
	text-align: left;
}

.effect-sarah h4 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

.effect-sarah h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.effect-sarah li:hover h4::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.effect-sarah li:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

.effect-zoe .content {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.effect-zoe h4 {
	float: left;
}

.effect-zoe .content > span {
	float: right;
}

.effect-zoe p {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-zoe h2,
.effect-zoe .content > span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.effect-zoe content > span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

.effect-zoe h2 {
	display: inline-block;
}

.effect-zoe:hover p {
	opacity: 1;
}

.effect-zoe li:hover .content,
.effect-zoe li:hover h4,
.effect-zoe li:hover .content > span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-zoe li:hover h4 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.effect-zoe li:hover .content > span:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.effect-zoe li:hover .content > span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe li:hover figcaption > span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.effect-chico li:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico .content-container, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden
}
.effect-chico .content-container::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-chico .content-container::before,
.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-chico h4 {
	padding: 20% 0 20px 0;
}

.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.effect-chico li:hover .content-container::before,
.effect-chico li:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
.effect-sadie li {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	text-align: center;
	cursor: pointer;
}
.effect-sadie .content-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
	color: #FFF;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  
}
.effect-sadie .content-container::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.effect-sadie h4 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.effect-sadie .content-container::before,
.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-sadie .content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.effect-sadie li:hover h4 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.effect-sadie li:hover .content-container::before ,
.effect-sadie li:hover .content {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*------------------------------*/
/***** SVG Hover Animation *****/
/*----------------------------*/
.svg-grid {
	margin: 40px auto 120px;
	max-width: 1000px;
	width: 90%;
	overflow: hidden;
}

.svg-grid figure {
	position: relative;
	overflow: hidden;
	margin: 5px;
	background: #333;
}

.svg-grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.svg-grid figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.svg-grid figcaption h2 {
	margin: 0 0 20px 0;
	color: #3498db;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 130%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;

}

.svg-grid figcaption p {
	padding: 0 20px;
	color: #aaa;
	font-weight: 300;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.svg-grid figcaption h2,
.svg-grid figcaption p {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);

}

.svg-grid figure a.readmore {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	background: #fff;
	color: #333;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);

}

.svg-grid figcaption,
.svg-grid figcaption h2,
.svg-grid figcaption p,
.svg-grid figure a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Style for SVG */
.svg-grid svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

.svg-grid svg path {
	fill: #fff;
}

/* Hover effects */
.svg-grid li:hover figure img {
	opacity: 1;
}

.svg-grid li:hover figcaption h2,
.svg-grid li:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.svg-grid li:hover figure a.readmore {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.svg-grid li:hover figcaption p {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;

}
/* Media Queries */
@media screen and (max-width:45em) {
	.svg-grid {
		max-width: 500px;
	}

	.svg-grid figcaption h2 {
		margin-bottom: 0px;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	.svg-grid figcaption p {
		margin: 0;
		padding: 0 10px;
	}
}

@media screen and (max-width:27em) {
	.svg-grid {
		max-width: 250px;
	}


}

/*--------------------------*/
/***** Vertical Slider *****/
/*------------------------*/

.carousel.vertical .carousel-inner {
	height: 100%;
	width: auto;
}

.carousel.vertical .carousel-inner > .item {
	width: auto;
	padding-right: 50px;
	transition: 0.6s ease-in-out top;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel.vertical .carousel-inner > .item {
		transition: 0.6s ease-in-out;
	}

	.carousel.vertical .carousel-inner > .item.next,
	.carousel.vertical .carousel-inner > .item.active.right {
		transform: translate3d(0px, 100%, 0px);
		top: 0;
	}

	.carousel.vertical .carousel-inner > .item.prev,
	.carousel.vertical .carousel-inner > .item.active.left {
		transform: translate3d(0px, -100%, 0px);
		top: 0;
	}

	.carousel.vertical .carousel-inner > .item.next.left,
	.carousel.vertical .carousel-inner > .item.prev.right,
	.carousel.vertical .carousel-inner > .item.active {
		transform: translate3d(0px, 0px, 0px);
		top: 0;
	}
}
@media not all, (-webkit-transform-3d) {
	.carousel.vertical .carousel-inner>.item.active.right,
	.carousel.vertical .carousel-inner>.item.next {
	  left: 0;
	  -webkit-transform: translate3d(100%,0,0);
	  transform: translate3d(100%,0,0);
	}
	.carousel.vertical .carousel-inner>.item.active,
	.carousel.vertical .carousel-inner>.item.next.left,
	.carousel.vertical .carousel-inner>.item.prev.right {
	  left: 0;
	  -webkit-transform: translate3d(0,0,0);
	  transform: translate3d(0,0,0);
	}
}

.carousel.vertical .carousel-inner > .active,
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
	display: block;
}

.carousel.vertical .carousel-inner > .active {
	top: 0;
}

.carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel.vertical .carousel-inner > .next {
	top: 100%;
}

.carousel.vertical .carousel-inner > .prev {
	top: -100%;
}

.carousel.vertical .carousel-inner > .next.left,
  .carousel.vertical .carousel-inner > .prev.right {
	top: 0;
}

.carousel.vertical .carousel-inner > .active.left {
	top: -100%;
}

.carousel.vertical .carousel-inner > .active.right {
	top: 100%;
}

.carousel.vertical .carousel-control {
	left: auto;
	width: 50px;
}

.carousel.vertical .carousel-control.up {
	top: 0;
	right: 0;
	bottom: 50%;
}

.carousel.vertical .carousel-control.down {
	top: 50%;
	right: 0;
	bottom: 0;
}

.carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-up,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .glyphicon-chevron-up {
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
}

.carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
}

.carousel.vertical .carousel-control .icon-up,
  .carousel.vertical .carousel-control .icon-down {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel.vertical .carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel.vertical .carousel-control .icon-next:before {
	content: '\203a';
}
.carousel.vertical .item {
    left: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel.vertical .carousel-inner > .item.next.left,
	.carousel.vertical .carousel-inner > .item.prev.right,
	.carousel.vertical .carousel-inner > .item.active {
		transform: none;
		top: 0;
	}
}
/*--------------------------*/
/***** Morphing Button *****/
/*------------------------*/
.morph-button {
	position: relative;
	display: block;
	margin: 0 auto;
}

.morph-button > button {
	position: relative;
	padding: 0 1em;
	border: none;
	background-color: #e85657;
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
/*	line-height: 80px;*/
	line-height: 3em;
	overflow: hidden;
}

.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
}

.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
	width: 100%;
	height: 80px;
}

.morph-button-fixed > button {
	z-index: 1000;
/*	width: 100%;
	height: 100%;*/
	-webkit-transition: opacity 0.1s 0.5s;
	transition: opacity 0.1s 0.5s;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}

/* Transitions for overlay button and sidebar button */
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;	
}

/* Morph Button Style: Overlay */
.morph-button.morph-button-overlay {
	margin: 50px auto;
}

.morph-button-overlay .morph-content {
	overflow: hidden;
	background: #e85657;
}

.morph-button-overlay.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

/* Morph Button Style: Modal */
.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	overflow: hidden;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

/* Colors and sizes for individual modals */
.morph-button.morph-button-modal-1 {
	float: left;
}

.morph-button.morph-button-modal-2,
.morph-button.morph-button-modal-3 {
	display: inline-block;
	margin: 10px 15px;
}

.morph-button-modal-1 > button,
.morph-button-modal-1 .morph-content {
	background-color: #553445;
}

.morph-button-modal-2 > button,
.morph-button-modal-2 .morph-content,
.morph-button-modal-3 > button,
.morph-button-modal-3 .morph-content {
	background-color: #fef0e3;
	color: #e75854;
}

.morph-button-modal-4 {
	display: inline-block;
}

.morph-button-modal-4 > button,
.morph-button-modal-4 .morph-content {
	background-color: #faf1e0;
	color: #553445;
}

.morph-button-modal-4 > button span,
.morph-button-modal-4 .morph-clone {
	padding-left: 10px;
	color: #286f81;
}

.morph-button-modal-4 .morph-clone {
	position: absolute;
	right: 34px;
	bottom: 30px;
	z-index: 100;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
	transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
}

.morph-button-modal-4.open .morph-clone,
.no-js .morph-button-modal-4 .morph-clone {
	right: 10px;
	bottom: 10px;
}

.morph-button-modal-1::before {
	background: rgba(240,221,204,0.7);
}

.morph-button-modal-2.open .morph-content {
	margin: -210px 0 0 -170px;
	width: 340px;
	height: 420px;
}

.morph-button-modal-3.open .morph-content {
	margin: -255px 0 0 -210px;
	width: 420px;
	height: 510px;
}

.morph-button-modal-3.open .morph-content > div {
	height: 420px;
}

.morph-button-modal-2.open .morph-content > div,
.morph-button-modal-3.open .morph-content > div {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.morph-button-modal-4.open .morph-content {
	margin: -200px 0 0 -320px;
	width: 640px;
	height: 400px;
}

/* Morph Button Style: In the content flow */
.morph-button-inflow {
	overflow: hidden;
	max-width: 100%;
	height: 70px;
}

.morph-button-inflow > button {
	width: 100%;
	line-height: 70px;
}

.morph-button-inflow .morph-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.morph-button-inflow .morph-content .morph-clone {
	padding: 0;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 70px;
}

/* Colors and sizes for individual in flow buttons */
.morph-button-inflow-1 {
	width: 600px;
	margin: 2em auto;
	-webkit-transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morph-button-inflow-1 > button span {
	visibility: hidden;
}

.morph-button-inflow-1 .morph-content .morph-clone {
	color: #f9f6e5;
	background: #e85657;
}

.morph-button-inflow-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	background-color: #fef0e3;
	-webkit-transition: height 0.3s, width 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, width 0.3s, transform 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.morph-button-inflow-2 > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #e75854;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.morph-button-inflow-2.open > button {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.morph-button-inflow-2 .morph-content {
	width: 260px;
	height: 200px;
}

.morph-button-inflow-2.open {
	width: 260px;
}

/* Morph Button Style: Sidebar */
.morph-button-sidebar,
.morph-button-sidebar .morph-content {
	width: 60px;
	height: 60px;
}

.morph-button-sidebar {
	position: fixed;
	bottom: 50px;
	left: 50px;
}

.morph-button-sidebar > button {
	line-height: 60px;
	font-size: 1.6em;
	padding: 0;
}

.morph-button-sidebar .morph-content {
	background: #e85657;
}

.morph-button-sidebar.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 300px;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

/* Let's add some nice easing for all cases */
.morph-button .morph-content,
.morph-button.open .morph-content,
.morph-button-modal-4 .morph-clone {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Helper classes */
.noscroll {
	overflow: hidden;
}

.morph-button-overlay.scroll .morph-content {
	overflow-y: scroll;
}

.morph-button-sidebar.scroll .morph-content {
	overflow: auto;
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
	display: none;
}

.no-js .morph-button {
	margin: 10px 0;
	float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
	display: none;
}

.no-js .morph-button-sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	background: #e85657;
	overflow: auto;
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}
.content-style-text {
	padding: 60px;
	text-align: left;
}
.content-style-text .icon-close {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
	position: absolute;
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 3em;
	height: 3em;
	text-align: center;
	line-height: 3;
	cursor: pointer;
}
.content-style-text .icon-close:hover {
	color: #f9e1c9;
}
/* Media Queries */

@media screen and (max-width:600px) {
	.morph-button-modal.open .morph-content {
		top: 0% !important;
		left: 0% !important;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
		transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	}
}

@media screen and (max-width:400px) {
	.morph-button-fixed,
	.morph-button-fixed .morph-content {
		width: 200px;
		height: 80px;
	}

	.morph-button-fixed > button {
		font-size: 75%;
	}

	.morph-button-sidebar > button {
		font-size: 1.6em;
	}

	.morph-button-inflow .morph-content .morph-clone {
		font-size: 0.9em;
	}

	.morph-button-modal-4,
	.morph-button-modal-4 .morph-content {
		width: 220px;
		height: 120px;
	}

	.morph-button-modal-4 > button {
		font-size: 100%;
		line-height: 50px;
	}

	.morph-button-modal-4 > button span {
		display: block;
	}

	.morph-button-modal-4 .morph-clone {
		right: 83px;
		bottom: 26px;
	}

	.morph-button-sidebar,
	.morph-button-sidebar .morph-content {
		width: 100% !important;
		height: 60px !important;
	}

	.morph-button-sidebar {
		bottom: 0px;
		left: 0px;
	}

	.morph-button-sidebar.open .morph-content {
		height: 100% !important;
	}
}
/*##### Custom Icon definition #####*/
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-feather:before {
  content: "\e900";
  font-family: 'MyIcoMoon';
}
.icon-facebook-circle:before {
  content: "\e901";
  font-family: 'MyIcoMoon';
}
.icon-compass2:before {
  content: "\e94a";
  font-family: 'MyIcoMoon';
}
.icon-mobile2:before {
  content: "\e959";
  font-family: 'MyIcoMoon';
}
.icon-google-plus:before {
  content: "\ea8b";
  font-family: 'MyIcoMoon';
}
.icon-google-plus2:before {
  content: "\ea8c";
  font-family: 'MyIcoMoon';
}
.icon-google-plus3:before {
  content: "\ea8d";
  font-family: 'MyIcoMoon';
}
.icon-facebook:before {
  content: "\ea90";
  font-family: 'MyIcoMoon';
}
.icon-instagram:before {
  content: "\ea92";
  font-family: 'MyIcoMoon';
}
.icon-youtube:before {
  content: "\ea9d";
  font-family: 'MyIcoMoon';
}
.icon-vimeo:before {
  content: "\eaa0";
  font-family: 'MyIcoMoon';
}
.icon-vimeo2:before {
  content: "\eaa1";
  font-family: 'MyIcoMoon';
}
.icon-flickr:before {
  content: "\eaa3";
  font-family: 'MyIcoMoon';
}
.icon-flickr3:before {
  content: "\eaa5";
  font-family: 'MyIcoMoon';
}
.icon-dropbox:before {
  content: "\eaae";
  font-family: 'MyIcoMoon';
}
.icon-skype:before {
  content: "\eac5";
  font-family: 'MyIcoMoon';
}
.icon-linkedin:before {
  content: "\eac9";
  font-family: 'MyIcoMoon';
}
.icon-linkedin2:before {
  content: "\eaca";
  font-family: 'MyIcoMoon';
}
.icon-pinterest:before {
  content: "\ead1";
  font-family: 'MyIcoMoon';
}
.icon-pinterest2:before {
  content: "\ead2";
  font-family: 'MyIcoMoon';
}
/*##### Devices Metrics Style #####*/

/*RESET BOOTSTRAP*/
@media screen and (min-width:1025px) {
	.row-fluid .res-span6 {
	  width: 50%;
	  margin-left: 0;
	}
	.row-fluid .res-span4 {
	  width: 33%;
	  margin-left: 0;
	}
	.row-fluid .res-span3 {
	  width: 25%;
	  margin-left: 0;
	}
	
}

@media screen and (max-width:1600px) {
/*  */
}
@media screen and (max-width:1366px) {

 
}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (min-width:768px) and (max-width:1024px) {

}
@media screen and (max-width:979px) {

}
@media screen and (max-width:768px) {
  
  .header-search {
    	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
  }

}
