

@-webkit-keyframes waitandhide {
  from { opacity:0; }
  to { opacity:0; }
}
@-webkit-keyframes show {
  from { opacity:0; }
  to { opacity:1; }
}
@-moz-keyframes waitandhide {
  from { opacity:0; }
  to { opacity:0; }
}
@-moz-keyframes show {
  from { opacity:0; }
  to { opacity:1; }
}
@keyframes waitandhide {
  from { opacity:0; }
  to { opacity:0; }
}
@keyframes show {
  from { opacity:0; }
  to { opacity:1; }
}
/*@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }*/

.fade-in {
    opacity:1;
    /*-webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;*/


	-webkit-animation: show .5s ease-in 0s 1;
	-moz-animation: show .5s ease-in 0s 1;
	animation: show .5s ease-in 0s 1;

    /*-webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;*/

    /*-webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    animation-duration:0.5s;*/
}

.fade-in.one {
	-webkit-animation: waitandhide .5s ease-in 0s 1, show .5s ease-in .5s 1;
	-moz-animation: waitandhide .5s ease-in 0s 1, show .5s ease-in .5s 1;
	animation: waitandhide .5s ease-in 0s 1, show .5s ease-in .5s 1;
}

.fade-in.two {
	-webkit-animation: waitandhide 1.2s ease-in 0s 1, show .5s ease-in 1.2s 1;
	-moz-animation: waitandhide 1.2s ease-in 0s 1, show .5s ease-in 1.2s 1;
	animation: waitandhide 1.2s ease-in 0s 1, show .5s ease-in 1.2s 1;
}

.fade-in.three {
	-webkit-animation: waitandhide 1.6s ease-in 0s 1, show .5s ease-in 1.6s 1;
	-moz-animation: waitandhide 1.6s ease-in 0s 1, show .5s ease-in 1.6s 1;
	animation: waitandhide 1.6s ease-in 0s 1, show .5s ease-in 1.6s 1;
}

.fade-in.four {
	-webkit-animation: waitandhide 2s ease-in 0s 1, show .5s ease-in 2s 1;
	-moz-animation: waitandhide 2s ease-in 0s 1, show .5s ease-in 2s 1;
	animation: waitandhide 2s ease-in 0s 1, show .5s ease-in 2s 1;
}

.entry_img {
	opacity:0;
}

.in-view {

	-webkit-animation: show .5s ease-in 0s 1;
	-moz-animation: show .5s ease-in 0s 1;
	animation: show .5s ease-in 0s 1;

	/*-webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    animation-duration:0.5s;*/

	opacity: 1;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.slides
{
	margin: 0 !important;
}

.flex-viewport
{
	margin-left: 5px;
}

.animated1{
	opacity: 1 !important;
	-webkit-animation: waitandhide 0.5s ease-in 0s 1, show .5s ease-in 0.5s 1;
	-moz-animation: waitandhide 0.5s ease-in 0s 1, show .5s ease-in 0.5s 1;
	animation: waitandhide 0.5s ease-in 0s 1, show .5s ease-in 0.5s 1;
}
.animated2{
	opacity: 1 !important;
	-webkit-animation: waitandhide 1s ease-in 0s 1, show .5s ease-in 1s 1;
	-moz-animation: waitandhide 1s ease-in 0s 1, show .5s ease-in 1s 1;
	animation: waitandhide 1s ease-in 0s 1, show .5s ease-in 1s 1;
}
.animated3{
	opacity: 1 !important;
	-webkit-animation: waitandhide 1.5s ease-in 0s 1, show .5s ease-in 1.5s 1;
	-moz-animation: waitandhide 1.5s ease-in 0s 1, show .5s ease-in 1.5s 1;
	animation: waitandhide 1.5s ease-in 0s 1, show .5s ease-in 1.5s 1;
}
.animated4{
	opacity: 1 !important;
	-webkit-animation: waitandhide 2s ease-in 0s 1, show .5s ease-in 2s 1;
	-moz-animation: waitandhide 2s ease-in 0s 1, show .5s ease-in 2s 1;
	animation: waitandhide 2s ease-in 0s 1, show .5s ease-in 2s 1;
}
.animated5{
	opacity: 1 !important;
	-webkit-animation: waitandhide 2.5s ease-in 0s 1, show .5s ease-in 2.5s 1;
	-moz-animation: waitandhide 2.5s ease-in 0s 1, show .5s ease-in 2.5s 1;
	animation: waitandhide 2.5s ease-in 0s 1, show .5s ease-in 2.5s 1;
}
.animated6{
	opacity: 1 !important;
	-webkit-animation: waitandhide 3s ease-in 0s 1, show .5s ease-in 3s 1;
	-moz-animation: waitandhide 3s ease-in 0s 1, show .5s ease-in 3s 1;
	animation: waitandhide 3s ease-in 0s 1, show .5s ease-in 3s 1;
}
.animated7{
	opacity: 1 !important;
	-webkit-animation: waitandhide 3.5s ease-in 0s 1, show .5s ease-in 3.5s 1;
	-moz-animation: waitandhide 3.5s ease-in 0s 1, show .5s ease-in 3.5s 1;
	animation: waitandhide 3.5s ease-in 0s 1, show .5s ease-in 3.5s 1;
}
.animated8{
	opacity: 1 !important;
	-webkit-animation: waitandhide 4s ease-in 0s 1, show .5s ease-in 4s 1;
	-moz-animation: waitandhide 4s ease-in 0s 1, show .5s ease-in 4s 1;
	animation: waitandhide 4s ease-in 0s 1, show .5s ease-in 4s 1;
}
.animated9{
	opacity: 1 !important;
	-webkit-animation: waitandhide 4.5s ease-in 0s 1, show .5s ease-in 4.5s 1;
	-moz-animation: waitandhide 4.5s ease-in 0s 1, show .5s ease-in 4.5s 1;
	animation: waitandhide 4.5s ease-in 0s 1, show .5s ease-in 4.5s 1;
}
.animated10{
	opacity: 1 !important;
	-webkit-animation: waitandhide 5s ease-in 0s 1, show .5s ease-in 5s 1;
	-moz-animation: waitandhide 5s ease-in 0s 1, show .5s ease-in 5s 1;
	animation: waitandhide 5s ease-in 0s 1, show .5s ease-in 5s 1;
}


#header_wrapper.fixed
{
    background: rgba(145, 216, 247,.8);


	-webkit-animation: waitandhide .3s ease-in 0s 1, show .5s ease-in .3s 1;
	-moz-animation: waitandhide .3s ease-in 0s 1, show .5s ease-in .3s 1;
	animation: waitandhide .3s ease-in 0s 1, show .5s ease-in .3s 1;

    /*-webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;*/

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
#header_wrapper.fixed #searchform{
    background: transparent;
}
#header_wrapper.fixed #searchform button{
    background: transparent;
    border-color: transparent;
}

h1, h2, h3, h4, h5, h6, h7, #copyright_left, #header_wrapper #searchform input, span[rel=author], a[rel=author], #top_menu li, .main_nav ul li a,  .main_nav li a, .second_nav ul li a,  .second_nav li a, .post_comment_number, .post_comment_number:hover, .post_comment_number:active, .readmore, .comment-reply-link, #cancel-comment-reply-link, .comment_number_bg, .review_score_bg, .post_detail, .colorful, .pagination a, .pagination a:active, .pagination a.active, .pagination span.current, .post_attribute, #toTop, #taskka, .mobile_menu_close a { font-family: 'Oswald' !important; }

a:active, #footer a:hover, #footer a:active, label.error { color:#69c8e8; }

input[type=submit]:hover, input[type=button]:hover, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover, .gallery_item_bg, .second_nav ul > li a:hover,  .second_nav > li a:hover, .second_nav ul > li a.hover,  .second_nav > li a.hover, .second_nav ul > li a:active,  .second_nav > li a:active, .second_nav > li.current-menu-item > a, .second_nav > li.current-menu-parent > a, .post_comment_number, .post_comment_number:hover, .post_comment_number:active, .readmore, .comment_number_bg, .review_score_bg, .colorful, #footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover, .item_bg { background:#69c8e8; }

input[type=submit]:hover, input[type=button]:hover, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover, blockquote { border-color:#69c8e8; }

body { color:#000000; }

#page_caption { background:#69c8e8; }

#page_caption h2 { color:#ffffff; }

#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle { background:#69c8e8; }

#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle, h2.widgettitle a { color:#ffffff; }

.footer_wrapper { background:#69c8e8; }

#footer, #footer a, #footer a:hover, #footer a:active { color:#888888; }

#copyright_outter { background:#69c8e8; }

#copyright, #copyright a, #copyright a:hover, #copyright a:active { color:#888888; }

body { font-size:14px; }

.second_nav ul li a, .second_nav li a { font-size:18px; }
#menu_wrapper div .nav li ul, .second_nav li ul { margin-top: 47px; }

.second_nav ul li ul li a, .second_nav li ul li a { font-size:12px; }

#page_caption h1, #page_caption h2 { font-size:34px; }

h1 { font-size:30px; }

h2 { font-size:28px; }

h3 { font-size:26px; }

h4 { font-size:24px; }

h5 { font-size:22px; }

h6 { font-size:18px; }

