/* =====================================BASIC STYLES===================================== */body {background: #fff;font-family: sans-serif; /* sans-serif falls back to default OS and Browser font, usually Arial or Helvetica and so on */font-size: 12px;color: #555;line-height: 1.3}/* you can change appearance of the page by adding or removing #boxed id to body tag. */body#boxed {/*background: #d1d1d1 url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//boxed-bg.gif) repeat*/background: #28343b; /* Old browsers */background: -moz-linear-gradient(top,  #28343b 0%, #828c95 36%, #b5bdc8 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28343b), color-stop(36%,#828c95), color-stop(100%,#b5bdc8)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #28343b 0%,#828c95 36%,#b5bdc8 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #28343b 0%,#828c95 36%,#b5bdc8 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #28343b 0%,#828c95 36%,#b5bdc8 100%); /* IE10+ */background: linear-gradient(to bottom,  #28343b 0%,#828c95 36%,#b5bdc8 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=0 ); /* IE6-9 */}/* add some space inside the boxed container */#boxed .container {padding: 0 1%}a img {border: none}/* you can use these classes to align images to left or right */.right {float: right}.left {float:left}/* if image needs some space add this class to img tag* so at the end a left floating image would be <img src='some.jpg' class='left spacing' alt='foo' />*/.spacing {margin: 10px}.spacing.left {margin: 10px 10px 10px 0}.spacing.right {margin: 10px 0 10px 10px}/* or add a 2 px border to image or something, change as you need it */.border {border: 2px solid #c0c0c0}/* some styling for code chunks */code, samp, kbd {font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', monospace;color: #555}pre code {line-height: 1.4;font-size: 11px}pre {padding: 10px;margin: 10px 0;overflow: auto;width: 93%;background: #f1f1f1;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;-o-border-radius: 6px}/* target IE7 and IE6 */*:first-child+html pre {padding-bottom: 20px;overflow-y: hidden;overflow: visible;overflow-x: auto}* html pre {padding-bottom: 20px;overflow: visible;overflow-x: auto}/* horizontal ruler */hr {border: solid #c0c0c0;border-width: 1px 0 0 0;clear: both;margin: 10px 0 30px 0;height: 0}/* =====================================COMMON TYPOGRAPHY===================================== *//* link default styles */a {color: #e60000;}a:visited {color: @b90404;}a:hover {color: #555;transition: transform 0.6s ease-out;-webkit-transition: color 0.6s ease-out;-moz-transition: color 0.6s ease-out;-o-transition: color 0.6s ease-out;text-decoration: underline}a:focus {outline: thin dotted}a:hover, a:active {outline: 0}/* add icon to links with class external */a.external span {display: inline-block;width: 9px;height: 9px;text-indent: -999em;margin: 0 3px;background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//external-icon.png) no-repeat 0 0;}a.external:hover span {background-position: -10px -139px}/* default heading styles */h1,h2,h3 {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}h1 {color: #fff;margin: 10px 0;font-size: 28px;text-transform: uppercase;}h2 {color: #555;font-size: 22px}h3 {color: #555;font-weight: 300;font-size: 18px}/* blockquotes and cites */blockquote,blockquote p {font-size: 14px;line-height: 1.5;color: #555;font-style: italic;font-family: Georgia, Times New Roman, serif}blockquote {margin: 0 0 20px 0;padding: 9px 10px 10px 19px;border-left: 5px solid #f1f1f1}blockquote cite {display: block;font-size: 12px;color: #555}blockquote cite:before {content: "\2014 \0020";}blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {font-family: Georgia, Times New Roman, serif;}/* =====================================LAYOUT===================================== *//* wrapping the page in a box */#wrapper {margin-top: 10px;border-top: 5px solid #e60000}/* you can switch appearance of the page by adding or removing id #boxed to body tag */#boxed #wrapper {background: #fff;box-shadow: 2px 2px 8px #555}/* ------- COULEURS Pages ------- */.B57DC9 {background: #B57DC9;}.D02090 {background: #D02090;}.E60000 {background: #E60000;}.FF8C00 {background: #FF8C00;}/* ------ HEADER SECTION ------ *//* if you need height or something for header part add style here */.header {}/* the logo */.logo {margin-top: 12px;position: relative}.top .header {border-bottom: 1px solid #f1f1f1}/* ------ NAVIGATION ------ *//* first level */nav.main-navigation {z-index: 990;height: 55px;line-height: 37px;margin-top: 20px;}nav.main-navigation > ul {float:right;padding: 0}nav.main-navigation > ul > li {float: left;padding: 0;margin:0 12px;position: relative}nav.main-navigation > ul > li:first-child,nav.main-navigation > ul > li.first {margin-left: 0}nav.main-navigation > ul > li:last-child,nav.main-navigation > ul > li.last {margin-right: 0}nav.main-navigation > ul > li > a,nav.main-navigation > ul > li.sectionheader span {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color: #555;text-decoration: none;font-size: 14px;font-weight: 600;cursor: pointer;text-transform: uppercase}/* Second Level */nav.main-navigation ul li ul {top: -999em;left: -999em;position: absolute;display: block;height: 0px;width: 200px;padding: 10px;background: #e60000;background: rgba(255,255,255,.95);border: 1px solid #c0c0c0}nav.main-navigation > ul > li:hover > ul {height: auto;z-index: 9999;top: 37px;right: 0;left: auto;display: block}nav.main-navigation ul ul li {position: relative;line-height: 1;margin: 0;padding: 0;border-bottom: 1px dotted #c0c0c0}/* third level */nav.main-navigation > ul > li > ul > li:hover > ul {height: auto;top: 0;right: auto;left: -210px;z-index: 999;display: block}/* navigation text color */nav.main-navigation ul li li a,nav.main-navigation ul li li.sectionheader span {padding: 6px 12px;font-family: sans-serif;text-transform: none;font-weight: normal;font-size: 12px;text-decoration: none;color: #555;display: block}nav.main-navigation a:hover,nav.main-navigation a.current,nav.main-navigation li.sectionheader span:hover,nav.main-navigation li.sectionheader span.current,nav.main-navigation li.sectionheader span.parent,nav.main-navigation ul ul li a:hover,nav.main-navigation ul ul li a.current {color: #e60000}/* bottom part of header*/.header-bottom {height: 55px;line-height: 55px}/* baseline-haut */.phrase span {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;text-transform: uppercase;color: #bababa;font-size: 16px;font-weight: 700}.Titre_Gauche {width: 35%;float: left;background: #c0c0c0;margin: 1em 0 1em 0;text-align: right;}.Titre_Gauche h1 {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color: #fff;margin: 10px 4px;font-size: 28px;text-transform: uppercase;}.Titre_Droite {width: 65%;color: #fff;/*background: #e60000;*/margin: 1em 0 1em auto;display: inline-block;float: right;text-align: left;}.Titre_Droite h1 {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color: #fff;margin: 10px 4px;font-size: 28px;text-transform: uppercase;}/* ------ BANNER AREA ------ */.banner {overflow: hidden;/*background: #e60000;*//*min-height: 275px;*/display: block;}/* Texte Droite Bloc Rouge */.banner-text {padding:0 0 0 1%;position: relative;float: right;max-height: 260px;height: 260px;width: 30.333%;z-index: 500;display: block;color: #fff;}/* images diaporama gauche */.banner-image {float:left;display: block;position: relative;width: 67.667%;overflow: hidden;background: #c0c0c0}.banner-image div {position: absolute;z-index: 0;width: 100%;/*width: 67.677%;*/overflow: hidden;display: block;top: 0;left: 0}.banner-image img {display: block;height: auto;width: 100%;max-width: 100%;/*width: 67.667%;max-width: 67.667%;*//*min-width: 520px;*/bottom: 0;}/* ------ CONTENT AREA ------ */.content-wrapper {padding-top: 10px}.content-top {background: url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//dots.gif) repeat-x 0 50%;font-family: Georgia, Times New Roman, serif;color: #555;font-style: italic;line-height: 20px}.content-accueil {width: 64%;float: right;/*margin: 0 0 0 35%;*/display: inline-block;background: #c0c0c0;padding: 0;border: 2px solid #c0c0c0;border-top: 0;border-bottom: none;box-sizing: border-box;}.content-accueil h1 {line-height: 48px;font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color: #fff;margin: 0;font-size: 28px;text-transform: uppercase;}/* breadcrumbs */.breadcrumb {display: inline-block;background: #fff;width: auto;padding-right: 6px}.breadcrumb a {color: #555;display: inline-block;width: auto;background: #fff}/* print button */a.printbutton {display: block;padding-left: 6px;width: 16px;height: 16px;float:right;text-indent: -999em;/* using sprite image, left as reference to single imagebackground: #fff url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//print-icon.png) no-repeat 6px -16px;*/background: #fff url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -4px -94px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out}a.printbutton:hover {/* using sprite image, left as reference to single imagebackground: #fff url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//print-icon.png) no-repeat 6px 0;*/background: #fff url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -4px -78px;}/* news details */#NewsDetailWrapper  {width:101.1%;background: #fff;left: -0.5%;display: block;position: relative;/*border:1% solid #fff;*/padding: 0.5% 0 1% 0;}#NewsDetailWrapper-inside  {width:auto;background: rgb(82,82,82) /*url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//3points.png) no-repeat 10px 0px*/;color:  #fff;border: 5px solid rgb(82,82,82);border-radius: 12px 0 12px 0;margin: 0.5% 0 1% 0;padding: 0px 10px 15px 10px;box-sizing: border-box;}/* news module summary -> content */.content .news-summary  span.heading {display: none}.content .news-article {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dotted #c0c0c0}.content .news-summary ul.category-list {margin: 15px 0}.content .news-summary ul.category-list li a,.news-summary ul.category-list li span {border-radius: 4px}.news-summary ul.category-list li span {opacity: .4}/* news module summary -> sitewide (content + sidebar) *//* article heading */.news-article h2 {margin: 0 0 15px 0}.news-article h2 a {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;text-transform: uppercase;color: #fff;font-size: 16px;text-decoration: none;font-weight: 700}/* date circle, well square for IE  */.news-article .date {background: none;color: #fff;display: block;float:left;width: 99%;padding: 0;height: 20px;text-align: left;font-family: Georgia, Times New Roman, serif}.news-article .day {font-size: 20px;line-height: 1;padding-bottom: 2px;font-style: italic;display: block}.news-article.month {font-size: 11px;display: block}/* author and category */.news-article .author,.news-article .category {font-family: Georgia, Times New Roman, serif;display: block;padding-left: 60px;font-size: 11px;font-style: italic}/* category list on top of summary */.news-summary ul.category-list {margin:15px 0 0 0;padding:0;list-style: none}.news-summary ul.category-list li {float:left;display: block;width: auto;margin-right: 5px}.news-summary ul.category-list li a,.news-summary ul.category-list li span {display: block;color: #555;padding: 4px 8px;background: #f1f1f1;border-radius: 4px 4px 0 0;text-decoration: none;font-size: 11px;text-transform: uppercase}.news-summary ul.category-list li a:hover {color: #f39c2c}.news-summary .paginate {font: italic 11px/1.2 Georgia, Times New Roman, serif;}.news-summary .paginate a {padding: 0 3px;}.news-meta {background: #f1f1f1;padding: 10px;margin: 10px 0}/* more link */.more,.more a,/* back link */.back,.back a,/* previous, next links */.previous a,.next a,.previous,.next {font:  italic 12px/1.3 Georgia, Times New Roman, serif;color: #555;text-decoration: none}/* hover behavior of more, next, previous links */.more a:hover,.back a:hover,.previous a:hover,.next a:hover {text-decoration: underline}.previous,.next {padding: 6px 0;}/* align next link to right */.previous {float:left;}.next {float: right}#NewsPostDetailReturnLink,#NewsPostDetailReturnLink a,#NewsPostDetailReturnLink a:hover {background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//close_button.png) no-repeat top left;color: rgba(0,0,0,0);text-decoration: none;height: 24px;}#NewsPostDetailTitle,#NewsPostDetailTitle h2 {color: #fff;text-transform: uppercase;background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//3points.png) no-repeat 0px 8px;padding-left: 40px;}/* ------ SIDEBAR AREA ------ *//* news module summary -> sidebar */.sidebar {width: 34%;float: left;display: inline-block;}.sidebar .news-summary  span.heading {/*background: url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//dots.gif) repeat-x 0 50%;*/color: #fff;font:  normal 20px/24px 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;margin: 0 0 5px 0;/*display: block;*/line-height: 38px;}.sidebar .news-summary .heading span {display: inline-block;width: 100%;background: #c0c0c0;padding: 5px}.sidebar .news-article {padding: 10px 5px;width: 100%;position: relative;background: /*#e60000*/ rgb(60,70,80);margin: 5px 0 0 0;border-radius: 12px 0 12px 0;color: #fff;}/*.sidebar .news-article a:hover {background: rgb(82,82,82);}*//* creating a bubble box with css3.sidebar .news-article:before {content:'';position: absolute;bottom: -15px;right: 25px;width: 10px;height: 35px;-webkit-transform: rotate(55deg) skewY(55deg);-moz-transform: rotate(55deg) skewY(55deg);-o-transform: rotate(55deg) skewY(55deg);-ms-transform: rotate(55deg) skewY(55deg);transform: rotate(55deg) skewY(55deg);background: #f1f1f1}*//* ------ FOOTER AREA ------ *//* footer wrapper */.footer {position: relative;background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//footer-background.png) repeat-x top;border-bottom: 1px dotted #c0c0c0;border-top: 1px solid #e60000;margin: 25px 0 10px 0;padding: 20px 0}/* copyright text */.copyright {padding-top: 15px}.copyright p,.copyright a {color: #555;font-size: 11px}/* social icons */.footer ul.social {padding: 0;margin: 0}.footer .social li {float:left;margin: 0;padding: 0;list-style: none;margin-right: 6px}.footer .social li a {display: block;width: 24px;height: 24px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;text-indent: -999em}.footer .social li.facebook a {/* using sprite image, left as reference to single imagebackground: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//facebook-icon.png) no-repeat 0 -24px*/background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -260px}.footer .social li.facebook a:hover {/* using sprite image, left as reference to single imagebackground: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//facebook-icon.png) no-repeat 0 0*/background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -236px}.footer .social li.twitter a {/* background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//twitter-icon.png) no-repeat 0 -24px */background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -192px}.footer .social li.twitter a:hover {/* background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//twitter-icon.png) no-repeat 0 0 */background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -168px}.footer .social li.linkedin a {/* background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//linkedin-icon.png) no-repeat 0 -24px */background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -328px}.footer .social li.linkedin a:hover {/*  background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//linkedin-icon.png) no-repeat 0 0 */background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -304px}.footer .social li.youtube a {/* background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//youtube-icon.png) no-repeat 0 -24px */background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -396px}.footer .social li.youtube a:hover {/* background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//youtube-icon.png) no-repeat 0 0 */background: transparent url(http://www.immediares.com/necessaire-et-suffisant/uploads/NS-Layout//simplex-sprite.png) no-repeat -10px -372px}/* back to top anchor */.back-top a {display: inline-block;width: 22px;padding: 8px;border-left: 5px solid #fff;border-right: 5px solid #fff;font:  normal italic 11px/20px Georgia, Times New Roman, serif;text-align: center;text-decoration: none;color: #fff;background: #e60000;border-radius: 14px 0 14px 0;-webkit-border-radius: 14px 0 14px 0;-moz-border-radius: 14px 0 14px 0;-o-border-radius: 14px 0 14px 0;position: absolute;top: -14px;left: 48%}/* Footer navigation */.footer-navigation {padding-top: 15px}.footer-navigation > ul > li {float:left;width: 32.333%}.footer-navigation > ul > li > a,.footer-navigation > ul > li span.sectionheader {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;text-transform: uppercase;color: #555;text-decoration: none;display: block}/* second level */.footer-navigation > ul ul {margin-top: 10px}.footer-navigation > ul > li li {float: none;width: 100%;display: block}.footer-navigation > ul > li li a,.footer-navigation > ul > li.sectionheader li a,.footer-navigation > ul > li li span.sectionheader  {text-decoration: none;font-family: sans-serif;font-weight: normal;text-transform: none;display: block;padding: 2px 0;color: #555}.footer-navigation > ul > li li a:hover {color: #f39c2c}
/* Stylesheet: NS-Layout-01 Modified On 2015-07-22 11:40:41 */
/* =====================================BASE STYLES===================================== */article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block}/* taken from HTML5 Boilerplate http://h5bp.com */html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}audio, canvas, video {display: inline-block;*display: inline;*zoom: 1}audio:not([controls]) {display: none}[hidden] {display: none}/* text selection */.content-wrapper ::-moz-selection {background: #f39c2c;background: rgba(243,156,44,0.7);color: #555;text-shadow: none}.content-wrapper ::selection {background: #f39c2c;background: rgba(243,156,44,0.7);color: #555;text-shadow: none}/* Consistent box sizing and appearance */input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;*width: 13px;*height: 13px}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box}input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none}/* Remove inner padding and border in FF3/4 */button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0}/** 1. Remove default vertical scrollbar in IE6/7/8/9* 2. Allow only vertical resizing*/textarea {overflow: auto;vertical-align: top;resize: vertical}ul, ol {margin: 1em 0;padding: 0 0 0 40px}dd {margin: 0 0 0 40px}nav ul, nav ol {list-style: none;list-style-image: none;margin: 0;padding: 0}/* Redeclare monospace font family */pre, code, kbd, samp {font-family: monospace, serif; _font-family: 'courier new', monospace;font-size: 1em }/* Improve readability of pre-formatted text in all browsers */pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word}q {quotes: none}q:before, q:after {content: "";content: none}small {font-size: 85%}/* Hide from both screenreaders and browsers */.hidden {display: none !important;visibility: hidden}/* Hide only visually, but have it available for screenreaders */.visuallyhidden {border: 0;clip: rect(0,0,0,0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto}/* Hide visually and from screenreaders, but maintain layout */.invisible {visibility: hidden}/* correct text resizing */html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}body {margin: 0;font-size: 1em;/* -webkit-font-smoothing: antialiased */}/* =====================================12 COLUMN GRID===================================== *//* ================================Desktop================================ *//* the wraping container */.container {width: 80%;min-width: 500px;max-width: 780px}/* align the site */.leftaligned {margin: 0 auto 0  0}.rightaligned {margin: 0 0 0 auto}.centered {margin: 0 auto}/* Global Grid layout */.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {display:inline;float: left;position: relative;margin-left: .96%;margin-right: .96%}/* alpha and omega classes remove margins, aplha = no margin left, omega = no margin right */.alpha { margin-left: 0 }.omega { margin-right: 0 }/* Grid sizes up to 12 columns */.container .grid_1 { width:6.333% }.container .grid_2 { width:14.667% }.container .grid_3 { width:23.0% }.container .grid_4 { width:31.333% }.container .grid_5 { width:39.667% }.container .grid_6 { width:48.0% }.container .grid_7 { width:56.333% }.container .grid_8 { width:64.667% }.container .grid_9 { width:73.0% }.container .grid_10 { width:81.333% }.container .grid_11 { width:89.667% }.container .grid_12 { width:98.0% }/* Prefix to add extra space left */.container .prefix_1 { padding-left:8.333% }.container .prefix_2 { padding-left:16.667% }.container .prefix_3 { padding-left:25.0% }.container .prefix_4 { padding-left:33.333% }.container .prefix_5 { padding-left:41.667% }.container .prefix_6 { padding-left:50.0% }.container .prefix_7 { padding-left:58.333% }.container .prefix_8 { padding-left:66.667% }.container .prefix_9 { padding-left:75.0% }.container .prefix_10 { padding-left:83.333% }.container .prefix_11 { padding-left:91.667% }/* Suffix to add extra space right */.container .suffix_1 { padding-right:8.333% }.container .suffix_2 { padding-right:16.667% }.container .suffix_3 { padding-right:25.0% }.container .suffix_4 { padding-right:33.333% }.container .suffix_5 { padding-right:41.667% }.container .suffix_6 { padding-right:50.0% }.container .suffix_7 { padding-right:58.333% }.container .suffix_8 { padding-right:66.667% }.container .suffix_9 { padding-right:75.0% }.container .suffix_10 { padding-right:83.333% }.container .suffix_11 { padding-right:91.667% }/* Push columns to right */.container .push_1 { left:8.333% }.container .push_2 { left:16.667% }.container .push_3 { left:25.0% }.container .push_4 { left:33.333% }.container .push_5 { left:41.667% }.container .push_6 { left:50.0% }.container .push_7 { left:58.333% }.container .push_8 { left:66.667% }.container .push_9 { left:75.0% }.container .push_10 { left:83.333% }.container .push_11 { left:91.667% }/* Pull columns to left */.container .pull_1 { left:-8.333% }.container .pull_2 { left:-16.667% }.container .pull_3 { left:-25.0% }.container .pull_4 { left:-33.333% }.container .pull_5 { left:-41.667% }.container .pull_6 { left:-50.0% }.container .pull_7 { left:-58.333% }.container .pull_8 { left:-66.667% }.container .pull_9 { left:-75.0% }.container .pull_10 { left:-83.333% }.container .pull_11 { left:-91.667% }/* =====================================Tablet (Portrait)===================================== */@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {.container {width: 92%;min-width: 768px;max-width: 1024px}}/* =====================================Smartphones (Portait)===================================== */@media only screen and (max-width: 320px) {.container {width: 92%;min-width: 300px;max-width: 320px}.container .grid_1,.container .grid_2,.container .grid_3,.container .grid_4,.container .grid_5,.container .grid_6,.container .grid_7,.container .grid_8,.container .grid_9,.container .grid_10,.container .grid_11,.container .grid_12 {width: 98%;margin: 0 1%;float: none}}/* =====================================Smartphones (Landscape)===================================== */@media only screen and (min-width: 321px) and (max-width: 767px) {.container {width: 92%;min-width: 321px;max-width: 767px}.container .grid_1,.container .grid_2,.container .grid_3,.container .grid_4,.container .grid_5,.container .grid_6,.container .grid_7,.container .grid_8,.container .grid_9,.container .grid_10,.container .grid_11,.container .grid_12 {width: 98%;margin: 0 1%;display: block;float: none}}/* =====================================Smartphones (Portrait & Landscape)===================================== */@media only screen and (min-width: 300px) and (max-width: 767px) {.container .prefix_1,.container .prefix_2,.container .prefix_3,.container .prefix_4,.container .prefix_5,.container .prefix_6,.container .prefix_7,.container .prefix_8,.container .prefix_9,.container .prefix_10,.container .prefix_11,.container .suffix_1,.container .suffix_2,.container .suffix_3,.container .suffix_4,.container .suffix_5,.container .suffix_6,.container .suffix_7,.container .suffix_8,.container .suffix_9,.container .suffix_10,.container .suffix_11 {padding-right: 0;padding-left: 0}.container .push_1,.container .push_2,.container .push_3,.container .push_4,.container .push_5,.container .push_6,.container .push_7,.container .push_8,.container .push_9,.container .push_10,.container .push_11,.container .pull_1,.container .pull_2,.container .pull_3,.container .pull_4,.container .pull_5,.container .pull_6,.container .pull_7,.container .pull_8,.container .pull_9,.container .pull_10,.container .pull_11 {left: auto;right: auto}}/* =====================================iPhone 4, iPad2, Retina stuff ?===================================== */@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {/* if you buy me one i might test and add something here */}/* =====================================CLEARING FLOATS===================================== */.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0}.cf:before,.cf:after,.row:before,.row:after{content: "";display: table}.cf:after,.row:after{clear: both}.cf,.row {*zoom: 1}
/* Stylesheet: Simplex: Core Modified On 2015-05-15 11:16:31 */
