Team:TU-Eindhoven/Style

From 2014.igem.org

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

.da-slider{ width: 100%; height:500px; position: relative; overflow: hidden; background:url(../images/slider-bg.png); -webkit-transition: background-position 1s ease-out 0.3s; -moz-transition: background-position 1s ease-out 0.3s; -o-transition: background-position 1s ease-out 0.3s; -ms-transition: background-position 1s ease-out 0.3s; transition: background-position 1s ease-out 0.3s; text-align:center; } .da-slide{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; text-align: left; } .da-slide-current{ z-index: 1000; } .da-slider-fb .da-slide{ left: 100%; } .da-slider-fb .da-slide.da-slide-current{ left: 0px; } .da-slide h2, .da-slide p, .da-slide .da-link, .da-slide .da-img{ position: absolute; opacity: 0; left: 110%; } .da-slider-fb .da-slide h2, .da-slider-fb .da-slide p, .da-slider-fb .da-slide .da-link{ left: 10%; opacity: 1; } .da-slider-fb .da-slide .da-img{ left: 60%; opacity: 1; } .da-slide h2 { font-family: 'Open Sans', sans-serif; text-transform: uppercase; color: #FFFFFF; width: 77%; top: 120px; font-size: 3em; font-weight: 600; white-space: nowrap; z-index: 10; text-align: center; } .da-slide p{ top: 190px; color: #FFFFFF; font-size: 1em; height: 80px; overflow: hidden; font-weight: normal; line-height: 29px; text-align: center; margin: 0 auto; width: 77%; } .da-img{ display:none; } .da-slide .da-img{ text-align: center; width: 30%; top: 51px; height: 256px; line-height: 320px; left: 110%; /*60%*/ } .da-slide .da-link{ }

.da-link:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #71b5d5), color-stop(1, #79bbff) );

background:-moz-linear-gradient( center top, #71b5d5 5%, #79bbff 100% ); 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{ display: inline-block; 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{ content: ; width: 30px; height:30px; position: absolute; top: 1px; left: 1px; background: url(../images/slide-pagenat.png) no-repeat -27px 0px; display: inline-block; } .da-arrows{ -moz-user-select: none; -webkit-user-select: none; } .da-arrows span{ position: absolute; 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{ background: url(../images/slider-icons.png) no-repeat -40px 0px; } .da-arrows-next{ background: url(../images/slider-icons.png) no-repeat -0px 0px; } .da-slider:hover .da-arrows span{ opacity: 1; } .da-arrows span:after{ content: ; position: absolute; width: 20px; height: 20px; top: 5px; left: 5px; background: transparent url(../images/arrows.png) no-repeat top left; border-radius: 50%; box-shadow: 1px 1px 2px rgba(0,0,0,0.1); } .da-arrows span:hover:after{ box-shadow: 1px 1px 4px rgba(0,0,0,0.3); } .da-arrows span:active:after{ box-shadow: 1px 1px 1px rgba(255,255,255,0.1); } .da-arrows span.da-arrows-next:after{ background-position: top right; } .da-arrows span.da-arrows-prev{ left: 15px; } .da-arrows span.da-arrows-next{ right: 15px; }

.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link{ left: 10%; opacity: 1; } .da-slide-current .da-img{ left: 60%; opacity: 1; } /* Animation classes and animations */

/* Slide in from the right*/ .da-slide-fromright h2{ -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both; -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both; -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{ -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both; -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both; -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{ -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both; -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both; -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both; -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both; animation: fromRightAnim3 0.4s ease-in-out 1.2s both; } .da-slide-fromright .da-img{ -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both; -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both; -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both; -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both; animation: fromRightAnim4 0.6s ease-in-out 0.8s both; } @-webkit-keyframes fromRightAnim1{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-webkit-keyframes fromRightAnim2{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-webkit-keyframes fromRightAnim3{ 0%{ left: 110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-webkit-keyframes fromRightAnim4{ 0%{ left: 110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@-moz-keyframes fromRightAnim1{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-moz-keyframes fromRightAnim2{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-moz-keyframes fromRightAnim3{ 0%{ left: 110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-moz-keyframes fromRightAnim4{ 0%{ left: 110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@-o-keyframes fromRightAnim1{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-o-keyframes fromRightAnim2{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-o-keyframes fromRightAnim3{ 0%{ left: 110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-o-keyframes fromRightAnim4{ 0%{ left: 110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@-ms-keyframes fromRightAnim1{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-ms-keyframes fromRightAnim2{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-ms-keyframes fromRightAnim3{ 0%{ left: 110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-ms-keyframes fromRightAnim4{ 0%{ left: 110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@keyframes fromRightAnim1{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @keyframes fromRightAnim2{ 0%{ left: 110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @keyframes fromRightAnim3{ 0%{ left: 110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @keyframes fromRightAnim4{ 0%{ left: 110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } } /* Slide in from the left*/ .da-slide-fromleft h2{ -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both; -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both; -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both; -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both; animation: fromLeftAnim1 0.6s ease-in-out 0.6s both; } .da-slide-fromleft p{ -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both; -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both; -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both; -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{ -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both; -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both; -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both; -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both; animation: fromLeftAnim3 0.4s ease-in-out 1.2s both; } .da-slide-fromleft .da-img{ -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both; -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both; -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both; -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both; animation: fromLeftAnim4 0.6s ease-in-out 0.6s both; } @-webkit-keyframes fromLeftAnim1{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-webkit-keyframes fromLeftAnim2{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-webkit-keyframes fromLeftAnim3{ 0%{ left: -110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-webkit-keyframes fromLeftAnim4{ 0%{ left: -110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@-moz-keyframes fromLeftAnim1{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-moz-keyframes fromLeftAnim2{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-moz-keyframes fromLeftAnim3{ 0%{ left: -110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-moz-keyframes fromLeftAnim4{ 0%{ left: -110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@-o-keyframes fromLeftAnim1{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-o-keyframes fromLeftAnim2{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-o-keyframes fromLeftAnim3{ 0%{ left: -110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-o-keyframes fromLeftAnim4{ 0%{ left: -110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@-ms-keyframes fromLeftAnim1{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-ms-keyframes fromLeftAnim2{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-ms-keyframes fromLeftAnim3{ 0%{ left: -110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @-ms-keyframes fromLeftAnim4{ 0%{ left: -110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } }

@keyframes fromLeftAnim1{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @keyframes fromLeftAnim2{ 0%{ left: -110%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @keyframes fromLeftAnim3{ 0%{ left: -110%; opacity: 0; } 1%{ left: 10%; opacity: 0; } 100%{ left: 10%; opacity: 1; } } @keyframes fromLeftAnim4{ 0%{ left: -110%; opacity: 0; } 100%{ left: 60%; opacity: 1; } } /* Slide out to the right */ .da-slide-toright h2{ -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both; -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{ -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both; -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both; -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{ -webkit-animation: toRightAnim3 0.4s ease-in-out both; -moz-animation: toRightAnim3 0.4s ease-in-out both; -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{ -webkit-animation: toRightAnim4 0.6s ease-in-out both; -moz-animation: toRightAnim4 0.6s ease-in-out both; -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{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-webkit-keyframes toRightAnim2{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-webkit-keyframes toRightAnim3{ 0%{ left: 10%; opacity: 1; } 99%{ left: 10%; opacity: 0; } 100%{ left: 100%; opacity: 0; } } @-webkit-keyframes toRightAnim4{ 0%{ left: 60%; opacity: 1; } 30%{ left: 55%; opacity: 1; } 100%{ left: 100%; opacity: 0; } }

@-moz-keyframes toRightAnim1{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-moz-keyframes toRightAnim2{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-moz-keyframes toRightAnim3{ 0%{ left: 10%; opacity: 1; } 99%{ left: 10%; opacity: 0; } 100%{ left: 100%; opacity: 0; } } @-moz-keyframes toRightAnim4{ 0%{ left: 60%; opacity: 1; } 30%{ left: 55%; opacity: 1; } 100%{ left: 100%; opacity: 0; } }

@-o-keyframes toRightAnim1{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-o-keyframes toRightAnim2{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-o-keyframes toRightAnim3{ 0%{ left: 10%; opacity: 1; } 99%{ left: 10%; opacity: 0; } 100%{ left: 100%; opacity: 0; } } @-o-keyframes toRightAnim4{ 0%{ left: 60%; opacity: 1; } 30%{ left: 55%; opacity: 1; } 100%{ left: 100%; opacity: 0; } }

@-ms-keyframes toRightAnim1{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-ms-keyframes toRightAnim2{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @-ms-keyframes toRightAnim3{ 0%{ left: 10%; opacity: 1; } 99%{ left: 10%; opacity: 0; } 100%{ left: 100%; opacity: 0; } } @-ms-keyframes toRightAnim4{ 0%{ left: 60%; opacity: 1; } 30%{ left: 55%; opacity: 1; } 100%{ left: 100%; opacity: 0; } }

@keyframes toRightAnim1{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @keyframes toRightAnim2{ 0%{ left: 10%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } @keyframes toRightAnim3{ 0%{ left: 10%; opacity: 1; } 99%{ left: 10%; opacity: 0; } 100%{ left: 100%; opacity: 0; } } @keyframes toRightAnim4{ 0%{ left: 60%; opacity: 1; } 30%{ left: 55%; opacity: 1; } 100%{ left: 100%; opacity: 0; } } /* Slide out to the left*/ .da-slide-toleft h2{ -webkit-animation: toLeftAnim1 0.6s ease-in-out both; -moz-animation: toLeftAnim1 0.6s ease-in-out both; -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{ -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both; -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both; -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both; -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both; animation: toLeftAnim2 0.6s ease-in-out 0.3s both; } .da-slide-toleft .da-link{ -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both; -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both; -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{ -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both; -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both; -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{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-webkit-keyframes toLeftAnim2{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-webkit-keyframes toLeftAnim3{ 0%{ left: 10%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-webkit-keyframes toLeftAnim4{ 0%{ left: 60%; opacity: 1; } 70%{ left: 30%; opacity: 0; } 100%{ left: -50%; opacity: 0; } }

@-moz-keyframes toLeftAnim1{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-moz-keyframes toLeftAnim2{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-moz-keyframes toLeftAnim3{ 0%{ left: 10%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-moz-keyframes toLeftAnim4{ 0%{ left: 60%; opacity: 1; } 70%{ left: 30%; opacity: 0; } 100%{ left: -50%; opacity: 0; } }

@-o-keyframes toLeftAnim1{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-o-keyframes toLeftAnim2{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-o-keyframes toLeftAnim3{ 0%{ left: 10%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-o-keyframes toLeftAnim4{ 0%{ left: 60%; opacity: 1; } 70%{ left: 30%; opacity: 0; } 100%{ left: -50%; opacity: 0; } }

@-ms-keyframes toLeftAnim1{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-ms-keyframes toLeftAnim2{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-ms-keyframes toLeftAnim3{ 0%{ left: 10%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @-ms-keyframes toLeftAnim4{ 0%{ left: 60%; opacity: 1; } 70%{ left: 30%; opacity: 0; } 100%{ left: -50%; opacity: 0; } }

@keyframes toLeftAnim1{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @keyframes toLeftAnim2{ 0%{ left: 10%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @keyframes toLeftAnim3{ 0%{ left: 10%; opacity: 1; } 100%{ left: -50%; opacity: 0; } } @keyframes toLeftAnim4{ 0%{ left: 60%; opacity: 1; } 70%{ left: 30%; opacity: 0; } 100%{ left: -50%; opacity: 0; } } @media only screen and (max-width: 1440px) and (min-width:1366px) { .da-dots { bottom: 55px; } .da-arrows span { top: 43%; } } @media only screen and (max-width: 1366px) and (min-width:1280px) { .da-dots { bottom: 55px; } .da-arrows span { top: 43%; } } @media only screen and (max-width: 1024px) and (min-width:768px) { .da-dots { width:100% } .da-slider { height: 430px; } .da-slide .da-link { margin-left: 30%; } } @media only screen and (max-width: 768px) and (min-width:640px) { .da-dots { width:100% } .da-slider { height:380px; } .da-slide .da-link { margin-left: 28%; } .da-slide h2{ top:70px; } .da-slide p{ top: 139px; } .da-slide .da-link { top: 220px; } } @media only screen and (max-width: 640px) and (min-width:480px) { .da-dots { width:100% } .da-slider { height:380px; } .da-slide .da-link { margin-left: 28%; } .da-slide h2{ font-size: 2em; top:70px; } .da-slide p{ top: 139px; font-size:0.8725em; } .da-slide .da-link { top: 220px; } } @media only screen and (max-width: 480px) and (min-width:320px) { .da-dots { width:100% } .da-slider { height: 300px; } .da-slide .da-link { margin-left: 22%; } .da-slide h2{ font-size: 1.5em; top: 35px; } .da-slide p{ top: 100px; font-size:0.8125em; } .da-slide .da-link { top:170px; height:35px; width:126px; line-height:38px; font-size:0.875em; } .da-arrows span { top: 44%; } } @media only screen and (max-width: 320px) and (min-width:240px) { .da-dots { width:100% } .da-slider { height:280px; } .da-slide .da-link { margin-left: 20%; } .da-slide h2{ top: 50px; font-size: 1.1em; } .da-slide p{ top: 80px; font-size:12px; } .da-slide .da-link { top:170px; height:30px; width:120px; line-height:33px; font-size:0.875em; } .da-arrows span { top: 44%; } }