/*
_________                        __             .___   ___.             ___________     ________
\_   ___ \_______   ____ _____ _/  |_  ____   __| _/   \_ |__ ___.__.   \_   _____/    /  _____/
/    \  \/\_  __ \_/ __ \\__  \\   __\/ __ \ / __ |     | __ <   |  |    |    __)_    /   \  ___
\     \____|  | \/\  ___/ / __ \|  | \  ___// /_/ |     | \_\ \___  |    |        \   \    \_\  \
 \______  /|__|    \___  >____  /__|  \___  >____ |     |___  / ____|   /_______  / /\ \______  / /\
        \/             \/     \/          \/     \/         \/\/                \/  \/        \/  \/

 */

@font-face {
  font-family: 'FoundersGroteskXCond-Med';
  src: url('sot/FoundersGroteskXCond-Med.eot');
  src: local('â˜º'), url('sot/FoundersGroteskXCond-Med.woff') format('woff'), url('sot/FoundersGroteskXCond-Med.ttf') format('truetype'), url('sot/FoundersGroteskXCond-Med.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.float-left {
    float: left;
    margin: 5px 10px 5px 0px;
}
.float-right {
    float: right;
    margin: 5px 0px 5px 10px;
}
hr.style1 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #333, #999, #333);
    background-image: -moz-linear-gradient(left, #333, #999, #333);
    background-image: -ms-linear-gradient(left, #333, #999, #333);
    background-image: -o-linear-gradient(left, #333, #999, #333);
}
.bgblue {
    background: #f4f8fa;
    color: #28a1c5;
}
#spic {
    padding-bottom: 50%;
    overflow: hidden;
}
#spic div {
    position: relative;
}
#spic div > img {
    position: absolute;
    width: 100%;
    height: auto;
}
.sot-gal {
    /* padding: 2rem 4rem 1rem 4rem; */
	width: 100%;
    margin: auto;
    display: block;
}
@media only all and (max-width: 47.938em) {
	.sot-gal {
		/* padding: 2rem 4rem 1rem 4rem; */
		width: 100%;
	}
}
#sot-box {
    padding: 3rem;
    margin: 0 0 3rem 0;
    display: block;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}
@media only all and (max-width: 59.938em) {
    #sot-box {
        padding: 2rem 1rem 2rem 1rem;
    }
}
@media only all and (max-width: 47.938em) {
    #sot-box {
        padding: 1rem 0.5rem 1rem 0.5rem;
    }
}
#sot-spacer {
    padding: 0 5rem 0 5rem;
}
@media only all and (max-width: 59.938em) {
    #sot-spacer {
        padding: 0 3rem 0 3rem;
    }
}
@media only all and (max-width: 47.938em) {
    #sot-spacer {
        padding: 0 1rem 0 1rem;
    }
}

/* manu-flex */

.mwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-flow: column;
	
}
.mwrap * {
    flex: 1 100%;
}
.mwrap aside   { text-align: center; padding: 0;}
.mwrap article { padding: 2rem 2rem 0 2rem; }
.mwrap img {max-height:350px;}

@media all and (min-width: 800px) {
	.mwrap {
	-webkit-flex-direction: row;
	flex-direction: row;
	text-align: justify;
	}
	.mwrap article {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
	padding: 0 2rem 0 2rem;
	}
	.mwrap aside {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
	text-align: center;
	}
}

@media all and (min-width: 1100px) {
	.mwrap {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto;
	max-width: 1200px;
	}
	.mwrap article {
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	}
	.mwrap aside {
	-webkit-flex-basis: 25%;
	flex-basis: 25% ;
	}
}

/* 3-box flex */

.sotwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.sotwrap * {
    flex: 1 100%;
}
.sotwrap a {
	color: #444;
	background: url(sot/images/link.png) right center no-repeat;
	background-size: 10px 10px;
	padding-right: 14px;
	position: relative;
}
.sotwrap a:hover {color: #0e6e90; }

.sotmain {}
.sotside-1 {}
.sotside-2 {}

@media all and (min-width: 800px) {
    .sotside {
        flex: 1 330px;
    }
}
@media all and (min-width: 1000px) {
    .sotmain {
        flex: 1 620px;
		order: 3;
    }
    .sotside-1 {
        order: 1;
    }
    .sotside-2 {
        order: 2;
    }
}

/* fade in effect */

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity: 0;
    /* make things invisible upon start */

    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */

    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/

    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.fade-in.one {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.fade-in.two {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.fade-in.three {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

/* footer */

#footer .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 1rem;
    margin-top: -1.4rem;
}
#footer .wrapper > * {
    flex: 1 100%;
}
#footer .main {
    padding-bottom: 0rem;
    padding-top: 1rem;
    text-align: center;
}
#footer .aside-1 {
    padding: 1rem 0 1rem 0;
/*     background-image: linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%);
    background-size: 100% 1px;
    background-position: 0% 0%, 0% 100%;
    background-repeat: no-repeat; */
}
#footer .aside-2 {
    padding: 1rem 0 1rem 0;
/*     background-image: linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%), linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%);
    background-size: 100% 1px;
    background-position: 0% 0%, 0% 100%;
    background-repeat: no-repeat; */
}
@media all and (min-width: 700px) {
    #footer .aside {
        flex: 1 auto;
/*         background-image: linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%), linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%);
 */    }
}
@media all and (min-width: 1100px) {
    #footer .main {
        flex: 3 300px;
    }
    #footer .aside-1 {
        order: 2;
        text-align: left;
        padding: 2rem 0 1rem 0;
/*         background-image: linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%), linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%);
 */    }
    #footer .main {
        order: 1;text-align: left;
    }
    #footer .aside-2 {
        order: 3;
        text-align: left;
        padding: 2rem 0 1rem 0;
/*         background-image: linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%), linear-gradient(to left, rgba(51, 51, 51, 1) 1%, rgba(153, 153, 153, 1) 50%, rgba(51, 51, 51, 1) 100%);
 */    }
}

/* quad img gallery */

div#quad {
    background-color: #000;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
    /* box-shadow: 0 0 12px rgba(0,0,0,0.8); */
}
div#quad figure {
    margin: 0;
    width: 50%;
    height: auto;
    transition: 1s;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
div#quad figure:hover {
    cursor: pointer;
    z-index: 4;
}
div#quad figure img {
    width: 100%;
    height: auto;
}
div#quad figure:nth-child(1) {
    transform-origin: top left;
}
div#quad figure:nth-child(2) {
    transform-origin: top right;
}
div#quad figure:nth-child(3) {
    transform-origin: bottom left;
}
div#quad figure:nth-child(4) {
    transform-origin: bottom right;
}
div#quad figure figcaption {
    margin: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: .3rem;
    font-size: 0.5rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 1s 1s opacity;
}
.expanded {
    transform: scale(2);
    z-index: 5;
}
div#quad figure.expanded figcaption {
    opacity: 1;
}
div.full figure:not(.expanded) {
    pointer-events: none;
}

/* next section */