View file minimal-pack/mobile/css/theme-style.css

File size: 12.56Kb
/*A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,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;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
body{
	font-family: Arial, Helvetica, sans-serif;
	background:#FFF;
}
/*----start-header----*/
.header{
	
}
.logo{
	float: left;
	margin-top: 0.2em;
}
/*----navbar-nav----*/
.header {
	padding: 0.4em 0;
}
.logo a{
	display:block;
}
.navicon {
	display: block;
	width: 24px;
	height: 19px;
	position: absolute;
	top: 25px;
	right: 10px;
	background: url(../images/nav-icon.png) no-repeat;
}
/*----strat-slider-----*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/slide-bg.jpg) no-repeat 0px 0px;
	min-height: 280px;
	background-size: cover;
  }
  
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 90%;
	left: 5%;
	padding: 1em 0;
	text-align: center;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
div.col-md-6.divice-info {
margin: 0;
}
 #slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  	text-align: right;
	position: absolute;
	top: 0;
	right: 0px;
	right: 3%;
	z-index:999;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  }
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  }

 /*----*/
.divice-info{
	margin-top:3em;
}
.world-ico{
	margin-top:2.3em;
}
.divice-info-text h2{
	color: #FFF;
	font-size:1.4em;
	text-transform: uppercase;
	font-weight:100 !important;
}
.divice-info-text p{
	font-size:0.875em;
	color:#FFF;
}
.btn{
	background: url(../images/cart-icon.png) no-repeat 16% 50% #54D3C3;
	padding: 0.5em 1em 0.5em 3em;
	font-size: 1em;
	margin-top: 0.8em;
	color: #FFF;
	display: inline-block;
}
.btn:hover{
	background: url(../images/cart-icon.png) no-repeat 16% 50% #079491;
	color:#fff;
}
.divice-info-text{
	margin:1em 0 0;
}
.slider{
	position:relative;
}
/*----//End-slider-----*/
/*---- start-about----*/
.about{
	text-align: center;
	margin: 0.8em 0;
}
.about h3{
	color: #636363;
	font-size:1.2em;
	font-weight: 100;
}
.about p{
	color: #9F9F9F;
	line-height: 1.5em;
	padding: 0.2em 0 1em;
	margin: 0 auto;
	font-size: 0.875em;
	font-weight: 100;
}
/*---- //End-about----*/
/*----start-responsive-tabs---*/
.services h4{
	text-align: center;
	color: #636363;
	font-size: 1.2em;
	font-weight: 100;
	padding: 0.5em;
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 5px 0px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	width: 17%;
	text-align: center;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}
h2.resp-accordion {
    margin: 0px;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: -3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #FFF;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FFF;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

.resp-tabs-list li:hover{
	opacity:0.9;
}
.resp-tabs-list li span{
	width:32px;
	height:32px;
	background: url(../images/icons.png) no-repeat 0px 0px;
	display: inline-block;
}
.resp-tabs-list li.tab1{
	background:#01646C;
}
.resp-tabs-list li.tab1 span{
	background-position:0px 0px #01646C;
}
.resp-tabs-list li.tab2{
	background:#097B84;
}
.resp-tabs-list li.tab2 span{
	background-position: -67px 0px;
}
.resp-tabs-list li.tab3{
	background:#118F99;
}
.resp-tabs-list li.tab3 span{
	background-position: -147px 1px;
}
.resp-tabs-list li.tab4{
	background:#1DA0AA;
}
.resp-tabs-list li.tab4 span{
	background-position: -222px 1px;
}
.resp-tabs-list li.tab5{
	background:#29B7C2;
}
.resp-tabs-list li.tab5 span{
	background-position: -296px 1px;
}
.resp-tabs-list li.tab6{
	background:#3CCAD5;
}
.resp-tabs-list li.tab6 span{
	background-position: -372px 1px;
}
.tab{
	background:url(../images/slide-bg.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.tab-divice-info h3{
	font-size: 1.1em;
	font-weight: 100;
	color: #fff;
	margin-bottom: 0.5em;
}
.tab-divice-info p{
	color: #FFF;
	font-size: 0.875em;
}
.tab-info{
	padding: 0.5em 0;
	text-align: center;
}
.resp-tabs-list span i{
	display:none;
}
div.col-md-6.tab-divice-info {
	margin-bottom: 1.5em;
}
/*----start-bottom-grids----*/
.bottom-grid-left{
	color: #49D7B0;
	text-align: center;
	padding: 1em 0;
}
.bottom-grid-left h3{
	font-size: 3em;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.bottom-grid-left p{
	font-size: 1em;
	font-weight: 100;
	width: 60%;
	margin: 0 auto;
	text-transform: uppercase;
}
.bottom-grid-right{
	background: #49D7B0;
	text-align: center;
	padding:1.5em 0;
}
/*----//End-bottom-grids----*/
/*---start-contact---*/
.contact h2{
	text-align: center;
	color: #636363;
	font-size: 1.2em;
	font-weight: 100;
	padding: 0.7em 0;
}
.contact-info{
	position:relative;
}
.contact-info h3{
	text-align: center;
	color: #028C8C;
	font-weight: 700;
	font-size: 1em;
	padding:0.5em 0;
	font-weight: 400;
}
.contact-info i{
	height: 2px;
	width: 100%;
	display: block;
	background: #028C8C;
	position: absolute;
	top: 0px;
}
.contact{
	position:relative;
	  font-family: Arial, Helvetica, sans-serif;
}
.contact-form{
	background: #fff;
}
.contact-map iframe{
	min-height: 600px;
	width: 100%;
}
.contact-info p{
	color: #3D3D3D;
	text-align: center;
	font-size: 1em;
}
.contact-info label{
	color: #3D3D3D;
	display: block;
	text-align: center;
	padding: 0.5em 0;
	font-size: 1em;
	font-weight: 400;
}
.contact-info a{
	color: #29B7C2;
	text-align: center;
	display: block;
}
.contact-info form input[type="text"]{
	width: 90%;
	clear: both;
}
.contact-info form input[type="text"],.contact-info form textarea{
	border: 1px solid #D1D1D1;
	color: #656565;
	padding: 0.8em;
	margin-bottom: 0.8em;
	  font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
.contact-info form input[type="text"]:hover,.contact-info form textarea:hover,.contact-info form input[type="text"]:focus,.contact-info form textarea:focus{
	border-color:#028C8C;
}
.contact-info form textarea{
	height: 100px;
	resize: none;
	width: 90%;
}
.contact-info form{
	padding:1em 0;
}
.contact-info input[type="submit"]{
	border: 1px solid #028C8C;
	border-left: 4px solid #028C8C;
	background: #fff;
	padding: 1em 2em;
	  font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin: 0 auto;
	width: 70%;
	display: block;
	margin-top: 0.8em;
	outline: none;
	color: #696969;
}
.contact-info input[type="submit"]:hover{
	border: 1px solid #6C6966;
	border-left: 4px solid #6C6966;
	color: #6C6966;
}
/*---//End-contact---*/
/*----start-footer----*/
.footer{
	padding:1em 0;
	text-align:center;
}
.footer p{
	color: #989898;
	font-size: 0.875em;
}
.footer p a{
	color:#028C8C;
}
.footer p a:hover{
	color:#989898;
	text-decoration:none;
}
/**********/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat center;
}
/*----navgation-links----*/
.navgation-links li{
	display:block;
}
.navgation-links li a{
	color: #FFF;
	background:#636363;
	display: block;
	font-size: 0.875em;
	padding: 0.4em 0.8em;
	border-bottom: 1px solid rgba(153, 153, 153, 0.15);
}
/*-----grid-system---*/
.container{
	width:90%;
	margin:0 auto;
}
.text-center{
	text-align:center;
}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8  {
	width: 100%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left:0px;
	padding-right:0px;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}