View file valstrikez-pack/smartphone/css/style.css

File size: 15.89Kb
/*
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:0;padding:0;}
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%;}
/*end reset*/
body {
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	font-size: 100%;
}
/* start header */
.header_bg{
	background: #ffffff;
}
.header{
	padding: 20px 10px;
}
.logo{
	position:relative;
	z-index: 999;
}
.logo h1{
	position: absolute;
	top:0px;
}
/* menu */
.h_menu{
	position: relative;
}
/*------start-top-nav------*/
.top-nav {
	position:relative;
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;
}
.nav-item a {
    display:block;
    padding:10px 20px;
    color:#FFF;
    background:#4A4444;
}
.nav-item a:hover,.nav-item a.active {
	color: #ffffff;
	background: #2C3E50;
}
.nav-mobile {
    display: none;
	cursor: pointer;
    float: right;
	background: url(../images/nav_icon.png) 18% 52% no-repeat;
	height: 26px;
	width: 26px;
}
.nav-mobile {
    display:block;
}
.nav {
    width:100%;
}
.nav-list {
   display:none;
	 z-index: 999;
	position: relative;
}
.nav-item {
   width:100%;
   float:none;
}
.nav-item a {
	background: #FFFFFF;
	padding: 6px 10px;
	color: #555555;
	text-transform: uppercase;
	border-bottom: 1px solid #E2E2E2;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-weight: normal;
	font-size: 0.8em;
}
.nav-active, .nav-active-inner .nav-inner {
   display:block;
}
/*start search*/
.sb-search {
	position: absolute;
	top: -6px;
	right: 20px;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background: #2C3E50;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-search form{
	z-index: 999;
}
.sb-icon-search {
	color: #fff;
	background: #ffffff url('../images/search.png') no-repeat 10px 10px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width: 98.777%;
	z-index: 999;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #2C3E50 url('../images/search_h.png') no-repeat 10px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* start slider */
.slider_bg{
	background: url('../images/slider.jpg');
}
.slider_left{
	width: 48%;
	margin: 15% 0 0 0;
}
.slider_right{
	width: 50%;
}
.slider_right form{
	margin-top: 4%;
}
.slider_right form input[type="button"]{
	cursor:pointer;
	font-size: 14px;
	color: #ffffff;
	background: #2C3E50;
	padding: 8px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-appearance:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.slider_right form input[type="button"]:hover{
	background: #ffffff;
	color:  #2C3E50;	
}
.slider_right form input[type="button"].left{
	margin-left: 4%;
}
/* start main */
.content_bg{
	background: #2C3E50;
}
.content_bg.top{
	border-top:5px solid #96c332;
}
.main{
	padding:10px;
}
h3.style{
	text-align: center;
	color: #96C332;
	text-transform: uppercase;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
}
p.para{
	font-size: 13px;
	color: #ffffff;
	line-height: 1.5em;
}
/* start about */
.about{

}
.about h3{
	margin: 0 0 10px;
}
.about p{
	margin-bottom: 10px;
}
.about span{
	display:block;
	color: #96C332;
	text-transform: uppercase;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
}
.holder1_of_3{
	margin-top: 10px;
}
.holder1_of_3:first-child{
}
/* Common division block */
.holder{
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
}
.holder img{
	display:block;
}
/* Caption and Light */
.caption{
    color: rgba(0,0,0,0);
    line-height: 100px;       
}
.caption:hover{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 7px #FFFFFF;
   -moz-box-shadow: 0px 0px 10px 7px #FFFFFF;
   -o-box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}
/* Smooth Caption */
.smooth:hover img{
	cursor: pointer;
    box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    -moz-box-shadow: 0px 0px 10px #333333;
    -o-box-shadow: 0px 0px 10px #333333;
}
.go-left{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left{    
    right:0px;    
}
.go-top{
	background-color: rgba(45, 62, 78, 0.67);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-top{    
    top:0px;    
}
.go-top p{
	font-size: 13px;
	line-height: 1.5em;
	color: #FFF;
	margin: 0px;
}
.holder img {
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	width:100%;
}
.holder h4{
	margin-top:0px;
	background: #96C332;
	padding: 20px;
	text-align:center;
	color: #2C3E50;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
}
/* start soc_icons */
.soc_icons {
	margin-top: 15px;
}
.soc_icons ul{
	margin-bottom: 0;
}
.soc_icons ul li{
	display:inline-block;
	margin-left: 10px;
	text-align: center;
}
.soc_icons ul li:first-child{
	margin-left: 0px;
}
.soc_icons ul li a{
	background: #97C33A;
	color: #2D3E4E;
	font-size: 16px;
	display: block;
	line-height: 38px;
	width: 38px;
	height: 38px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}
.soc_icons ul li a:hover{
	background: #2D3E4E;
	color:  #97C33A;
}
/* start work */
.work{
	margin: 6% 0;
}
.work span{
	display: block;
	border-bottom: 2px solid #ffffff;
}
.line{
	width: 20%;
	border-bottom: 10px solid #96C332;
	margin: 0 auto;
	position: relative;
	top: 5px;
}
.work_top{
	padding: 4% 0;
}
.drp-dwn{
	text-align:center;
	margin: 4% 0 2%;
}
.drp-dwn select {
	text-transform: uppercase;
	padding: 4px;
	font-size: 13px;
	outline: none;
	border: none;
	width: 50%;
	margin: 0 auto;
	background: #96C332;
	color: #FFFFFF;
	cursor: pointer;
}
.span_1_of_3{
	padding: 15px 0;
}
.span1_of_3{
	padding: 0;
}
.work_text{
	text-align: center;
	width: 100%;
	padding: 0;
}
.work_text h5{
	font-size: 20px;
	color: #80D6D8;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 60px;
}
.work_text p{
	text-transform:capitalize;
	display:block;
	font-size: 13px;
	color: #80D6D8;
	font-weight: 600;
}
.work_text p a{
	color: #ffffff;
}
.pagenation{
	text-align: center;
}
.pagination > li {
	display: inline-block;
}
.pagination > li.active a{
	background: #96c332;
}
.pagination > li > a, .pagination > li > span {
	padding:5px 10px;
	font-size: 16px;
	background: none;
	border: none;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.pagination > .active > a,.pagination > li > a:hover{
		background: #97C62C;
		color: #ffffff;
}
/* start blog */
.blog_of_3{
	padding: 15px 0;
}
.blog1_of_3{
	padding: 10px;
	margin:10px 0;
	background: #ffffff;	
	border-left:5px solid #95C233;
	position: relative;
}
.blog1_of_3:first-child{
	margin-left: 0px;
}
.blog1_of_3 h3{
	font-size: 13px;
	color: #2D3E50;
	text-transform: capitalize;
	font-weight: 700;
	margin: 10px 0px 10px;
	position: relative;
	left: -10px;
}
.blog1_of_3 h3 span{
	color: #2D3E50;
	background: #95C233;
	padding: 5px 10px;
	margin-right: 10px;
}
.blog1_of_3 p{
	font-size: 13px;
	line-height: 1.5em;
	color: #2D3E50;
	font-weight: 600;
	margin: 10px 0;
}
.btn{
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	color: #2D3E50;
	background: #95C233;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn:hover{
	color:#95C233;
	background: #2D3E50;
}
/* start footer */
.footer_bg{
	background: url('../images/slider.jpg') no-repeat;
	background-size: 100% 100%;
}
.footer{
	padding: 10px;
}
.footer h3{
	text-align: center;
	color: #2D3E50;
	text-transform: uppercase;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
}
.contact_left p{
	color: #2D3E50;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
}
.contact_left span{
	display:block;
	text-transform: capitalize;
	color: #2D3E50;
	font-size: 14px;
	font-weight: 700;
}
.contact_left p a{
	color: #2D3E50;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
}
.contact_left p.btm{
	margin-bottom: 10px;
}
.f_left{
	margin-top: 10px;
}
.f_list {
	float: left;
	width: 36%;
}
.f_list1 {
	float: left;
	width: 64%;
}
.contact_right form input[type="text"],.contact_right form textarea{
	font-family: 'Open Sans', sans-serif;
	margin: 15px 0;
	box-shadow: none;
	border: 1px solid #24384D;
	background: #2D3E50;
	color: #ffffff;
	line-height: 1.5em;
	display: block;
	width: 92%;
	padding: 6px 10px;
	font-size: 13px;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.contact_right form textarea{
	resize: none;
	height: 160px;
}
.contact_right form input[type="text"]:focus,.contact_right form textarea:focus{
	border: 1px solid #07223C;	
}
.contact_right form input[type="text"]:hover,.contact_right form textarea:hover{
	border-color: #07223C;
}
.contact_right form input[type="submit"] {
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
	color: #96C332;
	background: #2C3E50;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contact_right form input[type="submit"]:hover{
	background:  #23364B;
}
/*-- start footer1 --*/
.footer1_bg{
	background: #ffffff;
}
.footer1{
	text-align:center;
	padding: 15px 10px;
}
.copy p{
	color: #2D3E50;
	font-size: 13px;
	line-height: 2em;
	font-weight: 700;
}
.copy p a{
	color:#96C332; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #2D3E50;
	text-decoration: none;
}
/* start social_icons */
.social_icons ul{
	margin-top:10px;
}
.social_icons ul li{
	text-align:center;
	display:inline-block;
	margin-left: 20px;
}
.social_icons ul li a{
	background: #2D3E50;
	color: #ffffff;
	font-size: 16px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-weight: 100;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social_icons li a:hover{
	text-decoration:none;
	background: #96C332; 
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat center;
}
/* start works page */
.works_list{
	text-align:center;
}
.works_list span{
	display:block;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.5em;
	text-transform: capitalize;
}
.works_list img{
	display: inline-block;
	margin: 10px 0;
}
.works_main {
	padding: 4% 0 0;
	margin: 4% 0 2%;
	border-top: 2px solid #ffffff;
}
.work_left{
	padding: 0;
}
.work_left h5{
	color: #2D3E50;
	background: #95C233;
	padding: 10px 20px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
	position: relative;
	top: -12px;
	margin: 0;
}
.work_left p{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
}
.work_left span{
	display:block;
	text-transform: capitalize;
	color: #97C433;
	font-size: 13px;
	font-weight: 600;
}
.work_left p a{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
}
/* start blog page */
.blog_style{
	font-size: 14px;
	color: #96C332;
	display: block;
	font-style: italic;
}