strong { font-weight: bold; }

.basic_txt {color: #231815;}

.minitxt {
	font-size: 10px;
	color: #7e7e7e;
}


/* ----- Header ----- */
.header .navbar {
    margin-bottom: 0;
}

.header .navbar-inner {
    border: none;
    background: #00a0e9;
    box-shadow: none;
}

.header_bg {
	background: #00a0e9;
	padding: 0;
	margin-bottom: 20px;	
}

.header h1 {
    float: left;
    margin: 12px 0px 0px 0px;
    text-align: center;
}


.logo {
	width: 220px;
    float: left;
    position: relative;
    margin: 0;
    padding:19px 0px 0px 0px;
}

.sholder{
   position: absolute;
   top:11px;
   left: 77px;
    text-align:left;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
}



.header ul.nav {
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}

.header ul.nav li a {
    font-weight: normal;
    text-shadow: none;
	margin:0;
    padding: 25px 15px;
    color: #fff;
    text-shadow: none;
    transition: background 0.5s;
    
/*
	border: solid 1px #a5a5a5;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px; 
*/

}

.header ul.nav li a:hover {
    color: #00a0e9;
	background: #bde8fb;
}

.header ul.nav li.current-page a {
    color: #00a0e9;
	background: #bde8fb;
    padding: 25px 15px;
}

.header ul.nav li.last a {
    border-right:none; 
    /* border-right:solid 1px #7e7e7e;  */
}

.waku{
	width: 70%;
	margin: 0 auto;
}


#main {
  min-height: 100%;
  padding: 0px 0px 200px 0px;
}


/* ----- Presentation ----- */

.presentation {
    margin-top: 0px;
}

.presentation p {
    font-size: 18px;
}


/* ----- What we do ----- */

.what-we-do {
    margin-top: 0px;
    margin-bottom: 10px;
}




/* ----- Footer ----- */


footer {
    margin: 0 auto;
    background: #dbdbdb;
}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

footer .widget p {
    line-height: 24px;
}

footer .widget i {
    padding-right: 7px;
}



footer .footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
	text-align: center;
	font-size: 13px;
	padding: 10px;
	color: #7e7e7e;
}





.ftel {
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.ftel img {
	width: 350px;
}

.fin_wrap {
	width: 350px;
	margin: 0 auto;
}

.finx {
    text-align: center;
	font-size:14px;
	line-height: 1.3em;
	font-weight:normal;
	color: #fff;
	background: #00a0e9;
	padding: 3px 0;
	margin: 5px 0px 8px 0px;
}

table#fin  {
	width:100%;
    border-collapse:collapse;
    margin-left: 20px;
}

table#fin tr {
    border-collapse:collapse;
}

table#fin th {
    border-collapse:collapse;
    text-align: right;
	font-size:14px;
	line-height: 1.3em;
	font-weight:normal;
	color: #333;
}

table#fin td {
    border-collapse:collapse;
    text-align: center;
	font-size:14px;
	line-height: 1.3em;
	font-weight:normal;
	color: #333;
}




.fb_01 {
	color: #fff;
	background:#00a0e9;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
	padding: 2px 2px 2px 2px;
}

.fb_02 {
	color: #00a0e9;
	border: solid 1px #00a0e9;
	background: #e2f6ff;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
	padding: 1px;
}

.fb_03 {
	color: #00a0e9;
	border: solid 1px #00a0e9;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
	padding: 1px;
}


.fb_divline {
	border-bottom: dotted 1px #959595;
	margin: 3px 0px 6px 0px;	
}












/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

	.waku{
		width: 90%;
		margin: 0 auto;
		margin-right: 10px;
	}

	.logo {
		width: 220px;
	    float: left;
	    position: relative;
	    margin: 0;
	    padding:17px 0px 0px 0px;
	}
	
	.sholder{
	   position: absolute;
	   top:9px;
	   left: 77px;
	    text-align:left;
		font-weight: normal;
		font-size: 11px;
		color: #fff;
		white-space: nowrap;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {

.logo {
	width: 200px;
    float: left;
    position: relative;
    margin: 0;
    padding:13px 0px 0px 0px;
}

.sholder{
   position: absolute;
   top:5px;
   left: 70px;
    text-align:left;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
}

.header ul.nav {
    font-size: 16px;
    font-weight: normal;
    margin:10px 0px 20px 0px;
}

.header ul.nav li a {
    padding: 10px 15px;
    color: #00a0e9;
    background: #bde8fb;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */	
	margin:0px 0px 10px 0px;
    text-shadow: none;
}

.header ul.nav li.current-page a {
    color: #00a0e9;
	background: #fff;
    padding: 10px 15px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */	
	margin:0px 0px 10px 0px;
    text-shadow: none;
}

.header ul.nav li a:hover {
    color: #00a0e9;
	background: #fff;
    text-shadow: none;	
}

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

	.waku{
		width: 100%;
		margin: 0 auto;
	}

}





@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .what-we-do, .portfolio {
        padding: 0 20px;
    }
    .slider {
        padding: 0;
    }


.logo {
	width: 200px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding:13px 0px 5px 0px;
}

.sholder{
   position: absolute;
   top:5px;
   left: 70px;
    text-align:left;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
}

.header ul.nav {
    font-size: 16px;
    font-weight: normal;
    margin:10px 0px 20px 0px;
}

.header ul.nav li a {
    padding: 5px 10px;
    color: #00a0e9;
    background: #bde8fb;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */	
	margin:0px 0px 10px 0px;
    text-shadow: none;
}

.header ul.nav li.current-page a {
    color: #00a0e9;
	background: #fff;
    padding: 5px 10px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */	
	margin:0px 0px 10px 0px;
    text-shadow: none;
}

.header ul.nav li a:hover {
    color: #00a0e9;
	background: #fff;
    text-shadow: none;	
}

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do .service .icon-awesome {
        padding-top: 10px;
    }




}




@media (max-width: 480px) {

	.logo {
	    float: left;
	    position: relative;
	    margin: 0px 0px 0px 0px;
	    padding:13px 0px 5px 0px;
	}
	
	.sholder{
	   position: absolute;
	   top:5px;
	   left: 70px;
	    text-align:left;
		font-weight: normal;
		font-size: 11px;
		color: #fff;
		white-space: nowrap;
	}
	
	.waku{
		width: 100%;
		margin: 0 auto;
	}

	.ftel {
		text-align: center;
		padding: 8px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
	}
	
	.ftel img {
		width: 300px;
	}
	
	.fin_wrap {
		width: 300px;
		margin: 0 auto;
	}
	
	.finx {
	    text-align: center;
		font-size:13px;
		line-height: 1.3em;
		font-weight:normal;
		color: #fff;
		background: #00a0e9;
		padding: 3px 0;
		margin: 5px 0px 8px 0px;
	}
	
	table#fin  {
		width:100%;
	    border-collapse:collapse;
	    margin-left: 8px;
	}
	
	table#fin tr {
	    border-collapse:collapse;
	}
	
	table#fin th {
	    border-collapse:collapse;
	    text-align: right;
		font-size:12px;
		line-height: 1.3em;
		font-weight:normal;
		color: #333;
	}
	
	table#fin td {
	    border-collapse:collapse;
	    text-align: center;
		font-size:12px;
		line-height: 1.3em;
		font-weight:normal;
		color: #333;
	}	
}


