Team:TU-Eindhoven/Style

From 2014.igem.org

(Difference between revisions)
Line 65: Line 65:
/* TU-Eindhoven Style */
/* TU-Eindhoven Style */
-
.da-slider{
+
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;}
-
width: 100%;
+
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
-
height:500px;
+
ol,ul{list-style:none;margin:0;padding:0;}
-
position: relative;
+
blockquote,q{quotes:none;}
-
overflow: hidden;
+
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
-
background:url(../images/slider-bg.png);
+
table{border-collapse:collapse;border-spacing:0;}
-
-webkit-transition: background-position 1s ease-out 0.3s;
+
/* start editing from here */
-
-moz-transition: background-position 1s ease-out 0.3s;
+
a{text-decoration:none;}
-
-o-transition: background-position 1s ease-out 0.3s;
+
.txt-rt{text-align:right;}/* text align right */
-
-ms-transition: background-position 1s ease-out 0.3s;
+
.txt-lt{text-align:left;}/* text align left */
-
transition: background-position 1s ease-out 0.3s;
+
.txt-center{text-align: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 {
 +
background:#ffffff;
 +
font-family: 'Open Sans', sans-serif;
 +
font-size: 100%;
}
}
-
.da-slide{
+
.wrap{
-
position: absolute;
+
margin:0 auto;
-
width: 100%;
+
width:80%;
-
height: 100%;
+
-
top: 0px;
+
-
left: 0px;
+
-
text-align: left;
+
}
}
-
.da-slide-current{
+
.header{
-
z-index: 1000;
+
padding:2% 4%;
}
}
-
.da-slider-fb .da-slide{
+
.logo{
-
left: 100%;
+
float:left;
}
}
-
.da-slider-fb  .da-slide.da-slide-current{
+
 
-
left: 0px;
+
.social-icons {
 +
float:right;
}
}
-
.da-slide h2,
+
.social-icons li:first-child{
-
.da-slide p,
+
margin-left: 0;
-
.da-slide .da-link,
+
-
.da-slide .da-img{
+
-
position: absolute;
+
-
opacity: 0;
+
-
left: 110%;
+
}
}
-
.da-slider-fb .da-slide h2,
+
.social-icons li{
-
.da-slider-fb .da-slide p,
+
float:left;
-
.da-slider-fb .da-slide .da-link{
+
margin-left:15px;
-
left: 10%;
+
-
opacity: 1;
+
}
}
-
.da-slider-fb .da-slide .da-img{
+
.social-icons li a {
-
left: 60%;
+
height: 26px;
-
opacity: 1;
+
width: 26px;
 +
display: block;
 +
background:url(../images/soc_icons.png);
}
}
-
.da-slide h2 {
+
.social-icons li:nth-child(1) a{
-
font-family: 'Open Sans', sans-serif;
+
background: url(../images/soc_icons.png) 0% 0%;
 +
}
 +
.social-icons li:nth-child(1) a:hover{
 +
background: url(../images/soc_icons.png) 0% 98%;
 +
}
 +
.social-icons li:nth-child(2) a{
 +
background: url(../images/soc_icons.png) 32% 0%;
 +
}
 +
.social-icons li:nth-child(2) a:hover{
 +
background: url(../images/soc_icons.png) 32% 98%;
 +
}
 +
.social-icons li:nth-child(3) a{
 +
background: url(../images/soc_icons.png) 66% 0%;
 +
}
 +
.social-icons li:nth-child(3) a:hover{
 +
background: url(../images/soc_icons.png) 66% 98%;
 +
}
 +
.social-icons li:nth-child(4) a{
 +
background: url(../images/soc_icons.png) 100% 0%;
 +
}
 +
.social-icons li:nth-child(4) a:hover{
 +
background: url(../images/soc_icons.png) 100% 98%;
 +
}
 +
/* start header_btm */
 +
.header_btm{
 +
background: #252323;
 +
}
 +
.header_sub{
 +
padding: 0 4%;
 +
}
 +
 
 +
.h_menu{
 +
float:left;
 +
}
 +
.h_menu ul li{
 +
margin-right:20px;
 +
float: left;
 +
}
 +
.h_menu ul li.active a{
 +
color: #069;
 +
border-bottom:5px solid #069;
 +
}
 +
.h_menu ul li a{
 +
display:block;
 +
padding: 30px 15px;
text-transform: uppercase;
text-transform: uppercase;
-
color: #FFFFFF;
+
font-size: 0.925em;
-
width: 77%;
+
color:rgb(216, 216, 216);
-
top: 120px;
+
-
font-size: 3em;
+
font-weight: 600;
font-weight: 600;
-
white-space: nowrap;
+
-webkit-transition: all 0.3s ease-in-out;
-
z-index: 10;
+
-moz-transition: all 0.3s ease-in-out;
-
text-align: center;
+
-o-transition: all 0.3s ease-in-out;
 +
transition: all 0.3s ease-in-out;
}
}
-
.da-slide p{
+
.h_menu ul li a:hover{
-
top: 190px;
+
color: #069;
-
color: #FFFFFF;
+
border-bottom:3px solid #069;
-
font-size: 1em;
+
-
height: 80px;
+
-
overflow: hidden;
+
-
font-weight: normal;
+
-
line-height: 29px;
+
-
text-align: center;
+
-
margin: 0 auto;
+
-
width: 77%;
+
}
}
-
.da-img{
+
 
 +
.h_search{
 +
float: right;
 +
position: relative;
 +
border: 3px solid rgb(216, 216, 216);
 +
margin: 20px 0;
 +
width: 24.3333%;
 +
}
 +
.h_search input[type="text"]{
 +
-webkit-appearance: none;
 +
font-family: 'Open Sans', sans-serif;
 +
padding:10px 16px;
 +
outline: none;
 +
color: rgb(216, 216, 216);
 +
background: #252323;
 +
border: none;
 +
width: 78.33333%;
 +
line-height: 1.5em;
 +
position: relative;
 +
font-size: 0.8725em;
 +
text-transform: capitalize;
 +
}
 +
.h_search input[type="submit"]{
 +
-webkit-appearance: none;
 +
background:url('../images/search.png') no-repeat 10px 10px;
 +
padding: 10px 0px;
 +
border: none;
 +
cursor: pointer;
 +
width: 14.33%;
 +
line-height: 1.5em;
 +
outline: none;
 +
position: absolute;
 +
right:0px;
 +
}
 +
.h_search input[type="submit"]:hover {
 +
background: url('../images/search_h.png') no-repeat 10px 10px;
 +
}
 +
 
 +
.sub-head{
display:none;
display:none;
 +
background: #FFFFFF;
 +
border-bottom: 4px solid #00BAC6;
}
}
-
.da-slide .da-img{
+
.sub-head li{
-
text-align: center;
+
display:inline-block;
-
width: 30%;
+
float:left;
-
top: 51px;
+
width:50%;
-
height: 256px;
+
text-align:center;
-
line-height: 320px;
+
-
left: 110%; /*60%*/
+
}
}
-
.da-slide .da-link{
+
.sub-head li a span{
 +
position:absolute;
 +
top:12px;
 +
left:12px;
 +
width:16px;
 +
height:16px;
 +
display:inline-block;
}
}
-
.da-link:hover{
+
.sub-head li a.active{
-
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #71b5d5), color-stop(1, #79bbff) );
+
color:#fff;
-
background:-moz-linear-gradient( center top, #71b5d5 5%, #79bbff 100% );
+
background: #00BAC6;
-
background-color:#71b5d5;
+
-
}
+
-
.da-dots{
+
-
width: 99%;
+
-
position: absolute;
+
-
text-align: center;
+
-
left: 0px;
+
-
bottom: 20px;
+
-
z-index: 2000;
+
-
-moz-user-select: none;
+
-
-webkit-user-select: none;
+
}
}
-
.da-dots span{
+
.sub-head li:first-child a{
-
display: inline-block;
+
border-right:1px solid rgb(150, 148, 148);
-
position: relative;
+
-
width: 30px;
+
-
height:30px;
+
-
background: url(../images/slide-pagenat.png) no-repeat 10px 1px;
+
-
margin: 3px;
+
-
cursor: pointer;
+
}
}
-
.da-dots span.da-dots-current:after{
+
.sub-head a{
-
content: '';
+
text-transform: uppercase;
-
width: 30px;
+
font-size: 1em;
-
height:30px;
+
position:relative;
-
position: absolute;
+
display:block;
-
top: 1px;
+
color:#555;
-
left: 1px;
+
padding:10px;
-
background: url(../images/slide-pagenat.png) no-repeat -27px 0px;
+
-
display: inline-block;
+
}
}
-
.da-arrows{
+
.menu{
-
-moz-user-select: none;
+
background: #f0f0f0;
-
-webkit-user-select: none;
+
}
}
-
.da-arrows span{
+
.menu li{
-
position: absolute;
+
display:block;
-
top: 40%;
+
-
cursor: pointer;
+
-
z-index: 2000;
+
-
opacity: 0;
+
-
height: 60px;
+
-
width: 32px;
+
-
-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
+
-
-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
+
-
-o-transition: opacity 0.4s ease-in-out-out 0.2s;
+
-
-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
+
-
transition: opacity 0.4s ease-in-out-out 0.2s;
+
}
}
-
.da-arrows-prev{
+
.menu li a{
-
background: url(../images/slider-icons.png) no-repeat -40px 0px;
+
font-size:0.8125em;
 +
text-transform:uppercase;
 +
display:block;
 +
padding:10px;
 +
color:#555;
 +
border-bottom: 1px solid rgb(199, 199, 199);
}
}
-
.da-arrows-next{
+
.menu li:last-child a{
-
background: url(../images/slider-icons.png) no-repeat -0px 0px;
+
border-bottom:none;
}
}
-
.da-slider:hover .da-arrows span{
+
.search{
-
opacity: 1;
+
display:block;
 +
padding:10px;
 +
text-align:center;
 +
background: #f6f6f6;  
}
}
-
.da-arrows span:after{
+
.search input[type=text]{
-
content: '';
+
width: 90%;
-
position: absolute;
+
padding: 10px;
-
width: 20px;
+
border: 1px solid rgb(217, 218, 215);
-
height: 20px;
+
color: #555;
-
top: 5px;
+
font-size: 13px;
-
left: 5px;
+
background: #FFF;
-
background: transparent url(../images/arrows.png) no-repeat top left;
+
outline: none;
-
border-radius: 50%;
+
-
box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
+
}
}
-
.da-arrows span:hover:after{
+
.back-btn {
-
box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
+
cursor: pointer;
 +
background: rgb(71, 71, 71);
 +
display: inline-block;
 +
margin-left: 10px;
 +
margin-bottom: 10px;
}
}
-
.da-arrows span:active:after{
+
.back-btn ul li{
-
box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
+
display:inline-block;
 +
padding: 4px 6px;
}
}
-
.da-arrows span.da-arrows-next:after{
+
.back-btn ul li:before{
-
background-position: top right;
+
content: url('../images/back.png');
}
}
-
.da-arrows span.da-arrows-prev{
+
.back-btn ul li a {
-
left: 15px;
+
padding: 4px 10px;
 +
font-size:13px;
 +
color: #fff;
 +
margin-left:-8px;
 +
line-height: 1.7em;
 +
vertical-align: bottom;
 +
}
 +
/* start slider */
 +
.slider_bg{
 +
background:  url('../images/slider_bg.jpg');
 +
background-size: 100%;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover;
}
}
-
.da-arrows span.da-arrows-next{
+
.slider{
-
right: 15px;
+
padding: 0 4%;
}
}
-
 
+
/* start main */
-
.da-slide-current h2,
+
.main{
-
.da-slide-current p,
+
padding: 6% 4%;
-
.da-slide-current .da-link{
+
-
left: 10%;
+
-
opacity: 1;
+
}
}
-
.da-slide-current .da-img{
+
.main_text{
-
left: 60%;
+
text-align:center;
-
opacity: 1;
+
}
}
-
/* Animation classes and animations */
+
.main_text h2{
-
 
+
font-size: 2em;
-
/* Slide in from the right*/
+
text-transform: uppercase;
-
.da-slide-fromright h2{
+
color: #777777;
-
-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
+
text-shadow: 0 1px 0 #ffffff;
-
-moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
+
margin-bottom: 2%;
-
-o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
+
-
-ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
+
-
animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
+
}
}
-
.da-slide-fromright p{
+
.main_text h2 span{
-
-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
+
color: #555555;
-
-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
+
-webkit-text-stroke: 2px;
-
-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
+
-
-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
+
-
animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
+
}
}
-
.da-slide-fromright .da-link{
+
/** para style **/
-
-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
+
p.para{
-
-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
+
font-size: 0.8725em;
-
-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
+
color: #555555;
-
-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
+
line-height: 1.8em;
-
animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
+
}
}
-
.da-slide-fromright .da-img{
+
/* start grids_of_3 */
-
-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
+
.grids_of_3{
-
-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
+
text-align:center;
-
-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
+
margin: 6% 0 4%;
-
-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
+
-
animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
+
}
}
-
@-webkit-keyframes fromRightAnim1{
+
.grid1_of_3:first-child{
-
0%{ left: 110%; opacity: 0; }
+
margin-left: 0;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-webkit-keyframes fromRightAnim2{
+
.grid1_of_3{
-
0%{ left: 110%; opacity: 0; }
+
float:left;
-
100%{ left: 10%; opacity: 1; }
+
width: 30.3333%;
 +
margin-left: 3.3333%;
}
}
-
@-webkit-keyframes fromRightAnim3{
+
.grid1_of_3 h3{
-
0%{ left: 110%; opacity: 0; }
+
margin: 2% 0;
-
1%{ left: 10%; opacity: 0; }
+
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-webkit-keyframes fromRightAnim4{
+
.grid1_of_3 h3 a{
-
0%{ left: 110%; opacity: 0; }
+
font-size: 1.2em;
-
100%{ left: 60%; opacity: 1; }
+
text-transform: capitalize;
 +
color: #555555;
 +
text-shadow: 0 1px 0 #ffffff;
 +
font-weight: 600;
}
}
-
 
+
.grid1_of_3 h3 a span{
-
@-moz-keyframes fromRightAnim1{
+
color: #777777;
-
0%{ left: 110%; opacity: 0; }
+
font-weight: normal;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-moz-keyframes fromRightAnim2{
+
.grid1_of_3 p{
-
0%{ left: 110%; opacity: 0; }
+
font-size: 0.8125em;
-
100%{ left: 10%; opacity: 1; }
+
color: #555555;
 +
line-height: 1.8em;
 +
width: 80%;
 +
margin: 0 auto;
}
}
-
@-moz-keyframes fromRightAnim3{
+
/* start span_of_3 */
-
0%{ left: 110%; opacity: 0; }
+
.main_bg{
-
1%{ left: 10%; opacity: 0; }
+
background: #eeeeee;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-moz-keyframes fromRightAnim4{
+
.content_top{
-
0%{ left: 110%; opacity: 0; }
+
text-align:center;
-
100%{ left: 60%; opacity: 1; }
+
position: relative;
}
}
-
 
+
.content_top:after {
-
@-o-keyframes fromRightAnim1{
+
content: '';
-
0%{ left: 110%; opacity: 0; }
+
position: absolute;
-
100%{ left: 10%; opacity: 1; }
+
width: 0;
 +
height: 0;
 +
border: 40px solid #eee;
 +
border-top: 0 solid rgba(0, 0, 0, 0)!important;
 +
border-right: 35px solid rgba(0, 0, 0, 0)!important;
 +
border-left: 35px solid rgba(0, 0, 0, 0)!important;
 +
left: 47%;
 +
top: -40px;
 +
margin-left: -10px;
}
}
-
@-o-keyframes fromRightAnim2{
+
.span_of_3{
-
0%{ left: 110%; opacity: 0; }
+
margin: 4% 0 0;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-o-keyframes fromRightAnim3{
+
.span_of_3:first-child{
-
0%{ left: 110%; opacity: 0; }
+
margin: 0;
-
1%{ left: 10%; opacity: 0; }
+
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-o-keyframes fromRightAnim4{
+
.span1_of_3{
-
0%{ left: 110%; opacity: 0; }
+
float:left;
-
100%{ left: 60%; opacity: 1; }
+
width: 30.3333%;
 +
margin-left: 3.3333%;
 +
border: 1px solid rgb(206, 206, 206);
}
}
-
 
+
.span1_of_3:first-child{
-
@-ms-keyframes fromRightAnim1{
+
margin-left: 0;
-
0%{ left: 110%; opacity: 0; }
+
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-ms-keyframes fromRightAnim2{
+
.span1_of_3 img{
-
0%{ left: 110%; opacity: 0; }
+
width:100%;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-ms-keyframes fromRightAnim3{
+
.span1_of_3_text{
-
0%{ left: 110%; opacity: 0; }
+
padding: 20px;
-
1%{ left: 10%; opacity: 0; }
+
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-ms-keyframes fromRightAnim4{
+
.span1_of_3 h3{
-
0%{ left: 110%; opacity: 0; }
+
margin-bottom: 2%;
-
100%{ left: 60%; opacity: 1; }
+
}
}
-
 
+
.span1_of_3 h3 a{
-
@keyframes fromRightAnim1{
+
font-size: 1em;
-
0%{ left: 110%; opacity: 0; }
+
text-transform: capitalize;
-
100%{ left: 10%; opacity: 1; }
+
color: #555555;
 +
text-shadow: 0 1px 0 #ffffff;
 +
font-weight: 600;
 +
-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;
}
}
-
@keyframes fromRightAnim2{
+
.span1_of_3 h3 a:hover{
-
0%{ left: 110%; opacity: 0; }
+
color: #00BAC6;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@keyframes fromRightAnim3{
+
.span1_of_3 p{
-
0%{ left: 110%; opacity: 0; }
+
font-size: 0.8125em;
-
1%{ left: 10%; opacity: 0; }
+
color: #555555;
-
100%{ left: 10%; opacity: 1; }
+
line-height: 1.8em;
}
}
-
@keyframes fromRightAnim4{
+
/* start cauresol */
-
0%{ left: 110%; opacity: 0; }
+
.nbs-flexisel-container {
-
100%{ left: 60%; opacity: 1; }
+
padding:4% 0;
 +
position: relative;
 +
max-width: 100%;
 +
height:0px;
}
}
-
/* Slide in from the left*/
+
.nbs-flexisel-ul {
-
.da-slide-fromleft h2{
+
position: relative;
-
-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
+
width: 9999px;
-
-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
+
margin: 0px;
-
-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
+
padding: 0px;
-
-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
+
list-style-type: none;
-
animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
+
text-align: center;
}
}
-
.da-slide-fromleft p{
+
.nbs-flexisel-inner {
-
-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
+
overflow: hidden;
-
-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
+
width:90%;
-
-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
+
margin: -35px 0 0 0;
-
-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
+
-
animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
+
}
}
-
.da-slide-fromleft .da-link{
+
.nbs-flexisel-item {
-
-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
+
float: left;
-
-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
+
margin: 0px;
-
-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
+
padding: 0px;
-
-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
+
cursor: pointer;
-
animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
+
position: relative;
 +
line-height: 0px;
}
}
-
.da-slide-fromleft .da-img{
+
.nbs-flexisel-item > img {
-
-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
+
width:200px;
-
-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
+
height:100px;
-
-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
+
cursor: pointer;
-
-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
+
position: relative;
-
animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
+
margin-top: 10px;
 +
margin-bottom: 10px;
 +
max-width: 100px;
 +
max-height: 45px;
}
}
-
@-webkit-keyframes fromLeftAnim1{
+
/*** start cauresol  navigation ***/
-
0%{ left: -110%; opacity: 0; }
+
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
-
100%{ left: 10%; opacity: 1; }
+
width: 46px;
 +
height: 100px;
 +
position: absolute;
 +
cursor: pointer;
 +
z-index: 100;
}
}
-
@-webkit-keyframes fromLeftAnim2{
+
.nbs-flexisel-nav-left {
-
0%{ left: -110%; opacity: 0; }
+
left: 0px;
-
100%{ left: 10%; opacity: 1; }
+
background: url(../images/img-sprite.png) no-repeat -19px -21px;
}
}
-
@-webkit-keyframes fromLeftAnim3{
+
.nbs-flexisel-nav-right {
-
0%{ left: -110%; opacity: 0; }
+
right: 0px;
-
1%{ left: 10%; opacity: 0; }
+
background: url(../images/img-sprite.png) no-repeat -55px -20px;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-webkit-keyframes fromLeftAnim4{
+
/* start footer */
-
0%{ left: -110%; opacity: 0; }
+
.footer_bg{
-
100%{ left: 60%; opacity: 1; }
+
background:url('../images/footer_bg.png');
}
}
-
 
+
.footer{
-
@-moz-keyframes fromLeftAnim1{
+
padding: 5% 4%;
-
0%{ left: -110%; opacity: 0; }
+
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-moz-keyframes fromLeftAnim2{
+
.span_of_4{
-
0%{ left: -110%; opacity: 0; }
+
display: block;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-moz-keyframes fromLeftAnim3{
+
.span1_of_4{
-
0%{ left: -110%; opacity: 0; }
+
float:left;
-
1%{ left: 10%; opacity: 0; }
+
width: 22.3333%;
-
100%{ left: 10%; opacity: 1; }
+
margin-left: 3.3333%;
}
}
-
@-moz-keyframes fromLeftAnim4{
+
.span1_of_4:first-child{
-
0%{ left: -110%; opacity: 0; }
+
margin-left: 0;
-
100%{ left: 60%; opacity: 1; }
+
}
}
-
 
+
.span1_of_4 h4{
-
@-o-keyframes fromLeftAnim1{
+
margin-bottom:8%;
-
0%{ left: -110%; opacity: 0; }
+
font-size: 1.5em;
-
100%{ left: 10%; opacity: 1; }
+
text-transform: capitalize;
 +
color: #ffffff;
 +
text-shadow: 0 1px 0 #555555;
}
}
-
@-o-keyframes fromLeftAnim2{
+
.span1_of_4 p{
-
0%{ left: -110%; opacity: 0; }
+
font-size: 0.8725em;
-
100%{ left: 10%; opacity: 1; }
+
line-height:1.8em;
 +
color: #c9c9c9;
}
}
-
@-o-keyframes fromLeftAnim3{
+
.span1_of_4 p a{
-
0%{ left: -110%; opacity: 0; }
+
color: #c9c9c9;
-
1%{ left: 10%; opacity: 0; }
+
-webkit-transition: all 0.3s ease-in-out;
-
100%{ left: 10%; opacity: 1; }
+
-moz-transition: all 0.3s ease-in-out;
 +
-o-transition: all 0.3s ease-in-out;
 +
transition: all 0.3s ease-in-out;
}
}
-
@-o-keyframes fromLeftAnim4{
+
.span1_of_4 p a:hover{
-
0%{ left: -110%; opacity: 0; }
+
color: #00BAC6;
-
100%{ left: 60%; opacity: 1; }
+
}
}
-
 
+
.span1_of_4 p.top{
-
@-ms-keyframes fromLeftAnim1{
+
border-top: 1px solid rgb(99, 99, 99);
-
0%{ left: -110%; opacity: 0; }
+
margin-top: 20px;
-
100%{ left: 10%; opacity: 1; }
+
padding-top: 10px;
}
}
-
@-ms-keyframes fromLeftAnim2{
+
.span1_of_4 p.btm{
-
0%{ left: -110%; opacity: 0; }
+
margin-bottom: 8%;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-ms-keyframes fromLeftAnim3{
+
.span1_of_4 p.btm1{
-
0%{ left: -110%; opacity: 0; }
+
margin-bottom: 4%;
-
1%{ left: 10%; opacity: 0; }
+
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@-ms-keyframes fromLeftAnim4{
+
.f_nav1{
-
0%{ left: -110%; opacity: 0; }
+
margin-top: 2%;
-
100%{ left: 60%; opacity: 1; }
+
}
}
-
 
+
.f_nav1 li {
-
@keyframes fromLeftAnim1{
+
display:inline-block
-
0%{ left: -110%; opacity: 0; }
+
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@keyframes fromLeftAnim2{
+
.f_nav1 li.timer{
-
0%{ left: -110%; opacity: 0; }
+
background: url('../images/timer.png') no-repeat;
-
100%{ left: 10%; opacity: 1; }
+
}
}
-
@keyframes fromLeftAnim3{
+
.f_nav1 li a{
-
0%{ left: -110%; opacity: 0; }
+
padding-left:30px;
-
1%{ left: 10%; opacity: 0; }
+
font-size: 0.8725em;
-
100%{ left: 10%; opacity: 1; }
+
color: #999999;
}
}
-
@keyframes fromLeftAnim4{
+
.pin{
-
0%{ left: -110%; opacity: 0; }
+
background: url('../images/pin.png') no-repeat;
-
100%{ left: 60%; opacity: 1; }
+
padding-left: 30px;
}
}
-
/* Slide out to the right */
+
.mail{
-
.da-slide-toright h2{
+
background: url('../images/mail.png') no-repeat;
-
-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
+
padding-left: 30px;
-
-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
+
-
-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
+
-
-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
+
-
animation: toRightAnim1 0.6s ease-in-out 0.6s both;
+
}
}
-
.da-slide-toright p{
+
.call{
-
-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
+
background: url('../images/call.png') no-repeat;
-
-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
+
padding-left: 30px;
-
-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
+
-
-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
+
-
animation: toRightAnim2 0.6s ease-in-out 0.3s both;
+
}
}
-
.da-slide-toright .da-link{
+
big {
-
-webkit-animation: toRightAnim3 0.4s ease-in-out both;
+
font-size: 1.5em;
-
-moz-animation: toRightAnim3 0.4s ease-in-out both;
+
color: #ffffff;
-
-o-animation: toRightAnim3 0.4s ease-in-out both;
+
-
-ms-animation: toRightAnim3 0.4s ease-in-out both;
+
-
animation: toRightAnim3 0.4s ease-in-out both;
+
}
}
-
.da-slide-toright .da-img{
+
/* start footer1 */
-
-webkit-animation: toRightAnim4 0.6s ease-in-out both;
+
.footer_bg1{
-
-moz-animation: toRightAnim4 0.6s ease-in-out both;
+
background:url('../images/footer_bg1.png');
-
-o-animation: toRightAnim4 0.6s ease-in-out both;
+
-
-ms-animation: toRightAnim4 0.6s ease-in-out both;
+
-
animation: toRightAnim4 0.6s ease-in-out both;
+
}
}
-
@-webkit-keyframes toRightAnim1{
+
.footer1{
-
0%{ left: 10%; opacity: 1; }
+
padding:10px 0 0 0;
-
100%{ left: 100%; opacity: 0; }
+
height:80px;
}
}
-
@-webkit-keyframes toRightAnim2{
+
#toTop {
-
0%{ left: 10%; opacity: 1; }
+
display: none;
-
100%{ left: 100%; opacity: 0; }
+
text-decoration: none;
 +
position: fixed;
 +
bottom: 10px;
 +
right: 10px;
 +
overflow: hidden;
 +
width: 32px;
 +
height: 32px;
 +
border: none;
 +
text-indent: 100%;
 +
background: url(../images/top-move.jpg) no-repeat right top;
}
}
-
@-webkit-keyframes toRightAnim3{
+
.copy{
-
0%{ left: 10%;  opacity: 1; }
+
float:left;
-
99%{ left: 10%; opacity: 0; }
+
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@-webkit-keyframes toRightAnim4{
+
.copy p{
-
0%{ left: 60%;  opacity: 1; }
+
font-size: 0.8725em;
-
30%{ left: 55%;  opacity: 1; }
+
line-height: 1.8em;
-
100%{ left: 100%; opacity: 0; }
+
color: #c9c9c9;
}
}
-
 
+
.copy p a{
-
@-moz-keyframes toRightAnim1{
+
color:#ffffff;
-
0%{ left: 10%; opacity: 1; }
+
-webkit-transition: all 0.3s ease-in-out;
-
100%{ left: 100%; opacity: 0; }
+
-moz-transition: all 0.3s ease-in-out;
 +
-o-transition: all 0.3s ease-in-out;
 +
transition: all 0.3s ease-in-out;
}
}
-
@-moz-keyframes toRightAnim2{
+
.copy p a:hover{
-
0%{ left: 10%;  opacity: 1; }
+
color: #00BAC6;
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@-moz-keyframes toRightAnim3{
+
/* start about */
-
0%{ left: 10%; opacity: 1; }
+
.top_bg{
-
99%{ left: 10%; opacity: 0; }
+
backgroundurl('../images/slider_bg1.jpg');
-
100%{ left: 100%; opacity: 0; }
+
background-size: 100%;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover;
}
}
-
@-moz-keyframes toRightAnim4{
+
.top{
-
0%{ left: 60%;  opacity: 1; }
+
padding: 4% 4%;
-
30%{ left: 55%;  opacity: 1; }
+
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
 
+
.top h2{
-
@-o-keyframes toRightAnim1{
+
font-size: 2em;
-
0%{ left: 10%; opacity: 1; }
+
color: #ffffff;
-
100%{ left: 100%; opacity: 0; }
+
text-transform: uppercase;
}
}
-
@-o-keyframes toRightAnim2{
+
.about{
-
0%{ left: 10%;  opacity: 1; }
+
display: block;
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@-o-keyframes toRightAnim3{
+
.cont-grid {
-
0%{ left: 10%;  opacity: 1; }
+
float: left;
-
99%{ left: 10%; opacity: 0; }
+
width: 60.3333%;
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@-o-keyframes toRightAnim4{
+
.cont-grid-img{
-
0%{ left: 60%; opacity: 1; }
+
margin-left: 3.3333%;
-
30%{ left: 55%; opacity: 1; }
+
width: 36.33333%;
-
100%{ left: 100%; opacity: 0; }
+
float:left;
}
}
-
 
+
.cont-grid-img img{
-
@-ms-keyframes toRightAnim1{
+
margin-top: 10px;
-
0%{ left: 10%;  opacity: 1; }
+
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@-ms-keyframes toRightAnim2{
+
.cont-grid span{
-
0%{ left: 10%; opacity: 1; }
+
font-size: 1.5em;
-
100%{ left: 100%; opacity: 0; }
+
text-transform: uppercase;
 +
color: #777777;
 +
text-shadow: 0 1px 0 #ffffff;
}
}
-
@-ms-keyframes toRightAnim3{
+
.abt-para p{
-
0%{ left: 10%; opacity: 1; }
+
margin-top: 2%;
-
99%{ left: 10%; opacity: 0; }
+
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@-ms-keyframes toRightAnim4{
+
.about-p{
-
0%{ left: 60%;  opacity: 1; }
+
margin-top:20px;
-
30%{ left: 55%;  opacity: 1; }
+
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
 
+
.read_more {
-
@keyframes toRightAnim1{
+
margin-top: 2%;
-
0%{ left: 10%; opacity: 1; }
+
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@keyframes toRightAnim2{
+
.btn{
-
0%{ left: 10%; opacity: 1; }
+
color: #00BAC6;
-
100%{ left: 100%; opacity: 0; }
+
background: #ffffff;
 +
border: 1px solid #22D5E0;
 +
display: inline-block;
 +
text-transform: uppercase;
 +
padding: 12px 38px;
 +
font-size: 0.875em;
 +
-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;
}
}
-
@keyframes toRightAnim3{
+
.btn:hover {
-
0%{ left: 10%; opacity: 1; }
+
background: #00BAC6;
-
99%{ left: 10%; opacity: 0; }
+
color: #ffffff;
-
100%{ left: 100%; opacity: 0; }
+
}
}
-
@keyframes toRightAnim4{
+
/* start services */
-
0%{ left: 60%;  opacity: 1; }
+
.ser_btn{
-
30%{ left: 55%;  opacity: 1; }
+
position: relative;
-
100%{ left: 100%; opacity: 0; }
+
margin-top: 12%;
}
}
-
/* Slide out to the left*/
+
.ser_btn1{
-
.da-slide-toleft h2{
+
position: absolute;
-
-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
+
bottom: 0;
-
-moz-animation: toLeftAnim1 0.6s ease-in-out both;
+
left: 0;
-
-o-animation: toLeftAnim1 0.6s ease-in-out both;
+
-
-ms-animation: toLeftAnim1 0.6s ease-in-out both;
+
-
animation: toLeftAnim1 0.6s ease-in-out both;
+
}
}
-
.da-slide-toleft p{
+
.button {
-
-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
+
color: #555555;
-
-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
+
border-top: 1px solid rgb(221, 221, 221);
-
-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
+
display: block;
-
-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
+
text-align:center;
-
animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
+
text-transform: uppercase;
 +
font-size: 0.875em;
 +
width: 100%;
 +
padding:12px 0;
 +
-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;
}
}
-
.da-slide-toleft .da-link{
+
.button:hover {
-
-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
+
background: #00BAC6;
-
-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
+
color: #ffffff;
-
-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
+
-
-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
+
-
animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
+
}
}
-
.da-slide-toleft .da-img{
+
/* start blog */
-
-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
+
.blog {
-
-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
+
display: block;
-
-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
+
-
-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
+
-
animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
+
}
}
-
@-webkit-keyframes toLeftAnim1{
+
.blog_list{
-
0%{ left: 10%; opacity: 1; }
+
margin-top: 4%;
-
30%{ left: 15%;  opacity: 1; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-webkit-keyframes toLeftAnim2{
+
.blog_list:first-child{
-
0%{ left: 10%;  opacity: 1; }
+
margin-top: 0%;
-
30%{ left: 15%;  opacity: 1; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-webkit-keyframes toLeftAnim3{
+
.blog_list h2{
-
0%{ left: 10%; opacity: 1; }
+
font-size: 1.5em;
-
100%{ left: -50%; opacity: 0; }
+
text-transform: uppercase;
 +
color: #777777;
 +
text-shadow: 0 1px 0 #ffffff;
}
}
-
@-webkit-keyframes toLeftAnim4{
+
.blog_list h5{
-
0%{ left: 60%; opacity: 1; }
+
margin-top:8px;
-
70%{ left: 30%; opacity: 0; }
+
font-size: 1em;
-
100%{ left: -50%; opacity: 0; }
+
text-transform: capitalize;
 +
color: #777777;
 +
text-shadow: 0 1px 0 #ffffff;
}
}
-
 
+
.blog_list h5 a{
-
@-moz-keyframes toLeftAnim1{
+
color: #00BAC6;
-
0%{ left: 10%; opacity: 1; }
+
-webkit-transition: all 0.3s ease-in-out;
-
30%{ left: 15%; opacity: 1; }
+
-moz-transition: all 0.3s ease-in-out;
-
100%{ left: -50%; opacity: 0; }
+
-o-transition: all 0.3s ease-in-out;
 +
transition: all 0.3s ease-in-out;
}
}
-
@-moz-keyframes toLeftAnim2{
+
.blog_list h5 a:hover{
-
0%{ left: 10%;  opacity: 1; }
+
color: #777777;
-
30%{ left: 15%;  opacity: 1; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-moz-keyframes toLeftAnim3{
+
.blog_para{
-
0%{ left: 10%;  opacity: 1; }
+
margin: 2% 0;
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-moz-keyframes toLeftAnim4{
+
.blog_para p a{
-
0%{ left: 60%;  opacity: 1; }
+
float: left;
-
70%{ left: 30%; opacity: 0; }
+
margin-right: 4%;
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
 
+
.blog_para p a img{
-
@-o-keyframes toLeftAnim1{
+
margin-top: 10px;
-
0%{ left: 10%;  opacity: 1; }
+
-
30%{ left: 15%;  opacity: 1; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-o-keyframes toLeftAnim2{
+
/* start contact */
-
0%{ left: 10%;  opacity: 1; }
+
.contact{
-
30%{ left: 15%;  opacity: 1; }
+
display: block;
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-o-keyframes toLeftAnim3{
+
.contact h2{
-
0%{ left: 10%; opacity: 1; }
+
font-size: 1.5em;
-
100%{ left: -50%; opacity: 0; }
+
text-transform: uppercase;
 +
color: #777777;
 +
text-shadow: 0 1px 0 #ffffff;
}
}
-
@-o-keyframes toLeftAnim4{
+
.map{
-
0%{ left: 60%;  opacity: 1; }
+
margin: 2% 0;
-
70%{ left: 30%;  opacity: 0; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
 
+
.col{
-
@-ms-keyframes toLeftAnim1{
+
display: block;
-
0%{ left: 10%;  opacity: 1; }
+
-
30%{ left: 15%;  opacity: 1; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-ms-keyframes toLeftAnim2{
+
.contact-form{
-
0%{ left: 10%;  opacity: 1; }
+
position:relative;
-
30%{ left: 15%;  opacity: 1; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-ms-keyframes toLeftAnim3{
+
.contact-form div{
-
0%{ left: 10%;  opacity: 1; }
+
padding:5px 0;
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@-ms-keyframes toLeftAnim4{
+
.contact-form span label{
-
0%{ left: 60%; opacity: 1; }
+
color: #777777;
-
70%{ left: 30%; opacity: 0; }
+
display: block;
-
100%{ left: -50%; opacity: 0; }
+
font-size: 0.8725em;
 +
padding-bottom: 5px;
 +
text-transform: capitalize;
}
}
-
 
+
.contact-form input[type="text"], .contact-form textarea {
-
@keyframes toLeftAnim1{
+
font-family: 'Open Sans', sans-serif;
-
0%{ left: 10%; opacity: 1; }
+
background: #FFFFFF;
-
30%{ left: 15%; opacity: 1; }
+
border: 1px solid #E7E7E7;
-
100%{ left: -50%; opacity: 0; }
+
color: rgba(85, 81, 81, 0.84);
 +
padding: 8px;
 +
display: block;
 +
width: 98%;
 +
outline: none;
 +
-webkit-appearance: none;
 +
text-transform: capitalize;
}
}
-
@keyframes toLeftAnim2{
+
.contact-form textarea{
-
0%{ left: 10%; opacity: 1; }
+
resize:none;
-
30%{ left: 15%; opacity: 1; }
+
height:120px;
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@keyframes toLeftAnim3{
+
.contact-form input[type="submit"]{
-
0%{ left: 10%; opacity: 1; }
+
margin-top:10px;
-
100%{ left: -50%; opacity: 0; }
+
font-family: 'Open Sans', sans-serif;
 +
-webkit-appearance: none;
 +
cursor:pointer;
 +
color: #00BAC6;
 +
background: #ffffff;
 +
border: 1px solid #22D5E0;
 +
display: inline-block;
 +
text-transform: uppercase;
 +
padding: 12px 38px;
 +
font-size: 0.875em;
 +
-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;
 +
}
 +
.contact-form input[type="submit"]:hover{
 +
background: #00BAC6;
 +
color: #ffffff;
 +
}
 +
/* start details */
 +
.details{
 +
display: block;
 +
}
 +
.details h2{
 +
font-size: 1.5em;
 +
text-transform: uppercase;
 +
color: #777777;
 +
text-shadow: 0 1px 0 #ffffff;
}
}
-
@keyframes toLeftAnim4{
+
.det_pic{
-
0%{ left: 60%;  opacity: 1; }
+
margin: 2% 0;
-
70%{ left: 30%;  opacity: 0; }
+
-
100%{ left: -50%; opacity: 0; }
+
}
}
-
@media only screen and (max-width: 1440px) and (min-width:1366px) {
+
/***** Media Quries *****/
-
.da-dots {
+
@media only screen and (max-width: 1366px) {
-
bottom: 55px;
+
.wrap{
 +
width:95%;
}
}
-
.da-arrows span {
+
.h_menu ul li a {
-
top: 43%;
+
padding: 30px 12px;
}
}
}
}
-
@media only screen and (max-width: 1366px) and (min-width:1280px) {
+
@media only screen and (max-width: 1280px) {
-
.da-dots {
+
.wrap{
-
bottom: 55px;
+
width:95%;
}
}
-
.da-arrows span {
+
.h_menu ul li a {
-
top: 43%;
+
padding: 30px 10px;
 +
font-size: 0.8125em;
}
}
}
}
-
@media only screen and (max-width: 1024px) and (min-width:768px) {
+
@media only screen and (max-width: 1024px) {
-
.da-dots {
+
.wrap{
-
width:100%
+
width:95%;
}
}
-
.da-slider {
+
.h_menu ul li a {
-
height: 430px;
+
padding: 30px 6px;
 +
font-size: 0.8125em;
}
}
-
.da-slide .da-link {
+
.h_search input[type="submit"] {
-
margin-left: 30%;
+
right: 6px;
 +
}
 +
.h_search {
 +
width: 26.3333%;
}
}
}
}
-
@media only screen and (max-width: 768px) and (min-width:640px) {
+
@media only screen and (max-width: 800px) {
-
.da-dots {
+
.wrap{
-
width:100%
+
width:95%;
}
}
-
.da-slider {
+
.h_menu{
-
height:380px;
+
display:none;
}
}
-
.da-slide .da-link {
+
.h_search{
-
margin-left: 28%;
+
display:none;
}
}
-
.da-slide h2{
+
.sub-head{
-
top:70px;
+
display:block;
}
}
-
.da-slide p{
+
.span1_of_4 h4 {
-
top: 139px;
+
font-size: 1.2em;
-
}
+
-
.da-slide .da-link {
+
-
top: 220px;
+
}
}
}
}
-
@media only screen and (max-width: 640px) and (min-width:480px) {
+
@media only screen and (max-width: 640px){
-
.da-dots {
+
.wrap{
-
width:100%
+
width:95%;
}
}
-
.da-slider {
+
.span1_of_4 {
-
height:380px;
+
float: none;
 +
width: 99.3333%;
 +
margin-left: 0%;
}
}
-
.da-slide .da-link {
+
.span1_of_4 h4 {
-
margin-left: 28%;
+
margin: 2% 0;
}
}
-
.da-slide h2{
+
.span1_of_4 p.btm {
-
font-size: 2em;
+
margin-bottom: 2%;
-
top:70px;
+
}
}
-
.da-slide p{
+
.social-icons li {
-
top: 139px;
+
float: none;
-
font-size:0.8725em;
+
display:inline-block;
}
}
-
.da-slide .da-link {
+
.cont-grid {
-
top: 220px;
+
float: none;
 +
width: 99.3333%;
 +
}
 +
.cont-grid-img {
 +
margin-left: 0%;
 +
width: 99.33333%;
 +
float: none;
 +
}
 +
.main_text h2 {
 +
font-size: 1.5em;
}
}
}
}
-
@media only screen and (max-width: 480px) and (min-width:320px) {
+
@media only screen and (max-width: 480px) {
-
.da-dots {
+
.wrap{
-
width:100%
+
width:95%;
}
}
-
.da-slider {
+
.grids_of_3{
-
height: 300px;
+
margin-top: 4%;
}
}
-
.da-slide .da-link {
+
.grid1_of_3 {
-
margin-left: 22%;
+
float: none;
 +
width: 99.3333%;
 +
margin-left: 0;
}
}
-
.da-slide h2{
+
.span1_of_3 {
 +
margin-top: 4%;
 +
float: none;
 +
width: 99.3333%;
 +
margin-left: 0;
 +
}
 +
.logo{
 +
float:none;
 +
text-align:center;
 +
}
 +
.copy{
 +
float:none;
 +
text-align:center;
 +
}
 +
.social-icons{
 +
margin-top:4%;
 +
float:none;
 +
text-align:center;
 +
}
 +
.top h2 {
font-size: 1.5em;
font-size: 1.5em;
-
top: 35px;
 
}
}
-
.da-slide p{
+
.blog_list h2 {
-
top: 100px;
+
font-size: 1em;
-
font-size:0.8125em;
+
}
}
-
.da-slide .da-link {
+
.contact h2 {
-
top:170px;
+
font-size: 1em;
-
height:35px;
+
-
width:126px;
+
-
line-height:38px;
+
-
font-size:0.875em;
+
}
}
-
.da-arrows span {
+
.sub-head a {
-
top: 44%;
+
font-size: 0.8725em;
}
}
-
}
+
.cont-grid span{
-
@media only screen and (max-width: 320px) and (min-width:240px) {
+
font-size: 1em;
-
.da-dots {
+
-
width:100%
+
}
}
-
.da-slider {
+
big {
-
height:280px;
+
font-size: 1em;
}
}
-
.da-slide .da-link {
+
.details h2 {
-
margin-left: 20%;
+
font-size: 1em;
 +
}
 +
.grid1_of_3{
 +
margin: 20px 0;
 +
}
 +
.grid1_of_3 img{
 +
width:20%;
 +
}
 +
}
 +
@media only screen and (max-width: 320px) {
 +
.wrap{
 +
width:95%;
}
}
-
.da-slide h2{
+
.sub-head a {
-
top: 50px;
+
font-size: 0.8125em;
-
font-size: 1.1em;
+
}
}
-
.da-slide p{
+
.grid1_of_3{
-
top: 80px;
+
margin: 20px 0;
-
font-size:12px;
+
}
}
-
.da-slide .da-link {
+
.grid1_of_3 img{
-
top:170px;
+
width:20%;
-
height:30px;
+
-
width:120px;
+
-
line-height:33px;
+
-
font-size:0.875em;
+
}
}
-
.da-arrows span {
+
.content_top:after {
-
top: 44%;
+
border: 20px solid #eee;
 +
border-top: 0 solid rgba(0, 0, 0, 0)!important;
 +
border-right: 15px solid rgba(0, 0, 0, 0)!important;
 +
border-left: 15px solid rgba(0, 0, 0, 0)!important;
 +
left: 47%;
 +
top: -20px;
}
}
}
}

Revision as of 22:39, 4 July 2014

/* Removing iGEM style */

  1. searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
  display: none;

}

  1. content {
  height: 200px;
  width: 100%;
  border: none;
  padding: 0px;

}


/* Customizing standard iGEM navigation panel */

  1. top-section{
  height: 18px;
  width: 100%;
  border: none;
  border-top: none;

}

  1. menubar {
  display: table-cell;
  height: 30px;
  font-size: 12pt;
  position: fixed;
  background:black;   

}

  1. menubar.left-menu {
  width: 100%;
  margin-left:-12px;

}

  1. menubar.right-menu {
  text-align: right;

}

  1. menubar.left-menu a {
  border: none;
  color: #454545;

}

  1. menubar.right-menu a {
  border: none;
  color: #454545;

}

  1. menubar * {
  background: transparent;

}

  1. menubar * a:hover{
  color: green;
  text-decoration: none;

}

  1. menubar > ul > li:last-child {
  display: none;

}


/* TU-Eindhoven Style */

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%;}

body { background:#ffffff; font-family: 'Open Sans', sans-serif; font-size: 100%; } .wrap{ margin:0 auto; width:80%; } .header{ padding:2% 4%; } .logo{ float:left; }

.social-icons { float:right; } .social-icons li:first-child{ margin-left: 0; } .social-icons li{ float:left; margin-left:15px; } .social-icons li a { height: 26px; width: 26px; display: block; background:url(../images/soc_icons.png); } .social-icons li:nth-child(1) a{ background: url(../images/soc_icons.png) 0% 0%; } .social-icons li:nth-child(1) a:hover{ background: url(../images/soc_icons.png) 0% 98%; } .social-icons li:nth-child(2) a{ background: url(../images/soc_icons.png) 32% 0%; } .social-icons li:nth-child(2) a:hover{ background: url(../images/soc_icons.png) 32% 98%; } .social-icons li:nth-child(3) a{ background: url(../images/soc_icons.png) 66% 0%; } .social-icons li:nth-child(3) a:hover{ background: url(../images/soc_icons.png) 66% 98%; } .social-icons li:nth-child(4) a{ background: url(../images/soc_icons.png) 100% 0%; } .social-icons li:nth-child(4) a:hover{ background: url(../images/soc_icons.png) 100% 98%; } /* start header_btm */ .header_btm{ background: #252323; } .header_sub{ padding: 0 4%; }

.h_menu{ float:left; } .h_menu ul li{ margin-right:20px; float: left; } .h_menu ul li.active a{ color: #069; border-bottom:5px solid #069; } .h_menu ul li a{ display:block; padding: 30px 15px; text-transform: uppercase; font-size: 0.925em; color:rgb(216, 216, 216); font-weight: 600; -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; } .h_menu ul li a:hover{ color: #069; border-bottom:3px solid #069; }

.h_search{ float: right; position: relative; border: 3px solid rgb(216, 216, 216); margin: 20px 0; width: 24.3333%; } .h_search input[type="text"]{ -webkit-appearance: none; font-family: 'Open Sans', sans-serif; padding:10px 16px; outline: none; color: rgb(216, 216, 216); background: #252323; border: none; width: 78.33333%; line-height: 1.5em; position: relative; font-size: 0.8725em; text-transform: capitalize; } .h_search input[type="submit"]{ -webkit-appearance: none; background:url('../images/search.png') no-repeat 10px 10px; padding: 10px 0px; border: none; cursor: pointer; width: 14.33%; line-height: 1.5em; outline: none; position: absolute; right:0px; } .h_search input[type="submit"]:hover { background: url('../images/search_h.png') no-repeat 10px 10px; }

.sub-head{ display:none; background: #FFFFFF; border-bottom: 4px solid #00BAC6; } .sub-head li{ display:inline-block; float:left; width:50%; text-align:center; } .sub-head li a span{ position:absolute; top:12px; left:12px; width:16px; height:16px; display:inline-block; } .sub-head li a.active{ color:#fff; background: #00BAC6; } .sub-head li:first-child a{ border-right:1px solid rgb(150, 148, 148); } .sub-head a{ text-transform: uppercase; font-size: 1em; position:relative; display:block; color:#555; padding:10px; } .menu{ background: #f0f0f0; } .menu li{ display:block; } .menu li a{ font-size:0.8125em; text-transform:uppercase; display:block; padding:10px; color:#555; border-bottom: 1px solid rgb(199, 199, 199); } .menu li:last-child a{ border-bottom:none; } .search{ display:block; padding:10px; text-align:center; background: #f6f6f6; } .search input[type=text]{ width: 90%; padding: 10px; border: 1px solid rgb(217, 218, 215); color: #555; font-size: 13px; background: #FFF; outline: none; } .back-btn { cursor: pointer; background: rgb(71, 71, 71); display: inline-block; margin-left: 10px; margin-bottom: 10px; } .back-btn ul li{ display:inline-block; padding: 4px 6px; } .back-btn ul li:before{ content: url('../images/back.png'); } .back-btn ul li a { padding: 4px 10px; font-size:13px; color: #fff; margin-left:-8px; line-height: 1.7em; vertical-align: bottom; } /* start slider */ .slider_bg{ background: url('../images/slider_bg.jpg'); background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .slider{ padding: 0 4%; } /* start main */ .main{ padding: 6% 4%; } .main_text{ text-align:center; } .main_text h2{ font-size: 2em; text-transform: uppercase; color: #777777; text-shadow: 0 1px 0 #ffffff; margin-bottom: 2%; } .main_text h2 span{ color: #555555; -webkit-text-stroke: 2px; } /** para style **/ p.para{ font-size: 0.8725em; color: #555555; line-height: 1.8em; } /* start grids_of_3 */ .grids_of_3{ text-align:center; margin: 6% 0 4%; } .grid1_of_3:first-child{ margin-left: 0; } .grid1_of_3{ float:left; width: 30.3333%; margin-left: 3.3333%; } .grid1_of_3 h3{ margin: 2% 0; } .grid1_of_3 h3 a{ font-size: 1.2em; text-transform: capitalize; color: #555555; text-shadow: 0 1px 0 #ffffff; font-weight: 600; } .grid1_of_3 h3 a span{ color: #777777; font-weight: normal; } .grid1_of_3 p{ font-size: 0.8125em; color: #555555; line-height: 1.8em; width: 80%; margin: 0 auto; } /* start span_of_3 */ .main_bg{ background: #eeeeee; } .content_top{ text-align:center; position: relative; } .content_top:after { content: ; position: absolute; width: 0; height: 0; border: 40px solid #eee; border-top: 0 solid rgba(0, 0, 0, 0)!important; border-right: 35px solid rgba(0, 0, 0, 0)!important; border-left: 35px solid rgba(0, 0, 0, 0)!important; left: 47%; top: -40px; margin-left: -10px; } .span_of_3{ margin: 4% 0 0; } .span_of_3:first-child{ margin: 0; } .span1_of_3{ float:left; width: 30.3333%; margin-left: 3.3333%; border: 1px solid rgb(206, 206, 206); } .span1_of_3:first-child{ margin-left: 0; } .span1_of_3 img{ width:100%; } .span1_of_3_text{ padding: 20px; } .span1_of_3 h3{ margin-bottom: 2%; } .span1_of_3 h3 a{ font-size: 1em; text-transform: capitalize; color: #555555; text-shadow: 0 1px 0 #ffffff; font-weight: 600; -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; } .span1_of_3 h3 a:hover{ color: #00BAC6; } .span1_of_3 p{ font-size: 0.8125em; color: #555555; line-height: 1.8em; } /* start cauresol */ .nbs-flexisel-container { padding:4% 0; position: relative; max-width: 100%; height:0px; } .nbs-flexisel-ul { position: relative; width: 9999px; margin: 0px; padding: 0px; list-style-type: none; text-align: center; } .nbs-flexisel-inner { overflow: hidden; width:90%; margin: -35px 0 0 0; } .nbs-flexisel-item { float: left; margin: 0px; padding: 0px; cursor: pointer; position: relative; line-height: 0px; } .nbs-flexisel-item > img { width:200px; height:100px; cursor: pointer; position: relative; margin-top: 10px; margin-bottom: 10px; max-width: 100px; max-height: 45px; } /*** start cauresol navigation ***/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 46px; height: 100px; position: absolute; cursor: pointer; z-index: 100; } .nbs-flexisel-nav-left { left: 0px; background: url(../images/img-sprite.png) no-repeat -19px -21px; } .nbs-flexisel-nav-right { right: 0px; background: url(../images/img-sprite.png) no-repeat -55px -20px; } /* start footer */ .footer_bg{ background:url('../images/footer_bg.png'); } .footer{ padding: 5% 4%; } .span_of_4{ display: block; } .span1_of_4{ float:left; width: 22.3333%; margin-left: 3.3333%; } .span1_of_4:first-child{ margin-left: 0; } .span1_of_4 h4{ margin-bottom:8%; font-size: 1.5em; text-transform: capitalize; color: #ffffff; text-shadow: 0 1px 0 #555555; } .span1_of_4 p{ font-size: 0.8725em; line-height:1.8em; color: #c9c9c9; } .span1_of_4 p a{ color: #c9c9c9; -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; } .span1_of_4 p a:hover{ color: #00BAC6; } .span1_of_4 p.top{ border-top: 1px solid rgb(99, 99, 99); margin-top: 20px; padding-top: 10px; } .span1_of_4 p.btm{ margin-bottom: 8%; } .span1_of_4 p.btm1{ margin-bottom: 4%; } .f_nav1{ margin-top: 2%; } .f_nav1 li { display:inline-block } .f_nav1 li.timer{ background: url('../images/timer.png') no-repeat; } .f_nav1 li a{ padding-left:30px; font-size: 0.8725em; color: #999999; } .pin{ background: url('../images/pin.png') no-repeat; padding-left: 30px; } .mail{ background: url('../images/mail.png') no-repeat; padding-left: 30px; } .call{ background: url('../images/call.png') no-repeat; padding-left: 30px; } big { font-size: 1.5em; color: #ffffff; } /* start footer1 */ .footer_bg1{ background:url('../images/footer_bg1.png'); } .footer1{ padding:10px 0 0 0; height:80px; }

  1. 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/top-move.jpg) no-repeat right top; } .copy{ float:left; } .copy p{ font-size: 0.8725em; line-height: 1.8em; color: #c9c9c9; } .copy p a{ 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; } .copy p a:hover{ color: #00BAC6; } /* start about */ .top_bg{ background: url('../images/slider_bg1.jpg'); background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .top{ padding: 4% 4%; } .top h2{ font-size: 2em; color: #ffffff; text-transform: uppercase; } .about{ display: block; } .cont-grid { float: left; width: 60.3333%; } .cont-grid-img{ margin-left: 3.3333%; width: 36.33333%; float:left; } .cont-grid-img img{ margin-top: 10px; } .cont-grid span{ font-size: 1.5em; text-transform: uppercase; color: #777777; text-shadow: 0 1px 0 #ffffff; } .abt-para p{ margin-top: 2%; } .about-p{ margin-top:20px; } .read_more { margin-top: 2%; } .btn{ color: #00BAC6; background: #ffffff; border: 1px solid #22D5E0; display: inline-block; text-transform: uppercase; padding: 12px 38px; font-size: 0.875em; -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; } .btn:hover { background: #00BAC6; color: #ffffff; } /* start services */ .ser_btn{ position: relative; margin-top: 12%; } .ser_btn1{ position: absolute; bottom: 0; left: 0; } .button { color: #555555; border-top: 1px solid rgb(221, 221, 221); display: block; text-align:center; text-transform: uppercase; font-size: 0.875em; width: 100%; padding:12px 0; -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; } .button:hover { background: #00BAC6; color: #ffffff; } /* start blog */ .blog { display: block; } .blog_list{ margin-top: 4%; } .blog_list:first-child{ margin-top: 0%; } .blog_list h2{ font-size: 1.5em; text-transform: uppercase; color: #777777; text-shadow: 0 1px 0 #ffffff; } .blog_list h5{ margin-top:8px; font-size: 1em; text-transform: capitalize; color: #777777; text-shadow: 0 1px 0 #ffffff; } .blog_list h5 a{ color: #00BAC6; -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; } .blog_list h5 a:hover{ color: #777777; } .blog_para{ margin: 2% 0; } .blog_para p a{ float: left; margin-right: 4%; } .blog_para p a img{ margin-top: 10px; } /* start contact */ .contact{ display: block; } .contact h2{ font-size: 1.5em; text-transform: uppercase; color: #777777; text-shadow: 0 1px 0 #ffffff; } .map{ margin: 2% 0; } .col{ display: block; } .contact-form{ position:relative; } .contact-form div{ padding:5px 0; } .contact-form span label{ color: #777777; display: block; font-size: 0.8725em; padding-bottom: 5px; text-transform: capitalize; } .contact-form input[type="text"], .contact-form textarea { font-family: 'Open Sans', sans-serif; background: #FFFFFF; border: 1px solid #E7E7E7; color: rgba(85, 81, 81, 0.84); padding: 8px; display: block; width: 98%; outline: none; -webkit-appearance: none; text-transform: capitalize; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="submit"]{ margin-top:10px; font-family: 'Open Sans', sans-serif; -webkit-appearance: none; cursor:pointer; color: #00BAC6; background: #ffffff; border: 1px solid #22D5E0; display: inline-block; text-transform: uppercase; padding: 12px 38px; font-size: 0.875em; -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; } .contact-form input[type="submit"]:hover{ background: #00BAC6; color: #ffffff; } /* start details */ .details{ display: block; } .details h2{ font-size: 1.5em; text-transform: uppercase; color: #777777; text-shadow: 0 1px 0 #ffffff; } .det_pic{ margin: 2% 0; } /***** Media Quries *****/ @media only screen and (max-width: 1366px) { .wrap{ width:95%; } .h_menu ul li a { padding: 30px 12px; } } @media only screen and (max-width: 1280px) { .wrap{ width:95%; } .h_menu ul li a { padding: 30px 10px; font-size: 0.8125em; } } @media only screen and (max-width: 1024px) { .wrap{ width:95%; } .h_menu ul li a { padding: 30px 6px; font-size: 0.8125em; } .h_search input[type="submit"] { right: 6px; } .h_search { width: 26.3333%; } } @media only screen and (max-width: 800px) { .wrap{ width:95%; } .h_menu{ display:none; } .h_search{ display:none; } .sub-head{ display:block; } .span1_of_4 h4 { font-size: 1.2em; } } @media only screen and (max-width: 640px){ .wrap{ width:95%; } .span1_of_4 { float: none; width: 99.3333%; margin-left: 0%; } .span1_of_4 h4 { margin: 2% 0; } .span1_of_4 p.btm { margin-bottom: 2%; } .social-icons li { float: none; display:inline-block; } .cont-grid { float: none; width: 99.3333%; } .cont-grid-img { margin-left: 0%; width: 99.33333%; float: none; } .main_text h2 { font-size: 1.5em; } } @media only screen and (max-width: 480px) { .wrap{ width:95%; } .grids_of_3{ margin-top: 4%; } .grid1_of_3 { float: none; width: 99.3333%; margin-left: 0; } .span1_of_3 { margin-top: 4%; float: none; width: 99.3333%; margin-left: 0; } .logo{ float:none; text-align:center; } .copy{ float:none; text-align:center; } .social-icons{ margin-top:4%; float:none; text-align:center; } .top h2 { font-size: 1.5em; } .blog_list h2 { font-size: 1em; } .contact h2 { font-size: 1em; } .sub-head a { font-size: 0.8725em; } .cont-grid span{ font-size: 1em; } big { font-size: 1em; } .details h2 { font-size: 1em; } .grid1_of_3{ margin: 20px 0; } .grid1_of_3 img{ width:20%; } } @media only screen and (max-width: 320px) { .wrap{ width:95%; } .sub-head a { font-size: 0.8125em; } .grid1_of_3{ margin: 20px 0; } .grid1_of_3 img{ width:20%; } .content_top:after { border: 20px solid #eee; border-top: 0 solid rgba(0, 0, 0, 0)!important; border-right: 15px solid rgba(0, 0, 0, 0)!important; border-left: 15px solid rgba(0, 0, 0, 0)!important; left: 47%; top: -20px; } }