/*
Theme Name: elegantWhite
Theme URI: http://fimply.com/themes/elegantwhite
Author URI: http://fimply.com/themes
Description: elegantWhite is an awesome and simple Theme for Wordpress. You will love it!
Author: Themes by Fimply
Version: 0.2.7
Tags: white, blue, one-column, fixed-width, full-width-template, sticky-post, theme-options, translation-ready, editor-style, two-columns, right-sidebar
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/


body {
	margin:0;
	padding: 0;
	background-color: #fff;
	
}


#container {
    margin:0px auto 20px auto;
	width:1000px;
	background-color: #fff;
	padding:30px 50px 50px 50px;
}

#line {
	height:10px;
	width:100%;
	margin:0px 0 0px 0px;
	background-color: #0092e0;
}


#h1 {
	font-family: "Helvetica Neue";
	font-size:45px;
	font-weight: 100;
	color:#7e7e7e;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

#h2 {
	font-family: "Helvetica Neue";
	font-size:25px;
	letter-spacing: .07em;
	font-weight: 100;
	color:#7e7e7e;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

#h1 a {
	color:#0092e0;
}

#nav {
	margin:30px 0 0 -40px;
}

ul.nav li, ul.children li  {
	list-style-type: none;
	float: left;
}

ul.nav li a {
	list-style-type: none;
	margin:10px 10px 0 0;
	float: left;
	text-decoration: none;
	padding:10px 13px 10px 13px;
	font-family: Helvetica;
	font-size:15px;
	color:#4e4e4e;
	font-weight:600;
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-color: #f0f0f0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

ul.nav li.current_page_item a , ul.nav li.current_page_item a:hover {
	background-color: #0092e0;
	color:#fff;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
   cursor:pointer;
}

ul.nav li a:hover {
	background-color: #0092e0;
	color:#fff;
   -webkit-transition: 0.2s;
   -moz-transition: 0.2s;
   -o-transition: 0.2s;
   cursor:pointer;
}

#header {
	border-radius: 5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	height:300px;
	background-image: url(img/head.JPG);
	background-position: center center;
	background-size: cover;
	margin:30px 0 0 0;
}

#slogan {
    margin:30px 0px 0 0px;
    float:left;
    padding:10px 20px;
    background-color: rgba(48,48,48,0.60);
	color:#fff;
	font-family: "Helvetica";
	font-weight: 100;
	font-size:20px;
}

#footer {
    margin:0px auto 20px auto;
    text-align: center;
	color:#515151;
	font-family: "Helvetica";
	font-weight: 100;
	font-size:16px;
}

#footer elegantwhite {
	font-size:11px;
}

#content {
	margin:30px 0px 0 0;
	font-family: "Helvetica";
	font-size:18px;
	line-height: 33px;
	font-weight: 100;
	color:#515151;
}

h1 {
	font-family: "Helvetica";
	font-size:32px;
	line-height: 37px;
	font-weight: 100;
	color:#515151;
}

a.h1 {
	color:#515151;
	text-decoration: none;
}

a.heading {
	color:#7e7e7e;
	text-decoration: none;
}

a {
	color: #0092e0;
	text-decoration: none;
}

#calendar {
    margin:-20px 0 0px 0;
	font-size:14px;
}

blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic !important;
	font-weight: 100;
	background-color: #f3f3f3;
	padding:25px;
	margin: 2em 2em;
	border-left:3px solid #6e6e6e;
}

cite {
	margin:10px 0 0 0;
}

#search {
    width:300px;
    margin:25px 0 0 830px;
	position: absolute;
}

input.search {
	width:145px;
	margin:-1px 0 0 0;
	border:0;
	background-color: #f6f6f6;
	outline: none;
	border:1px solid #dadada;
	font-size:16px;
	color:#acacac;
	font-family: Helvetica;
	font-weight: 100;
	padding:12px 15px 11px 15px;
	border-radius: 30px;
    -moz-border-radius:30px;
	-khtml-border-radius:30px;
	-webkit-transition: 0.6s;
   -moz-transition: 0.6s;
   -o-transition: 0.6s;
}

input.search:focus {
border:0;
  width:180px;
  margin:-1px 0 0 -35px;
  border:1px solid #dadada;
  color:#676767;
	border-radius:30px;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
	-webkit-transition: 0.6s;
   -moz-transition: 0.6s;
   -o-transition: 0.6s;
}

input.search-sidebar {
	width:205px;
	margin:-1px 0 0 0;
	border:0;
	background-color: #f6f6f6;
	border:1px solid #dadada;
	outline: none;
	font-size:16px;
	color:#acacac;
	font-family: Helvetica;
	font-weight: 100;
	padding:12px 15px 11px 15px;
	border-radius: 30px;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
	-webkit-transition: 0.6s;
   -moz-transition: 0.6s;
   -o-transition: 0.6s;
}

input.search-sidebar:focus {
    outline: none;
	border:1px solid #dadada;
	color:#676767;
}

#part {
	margin:-20px 50px 0 0;
	width:700px;
	overflow: hidden;
}

#part2 {
	margin:-20px 0px 0 0;
	width:100%;
}

#sidebar {
	margin:-30px 0 0 0;
}

#sidebar li. {
	
}

#sidebar li {
	list-style-type: none;
	margin:0 0 0 -30px;
}

#sidebar h2 {
	font-size:20px;
	font-weight:500;
}


/* Shortcode Buttons */

a {
	cursor: pointer;
}

/* Blue */

a.shortcodebutton-blue-small  {
	background-color: #0092e0;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-blue-medium  {
	background-color: #0092e0;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-blue-large  {
	background-color: #0092e0;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-blue-small:hover  {
	background-color: #006faa;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-blue-medium:hover  {
	background-color: #006faa;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-blue-large:hover  {
	background-color: #006faa;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

/* Green */

a.shortcodebutton-green-small  {
	background-color: #1cae0e;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-green-medium  {
	background-color: #1cae0e;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-green-large  {
	background-color: #1cae0e;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-green-small:hover  {
	background-color: #0e8300;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-green-medium:hover  {
	background-color: #0e8300;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-green-large:hover  {
	background-color: #0e8300;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

/* Purple */

a.shortcodebutton-purple-small  {
	background-color: #a10eae;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-purple-medium  {
	background-color: #a10eae;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-purple-large  {
	background-color: #a10eae;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-purple-small:hover  {
	background-color: #73007e;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-purple-medium:hover  {
	background-color: #73007e;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-purple-large:hover  {
	background-color: #73007e;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

/* Red */

a.shortcodebutton-red-small  {
	background-color: #c50000;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-red-medium  {
	background-color: #c50000;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-red-large  {
	background-color: #c50000;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-red-small:hover  {
	background-color: #900000;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-red-medium:hover  {
	background-color: #900000;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-red-large:hover  {
	background-color: #900000;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

/* Orange */

a.shortcodebutton-orange-small  {
	background-color: #f7b100;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-orange-medium  {
	background-color: #f7b100;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-orange-large  {
	background-color: #f7b100;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-orange-small:hover  {
	background-color: #d39700;
	margin:15px 0;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


a.shortcodebutton-orange-medium:hover  {
	background-color: #d39700;
	margin:15px 0;
	padding:12px 17px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

a.shortcodebutton-orange-large:hover  {
	background-color: #d39700;
	margin:15px 0;
	padding:15px 20px;
	color:#fff;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

/* Shortcodebox */

div.shortcodebox-blue  {
	background-color: #0092e0;
	margin:15px 0px;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

div.shortcodebox-orange  {
	background-color: #f7b100;
	margin:15px 0px;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

div.shortcodebox-purple  {
	background-color: #a10eae;
	margin:15px 0px;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

div.shortcodebox-green  {
	background-color: #1cae0e;
	margin:15px 0px;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

div.shortcodebox-grey  {
	background-color: #e7e7e7;
	margin:15px 0px;
	padding:20px 25px;
	color:#515151;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

div.shortcodebox-black  {
	background-color: #373737;
	margin:15px 0px;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

/* Contact */

td.id {
	padding:30px 0 0 0;
}

td.feld {
	padding:30px 0 0 50px;
}

input.contact {
	border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	font-size:16px;
	width:450px;
	font-family: Helvetica;
	font-weight: 100;
	padding:13px 15px 13px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

input.contact:focus {
	border:0;
	box-shadow: inset 0 0 4px #b6b6b6;
    padding:14px 17px 14px 15px;
}

textarea.contact {
	border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	width:450px;
	font-size:16px;
	font-family: Helvetica;
	font-weight: 100;
	padding:11px 15px 11px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

textarea.contact:focus {
	border:0;
	box-shadow: inset 0 0 4px #b6b6b6;
	padding:12px 17px 12px 15px;
}

input.contact-button {
	background-color: #0092e0;
	margin:20px 0 0 0;
	float: right;
	padding:12px 211px;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border:0;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

input.contact-button:hover {
	background-color: #006faa;
	cursor: pointer;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

.wp-caption {
	text-align: center;
}

.wp-caption-text {
	 font-size:14px;
	 color: #c3c3c3;
}

.sticky {
	
}


.gallery-caption {
	margin-left: 0px;
	padding: 0;
	text-align: center;
	text-align: left;
	width:150px;
	display: block;
	display:none;
	line-height: 22px;
}

.gallery-item {
   background-color:#fff;
  
   
}

.gallery-item img {
 
    border:0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	        box-shadow:0 0 0 #000;
}

.bypostauthor {
	background-color: #f8f8f8; 
}

.alignright {
	float: right;
	margin:15px 0px 15px 15px;
}

.alignleft {
    margin:15px 15px 15px 0px;
	float: left;
}

.aligncenter {
    display: block;
	text-align: center;
	margin:35px auto;
}

img {
	display: block;
	margin-top:25px;
	margin-bottom: 25px;
	box-shadow: 0 0 3px #c5c5c5;
}


input.text {
	border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	font-size:16px;
	width:450px;
	font-family: Helvetica;
	font-weight: 100;
	padding:13px 15px 13px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

input.text:focus {
	border:0;
	box-shadow: inset 0 0 4px #b6b6b6;
    padding:14px 17px 14px 15px;
}

textarea {
	border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	width:450px;
	font-size:16px;
	font-family: Helvetica;
	font-weight: 100;
	padding:11px 15px 11px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

textarea:focus {
	border:0;
	box-shadow: inset 0 0 4px #b6b6b6;
	padding:12px 17px 12px 15px;
}

div.commentlist {
	margin:150px 0 0 0;
}

table.statsDay tr {
  border-bottom:1px solid #969696;
	
}

table.statsDay tr td {
	padding:0 50px 0 0;
}

table.statsDay th {
	text-align: left;
}

dt {
	font-weight: 600;
}

li.recentcomments {
	margin:5px 0;
}

img.avatar {
	border-radius:50px;
	width:50px;
	height:50px;
	box-shadow:0 0 0 #fff;
}

div.comment-body {
	list-style-type: none;
	display: block;
	margin:0 0 30px 0;
}

ul.children div.comment {
	margin:0 0 0 15px;
}

td.comment_name {
	padding:0 0 0 10px;
}

span.comment_date {
	font-size:11px;
	margin:0 0 0 10px;
}

div.comment_text {
    margin:-25px 0 0 0;
	padding:0 0 0 65px;
}

h2 {
	font-weight:500;
}

div.line-one {
	margin:-5px 0 20px 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.line-two {
	margin:0px 0 30px 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.commentline {
	margin:150px 0 0 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.countcomments {
	font-size:30px;
	margin:30px 0 30px 0;
}

div.margin-70 {
	margin:70px 0 0 0;
}

div.naviline-one {
	margin:25px 0 -20px 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.naviline-two {
	margin:22px 0 30px 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.indextags {
	visibility:hidden;
	display:none;
}

div.clearer {
	margin:50px 0 0 0;
}

div.clear {
	clear:both;
}

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

#container {
	width:100%;
	padding: 0;
	margin:-30px 0 0 0;
}

#search {
	margin:0 0 0 400px;
	position: absolute;
	width:0;
	height:0;
	visibility: hidden;
}

input.search {
	position: absolute;
	width:0;
	height:0;
	visibility: hidden;
}

#header {
	margin:30px 50px 0 50px;
}

#line {
	width:100%;
	margin:0px 0 0px 0px;
}

#content {
	margin:30px 50px 0px 50px;
	padding:0 0 30px 0;
	font-family: "Helvetica";
	font-size:18px;
	line-height: 33px;
	font-weight: 100;
	color:#515151;
}

#part {
    width:100%;
	margin:30px 0px 0px 0px;
	padding: 0 0px 0 0;
}

#h1 {
    margin:50px 0 0 60px;
	font-family: "Helvetica Neue";
	font-size:45px;
	font-weight: 100;
	color:#7e7e7e;
}

#h2 {
    margin:0 0 0 60px;
	font-family: "Helvetica Neue";
	font-size:25px;
	letter-spacing: .07em;
	font-weight: 100;
	color:#7e7e7e;
}

#nav {
	margin:30px 0 0 10px;
}


#sidebar {
	width:0;
	height:0;
	visibility: hidden;
	margin:0 0 0 -600px;
	position: absolute;
}

#calendar {
    margin:-20px 0 0px 0;
	font-size:14px;
}

/* Shortcodebox */

div.shortcodebox-blue  {
	background-color: #0092e0;
	margin:15px 50px 15px 0;
	width:93%;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
}

div.shortcodebox-orange  {
	background-color: #f7b100;
	margin:15px 50px 15px 0;
	width:93%;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
}

div.shortcodebox-purple  {
	background-color: #a10eae;
	margin:15px 50px 15px 0;
	width:93%;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
}

div.shortcodebox-green  {
	background-color: #1cae0e;
	margin:15px 50px 15px 0;
	width:93%;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
}

div.shortcodebox-grey  {
	background-color: #e7e7e7;
	margin:15px 50px 15px 0;
	width:93%;
	padding:20px 25px;
	color:#515151;
	border-radius:5px;
}

div.shortcodebox-black  {
	background-color: #373737;
	margin:15px 50px 15px 0;
	width:93%;
	padding:20px 25px;
	color:#fff;
	border-radius:5px;
}




}

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


}