/*  
Theme Name: Multitheme
Theme URI: http://
Description: 
Version: 1.0
Author: Kristoffer Lidman
Author URI: http://www.kristofferlidman.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.7em;
	background: #fff;
	color: #393939;
	font-weight: 400;
	margin: 0;
	padding: 75px 0 0 0;
}
body.grey {
	background: #f2f2f2;
}
html {
	overflow-y: scroll;
    min-height: 100%;
}
button:focus, submit:focus {outline: none; border: none;}
a {
	color: #41ADD6;
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover  {
	color: #fff;
	padding: 1px 4px 3px 4px;
	margin: 0 -4px;
	background: #444;
}
p {
	margin: 0 0 20px 0;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 56px;
	font-weight: 100;
	line-height: 1.1em;
	margin: 0 0 35px 0;
}
h2, h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
h2 {
	/*display: inline-block;*/
	margin-top: 10px;
	padding-top: 10px;
	line-height: 1.3em;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
h3, h4 {
	padding-top: 10px;
}
h3.related-title {
	line-height: 1.45em;
}
h4 {
    font-size: 42px;
    color: #333;
    line-height: 1.2em;
    margin: 0px 0 35px 0;
    font-weight: 300;
	padding: 0;
    text-align: center;
}
h6 {
    background: #F2F3F4;
    padding: 18px 10px 20px 10px;
    text-align: center;
    font-size: 19px;
    line-height: 1.9em;
    width: 100%;
    float: left;
    display: block;
    font-weight: 400;
    margin: 5px 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
strong {
	font-weight: 500;
}
img.alignright {
	margin: 7px 0 10px 20px;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
img.alignleft {
	margin: 7px 20px 10px 0;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
img.aligncenter { display: block; margin: 0 auto; }
.wp-caption a:hover {
	margin: 0;
	padding: 0;
	background: none;
}
.wp-caption.alignright {
	padding: 0;
	background: #fff;
	position: relative;
	margin: 7px 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption.alignleft {
	padding: 0;
	background: #fff;
	position: relative;
	margin: 7px 20px 0 0;
}
.wp-caption.aligncenter {
	padding: 0;
	background: #fff;
	position: relative;
	margin: 7px auto 15px auto;
}
.wp-caption.alignright img, .wp-caption.alignleft img, .wp-caption.aligncenter img {
	width: 100%;
	height: auto;
}
.wp-caption.alignright p, .wp-caption.alignleft p, .wp-caption.aligncenter p {
	margin: 0;
	color: #000;
	line-height: 2em;
	font-size: 14px !important;
	line-height: 1.4em;
	background: #eee;
	opacity: 0.8;
	text-align: center;
	padding: 12px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.fa {
	-webkit-font-smoothing: antialiased;
	-webkit-perspective: 1000;
	text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #fff;
}
.container {
	width: 100%;
	margin: 0px auto;
}
.container.dark {
	background: #444;
	border-bottom: 6px solid #45AFC7;
	position: fixed;
	top: 0;
	z-index: 15;
}
.container.white {
	background: #fff;
	border-bottom: 6px solid #45AFC7;
	position: fixed;
	top: 0;
	z-index: 55555;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.container.white2 {
	background: #fff;
}
.container.footer {
	background: #444;
	color: #fff;
	padding: 60px 0 20px 0;
	min-height: 160px;
}
.container.main {
	margin-bottom: 30px;
}
.container.green {
	background: #4ABCD6;
	padding: 5px 0;
	margin: 0px auto;
	border-bottom: 1px solid #fff;
}
.container.grey {
	background: #f2f2f2;
	padding: 20px 0 10px 0;
}
.container.grey.mega {
	padding: 40px 0 30px 0;
}
.container.top-margin {
	margin-top: 30px;
}
.container.green.top {
	margin: 0 auto;
	overflow: hidden;
}
.container.green.start2 {
	padding-top: 12%;
	padding-bottom: 12%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container.breadcrumb {
	background: #f2f2f2;
	padding: 8px 0 9px 0;
	margin: 0px auto 0 auto;
}
.container.breadcrumb.white2 {
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.container.green.top .wrapper {
	padding: 0 10px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container {
    *zoom: 1;
}
.wrapper {
	max-width: 1208px;
	margin: 0px auto;
	padding: 0 20px;
	position: relative;
}
.wrapper.center {
	text-align: center;
}
.wrapper.right {
	text-align: right;
}
.wrapper.main-headline h1 {
	font-weight: 700;
	color: #fff;
	margin: 30px 0 25px 0;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.wrapper.main-headline span {
	width: 100%;
	float: left;
	font-weight: 300;
	color: #fff;
	font-size: 21px;
	margin: -20px 0 25px 0;
}
.start2 .wrapper.main-headline h1 {
	font-weight: 700;
	color: #fff;
	/*font-size: 72px;*/
	font-size: 4.5vw;
	margin: 20px 0 20px 0;
    text-shadow: 0 2px 6px rgba(0,0,0,.7);
	/*
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
	*/
}
.start2 .wrapper.main-headline span {
	width: auto;
	float: none;
	/*
	padding: 4px 6px;
	color: #222;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
	*/
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,.75);
	font-size: 54px;
	font-weight: 500;
	line-height: 1.3em;
}
.container.dark-text .wrapper.main-headline h1 {
	color: #222;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#pitch .content span {
    padding: 4px 6px;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    line-height: 1.9em;
}
.grid_11.has-content p a {
	font-weight: 400;
}
blockquote {
	font-style: italic;
	text-align: center;
	font-size: 26px;
	font-weight: 100;
	width: 70%;
	margin: 30px auto;
	padding: 0 0 0 38px;
	line-height: 1.6em;
	position: relative;
}

blockquote:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f10e";
	color: #333;
	top: 2px;
	left: 0;
	font-size: 32px;
}
hr {
    width: 100%;
    max-width: 100%;
    height: 4px;
    border: none;
    background: #19C6E5;
    clear: both;
    margin: 0 0 22px 0;
}
/*------ Menu -------*/
.mobile-menu, .featured-image-top, .mobile-home, .search-box-mobile {
	display: none;
}
.menu {
	float: left;
	max-height: 999999px;
}
.menu ul {
	width: auto;
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
.menu ul li {
	float: left;
	margin: 0;
	text-align: center;
	position: relative;
}
.menu ul li a {
	float: left;
	margin: 0 10px 0 0;
	font-size: 15px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 3px 12px 3px 12px;
}
.menu ul li.home a {
	text-indent: -9999px;
	background: url(images/home.png) no-repeat 15px 11px;
	width: 25px;
}
.menu ul li a:hover {
	color: #666;
	background: #f2f2f2;
	text-shadow: none;
}
.menu ul li.home a:hover {
	background: #000 url(images/home.png) no-repeat 15px 11px;
}
.menu ul li.current_page_item a, .menu ul li.current_page_ancestor a {
	color: #fff;
	background: #45AFC7;
}
.menu ul li.home.current_page_item a {
	background: #45AFC7 url(images/home.png) no-repeat 15px 11px;
}
.logo {
	float: left;
	color: #333;
	text-transform: uppercase;
	margin: 8px 50px 0 0;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.logo:hover {
	padding: 0;
	margin: 8px 50px 0 0;
	opacity: 0.8;
}
.logotype:hover {
	margin: 0;
	padding: 0;
	background: none;
}
.logo-image {
	float: left;
	margin: 0 60px 0 0;
	cursor: pointer;
}
.logo-image:hover {
	opacity: 0.7;
}
form.wpcf7-form {
	color: #fff;
	background: #888;
	border-radius: 3px;
	padding: 20px 30px 30px 30px;
}
form.wpcf7-form h2 {
	text-align: center;
	font-size: 34px;
}
form.wpcf7-form .tagline {
	margin: 0 0 30px 0;
	font-weight: 300;
	text-align: center;
}
div.wpcf7-response-output {
    margin: 1.5em 0 0 0;
    padding: 0.7em 1em;
	text-align: center;
	border-radius: 5px;
}
span.wpcf7-not-valid-tip {
    color: #fff;
	font-weight: 500;
    font-size: 14px;
}
form.wpcf7-form p.form_field {
	font-weight: 400;
}
form.wpcf7-form .wpcf7-form-control.wpcf7-text, form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	background: #fff;
	border: none;
	padding: 13px 10px;
	width: 100%;
	font-size: 19px;
	font-weight: normal;
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 3px;
}
form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	margin-bottom: -4px;
}
.codedropz-upload-handler {
	border-radius: 3px !important;
}
.dnd-upload-status .dnd-upload-image {
    border: 2px solid #fff;
}
.dnd-upload-status .dnd-upload-image span {
	color: #fff;
}
.dnd-upload-status .dnd-upload-details .name {
    color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.dnd-upload-status .dnd-upload-details .name em {
    color: #fff;
	font-style: normal;
    font-weight: 400;
}
.container_16 .grid_11.has-content .dnd-upload-status .dnd-upload-details a.remove-file {
	color: #fff;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    border-radius: 6px;
    height: 16px;
}
.dnd-upload-status * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
	padding-top: 2px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fff;
    background: #fff;
    color: red;
	font-weight: 500;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #fff;
    background: #fff;
    color: #398f14;
	font-weight: 500;
}

form.wpcf7-form p.last {
	margin: 0;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.codedropz-upload-handler {
    border: none;
	background: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    position: relative;
	color: #444;
}
.codedropz-upload-inner {
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: inherit;
}
.codedropz-upload-container {
    padding: 35px 20px 35px 70px;
}
.codedropz-upload-container:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f1c5";
	color: #888;
	font-size: 44px;
	top: 28px;
	left: 20px;
}
.codedropz-upload-inner h3, .codedropz-upload-inner span, .codedropz-upload-inner .codedropz-btn-wrap {
    float: left;
	margin: 0 6px 0 0;
	padding: 0;
    font-size: 20px;
    line-height: 20px;
	color: #444;
	font-weight: 400;
}
.container_16 .grid_11.has-content a.cd-upload-btn {
    font-weight: 500;
}
.dnd-upload-counter {
    position: absolute;
    right: 15px;
    bottom: 3px;
    font-size: 12px;
}
.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	border: 3px solid #fff;
	border-radius: 27px;
	background: none;
	padding: 12px 0;
	font-size: 20px;
	cursor: pointer;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background: #DF0707;
}


.white .menu {
	float: left;
	width: 100%;
	font-weight: 400;
	margin: 10px 0 5px 0;
	z-index: 15;
	position: relative;
}
.white .menu ul {
	margin: 10px 0 -5px 0;
}
.white .menu ul li a {
	font-size: 17px;
	color: #333;
	font-weight: 400;
	padding: 22px 12px 22px 12px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
	margin: -20px 5px 0 0;
}
.white .menu ul li a:hover {
	color: #666;
}
.white .menu ul li.current_page_item a, .white .menu ul li.current_page_ancestor a {
	color: #fff;
	padding: 22px 12px;
	margin: -20px 5px 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    border-radius: 0px;
}
.mobile-menu {
	width: 100%;
	background: #fff;
}
.sidebar-menu ul, .mobile-menu ul {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 100%;
}
.sidebar-menu ul li, .mobile-menu ul li {
	width: 100%;
	float: left;
	position: relative;
}
.sidebar-menu ul li a, .mobile-menu ul li a {
	padding: 5px 10px;
	width: 100%;
	margin: 0 0 5px 0;
	float: left;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
	background: #eee;
	color: #555;
	font-weight: 300;
}
.sidebar-menu ul li a:hover {
	opacity: 0.7;
}
.sidebar-menu ul li.current_page_item a, .sidebar-menu ul li.current_page_parent a, .sidebar-menu ul li.current_page_ancestor a,
.mobile-menu ul li.current_page_item a, .mobile-menu ul li.current_page_parent a, .mobile-menu ul li.current_page_ancestor a {
	background: #4ABCD6;
	color: #fff;
	font-weight: 500;
}
.sidebar-menu ul li.page_item_has_children a:before, .sidebar-menu ul li.current_page_ancestor a:before, .sidebar-menu ul li.arrow-class a:before,
.mobile-menu ul li.page_item_has_children a:before, .mobile-menu ul li.current_page_ancestor a:before, .mobile-menu ul li.arrow-class a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 11px;
	width: 9px;
	height: 5px;
	background: url(images/arrow-down-dark.png) no-repeat;
}
.sidebar-menu ul li.current_page_item.page_item_has_children a:before, .sidebar-menu ul li.current_page_ancestor a:before, .sidebar-menu ul li.arrow-class a:before,
.mobile-menu ul li.current_page_item.page_item_has_children a:before, .mobile-menu ul li.current_page_ancestor a:before, .mobile-menu ul li.arrow-class a:before {
	background: url(images/arrow-down.png) no-repeat;
}
.sidebar-menu ul li.current_page_item a:before, 
.sidebar-menu ul li.current_page_item.arrow-class a:before, 
.mobile-menu ul li.current_page_item a:before, 
.mobile-menu ul li.current_page_item.arrow-class a:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 9px;
	top: 16px;
	right: 13px;
	background: url(images/arrow-right.png) no-repeat;
}


.sidebar-menu li ul.children, .mobile-menu li ul.children {
	display: none;
}
.sidebar-menu li.current_page_item.current_has_children ul.children {
	display: block;
}
.sidebar-menu li.current_page_item.current_has_children ul.children li ul {
	display: none;
}
.sidebar-menu li.current_page_ancestor ul.children, .mobile-menu li.current_page_ancestor ul.children {
	display: block;
}

.mobile-menu ul li.current_page_item.current_has_children a:before {
	color: #fff;
	display: block;
	background: none;
	font-family: FontAwesome;
	content: "\f068";
	color: #fff;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.mobile-menu ul li.current_page_item.current_has_children ul.children {
	display: block;
}
.mobile-menu ul li.current_page_item.current_has_children ul.children ul.children {
	display: none;
}

.sidebar-menu li ul.children li a, .mobile-menu li ul.children li a {
	background: none !important;
	padding: 5px 10px;
	margin: 0;
	color: #333;
}
.sidebar-menu li ul.children li a, .mobile-menu li ul.children li a {
	font-weight: 300;
}
.sidebar-menu li ul.children li.current_page_item a, .mobile-menu li ul.children li.current_page_item a {
	font-weight: 500;
}

.sidebar-menu li ul.children li:last-child a, .mobile-menu li ul.children li:last-child a {
	margin: 0 0 10px 0;
}
.sidebar-menu li ul.children li.current_page_item:last-child a {
	margin: 0;
}
.sidebar-menu li ul.children li.current_page_item ul.children li:last-child a {
	margin: 0 0 10px 0;
}
.sidebar-menu ul li a:before, .mobile-menu ul li a:before {
	display: none;
}
.sidebar-menu ul li.current_has_children a:before, .mobile-menu ul li.current_has_children a:before {
	display: block;
	background: none;
	font-family: FontAwesome;
	content: "\f067";
	color: #888;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu ul li.current_page_ancestor a:before, .mobile-menu ul li.current_page_ancestor a:before {
	display: block;
	background: none;
	font-family: FontAwesome;
	content: "\f068";
	color: #fff;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu li ul.children li ul.children a, .mobile-menu li ul.children li ul.children a {
	padding: 5px 10px 5px 30px;
	font-weight: 300;
}
.sidebar-menu li ul.children li ul.children li:last-child a, .mobile-menu li ul.children li ul.children li:last-child a {
	margin: 0 0 5px 0;
}
.sidebar-menu li ul.children li ul.children, .mobile-menu li ul.children li ul.children {
	display: none;
}
.sidebar-menu li ul.children li.current_page_item ul.children, .sidebar-menu li ul.children li.current_page_parent ul.children, 
.mobile-menu li ul.children li.current_page_item ul.children, .mobile-menu li ul.children li.current_page_parent ul.children {
	display: block;
}
.sidebar-menu ul li ul.children li.current_has_children a:before, .mobile-menu ul li ul.children li.current_has_children a:before {
	display: block;
	background: none;
	font-family: FontAwesome;
	content: "\f067";
	color: #888;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu ul li ul.children li.current_page_item.current_has_children a:before, .mobile-menu ul li ul.children li.current_page_item.current_has_children a:before {
	display: block;
	background: none;
	font-family: FontAwesome;
	content: "\f068";
	color: #888;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu ul li ul.children li.current_page_item li a:before, .mobile-menu ul li ul.children li.current_page_item li a:before {
	display: none;
}
.sidebar-menu ul li ul.children li.current_has_children li a:before, .mobile-menu ul li ul.children li.current_has_children li a:before {
	display: none !important;
}
.sidebar-menu ul li ul.children li ul li.current_page_item a:before, .mobile-menu ul li ul.children li ul li.current_page_item a:before {
	font-weight: 500;
}
.sidebar-menu li ul.children li ul.children li.current_page_item a, .mobile-menu li ul.children li ul.children li.current_page_item a {
	font-weight: 500 !important;
}


.sidebar-headline {
	border-bottom: 7px solid #666;
	line-height: 0.9em;
	float: left;
	position: relative;
	width: 100%;
	margin: 8px 0 8px 0;
}
.sidebar-headline span {
	padding: 5px 15px 0 15px;
	padding: 6px 15px 0 15px\9;
	background: #666;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
}
/*----- Breadcrumb ------*/
.breadcrumb-small {
	width: 100%;
	float: left;
	margin: -20px 0 20px 0;
	text-transform: uppercase;
}
.ht-breadcrumbs {
	font-weight: 500;
	font-size: 14px !important;
	margin: 0 0 0 -4px;
	width: 100%;
	float: left;
}
.wrapper.main-headline .ht-breadcrumbs span {
	font-size: 14px !important;
	line-height: 1.2em;
}
.wrapper.main-headline .breadcrumb-small span {
	width: auto;
	float: none;
}
.wrapper.main-headline .breadcrumb-small span {
    color: rgba(255, 255, 255, 0.85);
	font-weight: 400;
}
.ht-breadcrumbs span {
    margin: 0;
	display: inline;
}
.ht-breadcrumbs span a {
    margin: 0;
	color: rgba(255, 255, 255, 0.85);
	display: inline;
}
.ht-breadcrumbs span a:hover {
    color: #333;
	background: none;
	padding: 0;
}
.ht-breadcrumbs span.crumb-home {
    margin: 0;
	display: inline;
}
.ht-breadcrumbs span.crumb-home a {
    margin: 0 1px 0 -4px;
}
.ht-breadcrumbs span.breadcrumb_last {
    margin: 0;
}
.ht-breadcrumbs .fa {
    color: #000;
}
/*----- Start -----*/
.start-pitch {
	width: 100%;
	float: left;
	margin: 35px 0 15px 0;
}
.start-pitch h2 {
	font-size: 42px;
	color: #333;
	line-height: 1.2em;
	margin: 0 0 30px 0;
	font-weight: 300;
	text-align: center;
}
.start-pitch.fat h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
}
.start-related {
	width: 32%;
	float: left;
	margin: 0 2% 20px 0;
	background: #f2f2f2;
	border-radius: 3px;
}
body.grey .start-related {
	background: #fff;
}
.start-related.last {
	margin: 0 0 20px 0;
}
.start-related .image {
	margin: 0;
	line-height: 1em;
	height: 255px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}
.start-related .image img {
	min-width: 100%;
	height: 100%;
}
.start-related .related-title a {
	color: #333;
	font-weight: 500;
	font-size: 22px;
	text-transform: none;
}
.start-related .related-title a:hover {
	color:#fff;
}
.related-content {
	padding: 20px 20px 25px 20px;
}
.related-content p {
	font-size: 15px;
	color: #666;
	margin: 0 0 24px 0;
	line-height: 1.5em;
}

.btn {
	padding: 9px 20px 10px 20px;
	color: #fff;
	font-weight: 500;
	background: #4ABCD6;
}
.btn:hover {
	padding: 9px 20px 10px 20px;
	margin: 0;
	background: #444;
}

.grid_11 ul {
	margin: 0 0 20px 36px;
	list-style-type: circle;
	font-size: 19px;
}
.grid_11 ol {
	margin: 0 0 20px 38px;
	font-size: 19px;
}
.grid_11 ul li, .grid_11 ol li {
	margin: 0 0 15px 0;
	counter-increment: item;
}
.grid_11 ol li:before {
	font-weight: 500;
	margin: 0 10px 0 -15px;
	display: none;
	content: counter(item) '.';
}
.grid_11 ul a, .grid_11 ol a {
	font-weight: 500;
}
/*----- Social ------*/
#share-buttons a {
	margin: 0 1% 5px 1%;
	width: 48%;
	padding: 4px 0 4px 0;
	color: #fff;
	background: #CECECE;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
}
#share-buttons a.fb {
	width: 98%;
}
#share-buttons .fa {
	color: #fff;
	margin: 0 5px 0 0;
}
#share-buttons a.fb {
	background: #445796;
}
#share-buttons a.tw {
	background: #6BD0DD;
}
#share-buttons a.gplus {
	background: #B6352F;
}
#share-buttons a.mail {
	background: #444;
}
#share-buttons a:hover {
	opacity: 0.8;
}
.social {
	width: 102%;
	margin: 10px 0 -5px -3px;
	padding: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container_16 .grid_11.has-content p {
	font-size: 19px;
}
.container_16 .grid_11.has-content a {
	font-weight: 500;
}
.container_16 .grid_11.has-content blockquote p {
	font-size: 28px;
}
.featured-image {
	width: 100%;
	margin: 5px 0 5px 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
	line-height: 1em;
}
/*----- Searchbox -----*/
.search-box, .search-box-mobile {
	width: 100%;
	float: left;
	padding: 15px;
	margin: 15px 0 15px 0;
	background: #4ABCD6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
}
.search-box-mobile {
	margin: 10px 0 7px 0;
	background: none;
	padding: 0;
}
.search-box input, .search-box-mobile input {
	border: none;
	background: #fff url(images/search.png) no-repeat 8px center;
	background-size: 21px;
	padding: 11px 10px 11px 37px;
	width: 100%;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
}
.search-box-mobile input {
	border: 1px solid #cdcdcd;
	background: #fff url(images/search.png) no-repeat 8px center;
}
.sidebar-related {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	background: #f2f2f2;
}
.sidebar-related .image {
	float: left;
	width: 70px;
	height: 70px;
	background: #eee;
	text-align: center;
	margin: 0 15px 0 0;
}
.sidebar-related .related-title {
	float: left;
	max-width: 70%;
	line-height: 1.4em;
	margin: 11px 0 0 0;
	text-transform: none;
	font-weight: 500;
	font-size: 17px;
}
.sidebar-related .related-title a {
	color: #555;
}

.related-header {
	font-size: 36px;
}
.main-related {
	width: 48%;
	float: left;
	margin: 0 2% 2% 0;
	background: #fff;
}
.main-related .image {
	float: left;
	width: 70px;
	height: 70px;
	background: #e1e1e1;
	text-align: center;
	margin: 0 15px 0 0;
}
.main-related .related-title {
	float: left;
	max-width: 70%;
	line-height: 1.4em;
	margin: 11px 0 0 0;
	text-transform: none;
	font-weight: 500;
	font-size: 17px;
}
.main-related .related-title a {
	color: #555;
}
.sidebar-related .related-title a:hover, .main-related .related-title a:hover {
	padding: 0;
	margin: 0;
	background: none;
	color: #41ADD6;
}

.footer-box {
	width: 23%;
	float: left;
	color: #ccc;
	margin: 0 2% 40px 0;
}
.footer-box.last {
	margin: 0 0 40px 0;
}
.footer-box h3 {
	color: #fff;
	text-transform: none;
	margin: 0 0 30px 0;
	font-weight: 500;
}
.footer-box p {
	line-height: 1.5em;
	font-size: 15px;
}
.copy {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 15px 0 0 0;
	border-top: 1px solid #555;
}
.copy a {
	color: #fff;
}
.social-container {
	width: 67px;
	position: fixed;
    top: 46%;
	padding: 10px 0 2px 10px;
	margin-left: -77px;
	background: #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;
}
.social-container .fb-like {
	margin: 0 0 10px 5px;
}
.social-container #___plusone_0 {
	margin: 0 0 10px 4px !important;
}

/*--- Plugins ---*/
.fbx-caption-desc {
	font-size: 15px;
	font-weight: 600;
}
.fbx-count {
    font-weight: 400;
}
.fbx-link:hover {
	padding: 0;
	margin: 0;
}
.owl-item .foo-item a {
	border: 5px solid #FFF !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    transition: all 0.1s ease-in-out !important;
	margin: 4px 2px;
}
.owl-item .foo-item a:hover {
	padding: 0;
	margin: 4px 2px;
}
.fluid-width-video-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* =Containers
--------------------------------------------------------------------------------*/


.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 1248px;
  overflow: hidden;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
  display:inline;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.push_1,.pull_1,
.push_2,.pull_2,
.push_3,.pull_3,
.push_4,.pull_4,
.push_5,.pull_5,
.push_6,.pull_6,
.push_7,.pull_7,
.push_8,.pull_8,
.push_9,.pull_9,
.push_10,.pull_10,
.push_11,.pull_11,
.push_12,.pull_12,
.push_13,.pull_13,
.push_14,.pull_14,
.push_15,.pull_15,
.pull_16,.push_16
{
  position:relative;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.container_16 .grid_1 {
  width: 48px
}
.container_16 .grid_2 {
  width: 126px
}
.container_16 .grid_3 {
  width: 204px
}
.container_16 .grid_4 {
  width: 282px
}
.container_16 .grid_5 {
  width: 360px
}
.container_16 .grid_6 {
  width: 438px
}
.container_16 .grid_7 {
  width: 516px
}
.container_16 .grid_8 {
  width: 594px
}
.container_16 .grid_9 {
  width: 672px
}
.container_16 .grid_10 {
  width: 750px
}
.container_16 .grid_11 {
  width: 828px
}
.container_16 .grid_12 {
  width: 906px
}
.container_16 .grid_13 {
  width: 984px
}
.container_16 .grid_14 {
  width: 1062px
}
.container_16 .grid_15 {
  width: 1140px
}
.container_16 .grid_16 {
  width: 1218px
}
.container_16 .prefix_1 {
  padding-left: 78px
}
.container_16 .prefix_2 {
  padding-left: 156px
}
.container_16 .prefix_3 {
  padding-left: 234px
}
.container_16 .prefix_4 {
  padding-left: 312px
}
.container_16 .prefix_5 {
  padding-left: 390px
}
.container_16 .prefix_6 {
  padding-left: 468px
}
.container_16 .prefix_7 {
  padding-left: 546px
}
.container_16 .prefix_8 {
  padding-left: 624px
}
.container_16 .prefix_9 {
  padding-left: 702px
}
.container_16 .prefix_10 {
  padding-left: 780px
}
.container_16 .prefix_11 {
  padding-left: 858px
}
.container_16 .prefix_12 {
  padding-left: 936px
}
.container_16 .prefix_13 {
  padding-left: 1014px
}
.container_16 .prefix_14 {
  padding-left: 1092px
}
.container_16 .prefix_15 {
  padding-left: 1170px
}
.container_16 .suffix_1 {
  padding-right: 78px
}
.container_16 .suffix_2 {
  padding-right: 156px
}
.container_16 .suffix_3 {
  padding-right: 234px
}
.container_16 .suffix_4 {
  padding-right: 312px
}
.container_16 .suffix_5 {
  padding-right: 390px
}
.container_16 .suffix_6 {
  padding-right: 468px
}
.container_16 .suffix_7 {
  padding-right: 546px
}
.container_16 .suffix_8 {
  padding-right: 624px
}
.container_16 .suffix_9 {
  padding-right: 702px
}
.container_16 .suffix_10 {
  padding-right: 780px
}
.container_16 .suffix_11 {
  padding-right: 858px
}
.container_16 .suffix_12 {
  padding-right: 936px
}
.container_16 .suffix_13 {
  padding-right: 1014px
}
.container_16 .suffix_14 {
  padding-right: 1092px
}
.container_16 .suffix_15 {
  padding-right: 1170px
}
.container_16 .push_1 {
  left: 78px
}
.container_16 .push_2 {
  left: 156px
}
.container_16 .push_3 {
  left: 234px
}
.container_16 .push_4 {
  left: 312px
}
.container_16 .push_5 {
  left: 390px
}
.container_16 .push_6 {
  left: 468px
}
.container_16 .push_7 {
  left: 546px
}
.container_16 .push_8 {
  left: 624px
}
.container_16 .push_9 {
  left: 702px
}
.container_16 .push_10 {
  left: 780px
}
.container_16 .push_11 {
  left: 858px
}
.container_16 .push_12 {
  left: 936px
}
.container_16 .push_13 {
  left: 1014px
}
.container_16 .push_14 {
  left: 1092px
}
.container_16 .push_15 {
  left: 1170px
}
.container_16 .pull_1 {
  left: -78px
}
.container_16 .pull_2 {
  left: -156px
}
.container_16 .pull_3 {
  left: -234px
}
.container_16 .pull_4 {
  left: -312px
}
.container_16 .pull_5 {
  left: -390px
}
.container_16 .pull_6 {
  left: -468px
}
.container_16 .pull_7 {
  left: -546px
}
.container_16 .pull_8 {
  left: -624px
}
.container_16 .pull_9 {
  left: -702px
}
.container_16 .pull_10 {
  left: -780px
}
.container_16 .pull_11 {
  left: -858px
}
.container_16 .pull_12 {
  left: -936px
}
.container_16 .pull_13 {
  left: -1014px
}
.container_16 .pull_14 {
  left: -1092px
}
.container_16 .pull_15 {
  left: -1170px
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
        content: "\0020";
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}
.clearfix:after {
        clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
        zoom: 1;
}
@media only screen and (max-width: 1420px) {
	.container_16 {
		width: 100%;
		max-width: 1248px;
	}
	.container_16 .grid_11 {
		width: 65.15%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.container_16 .grid_5 {
		width: 28.85%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.featured-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 728px) {
	body {
		padding: 59px 0 0 0;
	}
	h6 {
		font-size: 18px;
	}
	.codedropz-upload-container:before {
		top: 38px;
		left: 20px;
	}
	.wrapper {
		padding: 0 15px;
	}
	.breadcrumb-small {
		margin: -15px 0 15px 0;
		line-height: 1.1em;
	}
	.container.green.top.start2 .wrapper {
		min-height: 100px !important;
	}
	.container_16 {
		width: 100%;
	}
	.container_16 .grid_5, .container_16 .grid_11 {
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
	.container_16 .grid_11 {
		margin-top: 15px;
	}
	.container_16 .push_11, .container_16 .pull_11, .container_16 .push_5, .container_16 .pull_5 {
		left: 0;
	}
	.sidebar-menu, .search-box {
		display: none;
	}
	.container_16 .grid_11.has-content p, .accordion-section-content {
		font-size: 18px;
		line-height: 1.6em;
	}
	.accordion-section-title {
		font-size: 18px;
		line-height: 1.6em;
	}
	.accordion-section-title:before {
		margin-top: 1px;
	}
	.accordion-section-content {
		padding: 5px 0 30px 0;
		line-height: 1.6em;
	}
	.grid_11 ul, .grid_11 ol {
		font-size: 18px;
		line-height: 1.6em;
	}
	.codedropz-upload-inner h3, .codedropz-upload-inner span, .codedropz-upload-inner .codedropz-btn-wrap {
		margin: 0 6px 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	h2 {
		font-size: 26px;
		line-height: 1.4em;
	}
	h3 {
		font-size: 22px;
		margin: 0 0 3px 0;
	}
	h4 {
		font-size: 24px;
		line-height: 1.3em;
		margin: 3px 0 20px 0;
	}
	.social {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin: 0 0 5px 0;
	}
	#share-buttons {
		padding: 0 10px;
		margin: 0 0 15px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#share-buttons a, #share-buttons a.fb {
		width: 32.65%;
		margin: 0 1% 5px 0;
		padding: 4px 0 4px 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#share-buttons a.last {
		margin: 0 0 5px 0;
	}
	#share-buttons .fa {
		margin: 0;
	}
	#share-buttons span {
		display: none;
	}

	.featured-image {
		margin: 0px 0 15px 0;
		display: none;
	}
	/*
	.featured-image img {
		width: 100%;
		height: auto;
	}
	*/
	.logotype {
		margin: 0;
		float: none
	}
	.logo-image {
		margin: 0;
		height: 35px;
		float: none;
	}
	.container_16 .grid_11 {
		padding: 0 10px;
	}
	.white .menu {
		margin-bottom: 3px;
		text-align: center;
	}
	.menu ul {
		display: none;
	}
	.container.breadcrumb {
		display: none;
	}
	.burger, .mobile-home {
		width: 29px;
		height: 27px;
		top: -1px;
		right: 5px;
		position: absolute;
		cursor: pointer;
	}
	.mobile-home {
		display: block;
		left: 5px;
		right: auto;
	}
	.mobile-home:hover {
		background: none;
		margin: 0;
		padding: 0;
	}
	.burger:before, .mobile-home:before {
		position: absolute;
		font-family: FontAwesome;
		content: "\f0c9";
		color: #aaa;
		top: 6px;
		left: 0;
		font-size: 32px;
	}
	.mobile-home:before {
		content: "\f015";
	}
	.burger.close:before {
		content: "\f00d";
	}
	.search-box-mobile {
		display: block;
	}
	.mobile-menu {
		position: fixed;
		z-index: 55;
		top: 62px;
		width: 100%;
		padding: 15px 10px 5px 10px;
		left: 0px;
		right: 0;
		overflow-y: auto;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
	}
	.wrapper.main-headline h1 {
		font-size: 28px;
		z-index: 15;
		line-height: 1.2em;
		margin: 20px 0 20px 0;
		position: relative;
	}
	.wrapper.main-headline span {
		width: 100%;
		z-index: 15;
		position: relative;
		font-size: 17px;
		margin: -20px 0 15px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container.green.start2 {
		padding-top: 14% !important;
		font-size: 28px;
		height: auto !important;
		padding-bottom: 14% !important;
	}
	.start-pitch {
		margin: 15px 0 15px 0;
	}
	.hdl-wrap {
		max-width: 60% !important;
	}
	.wp-caption.alignright p, .wp-caption.alignleft p, .wp-caption.aligncenter p {
		display: none;
	}
	.wp-caption.alignright, .wp-caption.alignleft {
		padding: 0;
		background: none;
		width: 40% !important;
	}
	.wp-caption.alignright img, .wp-caption.alignleft img {
		width: 100% !important;
		max-width: 100% !important;
	}
	.container_16 .grid_11.has-content blockquote p {
		font-size: 24px;
		line-height: 1.4em;
	}
	.grid_11.has-content .fg-image-wrap img {
		max-width: 100%;
		height: auto;
	}
	.container.start2 .wrapper.main-headline h1 {
		margin: 5px 0 0px 0;
		font-size: 28px;
		color: #fff;
		/*
		text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
		*/
		text-shadow: 0 2px 6px rgba(0,0,0,.7);
	}
	.start2 .wrapper.main-headline span {
		display: none;
	}
	.featured-image-top {
		display: block;
		float: left;
		width: 100%;
		height: 200px;
		margin-top: -20px;
		overflow: hidden;
		display: inline-block;
	}
	.featured-image-top img {
		width: 100%;
		height: auto;
		position: relative;
		/*
		top: 50%;
		transform: translateY(-50%);
		*/
	}
	.container.white2 {
		margin-bottom: 10px !important;
	}
	.container.top-margin {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.container.footer {
		padding: 40px 0 20px 0;
	}
	.footer-box h3 {
		margin: 0 0 10px 0;
	}
	.start-pitch h2 {
		font-size: 24px;
		line-height: 1.3em;
		margin-bottom: 10px;
	}
	.start-related, .start-related.last {
		width: 100%;
		margin-bottom: 15px;
	}
	.start-related .image {
		width: 85px;
		height: 70px;
		float: left;
		line-height: 0.8em;
		overflow: hidden;
		text-align: center;
		border-radius: 3px 0 0 3px;
	}
	.start-related .related-content {
		width: 65%;
		float: left;
		margin: 0 0 0 15px;
		padding: 0;
	}
	.start-related .related-content p {
		width: 90%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
	}
	.start-related h3.related-title {
		padding-top: 2px;
		margin: 0;
	}
	.start-related h3.related-title a {
		font-size: 18px;
	}
	.start-related .related-content a.related-more {
		display: none;
	}
	.start-related .image img {
		width: auto;
		height: 100%;
		
	}
	.sidebar-related-container {
		padding: 0 10px;
		margin: 15px 0 5px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.related-header {
		padding: 0 10px 10px 10px;
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-related {
		width: 100%;
	}
	.grid_11 ul {
		margin: 0 0 20px 20px;
	}
	.grid_11 ol {
		margin: 0 0 20px 25px;
	}
	.grid_11.has-content img {
		max-width: 40%;
		height: auto;
	}
	.owl-carousel .owl-item img {
		max-width: 100%;
	}
	.footer-box {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.footer-box.last {
		margin: 0 0 20px 0;
	}
	.fbx-caption-desc {
		font-size: 12px;
	}
	.fbx-link {
		max-width: 41%;
	}
	.foo-item .fbx-link {
		width: 88%;
		max-width: 88%;
	}
	.foogallery-container img {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen 
and (min-width: 800px)
and (max-width: 1200px) 
and (orientation : landscape) {
	.container_16 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*
	.container_16 .grid_11 {
		width: 670px;
	}
	.container_16 .pull_11 {
		left: -690px;
	}
	*/
	.start-related {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.start-related .image img {
		width: 100%;
		height: auto;
	}
	.wrapper.main-headline span {
		font-size: 21px;
	}
	.fbx-link {
		max-width: 29%;
	}
	.foo-item .fbx-link {
		width: 88%;
		max-width: 88%;
	}
	.foogallery-container img {
		width: 100%;
		max-width: 100%;
	}
	
}
@media only screen 
and (min-width: 728px)
and (max-width: 1200px) 
and (orientation : portrait) {
	.container_16 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container_16 .grid_5 {
		width: 250px;
	}
	.container_16 .grid_11 {
		width: 450px;
	}
	.container_16 .push_5 {
		left: 275px;
	}
	.container_16 .pull_11 {
		left: -470px;
	}
	.start-related {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.related-title {
		/*min-height: 60px;*/
	}
	.start-related .related-title a {
		font-size: 20px;
	}
	.start-related .image img {
		width: 100%;
		height: auto;
	}
	body.tall-menu {
		padding: 130px 0 0 0;
	}
	.menu.wide {
		margin-top: 10px;
		float: left;
	}
	.white .menu.wide ul li.current_page_item a, .white .menu.wide ul li.current_page_ancestor a {
		padding: 12px 12px;
		margin: -10px 5px 0 0;
	}
	.logotype.center {
		margin: 0px auto;
		display: block;
		text-align: center;
	}
	.logotype.center .logo-image {
		float: none;
		margin: 0;
	}
	.featured-image img {
		width: 100%;
		height: auto;
	}
	.start-pitch h2 {
		font-size: 40px;
		line-height: 1.2em;
	}
	.main-related .related-title {
		max-width: 58%;
	}
	.wrapper.main-headline span {
		font-size: 21px;
	}
	.grid_11.has-content img {
		max-width: 100%;
		height: auto;
	}
	.fbx-link {
		max-width: 27%;
	}
	.foo-item .fbx-link {
		width: 88%;
		max-width: 88%;
	}
	.foogallery-container img {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen 
and (min-width: 612px)
and (max-width: 768px) {
	.start2 .wrapper.main-headline h1 {
		margin: 10px 0 40px 0;
	}
	.container.green.start2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.container.start2 {
		height: 430px !important;
	}
}