/* 

color red  : #ae031d
color gray : #626261;

*/


body{
	overflow-x: hidden;
	min-height: 100vh;
	box-sizing: border-box;
}

.welcome-text {
	display: none;
}

.important, strong {
	color:#ae031d;
	font-weight: 500;
}

div#partner a img {
	width: 80%;
}

@media only screen and (min-width: 767px) {

	#mobile-menu {
		display: none;
	}
	
	.welcome-text {
		display: block;
	}
	
	
	.container {
		max-width: 100%;
	}
	
	#heading-container {
		margin-top: 0 !important; 
	}
	
	.content .container {
		padding: 0 15px !important;
	}
	.logo-sp {
		position: absolute;
		background: url(../Images/logo_sp.png)!important;
		margin-top: -50px;
		margin-left: -20px;
		width: 1px;
		height: 121px;
	}

	
	div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery,
	div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery {
		width: 205px;
	}
	
	/* === STYLING ALL COLORS SETTINGS === */

	body {
		background-color: #fff;
		color: #999;
		color: #333;
	}

	/*.style-color-element {
		display: none !important;
		color: #ff0066;
	}

	.blog-date:hover .month {
		border-color: #ff0066;
	}*/

	#searchform {
		display:none;
	}

	.welcome-text, input, textarea {
		color: #333;
	}

	/*::selection {
		background-color: #ff0069;
		color: #fff;
	}

	::-moz-selection {
		background-color: #ff0069;
		color: #fff;
	}*/

	.separator a, .separator {
		color: #333;
	}

	.nivo-caption h1, .nivo-caption h2, .nivo-caption h3, .nivo-caption h4, .nivo-caption h5, .nivo-caption h6, .nivo-caption {
		color: #fff;
	}
	div#slider-wraper div#slider div.nivoSlider div.nivo-caption p h1 {
		background:#ae031d;
		font-size:32px;
	}
	.button:hover {
		color: #333;
	}
	.align-right {
		text-align:right;
	}

	/* === STYLING GENERAL SETTINGS === */

	#slider-wraper, #slider, #slider-container, .nivoSlider, #menu, #menu-bg, #menu-parent-child, .nivo-directionNav {
		height: 450px !important;
	}

	.nivoSlider {
		width: 1410px;
	}
	#slider-container,
	#slider-wraper {
		overflow: hidden;
	}

	.nav {
		top: 75px;
	}
	div#menu-container div#menu-parent div#logo {
		top:360px;
		left:0px;
	}
	a {
		outline: none;
		color:#ae031d;
	}

	a:hover {
		color: #333;
	}

	.blank {
		background-color: transparent;
	}

	#main {
		width: 768px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		border-top: 10px solid #d9d9d9;
	}

	#header {
		display: block;
		height: 200px;
		border-bottom: 1px solid #EDEDED;
	}
	body#p2 #header {
		border-bottom: 0;
	}

	#logo-container {
		position: absolute;
	}

	#logo {
		position: absolute;
	}


	.welcome-text {
		margin-top: 87px;
		margin-left: -10px;
	}

	nav#language {
		margin-top: 20px;
		/*margin-left: 33px;*/
	}
	.search-container {
		margin-top: 25px;
	}

	#search {
		background: #fff url(../Images/search_icon.png) 95% center no-repeat;
		width: 128px;
		height: 35px;
		float: right;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 30px;
		border: 1px solid #f7f7f7;
		border: 1px solid #EBEBEB;
	}
	input#search:focus {
		border-color: #ccc;
	}

	#header-nav {
		display: block;
		margin-top: 65px;
	}

	.nav {
		position: absolute;
		width: 180px;
		float: left;
		margin-right: 50px !important;
		margin-bottom: 20px;
		/*height: 320px; */
		display: inherit;
	}

	.nav li {
		position: relative;
		display: block;
		margin-bottom: 23px;
		text-align: right;
		padding-right: 10px;
		height: 30px;
	}

	.nav li span {
		display: block;
		/*margin-top: -2px;*/
	}

	.sub-menu {
		position: absolute;
		width: 180px;
		display: none;
		/*padding-top: 10px;*/
		padding-bottom: 20px;
	}

	.sub-menu li {
		margin: 0;
		height: 15px;
		margin-bottom: 6px;
	}

	.menu-selector {
		position: absolute;
		display: block;
		width: 2px;
		height: 36px;
		margin-left: 190px;
		margin-top: -3px;
		background: #ae031d;
	}

	/* === STYLING NAVIGATION OF OTHER PAGES === */

	#nav-header-container {
		display: block;
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
		margin-bottom:70px;
		border-bottom:1px solid #EDEDED;
	}

	#nav-header-container .nav {
		display: block;
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}

	#nav-header-container .nav li  {
		height: 22px;
		margin-bottom: 0;
	}

	#nav-header-container .nav li span{
		display: none;
	}

	#nav-header-container .nav li a{
		color: #999;
	}

	#nav-header-container .menu-selector {
		height: 20px;
		height: 20px;
	}

	#nav-header-container .nav li.current a {
		color: #626261;
	}

	#nav-header-container .nav li.current ul li a {
		color: #999;
	}

	.nav li a:hover {
		color: #fff;
	}
	nav#language ul {
		color:#ae031d;
	}
	nav#language li {
		display:inline-block;
		margin-right:2px;
		margin-left:2px;
		font-size:14px;
		color:#333;
	}
	nav#language li a{
		color:#ae031d;
	}
	nav#language li a:hover{
		color:#333;
	}
	/* === STYLING HEADINGS OF OTHER PAGES === */

	#heading-container {
		margin-top: 14px;
		display: block;
		float: left;
	}

	#heading-container h5{
		margin-left: 3px;
	}

	/* === STYLING SLIDER SETTINGS === */

	#slider-container {
		width: 100%;
		margin-bottom: 60px;

	}

	/*#slider-top-separator {
		height: 10px;
		width: 100%;
		margin-top: -10px;
		background: url(../Images/style/strips.png);
	}*/

	#slider-shadow-container {
		height: 30px;
		width: 100%;
	}

	#slider-shadow-container::before {
		height: 30px;
		width: 50%;
		float: left;
		content: '';
		background: url(../Images/style/slider-shadow-left.png) top left no-repeat;
	}

	#slider-shadow-container::after {
		height: 30px;
		width: 50%;
		float: right;
		content: '';
		background: url(../Images/style/slider-shadow-right.png) top right no-repeat;
	}

	#slider-wraper {
		position: absolute;
		width: 100%;
		left: 0;
		/*background-image: -webkit-linear-gradient(left, #626261 0%, #ffffff 50%); 
		background-image: -moz-linear-gradient(left, #626261 0%, #ffffff 50%); 
		background-image: -o-linear-gradient(left, #626261 0%, #ffffff 50%); 
		background-image: linear-gradient(left, #626261 0%, #ffffff 50%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626261', endColorstr='#ffffff');*/
		background: url(../Images/style/white.gif) top right repeat-y;

	}

	#slider {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0 auto;
		background: #626261 url(../Images/style/loading.gif) no-repeat 50% 50%;
	}

	.nivoSlider {
		position: absolute;
	}

	.nivoSlider img {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}

	.nivoSlider a {
		border: 0;
		display: block;
	}

	.nivo-directionNav {
		position: absolute;
		width: 100%;
		left: 0;
	}

	.nivo-directionNav a {
		top: 100%;
		margin-top: -63px;
		display: block;
		width: 63px;
		height: 63px;
		z-index: 30;
	}

	.nivo-prevNav {
		/*background: url(../Images/style/prev.png) top left no-repeat;*/
	}

	.nivo-nextNav {
		right: 0px;
		/*background: url(../Images/style/next.png) top right no-repeat;*/
	}

	.nivo-caption {
		display: table;
		width: 50%;
		left: 50%;
		height: 100%;
		margin-left: -200px;
		background: none;
	}

	.nivo-caption > p {
		display: table-cell;
		vertical-align: middle;
	}

	.nivo-caption p > * {
		display: inline-block;
		float: left;
		clear: both;
		padding: 10px;
		background: #333;
		margin-top: 10px;
		opacity: 0.9;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	/* === STYLING MENU CONTAINER SETTINGS === */
	#menu {
		position: relative;
		width: 210px;
	}

	#menu-bg {
		position: absolute;
		width: 219px;
		background: #626261;
		/*opacity: 0.85;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";*/
	}

	#menu-parent-child {
		position: absolute;
		width: 200%;
		background: #626261;
		/*opacity: 0.85;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";*/
		left: -200%;
	}

	#menu-parent {
		/*position: absolute;*/
		/*width: 470px;*/
		/*background: purple;*/
		right: 0;
	}

	#menu-container {
		position: absolute;
		width: 100%;
		/*background: orange;*/
		/*right: 50%;*/
		z-index: 20;
	}

	/* === STYLING CONTENT SETTINGS === */

	.content {
		display: block;
		overflow: hidden;
		margin-bottom: 75px;
		width: 100%;
	}

	.line-sp {
		width: 940px;
		height: 1px;
		background-color: #ededed;
		margin-bottom: 70px;
	}

	/* === STYLING HEADING SEPARATORS SETTINGS === */

	.heading {
		position: relative;
		float: left;
		width: 100%;
		overflow: hidden;
		margin-bottom: 65px;
		color: #555;
	}

	.heading::after {
		content: '';
		position: absolute;
		top: 17px;
		height: 1px;
		width: 100%;
		background: #ededed;
	}

	.heading span {
		padding-right: 15px;
	}

	.heading-container {
		display: block;
		overflow: hidden;
	}

	/* === STYLING FRAMED IMAGE ALIGNMENT SETTINGS === */

	.left-align {
		float: left;
		margin: 0 25px 0 0;
	}

	.right-align {
		float: right;
		margin: 0 0 0 25px;
	}

	/* === STYLING FRAMED IMAGE SETTINGS === */


	.frame img {
		/*border: 5px solid #fff;*/
		display: block;
	}

	.frame {
		position: relative !important;
		/*display: inline-block;*/
		padding-bottom: 15px;
		/*padding-top: 5px;*/
	}

	.frame a {
		/*display: block;*/
	}

	/*	
	.frame::before {
		display: block;
		position: absolute;
		content: '';
		height: 15px;
		width: 50%;
		left: 5px;
		top: 100%;
		margin-top: -15px;
		background: url(../images/style/frame-shadow-left.png) top left no-repeat;

	}

	.frame::after {
		display: block;
		position: absolute;
		content: '';
		height: 15px;
		width: 50%;
		right: 5px;
		top: 100%;
		margin-top: -15px;
		background: url(../images/style/frame-shadow-right.png) top right no-repeat;
	}
	*/

	/* === STYLING BLOCKQUOTE SETTINGS === */

	blockquote {
		background: url(../Images/quote.png) 5px 0px no-repeat;
		margin-bottom: 10px;
		display: block;
		float: left;
		padding: 10px 5px;
	}

	blockquote {
		text-indent: 50px;
		margin-top: 25px;
	}

	blockquote span {
		display: block;
		text-align: right;
		margin-top: 10px;
		margin-right: 30px;
	}

	/* === STYLING LATEST BLOG POSTS SETTINGS === */

	.latest-blog-posts {
		display: block;
		width: 100%;
	}

	.latest-blog-posts li {
		display: block;
		float: left;
		clear: both;
		margin-bottom: 40px;
	}

	.latest-blog-posts li:last-child {
		margin-bottom: 0;
	}

	.latest-blog-post-thumb {
		display: block;
		position: relative !important;
		width: 100px;
		height: 100px;
		float: left;
		padding-bottom: 20px;
		margin-right: 20px;
		margin-top: 2px;
	}

	.latest-blog-post-thumb::before {
		display: block;
		position: absolute;
		width: 50%;
		height: 20px;
		content: '';
		top: 100%;
		left: 5px;
		margin-top: -20px;
		background: url(../Images/style/frame-shadow-left.png) 0 -4px no-repeat;
		z-index: 0;
	}

	.latest-blog-post-thumb::after {
		display: block;
		position: absolute;
		width: 50%;
		height: 20px;
		content: '';
		top: 100%;
		right: 5px;
		margin-top: -20px;
		background: url(../Images/style/frame-shadow-right.png) 100% -4px no-repeat;
		z-index: 0;
	}

	.latest-blog-thumb-container {
		display: block;
		z-index: 2;
		background: #000;
		/*border: 5px solid #fff;*/
	}

	.latest-blog-post-thumb img{

		position: relative;
		z-index: 1;
		width: 100px;
		height: 100px;
	}

	.corner {
		display: block;
		position: absolute;
		width: 65px;
		height: 65px;
		top: 0;
		right: 0;
		background: url(../Images/style/corner.png) top right no-repeat;
		z-index: 3;
		/*opacity: 0.9;*/
	}

	.latest-blog-post-thumb a {
		display: block;
		position: absolute;
		line-height: 0 !important;
	}

	.blog-date {
		display: block;
		position: absolute;
		color: #333;
		width: 40px;
		top: -5px;
		right: 0px;
		z-index: 4;
		text-align: right;
	}

	.day {
		display: block;
		padding-bottom: 4px;
	}

	.month {
		padding-top: 5px;
		padding-left: 10px;
		border-top: 1px solid #ededed;
	}

	.latest-blog-post-details {
		display: block;
		float: left;
		width: 170px;
	}

	.latest-blog-post-details h5 {
		margin-bottom: 7px;
	}

	.latest-blog-post-details > a{
		display: inline-block;
	}

	.latest-blog-post-details small {
		display: block;
		margin-top: 2px;
		color: #ccc;
	}

	.latest-blog-post-details small a{
		color: #999;
	}

	.latest-blog-post-details small a:hover{
		text-decoration: underline;
	}

	/* === STYLING RECENT PROJECTS SETTINGS === */

	.recent-projects {
		position: relative;
	}

	.recent-project-arrows {
		display: inline-block;
		position: absolute;
		top: -10px;
		right: 10px;
		height: 20px;

	}

	.recent-project-arrows li {
		display: inline-block;
		height: 20px;
	}

	.recent-project-arrows li:last-child {
		display: inline-block;	
	}

	.next {
		/*display: block;
		width: 12px;
		height: 20px;
		background: blue;
		background: url(../Images/style/arrows.png) right center no-repeat;*/
	}

	.next:hover {
		/*opacity: 0.5;*/
	}

	.prev {
		display: block;
		width: 12px;
		height: 20px;
		background: url(../Images/style/arrows.png) left center no-repeat;
	}

	.prev:hover {
		opacity: 0.5;
	}

	.button {
		display: inline-block;
		height: 23px;
		padding-left: 30px;
		background: url(../Images/button.png) no-repeat;
	}

	.recent-projects-list {
		display: block;
		position: relative;
		overflow: hidden;
		float: left;
		width: 700px;
		height: 245px;
	}

	.recent-projects-list li{
		display: block;
		width: 210px;
		float: left;
		margin-right: 30px;
	}

	.recent-projects-list li:nth-child(3n+0) {
		margin-right: 0;
	}

	.projects-thumb > a {
		display: block;
		z-index: 0;
		background: #000;
	}

	.projects-thumb img {
		/*border: 5px solid #fff;*/
	}

	.projects-thumb {
		display: block;
		position: relative !important;
		padding-bottom: 20px;
	}

	.projects-thumb::before {
		display: block;
		position:absolute;
		content: '';
		width: 50%;
		height: 20px;
		top: 100%;
		left: 5px;
		margin-top: -20px;
		z-index: 1;
		background: url(../Images/style/frame-shadow-left.png) top left no-repeat;
	}

	.projects-thumb::after {
		display: block;
		position:absolute;
		content: '';
		width: 50%;
		height: 20px;
		top: 100%;
		right: 5px;
		margin-top: -20px;
		z-index: 1;
		background: url(../Images/style/frame-shadow-right.png) top right no-repeat;
	}

	.recent-project-details {
		display: block;
		background: #fff;
		padding: 15px 0 15px 0;
		text-align: center;
		border-bottom: 1px solid #fff;
		color: #ccc;
	}

	.recent-project-details h5{
		margin-bottom: 2px;
	}

	.recent-project-details a {
		display: inline;
		color: #ccc;
	}

	.recent-project-details a:hover {
		color: #999;
		text-decoration: underline;
	}

	.project-corner {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		top: 5px;
		right: 5px;
		/*background: url(../Images/style/ltl-corner.png) top right no-repeat;*/
	}

	.projects-thumb a {
		position: relative;
		line-height: 0 !important;
	}

	.thumb-cover {
		display: block;
		position: absolute;
		width: 210px;
		height: 100%;
		top: 0;
		left: 0;
		background: url(../Images/style/ltl-corner.png) top right no-repeat;
		display: none;
		overflow: hidden;
	}

	.thumb-more {
		display: block;
		position: absolute;
		width: 210px;
		height: 150px;
		top: 100%;
		/*background: url(../Images/style/more.png) center center no-repeat;*/
	}

	/* === STYLING LAYOUT BLOCKS SETTINGS === */

	.block {
		overflow: hidden;
		display: inline-block;
		padding: 0px 0px;
		margin-right: 30px;
		margin-bottom: 25px;
		float: left;
	}

	.divider {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #ededed;
		margin: 0 0 20px 0;
	}

	.full-width {
		width: 100%;
		clear: right;
	}

	.one-half {
		/*width: 450px;*/
	}

	.one-third {
		width: 220px;
	}

	.one-fourth {
		width: 203px;
	}

	.three-fourths {
		width: 700px;
	}

	.two-third {
		width: 670px;
		padding-right:20px;
	}
	body#p2 .two-third {
		width:590px;
		padding-right:115px;
	}


	.last {
		margin-right: 0;
		clear: right;
	}

	.content-left {
		width: 700px;
		float: left;
		margin-right: 20px;
	}

	.sidebar-right {
		width: 220px;
		float: left;
		clear: right;
	}

	.sidebar-left {
		width: 220px;
		float: left;
		clear: right;
		margin-right: 20px;
	}

	.content-right {
		display: block;
		width: 700px;
		float: left;
	}

	/* === STYLING WIDGET SETTINGS === */

	.widget {
		display: block;
		width: 100%;
		float: left;
		clear: both;
		padding-bottom: 20px;
		margin-top: 20px;
		border-bottom: 1px solid #ededed;
	}

	.widget:first-child {
		margin-top: 0;
	}

	.widget:last-child{
		border: none;
	}

	.widget h2{
		margin-bottom: 10px;
	}

	.search-blog-container {
		float: left;
	}

	.categories {

	}

	.popular-posts {

	}

	.search {
		border: none;
		padding-bottom: 0;
	}

	/* === STYLING UNORDERD AND ORDERD LISTS SETTINGS === */

	.ul_with_dots {
		display: inline-block;
		list-style: disc outside;
		padding-left: 20px;
	}

	ol {
		display: inline-block;
		list-style-type: decimal;
		padding-left: 20px;
	}

	/* === STYLING BLOG PAGE === */

	.blog-post {
		display: block;
		width: 100%;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.blog-post .frame {
		margin-top: 5px;
	}

	.frame .img-container {
		background: #000;
	}

	.blog-post-details-container {
		display: block;
		width: 210px;
		float: left;
	}

	.blog-post-details-container .blog-date{
		top: 0px;
	}

	.blog-post-details-container .corner{
		top: 5px;
	}

	.blog-post-details {
		display: block;
		float: left;
		width: 180px;
		text-align: right;
		padding-right: 30px;
		border-right: 1px solid #ededed;
	}

	.no-image .blog-post-details {
		margin-top: 45px;
	}

	.blog-post-details > a{
		display: inline-block;
	}

	.blog-post-details small {
		display: block;
		margin-bottom: 3px;
		color: #ccc;
	}

	.blog-post-details small a{
		color: #999;
	}

	.blog-post-details small a:hover{
		text-decoration: underline;
	}

	.blog-excerpt {
		width: 430px;
		float: left;
		margin-left: 40px;
	}

	.blog-excerpt h2{
		margin-bottom: 5px;
	}

	.margin-bottom {
		width: 100%;
		overflow: hidden;
		display: inline-block;
		margin-bottom: 50px;
	}

	.posted a {
		text-decoration: underline;
	}

	.pagination {
		display: block;
		width: 420px;
		float: right;
		margin-right: 30px;
		text-align: center;
		padding-top: 15px;
		border-top: 1px solid #ededed;

	}

	.pagination li{
		display: inline-block;
		margin-right: 15px;
	}

	#search-blog {
		background: #fff url(../Images/search_icon.png) 95% center no-repeat;
		width: 128px;
		height: 35px;
		float: right;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 30px;
		border: 1px solid #f7f7f7;
	}

	.margin {
		margin-top: 18px;
	}

	.more {
		display: inline-block;
		margin-top: 20px;
	}

	li.current-page a{
		color: #333;
	}

	/* === STYLING CONTACTS PAGE === */

	form#kontakt, form#contatto, form#contact {
		padding-left:3px;
	}

	#contacts input {
		width: 207px;
		height: 11px;
		padding: 8px;
		margin-bottom: 10px;
		outline: none;
	}

	#contacts textarea{
		width: 427px;
		height: 135px;
		padding: 8px;
		margin-bottom: 10px;
		outline: none;
		resize: none;
		overflow: hidden;
	}

	#contacts button {
		background: url(../Images/button.png) no-repeat;
		height: 23px;
		float: left;
		padding-left: 30px;
		cursor: pointer;
	}

	#subscribe {
		background: #fff url(../Images/style/subscribe.png) right center no-repeat;
		width: 128px;
		height: 35px;
		float: right;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 30px;
		border: 1px solid #f7f7f7;
	}

	.social-icons-widget li {
		display: inline-block;
		margin-right: 1px;
		margin-top: 0;
	}
	/* === STYLING BLOG-POST PAGE === */
	#contacts-blog-post {
		margin-top: 35px;
		margin-bottom: 30px;
		width: 100%;
		overflow: hidden;
	}

	#contacts-blog-post input, #contacts-blog-post textarea,
	div.input input, div.input textarea  {
		display:block;
		width: 200px;
		height: 35px;
		margin: 10px 0;
		padding-left: 10px;
		padding-right: 10px;
		border: 1px solid #f7f7f7;
		border: 1px solid #EBEBEB;
		clear: both;
	}

	#contacts-blog-post textarea,
	div.input textarea {
		width: 400px;
		height: 150px;
		padding-top: 7px; 
	}

	#contacts-blog-post button,
	span.next.submit button.btn.btn-primary {
		float: left;
		background: url(../Images/button.png) no-repeat;
		height: 23px;
		float: left;
		padding-left: 30px;
		margin-top: 15px;
		cursor: pointer;
		clear: both;
	}

	#contacts-blog-post button:hover, button.btn btn-primary:hover {
		color: #ae031d;
	}

	#contacts-blog-post input:focus, #contacts-blog-post textarea:focus,
	div.input input, div.input textarea {
		border-color: #ccc;
	}

	.posted-by {
		border-top: 1px solid #ededed;
		padding-top: 20px;
	}

	.responses {
		border-top: 1px solid #ededed;
		margin-top: 40px;
		padding-top: 20px;
	}

	.single-blog-post {
		width: 110px;
		padding: 0;
		padding-right: 15px;
		margin-top: 49px;
	}

	.blog-post-content {
		width: 530px;
		margin-right: 0;
	}

	.blog-post-content hr {
		margin-top: 5px;
		/*border-bottom: 1px dotted #ededed;
		background: none;*/
	}

	.single-blog-post-details {
		display: block;
		float: left;
		width: 170px;

	}

	.single-blog-post-details h5 {
		margin-bottom: 7px;
	}

	.single-blog-post-details > a{
		display: inline-block;
	}

	.single-blog-post-details small {
		display: block;
		margin-bottom: 2px;
		color: #ccc;
	}

	.single-blog-post-details small a{
		color: #999;
	}

	.single-blog-post-details small a:hover{
		text-decoration: underline;
	}

	.about-author h3 {
		margin-bottom: 5px;
	}


	.blog-post-content h2{
		margin-bottom: 10px;
	}

	.responses-list .separator{
		margin-top: 10px;
		margin-bottom: 0;
	}

	.response {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		position: relative;
	}

	.response-container {
		display: table-row;
	}

	.response-thumb {
		display: table-cell;
		vertical-align: top;
		width: 0;
	}

	.response-content {
		display: table-cell;
		vertical-align: top;
		width: 100%;
	}

	.response-content h4, .response-text {
		margin-left: 20px;
	}

	.response-text  {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.response-date {
		position: absolute;
		top: -3px;
		right: 0;
		display: inline-block;
		margin-top: 8px;
		color: #ccc;
	}

	.response-text {

	}

	.reply {
		margin-left: 60px;
	}

	.response-thumb-frame {
		width: 70px;
		height: 70px;
	}

	.response-thumb-frame::before {
		background-position: 0 -4px;
		left: 0;
	}

	.response-thumb-frame::after {
		background-position: 100% -4px;
		right: 0;
	}

	.blog-single-post {
		top: -2px;
	}

	/* === STYLING GALLERY PAGE === */

	.projects {
		position: relative !important;
		width: 700px;
		overflow: hidden;
	}

	.projects li {
		display: inline-block;
		margin-left: 0px;
		margin-right: 30px;
		margin-bottom: 45px;
		overflow: hidden;
	}

	.tree-columns li:nth-child(3n+0) {
		margin-right: 0;
	}

	.gallery-filter li a {
		color: #B3B3B3;
	}

	.gallery-filter li a:hover {
		color: #333;
	}

	.hidden {
		display: none;
	}

	li.acitve a{
		color: #333;
	}

	/* === STYLING 2 COLUMNS GALLERY PAGE === */

	.two-columns li {
		width: 330px;
	}

	.two-columns li:nth-child(2n+0) {
		margin-right: 0;
	}

	.two-columns li  .thumb-cover {
		width: 330px;
		height: 100%;
	}

	/* === STYLING PORTFOLIO-SINGLE PAGE === */
	.project-images .frame {
		margin-bottom: 20px;
	}

	.portfolio-single {
		text-align: left;
		padding-right: 0px;
		border-right: none;
		margin-top: 5px;
		width: 210px;
	}

	.hr-portfolio-single {
		margin-top: 0px;
		width: 210px;
	}

	.visit-the-site { 
		margin-bottom: 15px;
	}

	.about-project {
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		padding: 20px 0px;
	}

	.about-project h3{
		margin-bottom: 5px;
	}

	.portfolio-single-blockquote {
		margin-top: 0;
	}

	.portfolio-single-blockquote span{
		margin-right: 0;
	}


	/* === STYLING ARCHIVES PAGE === */

	.archive-list .archive-list-by-date {
		margin-top: 20px;
	}

	.archive-list-by-date li{
		margin-bottom: 15px;
	}

	.archive-posts {
		margin-top: 10px;
		margin-left: 20px;
	}

	.archive-posts li {
		margin-bottom: 5px;
	}

	.archive-posts li a {
		color: #999;
	}

	.archive-posts li a:hover {
		color: #333;
	}

	.archive-latest {
		margin-bottom: 0 !important;
		margin-top: 15px !important;
	}

	/* === STYLING 404 ERROR PAGE === */

	.error-404 {
		display: block;
		text-align: center;
		height: 300px;
		margin-top: 100px;
	}

	.separator {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	.lines {
		display: table-row;
		width: 100%;
		margin-top: 70px;
		white-space: nowrap;
		border-margin: 20px;
	}

	.lines div {
	/*	display: table-cell;
		padding: 0 15px 0 15px;
		margin-bottom: 50px;*/
	}

	.lines::before {
		display: table-cell;
		content: '';
		width: 50%;
		height: 1px;
		border-top: 1px solid #ededed;
	}

	.lines::after {
		display: table-cell;
		content: '';
		width: 50%;
		height: 1px;
		border-top: 1px solid #ededed;
	}

	.lines div > *{
		display: block;
		margin-top: -9px;
		margin-bottom: 20px;
	}

	.left .lines div {
		padding: 0 15px 0 0;
	}

	.left .lines::before {
		width: 0;
	}

	.left .lines::after {
		width: 100%;
	}

	.right .lines div {
		/*padding: 0 0 0 15px;*/
	}

	.right .lines::before {
		width: 100%;
	}

	.right .lines::after {
		width: 0;
	}

	.to-top {
		cursor: pointer;
	}

	#footer {
		display: block;
		width: 100%;
		margin-top: 40px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	#footer h3 {
		text-align: center;
		margin-top: -10px;
		padding: 0px 10px;
		display: block;
		margin-bottom: 80px;
	}

	#logo-footer {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.contact-us {
		margin-top: 25px;
	}

	.social-icons-footer li {
		display: inline-block;
		float: left;
		margin-right: 5px;
		margin-top: 40px;
	}

	#twitter_update_list {
		margin-top: 25px;
	}

	#twitter_update_list li {
		display: block;
		list-style: none;
		margin-bottom: 30px;
		color: #999;
	}

	#twitter_update_list li a {
		display: block;
		color: #ccc;
		margin-top: 12px;
	}

	#twitter_update_list li a:first-child {
		color: #333;
	}

	#twitter_update_list li span a {
		display: inline;
	}

	#twitter_update_list li span a:hover {
		text-decoration: underline;
	}

	#contact-form {
		margin-top: 30px;
	}

	.footer-popular-posts ul {
		margin-top: 25px;
	}

	#contact-form input {
		width: 150px;
		height: 35px;
		padding-left: 10px;
		border: 1px solid #f7f7f7;
		margin-bottom: 10px;
	}

	#contact-form textarea {
		width: 200px;
		height: 80px;
		padding-left: 10px;
		padding-top: 8px;
		border: 1px solid #f7f7f7;
		margin-bottom: 10px;
		outline: none;
		overflow: hidden;
		resize: vertical;
	}

	#contact-form input:focus, #contact-form textarea:focus {
		border-color: #ccc;
	}

	#contact-form button {
		background: url(../Images/button.png) no-repeat;
		height: 23px;
		float: left;
		padding-left: 30px;
		cursor: pointer;
	}

	#contact-form button:hover {
		color: #333;
	}

	#contact-form button span {
		margin-top: 3px;
		float: left;
	}

	.footer-menu {
		display: block;
		width: 100%;
		border-top: 1px solid #ededed;
		padding-top: 15px;
		height: 35px;
	}

	.footer-menu span {
		color: #ccc;
		color: #333;
		float: left;
		margin-right:5px;
	}
	.footer-menu a {
		margin-left:5px;
	}
	#nav-bar {
		float: right;
		color: #ae031d;
		text-align: right;
	}

	#nav-bar li{
		display: inline;
		margin-left: 5px;
		margin-right: 5px;
		color: #ccc;
	}

	#nav-bar li a {
		color: #ae031d;
		margin:0;
	}
	#nav-bar li a:hover {
		color:#333;
	}
	#nav-bar li.last {
		margin-right:0;
	}
	ul#partner {
		float:left;
		margin-left:77px;
		margin-top:-5px;
	}
	ul#partner a {
		display: block;
		height: 16px;
		transition: all 0.2s ease-out 0s;
		margin-left:0px;
	}
	ul#partner li.treuhandsuisse a {
		background-image: url("../Images/treuhandsuisse.jpg");
		background-position: 0 0px;
		height: 30px;
		width: 201px;
	}
	ul#partner li a:hover {
		background-position: 0 -30px;
	}
	/* === STYLING POST ICONS PAGE === */

	.post-icon {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
	}

	.image .post-icon {
		background: url(../Images/style/image-icon.png) center center no-repeat;
	}

	.page .post-icon {
		background: url(../Images/style/page-icon.png) center center no-repeat;
	}

	.link .post-icon {
		background: url(../Images/style/link-icon.png) center center no-repeat;
	}


	/* === STYLING ELEMENTS === */

	.message-box {
		display: block;
		padding: 15px 15px 15px 60px;
		margin-bottom: 15px;
	}

	.notification {
		border: 1px solid #cae9fe;
		background: #e7f5ff url(../Images/style/message-box/notification.png) 10px center no-repeat;
	}

	.error {
		/*border: 1px solid #fecaef;
		background: #ffe7f8 url(../Images/style/message-box/error.png) 10px center no-repeat;*/
		line-height:13px;
	}

	div.input span.error.help-block {
		color:#ae031d;
	}

	.success {
		border: 1px solid #dcfeca;
		background: #efffe7 url(../Images/style/message-box/success.png) 10px center no-repeat;
	}

	.warning {
		border: 1px solid #fef8ca;
		background: #fffce7 url(../Images/style/message-box/warning.png) 10px center no-repeat;
	}

	.toggle li {
		display: block;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.toggle li .toggle-item-content {

		padding: 0px 15px 10px 30px;
		overflow: hidden;
		display: none;
	}

	.toggle li.open-item .toggle-item-content {
		display: block;
		height: auto;

	}

	.toggle li.open-item  > a{
		background-position: left -43px;
	}

	.toggle li.is-open > a {
		background-position: left -43px;
	}

	.toggle li.is-closed > a {
		background-position: left 7px;
	}

	.toggle li > a {
		display: block;
		padding-left: 30px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #ededed;
		background: url(../Images/style/toggle.png) left 7px no-repeat;
	}


	.tab-box  {
		display: block;
		position: relative;
	}

	.tab-box .tabs li {
		display: inline-block;
		padding: 8px 8px 5px 8px;
		margin: 0;
		border: 1px solid #ededed;
		border-right-color: transparent;
		background: #fff;
		border-bottom: none;
	}

	.tabs {
		position: relative;
		z-index: 10;
	}

	.tab-box .tabs li:last-child {
		border-right: 1px solid #ededed;
	}

	.tab-box .tab {
		margin-top: -1px;
		padding: 10px;
		border: 1px solid #ccc;
		background: #fff;
		z-index: 0;
	}

	.tab-box .tabs li.active-tab {
		border-right: 1px solid #ccc;
		border-bottom: none;
		padding-bottom: 6px;
		border-color: #ccc;
	}

	.tab-box .tabs li.active-tab a{
		color: #333;
	}

	div.csc-textpic div.csc-textpic-imagewrap img {
		background: url(../Images/style/frame-shadow-right.png) bottom right no-repeat;	
		padding-bottom:15px;
	}

	div.csc-header {
		margin-bottom:5px;	
	}

	p.bodytext, .csc-default p {
		margin-bottom:10px;
	}
	div.csc-default ul {
		list-style: none url(../Images/style/li-img.png);
		padding-left: 15px;
		line-height: 18px;
	}
	div.csc-default {
		margin-bottom:35px;
	}

	div#gmap {
		width:222px;
		height:222px;
	}

	label {
		width:150px;
	}

	table.csc-uploads tr {
		margin-bottom:15px;
		vertical-align:central;
	}
	.csc-uploads-fileName {
		vertical-align:top;
	}
	
	div#partner {
		/*width: 100%;*/
	}
	div#partner a {
		background-image: none;
		/*height: 30px;*/
		width: 100%;
		overflow: hidden;
		margin: 0 0 10px 0;
	}
		
	div#c3 figure.image img.image-embed-item {
		display:block !important; 
	}
	div#c77 figure.image img.image-embed-item {
		display:block !important; 
	}
	div#c80 figure.image img.image-embed-item {
		display:block !important; 
	}
}

@media screen and (orientation:portrait) & (min-width: 767px) {
	
	#menu-bg {
		width: 219px;
	}
	.frame {
		position: relative !important;
		/*display: inline-block;*/
		padding-bottom: 15px;
		/*padding-top: 5px;*/
	}
}



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


	#main {
		width: 940px;
	}
	.logo-sp {
		position: absolute;
		background: url(../Images/logo_sp.png)!important;
		margin-top: -50px;
		margin-left: -20px;
		width: 1px;
		height: 121px;
	}
}

div#c3 figure.image img,
div#c80 figure.image img,
div#c77 figure.image img
{
	display: none;
}


/* pre loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000100;
	background: url("../Icons/preloader.gif") center no-repeat #fff;
}	

div#logo-container a img#logo {
	margin-top: 15px;
	margin-left: 5px;
}

#impressum{
	max-width: 800px;
}

.frame {
		position: relative !important;
		/*display: inline-block;*/
		padding-bottom: 15px;
	}
