/*
Theme Name: Sheat
Author: Shri
/*

/**
 * 
 * 1.0 - Reset
 * 2.0 - Basic Styles
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */
  
/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: content-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}


cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}



code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0px;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0px;
}

img {
	border: 0;
	max-width:100% !important;
height:auto !important;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #FFFFFF;
	margin: 20px 0;
}


/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
/**
 * 2.0 Basic styles
 *
 * -----------------------------------------------------------------------------
 */
h1,h2,h3,h4,h5,h6 {
	color:#027995;}
h1 {
	font-size: 38px;
    text-align: right;
}

h2 {
	font-size: 24px;}

h3 {
	font-size: 22px;}

h4 {
	font-size: 18px;}

h5 {
	font-size: 16px;}

h6 {
	font-size: 16px;}
.right{
    float:right}
.left{
    float:left}
.center{
    text-align:center}
.clear{
    clear:both}
b,strong {
    font-weight: 700;}
a {
    text-decoration: none;
    color:#333333;}
a:focus {
    outline: thin dotted;}
a:hover,a:active {
	outline: 0;
	color: #000;}
p {
	margin-bottom: 10px;
}
.site {
	 /*Background for the website*/
}
body {
    font-size:15px;
	color:#1f1f1f;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#525252;}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */  
 
 header{
	background-color:none ;/*Background for header section*/
	z-index:9999;
	width:100%;
    overflow: auto;}
.headerwrapper{
	width:960px;
	max-width:100%;
	margin:0 auto;
	background-color: #fff; /*Background for header wrap with logo and right content */
	padding: 0;}

.logo a{
    display: block;
}

.mobileph{display:none;color:#fff;}
.mobileph a{color:#fff !important}
/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
	background-color: none; /* Background for header section, change it to none if you dont want or change it to match your requirements */
	padding: 0px;
	margin: 0 auto;
}
.menuwrapper {
	width:960px;
	max-width:100%;
	margin: 0 auto;
}
.menuwrapper ul{
	border-bottom: 1px solid #f3f3f3; /* Background for header section, change it to none if you dont want or change it to match your requirements */
	padding: 0px;
    float:right;
    width: 100%;
    text-align: right;
    font-size: 0;
}
.menuwrapper ul li {
	list-style-type: none;
	display: inline-block;
}
.menuwrapper ul li a {
	padding: 15px 20px;
	font-size: 16px;
    font-weight: bold;
	display: block;
	color: #030329;}
.menuwrapper ul li a:hover {
	background-color: none;
	color: #0054be;}
.menuwrapper ul .current_page_item > a,
.menuwrapper ul .current_page_ancestor > a,
.menuwrapper ul .current-menu-item > a,
.menuwrapper ul .current-menu-ancestor > a {
	background-color: none;
    	color: #0054be;
}

 /**********************************************
   Mobile
  ***********************************************/
  
#mobilemenutext{
	display:inline-block;
	margin-left:10px;	 }
#mobilemenu {
	background-color:#0f0042;/*Background colour for show and hide menu in mobile versions*/	
	display:none;
	cursor:pointer;
	color:#fff; /*Colour for show and hide menu in mobile versions*/
	text-decoration:none;
	padding:5px 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:18px;	
	text-align:center;}
.home{
background-color:#030329;}
.criminal{
background-color:#0054be;}
.traffic{
background-color:#00a6da;}
.limitedlicense{
background-color:#0ee1e8;}
.family{
background-color:#00c47c;}
.contact{
background-color:#037fb2;}
/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */

.slider{
	padding:0;
	margin:0 auto;
    top: 0;
    height: 100%;
    position: relative;
    z-index: -99999;
    background-color: #365188;
}
.sliderwrapper{
	text-align:center;
	width:100%;
	margin:0 auto;
	-webkit-box-shadow: 1px 9px 16px -7px rgba(185,185,185,1);
	-moz-box-shadow: 1px 9px 16px -7px rgba(185,185,185,1);
	box-shadow: 1px 9px 16px -7px rgba(185,185,185,1);}


/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */

.content{
	clear:both;}
.contentwrapper{
	width:960px;
	max-width:100%;
	margin:0 auto;
	clear:both;
    padding: 20px 0 30px 0;
}
.contentwrapper ul {
    padding-left: 30px;}
.grid-container {
	max-width: 100%;
	margin: 0 auto;
	padding:0 10px;}
.row {
	margin:0;
    padding-bottom: 20px;
}
/******* ClearFix Hack ********/
.row:before, .row:after {
	content: "";
	clear:both;	
	display: table;}
[class*='col-'] {
	float: left;
	min-height: 1px;
	/**** Add Gutter ****/
	margin-right: 2.5%;}
.col-1 {
	width: 6.0%;}
.col-2 {
	width: 14.5%;}
.col-3 {
	width: 23%;}
.col-4 {
	width: 31.6%;}
.col-5 {
	width: 40.0%;}
.col-6 {
	width: 48.7%;}
.col-7 {
	width: 57.5%;}
.col-8 {
	width: 65.9%;}
.col-9 {
	width: 74.5%;}
.col-10 {
	width: 83.0%;}
.col-11 {
	width: 91.5%;}
.col-12 {
	width: 100%;}
.row div:last-of-type {
	margin-right: 0;}
.outline, .outline * {
	border: 1px solid #691405;}
[class*='col-'] > p {
	margin: 0 0 20px 0;}
.col-content {
	width: 100%;
	padding: 10px 0;}

/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
    background-color: #0f0042; /*Background colour for footer section, change it to none if you want image as background for whole website or change it to match your requirements*/
    padding: 0px;
    margin: 0;
    border-top: 2px dotted #cccccc;}
.footerwrapper{
	max-width:960px;
	width:98%;
	margin:0 auto;
	padding:20px 0 10px 0;
	display:table;
	clear:both;
	color:#fff;
	font-size:15px;}
.footerbox {
    padding-top: 20px;
    letter-spacing: 1px;
}
.footerboxtitle {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.copyright {
   padding-top: 5px;}
.footertopwrapper{
	padding:20px 0px 5px 0px;}
.footerbottomwrapper{
	margin-top:10px;
	padding:0px;}
.footercontact{
	max-width:55%; /*Change % to fit your requirments*/
	width:100%;
	float:left;
	clear:right;}
.footersocial{
	max-width:40%; /*Change % to fit your requirments*/
	width:100%;
	float:right;
	text-align:right;}
.footerleft{
	float:left;
	clear:right;
	max-width:50%; /*Change % to fit your requirments*/
	width:100%;}
.footercopyright{
	float:right;
	width:100%;
	text-align:right;
	padding-top:10px;}
footer a{
	color:#fff !important;
	text-decoration:none;
}
footer ul{
	margin:0;
	padding-left:0px !important;}
.footernav{
	list-style:none;
	margin:10px 0;
	padding:0 0 10px 0;	}
	
.footernav li{
	display:inline;	}
.footernav li a:first-child{
	padding-left:0px !important;}
.footernav li a{
	text-decoration:none;	
	display:inline;
	color:#fff;
	padding:0 7px;	}
.footernav li a:hover{
	text-decoration:underline;	}

/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
.divider {
    border-top: 1px solid #666;
    margin: 0 0 20px 0;
}
.homeservicestitle {
    color: #363636;
    border-bottom: 1px solid #363636;
    display: table;
    font-size: 20px;
    padding: 5px 0;
    margin-bottom: 10px;
}
.homeservices a {
    color: #881018;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
    padding: 5px;
    float: right;
    margin-bottom: 10px;
}
.homeservices img {
    height: 100% !important}
 /********************************************
Content Boxes
********************************************/
.contentboxwrapper {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #DDDDDD;
	background: #F5F5F5;
	clear: both;
}
.contentboxcontent {
	clear: both;
}
.contentboximagewrapper {
	display: table-cell;
}
.contentboximage {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 10px;
	background-color: #FFF;
}
.contentboxtext {
	display: table-cell;
	text-align: left;
	max-width: 100%;
	width: 100%;
	vertical-align: top;
	padding: 0 10px 0 10px;
}
.contentboxtext h2 {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
}
.contentboxfooter {
	border-top: 1px solid #DDDDDD;
	padding: 10px 0;
}
.contentboxfooter h3 {
	float: left;
	clear: right;
	padding: 0 0 0 10px;
	margin: 0;
}
.contentboxfooterbuttons {
	/* Just a container */
}
.contentboxfooterbuttons a {
	margin-right: 10px;
}

a[href^=tel]{
	color: inherit;
	text-decoration: none;
}
.buttonbooknow{
	background-color: #365188;
	border-color: #285e8e;
	border-radius:5px;
	color:#fff !important;
	padding:5px 10px;
	margin-left:5px;
	text-decoration:none !important;
	font-size:20px;
}
.buttonenquire{
	background-color: #bfbbbb;
	border-color: #285e8e;
	border-radius:5px;
	color:#000 !important;
	padding:5px 10px;
	margin-left:10px;
	text-decoration:none !important;
	font-size:20px;
} 
.contact-info, .regional-info {
	padding:30px;
	background-color:#fff;
	border:1px solid #e3e3e3;
	float:left;
	margin-top:25px;
	min-height:300px;
	margin-right:0px;
}
.contact-info .button-container {
	border-top:1px dotted #cccccc;
	padding-top:15px;
}
.map {
	background-color:#fff;
	border:1px solid #e3e3e3;
	margin-top:25px;
	min-height:300px;
	margin-bottom:10px;
}
.contact-info h2 {
	margin-top:0px;
}
.resphone-container p, .resphone-containerloc p {
		margin:0px;
}
.contact-info .resphone-container, .resphone-containerloc {
	padding-top:15px;
	margin-top:15px;
	border-top:1px dotted #cccccc;
}

/**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px) {
    .onslider h1{
        font: bold 50px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
        color: #fff;}
   
}
@media screen and (max-width:960px) {
    .headerwrapper, .menuwrapper, .contentwrapper, .footerwrapper {
     width: 98%;
     padding:1%;}
.headerleft{
	width:45%;}
.headerright{
    width: 50%;
}
#mobilemenu {
		display:block;
        vertical-align: middle;
	}
#mobilemenu img{
        vertical-align: middle;
	}
	#mobilemenutext{
		display:inline-block;
		margin-left:10px;
	}

	#mobilemenu {
		cursor:pointer;
		color:#fff; /*Colour for show and hide menu in mobile versions*/
		text-decoration:none;
		padding:0px 10px;
		text-transform:uppercase;
		letter-spacing:1px;
		font-size:16px;
		text-align:center;
		background-color:#0f0042;/*Background colour for show and hide menu in mobile versions*/
	}  
.menuwrapper ul {
		width: auto;
		padding: 0;
		margin: 0 20px !important;
		background: #f6f6f6;
		display: none;
		max-width: 100%;
        float: none;
	}
	.menuwrapper ul li {
		list-style-type: none;
        text-align: center;
		display: block;
		border-top: 1px solid #c7bbae;
	}
	.menuwrapper ul li a {
		padding: 7px 0px !important;
		font-size: 15px;
		border-right: none;
		color: #000;
		text-align: center;
		width: 100%;
        margin: 0 auto;
	}
	.menuwrapper ul li a:hover {
		color: #fff;
	}
    .onslider {
    position: relative;
    margin-top: -130px;
    line-height: 20px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    }
    .onslider h1{
        font: bold 25px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
        font-size: 25px !important;
        color: #fff;}
    .onslider h2{
        font: Normal 18px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 18px !important;}
    .sliderlinks a {
        display: inline-block;
        border:  1px solid #fff;
        padding: 5px 10px;
        margin: 10px;
        color: #fff;
        font-weight: bold;
    } 
}
@media screen and (max-width:768px) {
header{
	margin:0 auto;
	top:0;
	width:100%;
    position: relative;
	z-index:9999;
	 /*Background for header section, change it to none if you dont want or change it to match the logo*/
}
.site {
	background:none;
}
.sliderwrapper{
	font-size:100%;
}
h1{
	font-size:20px !important;
}
.onslider {
    position: relative;
    margin-top: -110px;
    line-height: 20px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.onslider h1{
    font: Normal 18px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color: #fff;}
.onslider h2{
    font: Normal 14px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px !important;}
.sliderlinks a {
    display: inline-block;
    border:  1px solid #fff;
    padding: 5px 10px;
    margin: 10px;
    color: #fff;
    font-weight: bold;
} 
.sliderwrapper{
	max-width:100%;
	margin:0 auto;
	background-color: #fff;
	display:block;
	clear:both;
}
.sliderleft-images{
	float:none;
	clear:both;
	margin:0 auto;
	max-width:100% !important;
}
.sliderright-content{
	float:none;
	text-align:left;
	max-width:100%;
	padding-right:0px !important;
}

.footertopwrap, .footerwrapbottom{
	text-align:center;
	}
.footernav{
	}
footer ul{
	text-align:center;
	padding-left:0px !important;
}
.footercontact{
	float:none;
	clear:both;
	max-width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
}
	.footersocial{
	float:none;
	clear:both;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
.footercopyright, .footerleft{
	float:none;
	clear:both;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
.resphone-container{
	text-align: center;
	float: none
}
#pageTitle {
	margin: -50px 0 0 0;
	background:rgba(24, 49, 71, 0.8);
	position: relative;
	z-index: 2;}
.pagetitleh1{
	width:100%;
	margin:0 auto;
	}
.primaryCompanyColor	{
	color:#fff !important;
	text-shadow: 1px 1px 2px #111111;
	filter: dropshadow(color=#111111, offx=1, offy=1);
	line-height: 40px;
	font-size:20px !important;
	}
.slogan	{
	color:#fff !important;
	text-shadow: 1px 1px 2px #111111;
	filter: dropshadow(color=#111111, offx=1, offy=1);
	line-height: 40px;
	font-size:28px !important;
	}
.room_img{
	width:30%;}

}

@media screen and (max-width:580px) {
	
	.mobileph{display:block;background-color:inherit;color:#fff;font-size:18px;padding-top:10px;}
	.fixedtop-shrink {height:55px;}
	.fixedtop-shrink nav{float:right} 
	.fixedtop-shrink .headerleft-logo{float:left;text-align:left;width:132px;clear:right}
	.fixedtop-shrink .headerleft-logo img{width:100% !important;}
	.fixedtop-shrink .headerright{width:50%;float:right;text-align:right;}
	.fixedtop-shrink #mobilemenu{text-align:right;}
	.fixedtop-shrink .mobileph{display:none}

    h1 {
    text-align: left;}	
header{
	margin:0 auto;
	top:0;
	width:100%;
    position: relative;
	z-index:9999;
	 /*Background for header section, change it to none if you dont want or change it to match the logo*/
}
.homeservices, .homeservicestitle, .homeservices a, .footerwrapper {
    text-align: center;
    float: none;
    display: block;
}
.copyright {
   padding-top: 0px;}
.slider{
	padding:0;
	margin:0 auto;
    height: 100%;
    position: relative;
    z-index: -99999;
    background-color: #365188;
}
.onslider {
    position: relative;
    margin-top: -100px;
    line-height: 20px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.onslider h1{
    font: Normal 14px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    color: #fff;}
.onslider h2{
    font: Normal 12px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px !important;}
.sliderlinks a {
    display: inline-block;
    border:  1px solid #fff;
    padding: 5px 10px;
    margin: 10px;
    color: #fff;
    font-weight: bold;
} 
.footertopwrapper {
    }
.headerwrapper{
	max-width:960px;
	width:100%;
	margin:0 auto;
	padding:0px;
	clear:both;
}
.headerleft{
	float:none;
	text-align:center;
	width:100%;
	margin:0px auto;
	padding:0px; /*Change to fit the requirements*/
}
.headerleft img{
	float:none;
	max-width:100%;
}

.col-1, .col-2, .col-3, .col-4,.col-5,.col-6, .col-7, .col-8, .col-9    	
	 {
		 width:100%;
	}

.headerright{
	float:none;
	text-align:center;
	width:100%;
	padding-top:0px;
}

.headerright p{
	margin-top:25px; /*Change to fit the requirements*/
	color: #fff;
	font-size : 20px;	
	text-align : center;
	padding-top : 0;
}
nav {
    margin: 0px;}
.headerright ul{
	margin:0px !important;
}
}
@media screen and (max-width:350px) {
   .onslider {
    position: relative;
    margin-top: -80px;
    line-height: 15px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.onslider h1{
    font: Normal 12px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    color: #fff;}
.onslider h2{
    font: Normal 10px lato, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 10px !important;}
.sliderlinks a {
    display: inline-block;
    border:  1px solid #fff;
    padding: 5px 10px;
    margin: 10px;
    color: #fff;
    font-weight: bold;
} 
}
