/*------------------------------------------*/
/*--- BASE & RESET STYLES ---*/
/*------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:         0;
	padding:        0;
	border:         0;
	font-size:      100%;
	font:           inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin:         0;
	padding:        0;
	font-size:      100%;
	vertical-align: baseline;
	background:     transparent;
}

ins {
	background-color: #ff9;
	color:            #000;
	text-decoration:  none;
}

mark {
	background-color: #ff9;
	color:            #000;
	font-style:       italic;
	font-weight:      bold;
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:        help;
}

/*--- tables still need cellspacing="0" in the markup ---*/
table {
	border-collapse: collapse;
	border-spacing:  0;
}

hr {
	display:    block;
	height:     1px;
	border:     0;
	border-top: 1px solid #ccc;
	margin:     1em 0;
	padding:    0;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

img {
	border:                 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:         middle;
}

/*--- MINIMAL BASE STYLES ---*/
html {
	height:     100%;
	overflow-y: scroll;
}

body {
	width:      100%;
	height:     100%;
	min-height: 100%;
	padding:    0;
	overflow:   hidden;
	background: #fff;
	position:   relative;
}

td {
	vertical-align: top;
}

pre {
	padding:     15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap:   break-word;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

::-moz-selection {
	background:  #FF5E99;
	color:       #fff;
	text-shadow: none;
}

::selection {
	background:  #FF5E99;
	color:       #fff;
	text-shadow: none;
}

button {
	width:    auto;
	overflow: visible;
}

q:before, q:after {
	content: '';
}

/*------------------------------------------*/
/*--- TYPOGRAPHY ---*/
/*------------------------------------------*/
html {
	font-size:   100%;
	font-family: 'franklin-gothic-urw', sans-serif;
	line-height: 1.5;
	background:  #fff;
	font-weight: 300;
}

body, select, input, textarea {
	color: #444;
}

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6,
.panel .container .btn {
	font-family: 'franklin-gothic-comp-urw', sans-serif;
	font-weight: 700;
}

h1 {
	font-size:     2em; /* 32px */
	margin-bottom: 0.75em; /* 24px */
	line-height:   1.5; /* 48px */
}

h2 {
	font-size:     1.5em; /* 24px */
	margin-bottom: 1em; /* 24px */
	line-height:   1; /* 24px */
}

.project_details h2 {
	font-size: 2em;
}

h3 {
	font-size:     1.6em; /* 20px */
	margin-bottom: 1.2em; /* 24px */
	line-height:   1.2; /* 24px */
}

h4 {
	font-size:     1.125em; /* 18px */
	margin-bottom: 1.333em; /* 24px */
	line-height:   1.333; /* 24px */
}

h5,
h6 {
	font-size:     1em; /* 16px */
	margin-bottom: 1.5em; /* 24px */
	line-height:   1.5; /* 24px */
}

/*--- PARAGRAPHS ---*/
p {
	margin-bottom: 1.5em;
}

small {
	font-size: 85%;
}

sub, sup {
	font-size:   75%;
	line-height: 0;
	position:    relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*------------------------------------------*/
/*--- LINK STYLES ---*/
/*------------------------------------------*/
a:link, a:visited {
	color:           #666666;
	text-decoration: none;
}

a:visited {
	opacity:    0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:     alpha(opacity = 80);
}

p a:link, p a:visited {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	color: #a5a5a5;
}

a:hover, a:active {
	outline: none;
}

a:link {
	-webkit-tap-highlight-color: #FF5E99;
}

a:focus {
	text-shadow: #61a0ff 0 0 7px;
	outline:     none;
}

.more-link:after,
.more-link::after {
	content: " »";
}

a.btn {
	color:       #FFF;
	display:     inline-block;
	background:  #212121;
	padding:     0 25px;
	line-height: 40px;
	margin:      0 auto;
}

/*------------------------------------------*/
/*--- LISTS ---*/
/*------------------------------------------*/
ol {
	list-style-type: decimal;
}

nav ul,
nav li,
.ui_list {
	margin:           0;
	list-style:       none;
	list-style-image: none;
}

ul,
ol {
	margin: 0 0 1.5em 45px;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0 0 0 45px;
}

/*--- No margins on lists ---*/
.ui_list,
.ui_list .ui_list {
	margin: 0 0 1.5em;
}

.ui_list ul,
.ui_list ol,
.ui_list ol,
.ui_list ul {
	margin: 0 0 0 45px;
}

dd {
	margin-left: 45px;
}

dl {
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

dt:after,
dt::after {
	content: ":";
}

/* Create a list of keywords by adding a single class to a <ul>: */
.keywords {
	list-style: none;
	margin:     0 0 1.5em;
}

.keywords li {
	display:        inline;
	text-transform: lowercase;
}

.keywords li:first-of-type {
	text-transform: capitalize;
}

.keywords li:after,
.keywords li::after {
	content: ", ";
}

.keywords li:last-of-type:after,
.keywords li:last-of-type::after {
	content: ".";
}

/* Create a breadcrumb list by adding a single class to a <ul>: */
.breadcrumb {
	margin:     0;
	list-style: none;
}

.breadcrumb li {
	display:     inline;
	font-weight: bold;
}

.breadcrumb a {
	display:     inline-block;
	font-weight: normal;
}

.breadcrumb li:before {
	content: "\0020\00BB\0020";
}

.breadcrumb li:first-child:before {
	content: normal;
}

/* IE7 support */
/* Uncomment when supporting IE7
.breadcrumb li{
	background:url(../path/to/splitter/image/index.html) left center no-repeat;
}
/* Uncomment when supporting IE7
.breadcrumb li:first-child{
	background:none;
}
*/
/*--- QUOTES ---*/
blockquote {
	text-indent: -0.4em;
}

blockquote b,
blockquote .source {
	/* Mark the source up with either a <b> or another element of your choice with a class of source. */
	display:     block;
	text-indent: 0;
}

/*--- GENERAL ---*/
q,
i,
em,
cite {
	font-style:  italic;
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
	font-style:  inherit;
}

mark {
	background: #ffc;
}

s,
del {
	text-decoration: line-through;
}

small {
	font-size:   0.75em;
	line-height: 1;
}

/*--- CODE ---*/
pre,
code {
	font-family: monospace;
	font-size:   1em;
}

pre {
	overflow:      auto;
	margin-bottom: 1.5em;
	line-height:   24px; /* Having to define explicit pixel values :( */
}

code {
	line-height: 1;
}

/*------------------------------------------*/
/*--- IMAGES ---*/
/*------------------------------------------*/
img {
	font-style: italic;
	color:      #c00;
}

img.left {
	margin: 0 20px 0 0;
}

img.right {
	margin: 0 0 0 20px;
}

/*--- FLASH/VIDEO ---*/
img,
object,
embed,
video {
	max-width: 100%;
	height:    auto;
}

/*------------------------------------------*/
/*--- LOGO ---*/
/*------------------------------------------*/
#logo,
#logo img {
	display: table-caption;
	width:   597px;
	height:  156px;
	margin:  0 auto 1px;
}

#logo {
	background: url(../img/grupoulrich-logo.png) no-repeat;
}

#logo:hover {
	background-position: 0  0;
}

#logo img {
	position: absolute;
	left:     -99999px;
}

.logo_trans_wht, .logo_trans_blk {
	width:       271px;
	height:      82px;
	top:         -90px;
	left:        50%;
	margin-left: -136px;
	position:    absolute;
	text-indent: -9999em;
	background:  url(../img/grupoulrich_logo_sprite.png) no-repeat;
}

.logo_trans_wht {
	opacity:             0.5;
	-ms-filter:          "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:              alpha(opacity = 50);
	background-position: left top;
}

.logo_trans_blk {
	background-position: left bottom;
}

/*------------------------------------------*/
/*--- NAVIGATION ---*/
/*------------------------------------------*/
#global_nav {
	width:    100%;
	height:   60px;
	bottom:   0; /* -60px to hide on load */
	left:     0;
	right:    0;
	z-index:  999;
	position: absolute;
}

#global_nav > ul, #global_nav > a {
	background: rgba(0, 0, 0, 0.9);
}

#global_nav > ul > li {
	position: relative;
}

#global_nav > a, #navigation-trigger {
	width:       200px;
	color:       #FFF;
	display:     block;
	text-align:  center;
	line-height: 40px;
	margin:      0 auto;
}

#navigation-trigger {
	width:                   145px;
	padding:                 0 25px 0 30px;
	text-align:              left;
	cursor:                  pointer;
	position:                absolute;
	top:                     -40px;
	left:                    0;
	right:                   0;
	opacity:                 1; /* 0.6 for "hidden" state */
	-ms-filter:              "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:                  alpha(opacity = 100);
	background:              rgba(0, 0, 0, 0.9) url(../img/nvrblnd_sprite.png) no-repeat 90% -48px;
	-webkit-border-radius:   3px 3px 0 0;
	-khtml-border-radius:    3px 3px 0 0;
	-moz-border-radius:      3px 3px 0 0;
	border-radius:           3px 3px 0 0;
	-moz-background-clip:    padding;
	-webkit-background-clip: padding;
	background-clip:         padding-box;
}

#global_nav li .rf-slideshownav-current-nav {
	color: #FFF;
}

#global_nav .centred,
#global_nav .centered {
	text-align: center;
}

#global_nav .centred li,
#global_nav .centered li {
	display: inline;
	float:   none;
}

#global_nav .centred a,
#global_nav .centered a {
	display:     inline-block;
	padding:     0 10px;
	line-height: 60px;
	font-size:   1.15em;
}

/*------------------------------------------*/
/*--- PANELS ---*/
/*------------------------------------------*/
.panel {
	width:    100%;
	height:   100%;
	top:      100%;
	left:     0;
	right:    0;
	bottom:   0;
	position: absolute;
}

.panel .container {
	height:     400px;
	color:      #000;
	margin-top: -200px;
	position:   absolute;
	top:        50%;
	left:       0;
	right:      0;
	z-index:    100;
}

.panel.project .container {
	background: #FFFFFF; /* For poor little IE <3 */
	background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

@-moz-keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

@-ms-keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

@keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

.project_preview {
	height:            400px;
	float:             left;
	margin-right:      10px;
	background:        url(../img/purple-magazine.png) no-repeat left top;
	-webkit-animation: product_preview_slide 18s 1.2s infinite ease;
	-moz-animation:    product_preview_slide 18s 1.2s infinite ease;
	-ms-animation:     product_preview_slide 18s 1.2s infinite ease;
	animation:         product_preview_slide 18s 1.2s infinite ease;
}

.project_details div {
	padding: 35px 10px;
}

a.proj_link {
	line-height: 50px;
	bottom:      30px;
	left:        30px;
	color:       #FFF;
	position:    absolute;
	display:     block;
	padding:     0 30px;
	background:  rgba(0, 0, 0, 0.8);
}

a.proj_link:active {
	top:    auto;
	bottom: 29px;
}

/*--- Welcome Panel ---*/
#welcome .container {
	width:              100%;
	height:             200px;
	margin-top:         -180px;
	color:              #909090;
	text-align:         center;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

#welcome .container p {
	margin-bottom: 40px;
}

#welcome .container div {
	display: none;
}

#welcome .container .line {
	font-size: 1.25em;
}

/*--- Approach Panel ---*/
#approach {
	color:      #FFF;
	background: url(../img/black_more.png) repeat fixed left;
}

#approach .logo_trans_wht {
	opacity:    1.0 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:     alpha(opacity = 100);
}

#approach .container {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

#approach h1 {
	color: #FFF;
}

#approach h3 {
	color:         #EEE;
	margin-bottom: 10px;
}

#approach h1 {
	margin-left:  10px;
	margin-right: 10px;
}

#approach p {
	color: #BCBCBC;
}

#approach .container .btn {
	bottom: 20px;
}

/*--- Purple Project ---*/
#purple {
	color:      #FFF;
	background: url(../img/purple.jpg) no-repeat fixed center;
}

#purple .project_preview {
	background: url(../img/purple-magazine.png) no-repeat left top;
}

#purple a.proj_link {
	background: rgba(177, 61, 255, 0.6);
}

#purple a.proj_link:hover {
	background: rgba(177, 61, 255, 1.0);
}

/*--- Soho Fixed Project ---*/
#sohofixed {
	color:      #FFF;
	background: url(../img/sohofixed.jpg) no-repeat fixed center;
}

#sohofixed .project_preview {
	background: url(../img/sohofixed.png) no-repeat left top;
}

#sohofixed a.proj_link {
	background: rgba(153, 204, 0, 0.6);
}

#sohofixed a.proj_link:hover {
	background: rgba(153, 204, 0, 1.0);
}

/*--- Conversocial Project ---*/
#conversocial {
	color:      #FFF;
	background: url(../img/conversocial.jpg) no-repeat fixed center;
}

#conversocial .project_preview {
	background: url(../img/conversocial.png) no-repeat left top;
}

#conversocial a.proj_link {
	background: rgba(255, 153, 0, 0.6);
}

#conversocial a.proj_link:hover {
	background: rgba(255, 153, 0, 1.0);
}

/*--- Indonesian Eye Project ---*/
#indonesianeye {
	color:      #FFF;
	background: url(../img/indonesianeye.jpg) no-repeat fixed center;
}

#indonesianeye .project_preview {
	background: url(../img/indonesianeye.png) no-repeat left top;
}

#indonesianeye a.proj_link {
	background: rgba(255, 0, 0, 0.6);
}

#indonesianeye a.proj_link:hover {
	background: rgba(255, 0, 0, 1.0);
}

/*--- More Work Project ---*/
#morework {
	color:      #FFF;
	background: url(../img/black_more.png) repeat fixed left;
}

#morework .container {
	-moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.15);
	box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.15);
}

#morework .project_preview {
	background:            url(../img/barefilms.png) no-repeat left top;
	margin-right:          0px;
	height:                200px;
	width:                 320px;
	position:              relative;
	-moz-box-shadow:       inset 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:    inset 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow:            inset 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0;
	-khtml-border-radius:  0;
	-moz-border-radius:    0;
	border-radius:         0;
	-webkit-animation:     none;
	-moz-animation:        none;
	-ms-animation:         none;
	animation:             none;
}

#morework .project_preview:nth-child(2) {
	background:            url(../img/anders.png) no-repeat left top;
	-webkit-border-radius: 3px 0 0 0;
	-khtml-border-radius:  3px 0 0 0;
	-moz-border-radius:    3px 0 0 0;
	border-radius:         3px 0 0 0;
}

#morework .project_preview:nth-child(3) {
	background: url(../img/barefilms.png) no-repeat left top;
}

#morework .project_preview:nth-child(4) {
	background:            url(../img/innlondon.png) no-repeat left top;
	-webkit-border-radius: 0 3px 0 0;
	-khtml-border-radius:  0 3px 0 0;
	-moz-border-radius:    0 3px 0 0;
	border-radius:         0 3px 0 0;
}

#morework .project_preview:nth-child(5) {
	background:            url(../img/frontroom.png) no-repeat left top;
	-webkit-border-radius: 0 0 0 3px;
	-khtml-border-radius:  0 0 0 3px;
	-moz-border-radius:    0 0 0 3px;
	border-radius:         0 0 0 3px;
}

#morework .project_preview:nth-child(6) {
	background: url(../img/fnatic.png) no-repeat left top;
}

#morework .project_preview:nth-child(7) {
	background:            url(../img/indo-small.png) no-repeat left top;
	-webkit-border-radius: 0 0 7px 0;
	-khtml-border-radius:  0 0 7px 0;
	-moz-border-radius:    0 0 7px 0;
	border-radius:         0 0 7px 0;
}

#morework a.proj_link {
	line-height: 30px;
	left:        15px;
	bottom:      15px;
	font-size:   14px;
	padding:     0 10px;
}

#morework a.proj_link:hover {
	background: #00ADEF;
	background: rgba(0, 173, 255, 0.853);
}

#morework .logo_trans_wht {
	opacity:    1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:     alpha(opacity = 100);
}

/*--- Map Panel ---*/
#contact {
	width:    100%;
	height:   100%;
	position: relative;
}

#contact .container {
	width:      240px;
	height:     320px;
	padding:    30px;
	color:      #FFF;
	background: rgba(0, 0, 0, 0.8);
}

#contact .container h2, #contact .container .mb20 {
	margin-bottom: 20px;
}

#contact .container .address {
	font-size: 0.875em;
}

#map {
	position: absolute;
	top:      0;
	right:    0;
	bottom:   0;
	left:     0;
	width:    100% !important;
	height:   100% !important;
}

#contact p {
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*--- CSS3 ---*/
/*------------------------------------------*/
/*Transitions*/
a {
	-webkit-transition: all 0.12s ease-in-out;
	-moz-transition:    all 0.12s ease-in-out;
	-o-transition:      all 0.12s ease-in-out;
	transition:         all 0.12s ease-in-out;
}

/*Border Radius*/
.btn, .panel .container, #contact_block, a.proj_link {
	-webkit-border-radius: 3px;
	-khtml-border-radius:  3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

.panel .container, .project_preview, #contact_block, a.proj_link {
	-moz-background-clip:    padding;
	-webkit-background-clip: padding;
	background-clip:         padding-box;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*---        SITE SPECIFIC STYLES        ---*/
/*------------------------------------------*/
/*------------------------------------------*/
.panel .container {
	width:              960px;
	height:             400px;
	margin:             -200px auto 0;
	padding:            0;
	-moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.panel .container .btn {
	width:          150px;
	position:       absolute;
	bottom:         -80px;
	left:           0;
	right:          0;
	text-align:     center;
	font-size:      1.2em;
	line-height:    2em;
	height:         2em;
	text-transform: uppercase;
}

.panel .container a.btn:active {
	top:    auto;
	bottom: -81px;
}

.project_preview {
	float:                 left;
	clear:                 none;
	-moz-box-shadow:       inset 0 0 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:    inset 0 0 15px rgba(0, 0, 0, 0.5);
	box-shadow:            inset 0 0 15px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px 0 0 3px;
	-khtml-border-radius:  3px 0 0 3px;
	-moz-border-radius:    3px 0 0 3px;
	border-radius:         3px 0 0 3px;
}

/*------------------------------------------*/
/*--- Non-semantic helper classes ---*/
/*------------------------------------------*/
/* For image replacement */
.ir {
	display:           block;
	text-indent:       -999em;
	overflow:          hidden;
	background-repeat: no-repeat;
	text-align:        left;
	direction:         ltr;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display:    none;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations. nicolasgallagher.com/micro-clearfix-hack/ */
.panel.project .container:before, .panel.project .container:after, .group:before, .group:after {
	content: "";
	display: table;
}

.panel.project .container:after, .group:after {
	clear: both;
}

.panel.project .container, .group {
	zoom: 1;
}

.mb20 {
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	float: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center,
.text-centre {
	text-align: center;
}
/* Localized */
