@charset "utf-8";
@import "css/ubuntu/ubuntu.css";

/*
Theme Name: Ripplewerkz
Author: Ripplewerkz Team
Description: The coolest design for the coolest web design company in the world
Version: 2.0
License: All Rights Reserved Ripplewerkz Pte Ltd
Tags: ripplewerkz
*/

/* RESET CSS
-----------------------------------------------------*/
* { margin: 0; padding: 0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p { font-size:1em }
/* Firefox border fix:                                  */
a:active, a:focus {outline: 0;}
/* -----------------------------------------------------*/

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #494848;
    letter-spacing: 0.016em;
    line-height: 1.5em;
    background: url('img/bg_main.png');
}
#wrapper{background:url(img/whitegradient.png) repeat-x bottom;}
table{
    background-color: transparent;
}
a{
    color: #0076c0;
	 -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

a:hover{
    color: #3f3f3f;
}

p {
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

/* forms */
.inner_container input[type=text],
textarea {
        padding: 0.5em !important;
        border: 1px solid #999;
        background: #fff url('img/txt.gif') repeat-x;
        font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        color: #3f3f3f;
        
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}

.wp-paginate .page, .wp-paginate .prev, .wp-paginate .next {
    background: #515965;
    border: 0;
    color: #e1e1e1;
    border-radius: 5px;
}

.wp-paginate .current {
    background: #0e1319;
}

.wp-paginate a:hover {
    color: #e1e1e1;
    background: #7a7a7a;
}

h1 {
    line-height: 1.5em;
}

.pagination {
    clear: left;

}

#blue_container h1 {
    font-size: 40px;
    line-height: 1.32em;
    margin-bottom: 0.5em;
}
#blue_container a {
    color: #a2d6eb;
    text-decoration: underline;
}

#middle_container h1 {
    color: #5B616A;
    font-size: 30px;
    margin-bottom: 0.7em;
}

.inner_container {
    display: block;
    width: 902px; padding:0 20px;
    margin: 0 auto;
}
.expand_container {
    display: block;
    width: 942px !important;
    margin: 0 auto;
}

#phone_container {
    color: #fff;
    font-size: 15px;
    background: #141618 url('img/phone_bg.png') repeat-x;
    margin: 0;
}
#phone_container span {
    overflow: hidden;
}
#phone_container #phone_rounded {
    float: right;
}
#phone_container #phone_rounded span {
    display: block;
    float: left;
}
#phone_container #phone_rounded_main {
    padding: 0.6em;
    padding-top: 0.7em;
    padding-left: 1em; padding-right: 1em;
    background: #283039;
    
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#phone_rounded_left {
    width: 10px;
    height: 44px;
    background: url('img/phone_bg_left.png') top center no-repeat;
}
#phone_rounded_right {
    width: 10px;
    height: 44px;
    background: url('img/phone_bg_right.png') top center no-repeat;
}

.phone {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 7px;
    background: url('img/phone.png') no-repeat;
}

#blue_container {
    color: #e1e1e1;
    padding-bottom: 15px;
    background: #141618; /* url('img/top_container_swirl_seamless.png') bottom center repeat-x;*/
}


.head_container_end{
	background-image: url('img/top_container_swirl_seamless.png'); height: 84px; background-repeat:repeat-x; ;
    margin-bottom: 5px;
	background-position: 19030px 0;

}
.animatebgpos{	-webkit-transition: background-position 500s linear;
	   -moz-transition: background-position 500s linear;
	     -o-transition: background-position 500s linear;
	        transition: background-position 500s linear;}
/*
.head_container_end:hover {
	background-position: -1903px 0;	
}
*/

#logo_header {
    margin-bottom: 10px;
}
#logo_header_inner {
    overflow: auto;
    position: relative;
}

#logo {
    position: relative;
    float: left;
    padding-top: 15px;
}

#waterHolder {
    position: absolute;
    top: 15px;
}

#nav {
    float: right;
    margin-top: 25px;
}
#nav li {
    float: left;
    margin-left: 35px;
	height:26px; overflow:hidden;
}
#nav li a {
    position: relative;
    color: #e1e1e1;
    display: block;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.1em;
    padding-left: 0.3em; padding-right: 0.3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#nav li a:hover,#nav li a:last-child {
    color: #92d2f8;
}
#nav li a:first-child{color:#e1e1e1;}

#nav .current_page_item a,
.tax-portfolio #nav #menu-item-173 a,
.single-portfolio-items #nav #menu-item-173 a,
.single-team-members #menu-item-117 a
{
    font-weight: bold;
    background: none;
}
#nav .current_page_item a:hover,
.tax-portfolio #nav #menu-item-173 a:hover,
.single-portfolio-items #nav #menu-item-173 a:hover,
.single-team-members #menu-item-117 a:hover
{
    color: #e1e1e1;
    background: none;
}

#slider {
    position: relative; overflow:hidden;
    width: 902px;
    height: 365px;
}

#nextBtn, #prevBtn {
    position: absolute;
    top: 110px;
    display: block;
    width: 34px;
    height: 69px;
    background-repeat: no-repeat;
}
#nextBtn a, #prevBtn a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -10000em;
}
#prevBtn {
    left: -40px;
    background-image: url(img/slider_prev.png);
}
#nextBtn {
    right: -40px;
    background-image: url(img/slider_next.png);
}
#slider ul{height:365px;}
#slider ul li {
    position: relative; height:365px;
}

#slider .content {
    position: absolute;
    width: 375px;
    height: 250px;
    top: 78px;
    left: 41px;
    color: #3e444d;
    font-size: 13px;
    line-height: 1.5em;
}
#slider .content h1, #slider .content h2 {
    font-size: 35px;
    margin-bottom: 0.5em;
    line-height: 1em;
}

#slider_shadow {
    position: absolute;
    left: 20px;
    bottom: -230px;
    width: 851px;
    height: 77px;
    background: red;
    background: url('img/slider_shadow.png') no-repeat;
}

#home {
    position: relative;
    height: 180px;
}

#middle_container {
    overflow: hidden;
    padding-top: 1.5em;
}

.home #portfolio {
    margin-top: 130px;
}

#portfolio {
    float: left;
}

#portfolio li {
    position: relative;
    float: left;
    padding: 8px;
    background: #ffffff;
    box-shadow: 1px 1px 2px #b9b9b9;
    margin-right: 17px;
    margin-bottom: 20px;
}
#portfolio li.last {
    margin-right: 0;
}
#portfolio li a {
}
#portfolio li a:hover{
}

#portfolio h4 {
    font-size: 16px;
    color: #4d535b;
    text-align: right;
}

#testimonials {
}

#testimonials li {
    list-style: disc;
    margin-bottom: 0.5em;
}

._3_column_container {
    float: left;
    margin-top: 2em;
    background: url('img/3_column_divider.png') repeat-y;
}

._3_column {
    position: relative;
    float: left;
    width: 280px;
    margin-right: 30px;
    min-height: 20em;
}

._3_column.last {
    margin-right: 0;
}

._3_column h3 {
    font-size: 25px;
    color: #5b616a;
    margin-bottom: 1em;
}

._3_column p {
    margin-bottom: 1em;
}

._3_column .bottom {
    float: right;
    text-align: right;
    width: 70%;
}

._3_column a {
    color: #458fc8;
}
._3_column a:hover {
    color: #3f3f3f;
}

._3_column .caption {
    font-style: italic;
	padding-top:0.5em;
}

._3_column .more {
}

._3_column a.featured_link {
    padding-right: 11px;
    background-image: url('img/featured_link.png');
    background-repeat: no-repeat;
    background-position: right 5px;
}
._3_column a:hover.featured_link {
    background-position: right -67px;
}

._3_column ul {
    list-style:square inside;
	margin-left:1.0em;
}

.bullet_small {
    width: 0;
    height: 0;
}

#contact_form .gform_body, #contact_form .validation_error, #contact_form #gforms_confirmation_message {
    color: #3f3f3f;
    width: 70%;
    padding: 3em;
    margin: 0 auto;
    background: #fff url('img/bg_contact_form.png') bottom repeat-x;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    -moz-box-shadow: 2px 2px 2px 1px #000000;
    -webkit-box-shadow: 2px 2px 2px 1px #000000;
    box-shadow: 2px 2px 2px 1px #000000;
}
#contact_form .gform_footer {
    text-align: center;
}
#contact_form .gform_footer.left_label {
    padding: 0;
}

#contact_form h1 {
    text-align: center;
    margin-bottom: 0.7em;
}

#contact_form table, td
{
    border-color: #a5d9ee;
    border-style: solid;
}
#contact_form table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 570px;
    margin: 0 auto;
}
#contact_form td
{
    margin: 0;
    padding: 0.5em;
    border-width: 1px 1px 0 0;
    background-color: #0097d6;
}

#contact_form label {
}
#contact_form .gfield_required {
    color: #CC0000;
}

#contact_form .gfield_error {
    background: transparent;
    border: none;
}
#contact_form .gfield_error label {
    color: #a82020;
}
#contact_form .gfield_error input, #contact_form .gfield_error textarea {
    border: 1px solid #a82020;
}
#contact_form .validation_message {
    color: #a82020;
    font-family: "MuseoSansRounded", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#contact_form .validation_error {
background: url("img/cancel.png") no-repeat scroll 20px center #FFFFFF;
    border-radius: 12px;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    padding-left: 65px;
    padding-top: 0.8em;
}

#contact_form #gforms_confirmation_message {
    border: 0; font-weight:bold; color:#fff; background:#333;
}

.page-template-template-contact-php #middle_container li {
    margin-bottom: 3.5em;
    padding-left: 25px;
}
.page-template-template-contact-php #middle_container li strong {
    display: block;
    color: #0e1319;
    font-size: 22px;
    margin-bottom: -0.3em;
}
.page-template-template-contact-php #middle_container ul {
    float: left;
}
.page-template-template-contact-php #middle_container .mapp-container {
    float: right;
    border: 1px solid #a3ada9;
}

#project_link {
    margin-bottom: 1.5em;
}

#project_link a {
    font-size: 16px;
}

#project_left {
    float: left;
    width: 300px;
    margin-right: 48px;
}

#project_right {
    float: left;
    width: 552px;
    height: 410px;
}

#project_right #slider {
    width: 550px;
    border: 1px solid #B5B5B5;
}

#project_right .nivo-caption {
    bottom: -2em;
    background: transparent;
    color: #808080;
    opacity: 1;
    width: auto;
    z-index: 8;
}
#project_right .nivo-caption p {
    padding: 0;
}

#project_description {
    margin-bottom: 4em;
}

#project_left .nivo-controlNav {

}
#project_left .nivo-controlNav img {
    display:inline; /* Unhide the thumbnails */
    position:relative;
    margin-right:8px;
}

#project_left .nivo-control img {
    border: 1px dotted #777777;
}
#project_left .nivo-control:hover img {
    border: 1px solid #777777;
}

#work div {
    width: 500px;
}

.thumbs {
    float: left;
    clear: left;
}
.thumbs li {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

#team.thumbs li {
    margin-right: 66px;
    margin-bottom: 50px;
}

#team.thumbs li.last {
    margin-right: 0;
}

.thumbs li span {
    display: block;
    width: 173px;
    height: 163px;
    border: 1px dotted #a4a4a4;
}

.thumbs li img {
    width: 173px;
    height: 163px;
}

.tax-portfolio .thumbs li span {
    width: 249px;
    height: 164px;
}

.tax-portfolio .thumbs li img {
    width: 249px;
    height: 164px;
}

.sub_nav {
    clear: left;
    overflow:hidden;
    font-size: 13px;
    margin-bottom: 3em;
}
.bottom_sub_nav{margin-bottom:0; margin-top:2em;}
.sub_nav li {
    float: left;
    padding-right: 0.7em;
    margin-right: 0.7em;
    background: url('img/sub_nav_border.png') top right no-repeat;
}
.sub_nav li a {
    display: block;
    color: #0e1319; padding:0px 7px;
}
.sub_nav li a:hover {
    color: #2a6db1; background:#fff;
border-radius: 5px;
}

.sub_nav .current a,.sub_nav .current a:hover {
    color: #fff;background:#222;
    font-weight: bold;
border-radius: 5px;
}

#single_page {
    float: left;
    width: 100%;
}
#single_page .left {
    float: left;
    width: 500px;
}
#single_page .right {
    float: right;
}

#team_blue {
    position: relative;
    line-height: 1.8em;
}

#team_blue img {
    position: absolute;
    right: -25px;
    top: -5px;
    -moz-transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
    -ms-transform:rotate(2deg);
}

.made_in_sg {
    margin-left: 0.7em;
    padding-left: 33px;
    background: url('img/sg_flag.png') left center no-repeat;
}

#team {
    margin-top: 3em;
}

#team h4 {
    margin-top: 0.4em;
    font-size: 16px;
    color: #5b616a;
}

.single-team-members .right {
    position: relative;
}
.single-team-members .right img {
  border: 1px solid #b5b5b5;
}

#personal_links {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

#personal_links li {
    margin-bottom: 1em;
}

#personal_links a {
}

#personal_links img {
    vertical-align: middle;
    margin-right: 5px;
}

#personal_links .mail_link {
    padding-left: 32px;
    background: url('img/link_icons/email.png') 2px center no-repeat;
}

#f404 {
    margin-bottom: 300px;
}

#f404_left {
    float: left;
}

#f404_right {
    float: left;
    width: 400px;
    margin-left: 30px;
    margin-top: 40px;
}

#footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #e1e1e1;
    background: #141618;
    font-size: 13px;
}
#footer a {
    color: #e1e1e1;
}
#footer a:hover {
    color: #92d2f8;
}

#footer h4 {
    font-size: 15px;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #e5f0f8;
}

#footer p {
    margin-bottom: 0em;
}
#footer li {
    margin-bottom: 0em;
}

#footer_inner {
    overflow: hidden;
}

.footer_column {
    float: left;
    padding-left: 0.9%;
    margin-left: 0.9%;
    width: 21%;
}
.footer_column.last {
    float: left;
    padding-left: 0.9%;
    margin-left: 0.9%;
    width: 27%;
}
.footer_column.first {
    margin-left: 0;
    padding-left: 0;
    width: 24.8%;
}

#addthis {
    margin-top: 1.5em;
}

#copyright {
    background: #283039;
    text-align: center;
    padding: 0.5em;
    font-size: 13px;
    color: #d2e4f1;
    margin: 0;
}

ul.project_services{margin-bottom:1em;}

.services_row, .testimonial_row{margin-bottom:1em; padding-bottom:1em; border-bottom:dotted 1px #555; overflow:hidden;}
.testimonial_author{font-weight:bold; text-align:right;}
a.services_portfolio_link{background: #0076C0; float:left; font-size:16px; padding:5px 10px; border-radius:5px; color:#fff; font-weight:bold; margin:0.5em 0;}
a.services_portfolio_link:hover{background:#3f3f3f; color:#fff;}

.col_testimonial{position:relative;}
.testimonial_item{clear:both; height:300px;}
.testimonial_list{height:300px; overflow:hidden;}
.bold{font-weight:bold;}
#pager{position:absolute; bottom:65px; left:0px; z-index:10;}
#pager a{display:block; width:11px; height:13px; font-size:11px; float:left; margin-right:7px; background:url(img/greycircle.png) no-repeat 0 2px; text-indent:-9999em;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter: alpha(opacity=25);opacity: 0.25;
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
 }
#pager a.activeSlide{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);opacity: 1.0; background-position:0 0px;}
#pager a:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);opacity: 0.5;}

.featured_link{ -webkit-transition: background-position 0.4s ease-in-out;
	-moz-transition: background-position 0.4s ease-in-out;
	-o-transition: background-position 0.4s ease-in-out;
	-ms-transition: background-position 0.4s ease-in-out;
	transition: background-position 0.4s ease-in-out;
 }
#portfolio li{-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
	
#portfolio li:hover{-webkit-box-shadow: 0px 0px 15px 0px rgba(80, 206, 255, 0.5);
-moz-box-shadow: 0px 0px 15px 0px rgba(80, 206, 255, 0.5);
box-shadow: 0px 0px 15px 0px rgba(80, 206, 255, 0.5); }

.gform_wrapper .top_label .gfield_description.validation_message, .gform_wrapper .gfield_description.validation_message{padding:0 !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required{padding-left:0 !important;}
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea{width:63% !important;}

