/*
Theme Name: SkyWheel PCB by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, grey, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #053e6e;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	font-family: montserrat, sans-serif;
    margin: 15px 0 30px 0;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1em;
	color: #0582d2;
}
h1 {
	margin: 0;
    font-size: 3.5em;
	color: #053e6e;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1em;
}
.smallHead {
	color: #0582d2;
	font-weight: 300;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px 0;
}
a {
	color: #053e6e;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #053e6e;
}
p a, li a {
	text-decoration: underline;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 30px 0;
}
li {
    font-size: 1em;
    line-height: 1.5em;
}
em {
	letter-spacing: .01em;
}


/* 	
== BUTTONS ==*/
.buttons {
	font-family: montserrat, sans-serif;
	color: #FFF;
	background-color: #0582d2;
	border: 4px solid #0582d2;
	border-radius: 36px;
	padding: 20px 30px;
    margin: 0 0 0 0;
    transition: all .4s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
	letter-spacing: .1em;
}
.buttons:hover {
	color: #0582d2;
	background-color: #fff;
}
.btnWhite {
	color: #0582d2;
	background-color: #fff;
	border: 4px solid #fff;
}
.btnWhite:hover {
	color: #FFF;
	background-color: #0582d2;
}


/* 	
== HEADER ==*/

header {
	width: 100%;
	padding: 35px 160px 35px 90px;
	position: absolute;
	top: 0;
	z-index: 99;
	transform: translateZ(0);
	display: flex;
	justify-content: space-between;
    color: #fff;
}
.logo, .logo a {
    width: 249px;
    height: 64px;
    display: block;
}
.logo {
    background-size: 100%;
    text-indent: -9999px;
	margin-bottom: -1px;
}
.logo a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
.rightSide {
	text-align: right;
	display: flex;
	align-items: flex-start;
}
.rightSide p {
	margin: 4px 0 0 0;
    text-transform: uppercase;
    font-size: 1.05em;
    line-height: 1.2em;
}
.rightSide .buttons {
	padding: 10px 17px;
    border-radius: 24px;
    margin-left: 20px;
    font-weight: 700;
    font-size: .8em;
}


/* 	
== HOME PAGE ==*/

.heroVideo {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
	min-height: 600px;
    overflow: hidden;
}
.heroVideo video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
	/* z-index: 1; */
    top: 0;
    left: 0;
	background-color: #000;
}
.heroColor {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,155,253,.33);
}
.heroText {
	position: relative;
    width: 100%;
    height: 100vh;
	min-height: 600px;
	display: flex;
	align-items: flex-end;
	z-index: 1;
	padding: 0 0 240px 90px;
}
.heroText h1 {
    color: #fff;
	line-height: .9em;
    font-size: 8em;
    letter-spacing: normal;
}
.sections {
    position: relative;
    z-index: 2;
	min-height: 100vh;
	margin-top: calc(100vh - 300px);
}
.clouds {
	width: 100%;
    height: 400px;
	background-image: url("images/home/bg-clouds.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.sectionWrap {
	padding: 30px 90px;
	background-color: #fff;
}
.sectionMain {
	width: 100%;
	padding-bottom: 100px;
}
.firstText {
	width: 100%;
	max-width: 880px;
	margin: auto;
	text-align: center;
}
.sectionTwo {
	width: 100%;
	display: flex;
}
.stBox {
    height: 500px;
	width: 33.33%;
	margin: 8px;
	padding: 0 20px 30px 30px;
	position: relative;
	display: flex;
	align-items: end;
    justify-content: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.box01 {background-image: url("images/home/bg-img01.jpg");}
.box02 {background-image: url("images/home/bg-img02.jpg");}
.box03 {background-image: url("images/home/bg-img03.jpg");}
.bgb01 {background-image: url("images/home/bg-img01bg.jpg");}
.bgb02 {background-image: url("images/home/bg-img02bg.jpg");}
.bgb03 {background-image: url("images/home/bg-img03bg.jpg");}
.transColor {
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    transition: all .4s ease-in-out;
}
.stBox:hover .transColor {
	opacity: .75;
}
.boxText {
	position: relative;
	z-index: 10;
	text-align: left;
}
.boxText h2,
.sectionThree h2 {
	margin: 0;
	color: #fff;
}
.boxText h2.smallHead,
.sectionThree h2.smallHead {
	color: #fff;
}
.sectionThree {
	margin: 8px;
	padding: 80px 20px 60px 20px;
	background-image: url("images/home/bg-img04.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}
.attractionWrap {
	width: 100%;
	max-width: 1280px;
	margin: 50px auto;
	display: flex;
}
.awBox {
	width: 25%;
	height: 230px;
	overflow: hidden;
	border-right: 1px solid #fff;
}
.awBox:last-child {
	border-right: none;
}
.awbStack {
	width: 100%;
	height: 230px;
	margin-top: calc(50% - 90px);
    transition: all .4s ease-in-out;
}
.awbStack span {
	opacity: 0;
    transition: all .4s ease-in-out;
}
.awbStack h3 {
	margin: 0;
	color: #fff;
}
.awbStack:hover {
	margin-top: calc(50% - 115px);
}
.awbStack:hover span {
	opacity: 1;
}
.awbsBig {
	margin-top: calc(50% - 120px);
}
.awbsBig:hover {
	margin-top: calc(50% - 140px);
}
.awbsBig h3 {
	margin-top: 5px;
}
.awbsBig .smallHead {
	margin: 0;
}
.splitSmall {
	width: 145px;
	height: 1px;
	background-color: #fff;
	margin: 20px auto;
}
.sectionFour {
	padding: 130px 20px 75px 20px;
	text-align: center;
}
.sectionFour h2, .social h2 {
	color: #053e6e;
}
.sectionFour .smallHead {
    color: #0582d2;
}
.sfWrap {
	width: 100%;
	max-width: 930px;
	margin: auto;
	display: flex;
}
.sfBox {
	width: 33.33%;
	height: 300px;
	margin: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sfb1 {background-image: url("images/home/button01.jpg");}
.sfb2 {background-image: url("images/home/button02.jpg");}
.sfb3 {background-image: url("images/home/button03.jpg");}
.sfBox:hover {
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,.08);
}
.social {
	width: 100%;
	padding: 120px 20px 100px 20px;
	text-align: center;
	border-top: 2px solid #0582d2;
	background-color: #fff;
}
.social h2 {
	margin: 0 0 10px 0;
}
.social h3 {
	margin-top: 0;
	font-weight: 300;
	color: #0582d2;
}
.social .fab {
	font-size: 4em;
    margin: 0 8px;
	color: #0582d2;
    transition: all .4s ease-in-out;
}
.social .fab:hover {
	color: #053e6e;
}
.igWrap {
	width: 100%;
	text-align: center;
	background-color: #fff;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: 700px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bannerMobile {
    width: 100%;
    height: 676px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: none;
}
@media only screen and (max-width: 600px) {
	.banner {display: none;}
	.bannerMobile {display: block;}
}
.pageClouds {
	position: absolute;
	bottom: 0;
}
.pageBox {
	width: 100%;
	padding: 100px 20px 200px 20px;
}
.pageText {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}


/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 0px;
	background: rgb(5,131,210);
	background: linear-gradient(90deg, rgba(5,131,210,1) 0%, rgba(5,158,210,1) 100%);
	color: #fff;
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 2;
    position: relative;
}
.footTop {
	width: 100%;
	padding: 50px 20px;
	border-bottom: 1px solid #fff;
}
.footTop p {
	margin: 0;
	font-size: .8em;
	font-weight: 300;
	text-transform: none;
}
.footBot {
	width: 100%;
	padding: 50px 90px 50px 70px;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}
.navBox {
	display: flex;
}
.footInfo {
	display: flex;
}
.footInfo .fas {
    font-size: 3em;
    margin-bottom: 25px;
}
.footInfo span {
	font-weight: 300;
}
.fiCol1 {
	margin-right: 20px;
}
.fiCol2 p {
	margin: 0 0 20px 0;
}
.fiCol2 p:last-child {
	margin: 0;
}
.fiCol3 p {
	margin: 20px 0 0;
	text-align: right;
	font-weight: 400;
	font-size: .9em;
}
footer a {
	text-decoration: none;
	color: #fff;
}
.logoFoot, .logoFoot a {
    width: 351px;
    height: 88px;
    display: block;
}
.logoFoot {
    background-size: 100%;
    text-indent: -9999px;
	margin-bottom: -1px;
}
.logoFoot a {
    background: url("images/global/logoFoot.png");
    background-position: center;
    background-size: cover;
}
ul.footNav {
	list-style: none;
	padding: 0;
	margin: 0 20px;
}
.footNav li {
    margin: 0;
	padding: 0 0 20px 0;
    font-size: 1.1em;
    line-height: 1em;
}


/* 	
== ENEWS ==*/

.enewsWrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.enewsText {
	margin-right: 10px;
}
.enewsText h5 {
	color: #fff;
	margin: 0 0 5px 0;
}
.enews {
	width: 100%;
	max-width: 600px;
}
.enews input {
    border: 2px solid #FFF;
	border-radius: 25px;
	color: #FFF;
	-webkit-appearance: none;
}
.enews input:focus {
}
.enews .buttonB {
	clear: both;
	background-color: #FFF;
	color: #0582d2;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 140px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.enews .buttonB:hover {
	background-color: #0582d2;
	color: #FFF;
}
.enews input.email {
	width: 98%;
	display: block;
	font-size: 14px;
	padding: 15px;
	/* text-indent: 5px; */
	min-width: 100px;
	margin: 0px;
	background-color: transparent;
}
input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
input.email::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
input.email:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input.email:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #928a5b;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #928a5b;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== Gravity Forms ==*/

.gform_wrapper {
	text-align: left;
}
.gform_wrapper input, .gform_wrapper select {
    border: 1px solid #053e6e;
    background-color: transparent;
    color: #053e6e;
}
.gform_wrapper textarea {
    border: 1px solid #053e6e;
    background-color: transparent;
    color: #053e6e;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: center;
}
.gform_footer input {
    padding: 15px 30px;
    color: #053e6e;
	text-align: center;
	background-color: transparent;
	border: 1px solid #053e6e;
    font-weight: 700;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #053e6e;
	color: #fff;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #053e6e;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #053e6e;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #053e6e;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #053e6e;
}


/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/

/* Custom - Larger than 1920 */
@media only screen and (min-width: 1920px) {
	.clouds {height: 480px;}
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* Custom */
@media only screen and (max-width: 1320px) {
	.sectionWrap {padding: 30px 20px;}
}

/* Custom */
@media only screen and (max-width: 1200px) {
	.footBot {padding: 50px 20px 50px 20px;}
	.navBox {flex-direction: column;}
	.heroText h1 {font-size: 10vw;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.awbStack {margin-top: calc(50% - 60px);}
	.awbStack:hover {margin-top: calc(50% - 70px);}
	.awbsBig {margin-top: calc(50% - 90px);}
	.awbsBig:hover {margin-top: calc(50% - 100px);}
}

/* Custom */
@media only screen and (max-width: 1080px) {
	.attractionWrap {flex-wrap: wrap; border: 1px solid #fff;}
	.awBox {width: 50%; border: 1px solid #fff;}
	.awBox:last-child {border-right: 1px solid #fff;}
	.awbStack {margin-top: 75px;}
	.awbStack:hover {margin-top: 50px;}
	.awbsBig {margin-top: 60px;}
	.awbsBig:hover {margin-top: 35px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Custom */
@media only screen and (max-width: 960px) {
	.sfm-navicon-button {right: 10px !important; top: 8px !important;}
	header {padding: 20px 74px 0px 20px;}
	.footBot {flex-direction: column; align-content: center; justify-content: center; text-align: center;}
	.footInfo {margin: 20px auto;}
	.logoFoot {margin: auto;}
	.logoFoot, .logoFoot a {width: 310px; height: 77px;}
	.heroText {padding: 0 0 260px 50px;}
	.sectionTwo {flex-direction: column;}
	.stBox {width: 100%; margin: 8px 0;}
}

/* Custom */
@media only screen and (max-width: 899px) {
	.sfWrap {flex-direction: column; align-items: center;}
	.sfBox {width: 100%; max-width: 300px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 4em;}
	h2 {font-size: 3em;}
	h3 {font-size: 2em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	
	.enewsWrap {flex-direction: column;}
	.enewsText {margin: 0 0 20px 0; text-align: center;}
	
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.rightSide p {display: none;}
	.sectionWrap {padding: 30px 20px;}
	.sectionThree {margin: 8px 0;}
	.awbStack h3 {font-size: 4vw;}
	.awbStack .smallHead {font-size: 3vw;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.awBox {width: 100%;}
	.awbStack h3 {font-size: 6vw;}
	.awbStack .smallHead {font-size: 5vw;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
	h1 {font-size: 12vw;}
	h2 {font-size: 10vw;}
	h3 {font-size: 8vw;}
	.rightSide {display: none;}
	.heroText {padding: 0 20px 260px 20px;}
	.heroText h1 {font-size: 14vw;}
	.footNav li, .fiCol2 p {font-size: .9em;}
	.fiCol1 {display: none;}
	.logoFoot, .logoFoot a {width: 260px; height: 64px;}
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
