/*
Theme Name: Master Web Édito
Theme URI: http://themes.required.ch/
Author: Adèle Beauchamp
Author URI: http://required.ch/
Description: Thème - déclinaison de l'identité de l'université de Poitiers
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.1
Template: required-foundation
Text Domain: requiredstarter
*/

/*
	Make the template work
*/
@import url(../required-foundation/style.css);

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 8, 2013 */
@font-face {
    font-family: 'fontellomedium';
    src: url('fonts/fontello.eot');
    src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontello.woff') format('woff'),
         url('fonts/fontello.ttf') format('truetype'),
         url('fonts/fontello.svg#fontellomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'de_vinneroman';
    src: url('fonts/de_vinne-webfont.eot');
    src: url('fonts/de_vinne-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/de_vinne-webfont.woff') format('woff'),
         url('fonts/de_vinne-webfont.ttf') format('truetype'),
         url('fonts/de_vinne-webfont.svg#de_vinneroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; }

#site-title { font-weight: 600; }

/* HEADER */
.topbar {
	height: 10px;
	background-color: #c8bfb5; /* AB: #cabcb3 */
	margin-bottom: 20px;
}

.topbar span {
	display: none;
	float: right;
	margin-right: 30px;
	padding: 5px 0;
	font-family: 'fontellomedium';
	font-size: 25px;
	color: #FFF;
	cursor: pointer;
	transition: color .5s;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
}

.topbar span:hover {
	color: #dfd4ce;
}

.topbar span.ouvert {
	color: #dfd4ce;
}

.logo {
	float: left;
	margin-bottom: 15px;
	max-width: 172px;
}

	
.logo img {
	width: 172px;
}

.contact_dossier {
	text-align: right;
	margin-top: 20px;
	min-height: 50px;
}	
	
.contact_dossier li {
	float: right;
	list-style: none;
	margin-left: 10px;
}

.contact_dossier li.contact {
	margin-bottom: 15px;
}

.contact_dossier li.contact:hover {
	opacity: .8;
}

.contact_dossier li img {
	vertical-align: middle;

}

/* MENU PRINCIPAL */

.nav-bar-perso {
	text-align: right;
	margin-top: 20px;
}

.nav-bar-perso > li {
	display: inline-block;
	list-style: none;
  	margin-left: 12px;
}

.nav-bar-perso > li > a {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
}

.nav-bar-perso > li > a:hover {
	color: #c6d4d7;
}

.nav-bar-perso > li.active a, .nav-bar-perso > li.current-page-ancestor a{
	color: #8fb2ba;
}

/* menu principal touch */
.nav-bar-perso-touch {
	margin-bottom: 0;
	border-top: 1px solid #FFF;
}

.nav-bar-perso-touch > li {
	background: #c8bfb5; /* AB: #cabcb3 */
	padding: 10px 0 10px 35px;
	display: inline-block;
}

.nav-bar-perso-touch > li > a {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	width: 100%;
}

.nav-bar-perso-touch > li > a:before {
	content: ".";
	font-family: 'fontellomedium';
	font-size: 20px;
	line-height: 28px;
	float: left;
	display: inline-block;
	margin-left: -15px;
	color: #FFF;
}

.nav-bar-perso-touch > li.active a, .nav-bar-perso-touch > li.current-page-ancestor a{
	color: #000;
}

.nav-bar-perso-touch > li.active a:before, .nav-bar-perso-touch > li.current-page-ancestor a:before{
	content: ".";
	font-family: 'fontellomedium';
	font-size: 20px;
	line-height: 28px;
	float: left;
	display: inline-block;
	margin-left: -15px;
	color: #000;
}

/* GENERAL */

body {
	font-family: 'PT Sans','Helvetica Neue','Helvetica',Helvetica ,Arial,sans-serif;
}

ul [class*="column"] + [class*="column"]:last-child {
	float: left;
}

p {
	font-size: 16px;
}

.clear {
	clear:both;
}

.picto {
	font-family: 'fontellomedium'; 
}

.picto.droite {
	padding-left: 5px;
}

/* pagination */
ul.page-numbers li span.current{
	background: #CABCB3;
}

/* boutons*/
a.button, input.button {
	border: none;
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 20px;
	text-transform: lowercase;
	color: #FFF;
	padding: 10px 15px;
	text-align: left;
	margin-bottom: 10px;
	display: inline-block;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	opacity: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

a.button:hover, input.button:hover {
	opacity: .8;
}

a.button.orange {
	background: #f9a11b; /* AB : fea100 */
}

a.button.bleu {
	background: #c6d4d7;
}

a.button.taupe, input.button.taupe {
	background: #c8bfb5; /* AB: #cabcb3 */
	font-family: 'PT Sans', sans-serif;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	padding: 7px 10px;
}

a.button span {
	font-family: 'fontellomedium'; 
    padding-right: 5px;
	display: inline-block;
	width: 20px;
	text-align: center;
}

a.button span.ext {
	width: 20px;
}

a.button.right {
	float: right;
}

a.button.right span {
	padding-left: 5px;
	padding-right: 0;
}

a.button.full_width {
	width: 100%;
}

/* titres - version 1
h2.bg_title {
	background: url(images/hachures-brn.png.pagespeed.ce.vRfLTu3mC0.png);
	line-height: 14px;
	margin-top: 35px;
}

h2.bg_title:first-child {
	margin-top: 15px;
}

h2.bg_title span {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-right: 10px;
	background: #FFF;
	display: inline-block;
	height: 17px;
	vertical-align: bottom;
}
*/

/* titres */
h1.bg_title {
	background: url("images/bg_h1.png.pagespeed.ce.IRZpciLhwM.png") repeat-x scroll center bottom transparent;
	margin-bottom: 30px;
}

h1.bg_title span {
	font-family: 'de_vinneroman';
	background: #FFF;
	padding-right: 10px;
	color: #9b8977; /* AB: #a48a77 */
}

h2.bg_title {
	line-height: 14px;
	margin-top: 35px;
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	background: #FFF;
	height: 17px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 1em;
}
h2.bg_title::after {
	content: '';
	background: url(images/hachures-brn.png.pagespeed.ce.vRfLTu3mC0.png);
}

h2.switch {
	color: #c6d4d7;
	border-bottom: 4px solid;
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	margin-top: -15px;
	cursor: pointer;
	background: #FFF;
	transition: color 1s;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
}

h2.switch.current {
	color: #8fb2ba;
	cursor: default;
}

h2.switch:hover {
	color: #dbe2e4;
}

h3 {
	color: #8fb2ba;
	font-family: 'PT Sans','Helvetica Neue','Helvetica',Helvetica ,Arial,sans-serif;
	font-size: 22px;
	font-weight: normal;
}

h4 {	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: normal;
	text-transform: uppercase;	
	font-size: 20px;
}

/* Aside */
aside h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.entry-content aside p {
	font-style: normal;
	text-align: left;
}

.entry-content aside h2:first-child {
	margin-top: 0;
}

.entry-content aside h3{
	margin-bottom: 10px;
}

.entry-content aside h3:first-child{
	margin-top: 0;
}

.entry-content aside ul li{
	text-align: left;
}



/* Orbit */

.orbit-wrapper .orbit-caption {
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
}

.home .orbit-wrapper, .home .orbit-wrapper .orbit-caption {
	max-width: 658px;
}

.orbit-caption a{
	color: #8fb2ba;
}

.orbit-caption a.lien-projet{
	color: #FFF;
	font-size: 18px;
}

.orbit-wrapper .timer {
	display: none;
}

.touch .orbit-wrapper .slider-nav span {
	opacity: 1;
}

.orbit-wrapper .slider-nav span {
	opacity: .3;
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s;
}

.orbit-wrapper:hover .slider-nav span{
	opacity: 1;
}

/* Liens */
a {
	color: #7598a0;
}

a:hover {
	color: #8fb2ba;
}

a.externe:after {
	content: '°';	
	font-family: 'fontellomedium';
	padding-left: 5px;
}

/* Sous menu */

ul.side-nav.second {
	margin-top: 5px;
}

ul.side-nav {
	border: 1px solid #9b8977; /* AB: #a48a77 */
	padding: 0;
	margin-top: 25px;
}

ul.side-nav li {
	font-family: 'Open Sans Condensed',sans-serif;
	font-variant: small-caps;
	font-size: 22px;
	text-transform: lowercase;
	color: #9b8977; /* AB: #a48a77 */
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	min-height: 40px; 
}

ul.side-nav li  a {
	color: #9b8977; /* AB: #a48a77 */
}

ul.side-nav li.active a, ul.side-nav li.active {
	color: #8fb2ba;
	font-weight: normal;
}

ul.side-nav li.active:before {
	content: ".";
	font-family: 'fontellomedium';
	font-size: 20px;
	line-height: 40px;
	float: left;
	display: inline-block;
	margin-left: -15px;
	color: #8fb2ba;
}

ul.side-nav li:hover:before {
	content: ".";
	font-family: 'fontellomedium';
	font-size: 20px;
	line-height: 40px;
	float: left;
	display: inline-block;
	margin-left: -15px;
}

/* encadré à voir */

aside h4 {
	font-family: 'Open Sans Condensed',sans-serif;
	font-size : 26px;
	margin-bottom: 5px;
	text-transform: none;
}

ul.a_voir {
	border: 1px solid #9b8977; /* AB: #a48a77 */
	padding: 5px 10px;
	list-style: none;
	margin-left: 0;
}

ul.a_voir li {
	margin-bottom: 5px;
	padding-left: 15px;
}

ul.a_voir li a{
	color: #000;
	font-size: 16px;
	text-transform: lowercase;
}

ul.a_voir li:hover a {
	color: #8fb2ba;
}

ul.a_voir li a:before {
	content: ".";
	font-family: 'fontellomedium';
	font-size: 16px;
	line-height: 30px;
	float: left;
	display: inline-block;
	margin-left: -15px;
	margin-bottom: -5px;
	color: #8fb2ba;
}

/* encadré dans le contenu */
.encadre {
	border: 1px solid #8fb2ba;
	padding: 10px;
}

.encadre h4 {
	font-family: 'Open Sans Condensed',sans-serif;
	font-size : 18px;
	margin-bottom: 5px;
}

.encadre p {
	margin: 0;
}

/* Contenu */
.entry-content p {
	font-size: 16px;
	text-align: justify;
}

.entry-content ul li {
	list-style-image: url(images/puce-contenu.png.pagespeed.ce.F9eA-peBUf.png);
	margin-bottom: 10px;
	font-size: 16px;
	text-align: justify;
}

/* structure */
.row.padding {
	padding: 0 15px;
}

/* HOME */

.boutons_home {
	position: relative;
	min-height: 167px;
	text-align: center;
	margin-bottom: 30px;
	-webkit-backface-visibility: hidden; /* Hack contre décalages inopportuns */
}

.boutons_home .container {
	display: inline-block;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	z-index: 4;
}

.boutons_home .fond-bleu {
	background: #c6d4d7;
	opacity: .9;
	position: absolute;
	top: 0; left: 15px; right: 15px;
	height: 164px;
	z-index: 2;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.boutons_home:hover .fond-bleu {
	opacity: .5;
}

.boutons_home img {
	top: 0; left: 15px;
	position: absolute;
	z-index: 1;
}

.boutons_home p {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 30px;
	text-transform: lowercase;
	color: #FFF;
	text-align: center;
}

.boutons_home span {	
	display: inline-block;
	font-family: 'fontellomedium'; 
	font-size: 85px;
	color: #FFF;
	margin-bottom: -15px;
}	
		
.boutons_home .hachures {
	position: absolute;
	bottom: 0;
	left: 15px; right: 15px;
	height: 25px;
	background: url(images/hachures-blc.png.pagespeed.ce.RiRxVg_6PD.png);
	z-index: 3;
}

ul.tem_home {
	margin: 0;
}

ul.tem_home li.row{
	list-style: none;
	margin: 15px 0;
}

ul.tem_home li img {
	padding-left: 0;
	max-height: 65px; /* fix IE */
}

ul.tem_home .box_tem {
	border: 1px solid #c8bfb5; /* AB: #cabcb3 */
	padding: 10px;
	position: relative;
}

ul.tem_home .box_tem:before, ul.tem_home .box_tem:after {
	right: 100%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none;
}

ul.tem_home .box_tem:before {
	border-color: rgba(202, 188, 179, 0); 
	border-right-color: #cabcb3; 
	border-width: 11px; 
	top: 50%; 
	margin-top: -11px;
}

ul.tem_home .box_tem:after {
	border-color: rgba(255, 255, 255, 0); 
	border-right-color: #ffffff; 
	border-width: 10px; 
	top: 50%; 
	margin-top: -10px;
}

ul.tem_home .box_tem h4 {
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}

ul.tem_home .box_tem p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

ul.custom_list_home li {
	list-style: none;
}

ul.custom_list_home li a {
	color: #000;
}

ul.custom_list_home li:before {
	content: ".";
	font-family: 'fontellomedium';
	font-size: 16px;
	line-height: 30px;
	float: left;
	display: inline-block;
	margin-left: -15px;
	margin-bottom: -5px;
	color: #8fb2ba;
}

/* REALISATIONS */
ul.liste_projets li {
	list-style: none;
}

/* TEMOIGNAGES */
ul.tem_page {
	margin: 0;
}

ul.tem_page li.row{
	list-style: none;
	margin: 15px 0;
}

ul.tem_page li .img {
	padding-left: 0;
	float: left;
	text-align: center;
}

ul.tem_page .box_tem {
	position: relative; 
	background: #FFF; 
	border: 1px solid #c8bfb5; /* AB: #cabcb3 */
	padding: 15px;
	float: left;
}

ul.tem_page .box_tem:before, ul.tem_page .box_tem:after {
	right: 100%; 
	border: solid transparent; 
	content: " "; 
	height: 0; width: 0; position: absolute; pointer-events: none;
}

ul.tem_page .box_tem:after {
	border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 10px; top: 30px; margin-top: -10px;
}

ul.tem_page .box_tem:before {
	border-color: rgba(202, 188, 179, 0); border-right-color: #c8bfb5 /* AB: #cabcb3 */; border-width: 11px; top: 30px; margin-top: -11px;
}



ul.tem_page .box_tem h4 {
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	margin-bottom: 5px;
}

ul.tem_page .box_tem p {
	margin: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

/* PAGE DE PROJET */
.description h2 {
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
}

.description p {
	font-style: normal;
	font-size: 16px;
}

.description p.annee-projet {
	font-style: italic;
	color: #A48A77;
}

/* RECRUTEMENT */
.recrutement ul {
	margin: 0;
	margin-top: 10px;
	padding-left: 27px;
}

.recrutement ul li {
	text-align: left;
}

/* FAQ */
.accordeon h2 {
	font-family: 'PT sans',sans-serif;
	font-size: 20px;
	padding-right: 10px;
	vertical-align: bottom;
	cursor: pointer;
	line-height: 1.3;
	margin-top: 30px;
}

.accordeon h2:hover {
	color: #8fb2ba;
}

.accordeon h2 span:first-child {
	font-family: 'fontellomedium';
	display: inline-block;
	margin-right: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	color: #CABCB3;
}

.accordeon h2.current span {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg); /* Opera */
	-moz-transform: rotate(90deg); /* Firefox */
}

/* INTERVENANTS */

h2 span.resume {
	color: #CABCB3;
	font-size: smaller;
}
h2.current span.resume {
	display: none;
}

/* PARTENAIRES */
.partenaires .row { 
	margin-bottom: 15px !important;
}

.partenaires img {
	padding-right: 0 !important;
}

.partenaires h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
}

.partenaires p {
	margin: 0;
	font-size: 14px;
	color: #000;
}

/* ANCIENS */
.liste_etudiants li span{
	font-style: italic;
}

/* RESULTATS RECHERCHE */

.search-results h2.bg_title {
	margin-top: 30px;
}

.search-results h2.bg_title a{
	color: #000;
}

.search-results p {
	font-size: 16px;
}

.search-results .entry-meta {
	display: none;
}

/* FOOTER */
#footer {
	background: #ebebeb;
	margin-top: 30px;
	padding-bottom: 30px;
}

#footer .bg_title span {
	background: #ebebeb;
}

/* barre de recherche */
.widget_search {
	display: inline-block;
	width: 55%;
	float: right;
}

#searchform {
	margin-bottom: 0;
	position: relative;
	padding-right: 40px;
}

#searchsubmit {
	font-family: 'fontellomedium';
	font-size: 20px;
	padding: 5px 10px;
	margin-left: 2px;
	display: inline-block !important;
	position: absolute;
	top: 0; right: 0;
}
#s {
	display: inline-block;
}

.contact a span {
	color: #7598A0;
	margin-right: 15px;
	display: block;
	margin-top: 10px;
}

.contact a span:hover {
	color: #7598A0;
}

.contact a img {
	margin-right: 5px;
	float: left;
	opacity: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.contact a:hover img {
	opacity: .5;
}

.mentions {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}



a#scroll-to-top {
	z-index: 10;
}

a#scroll-to-top:hover {
	opacity: .8 !important;
}

/* IMPRESSION */
@media print {
	
	@page { margin: 10%; } 
	
	* {
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
	}	
	
	body {
		width: 100% !important;
	}
	
	body, p {
		font-family: serif !important;
	}
	
	.row, .contain-to-grid .top-bar {
		width: 100% !important;
	}

	.print-push-none { left: 0 }
	.print-pull-none { right: 0 }
	
	.hide-for-print {
		display: none !important;
	}
	
	.print-one {
		width: 8.33333% !important;
	}

	.print-two {
		width: 16.66667% !important;
	}
	
	.print-ten {
		width: 83.33333% !important;
	}
	
	.print-twelve {
		width: 80% !important;
	}
	
	.print-full {
		width: 100% !important;
	}
	
	.print-twelve h3 {
		color: #8fb2ba;
		font-family: 'PT Sans','Helvetica Neue','Helvetica',Helvetica ,Arial,sans-serif;
		font-size: 22px;
		font-weight: normal;
	}
	
	.print-inlineblock {
		display: inline-block !important;
		vertical-align: top;
	}
	
	.logo {
		width: 200px !important;
		max-width: 1000px !important;
		left: 50% !important;
		margin-left:  -86px;
		position: relative;
	}

	.nav-bar-perso {
		display: none !important;
	}

	h1, h2, h3, h4 {
		color: #000;
	}
	
	#side-nav {
		display: none;
	}
	
	#footer {
		display: none !important;
	}
	
	.boutons_home {
		display: none !important;
	}
	
	.switch:not(.current) {
		display: none !important;
	}

}

/* RESPONSIVE */
@media (min-width: 1001px) {
	.show-for-medium-custom {
		display: none;
	}
	
	.default {
		display: block;
	}
	

}

@media (max-width: 1150px) {
	a#scroll-to-top {
		position: relative !important;
		width: 100px !important;
		margin:auto;
		display: block !important;
		bottom: 0;
		right: 0;
		margin-bottom: -15px;
		background-color: #C6D4D7;
		opacity: 1 !important;
		padding: 0 0;

}


	
@media (max-width: 1060px) {
	.hide-for-medium-custom {
		display: none !important;
	}
}

@media (max-width: 1030px) {
	.show-for-medium-custom {
		display: block;
	}
	
	.topbar span {
		display: block;
	}
	
	.default {
		display: none;
	}
	
	.topbar{
		height: auto;
	}

	.button.taupe{
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
			
	
}
	
	
	#footer .contact a {
		display: inline-block;
		margin-bottom: 15px;
		padding: 5px;
		background-color: #c6d4d7;
		color: #000;
		width: 100%;
	}
	
	#footer .contact a span{
		color: #FFF;
		font-size: 16px;
	}
	
}

@media (max-width: 915px) {
	#footer .contact .columns {
		width: 100% !important;
	}
	.button.taupe{
    display: inline-block;
    padding: 15px 10px;
    text-align: center;

}

@media (max-width: 888px) {
	.nav-bar-perso-touch > li {
		border-bottom: 1px solid #FFF;
		padding: 10px 0 10px 25px;
		display: block;
	}
	
	button.button, input.button[type="submit"], input.button[type="reset"] {
		width: auto;
	}
	
	.full-for-medium-custom {
		width: 100% !important;
	}
	
	.full-for-medium-custom:after {
		display: none !important;
	}
	
	.full-for-medium-custom:before {
		display: none !important;
	}
	
	.inlineblock-for-medium-custom {
		display: inline-block;
	}
	
	aside h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}	


}

@media (max-width: 768px) {
	.third-on-small {
		width: 33.33333334% !important;
		float: left;
	}
	
	.full-for-small{
		width: 100% !important;
	}
	
	.full-for-small:after {
		display: none !important;
	}
	
	.full-for-small:before {
		display: none !important;
	}
	
}

