/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) {
	.header-menu ul li:hover ul{
		display: block;
		position: absolute;
		background-image: url(images/bg-submenu.png);
		z-index: 100;
	}
	.header-menu ul li:hover ul li ul{
		display: none;
	}
	.header-menu ul li ul li:hover ul{
		display: block;
		float: left;
		position: absolute;
		left: 100%;
		top: 0px;
	}
	.header-menu ul li{
		height: 48px;
	}
	.header-menu ul li:hover ul{
		background-image: url(images/bg-submenu.png);
	}
	.header-menu ul li ul li:hover ul li a{
		white-space: nowrap;
	}
	.post{
		text-align: justify;
		text-justify:inter-word;
	}
	.red-text{
		/*padding: 60px 40px 0;
		height: 200px;*/
	}
}
@media only screen and (max-width: 959px) {
	.red-text{
		background-image: url(images/blue-arrow-sm.png);
		padding-bottom: 0;
		margin-top: 10px;
		background-size: 100% auto;
		height: 260px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.home-third{
		width: 236px;
	}
	.site-cont .useful_banner_manager_banner img{
		width: 236px !important;
		height: auto !important;
	}
	div.social-icons{
		width: 236px;
	}
	form#search-form{
		width: 158px;
	}
	form#search-form input[type=text]{
		width: 120px;
	}
	.scroll-pane2{
		width: 644px;
	}
	.line-logo .textwidget img{
		margin-bottom: 15px;
	}
	.f-menu ul{
		text-align: left;
	}
	.f-menu ul li{
		padding: 0 20px 25px 0;
	}
	.footer .txt-indent p{
		margin-left: 20px;
	}
	div.stock-w p{
		font-size: 10px;
	}
	p.st-name{
		width: 30%;
	}
	p.st-ask{
		width: 23%;
	}
	p.st-change{
		width: 23%;
	}
	p.st-percent{
		width: 23%;
	}
		.gallery-arhive img.attachment-single-post-thumbnails{
		width: 236px;
		height: 198px;
	}
	.gallery-arhive .gallery-heading{
		position: absolute;
		top: 108px;
		width: 236px;
		height: 90px;
		background-image: url(images/heading-blue.png);
	}
	/* menu */
	/* start header menu */
	/* start contact page */
	.cont-coll{
		width: 364px;
	}
	.frame-box iframe{
		width: 748px;
	}
	#likebox-wrapper{
		width: 500px;
	}
	#likebox-wrapper-inner{
		width: 500px;
	}
	img.alignleft{
		width: 180px;
		height: auto;
	}
	.team img{
		width: 180px;
		height: auto;
	}
	.post{
		text-align: justify;
	}
	.services_data{
		width: 428px;
	}
	.right-serv-blue h2{
		webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-position: top right;
	}
	.service_presentation img{
		width: 150px;
		height: auto;
		float: none;
		border: none;
		margin: 0 auto 30px;
		display: block;
	}
	.company_offer{
		width: auto;
		min-height: 80px;
	}
	.company_logos{
		width: 430px;
		background-color: transparent;
		padding-top: 0;
	}
	.scroll-pane5{
		text-align: center;
		width: 430px;
	}
	.scroll-pane5 .jspPane a p{
		width: 410px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.line-logo .textwidget img{
		margin-bottom: 15px;
	}
	.f-menu ul{
		text-align: left;
	}
	.f-menu ul li{
		padding: 0 20px 25px 0;
	}
	.footer .txt-indent p{
		margin: 0;
	}
	.footer .f-bottom .copyr{
		margin-bottom: 10px;
	}
	.footer .f-bottom .dsgn{
		float: left;
		margin-bottom: 5px;
	}
	.header-menu ul li{
		float: none;
	}
	/* start headre menu */
	.header-menu ul li{
		margin-bottom: 10px;
	}
	.header-menu ul li ul{
		display: none;
	}
	.header-menu ul li.current-menu-item ul{
		display: block;
	}
	.header-menu ul li.current-menu-item ul li ul{
		display: none;
	}
	.header-menu ul li ul li ul{
		display: none;
	}
	.header-menu ul li ul li.current-menu-item ul{
		display: block;
	}
	.header-menu ul li ul{
		background-color: #083d72;
	}
	.header-menu ul li.current-menu-ancestor{
		background-image: url(images/bg-li-act.png);
	}
	.header-menu ul li.current-menu-ancestor ul{
		display: block;
	}
	.header-menu ul li.current-menu-ancestor ul li{
		background-image: none;
	}
	.header-menu ul li.current-menu-ancestor ul li ul{
		background-color: #26609b;
		display: none;
	}
	.header-menu ul li.current-menu-ancestor ul li.current-menu-item ul{
		display: block;
	}
	.header-menu ul li ul li.current-menu-ancestor ul{
		display: block;
	}
	.header-menu ul li.current-menu-ancestor ul li a{
		color: #ffffff;
	}
	.header-menu ul li ul li ul li.current-menu-item a{
		font-weight: bold;
	}
	/* arrows header menu */
	.header-menu ul li ul li.menu-item-has-children a{
		background-image: url(images/arr-d.png);
	}
	.container .galley-page .one-third.column{
		margin-bottom: 35px;
	}
	.service-name,
	.service-phone{
		float: none;
	}
	.service-phone{
		margin-left: 0;
		padding-bottom: 15px;
	}
	.red-text{
		padding-top: 80px;
		height: 220px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.home-third,
	div.social-icons{
		width: 420px;
	}
	.useful_banner_manager_banner{
		text-align: center;
	}
	form#search-form{
		margin-left: 140px;
	}
	.scroll-pane2{
		width: 350px;
	}
	.box-search{
		padding-top: 18px;
	}
	.container .gallery-arhive.column{
		width: 300px;
		margin: 0 auto 35px auto;
	}
	/* start contact page */
	.cont-coll{
		width: 420px;
		float: none;
	}
	.r-cont-coll{
		margin: 16px 0 0 0;
	}
	#post-74 .team > span.cont-coll:nth-child(even) {
		margin: 0;
	}
	#post-71 .team > span.cont-coll:not(:first-child):nth-child(odd) {
		margin: 0;
	}
	#post-71 .team > span.cont-coll:nth-child(even) {
		margin: 0;
	}
	#post-71 .team > span.cont-coll:last-child {
		margin-bottom: 50px;
	}
	.frame-box iframe{
		width: 420px;
	}
	#likebox-wrapper{
		width: 418px;
	}
	#likebox-wrapper-inner{
		width: 413px;
	}
	img.alignleft{
		width: 200px;
		height: auto;
	}
	.team  img{
		width: 200px;
		height: auto;
	}
	.services_menu{
		width: 420px;
	}
	.services_data{
		width: 420px;
		margin-left: 0;
	}
	.right-serv-blue h2{
		webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-position: top right;
	}
	.services_data_bg{
		display: none;
	}
	.company_offer{
		width: auto;
		min-height: 0;
	}
	.company_logos{
		width: 420px;
		background-color: transparent;
		padding-top: 0;
	}
	.scroll-pane5{
		text-align: center;
		width: 420px;
	}
	.scroll-pane5 .jspPane a p{
		width: 400px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	img.logo{
		width: 300px;
		height: auto;
	}
	.scroll-pane2{
		width: 228px;
	}
	.footer .f-bottom .copyr p{
		width: 256px;
		float: left;
	}
	.arhive-page img.event-tumbn,
	.arhive-page img.attachment-single-post-thumbnails{
		display: none;
	}
	.box-search{
		padding-top: 18px;
	}
	.container .gallery-arhive.column{
		margin: 0 auto 35px auto;
	}
	.container .sixteen.columns{
		width: 300px;
	}
	/* start contact page */
	.cont-coll{
		width: 300px;
		float: none;
	}
	.r-cont-coll{
		margin: 16px 0 0 0;
	}
	.frame-box iframe{
		width: 300px;
	}
	#likebox-wrapper{
		width: 298px;
	}
	#likebox-wrapper-inner{
		width: 293px;
	}
	img.alignleft{
		width: 150px;
		height: auto;
	}
	.team  img{
		width: 150px;
		height: auto;
	}
	#newsletter_date_form{
		margin-top: 15px;
	}
	.services_menu{
		width: 320px;
	}
	.services_data{
		width: 320px;
		margin-left: 0;
	}
	.right-serv-blue h2{
		webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-position: top right;
	}
	.services_data_bg{
		display: none;
	}
	.company_offer{
		width: auto;
		min-height: 0;
	}
	.company_logos{
		width: 320px;
		background-color: transparent;
		padding-top: 0;
	}
	.scroll-pane5{
		text-align: center;
		width: 320px;
	}
	.scroll-pane5 .jspPane a p{
		width: 300px;
	}
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	div.filtermembers{
		background-image: url(images/bg-form-membri768.png);
		padding: 20px 24px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.filtermembers{
		background-image: url(images/bg-form-membri480.png);
		padding: 20px 24px;
	}
	#newsletter_date_form{
		margin-top: 15px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	div.filtermembers{
		background-image: url(images/bg-form-membri320.png);
		padding: 20px 24px;
	}
		.red-text{
		padding-top: 20px;
		height:190px;
	}
}
