﻿@charset "utf-8";
/*
Template Name: Business Time
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);

@font-face {
    font-family: "Amazing Grotesk Book";
    src: url("../fonts/Amazing%20Grotesk%20Book.otf");
}

@font-face {
    font-family: "Amazing Grotesk Ultra";
    src: url("../fonts/Amazing%20Grotesk%20Ultra.otf");
}

body, a, p, h1, h2, h3, h4, h5, h6, span { font-family: "Amazing Grotesk Book", sans-serif; }

/*body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#4F473A;
	}*/

img{border:0; padding:0; margin:0;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none;}

.imgl{float:left; margin:0 8px 8px 0; border:2px solid #6A604F; padding:5px; color:#FFFFFF; background-color:#DCD0B6; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; border:2px solid #6A604F; padding:5px; color:#FFFFFF; background-color:#DCD0B6; clear:right;}

/* -----------------------------------------Splashscreen-------------------------------------*/

#splashscreen {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #f78a51;
    z-index: 3000;
}

#splashscreen .splashlogo {
    background-image: url(../img/uc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -o-animation-duration: 3s;
    -o-animation-delay: 1s;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 1s;
    animation-duration: 3s;
    animation-delay: 1s;
}

#splashscreen .splashtext {
    text-align: center;
    font-size: 6vh;
    margin-top: 5vh;
    font-weight: bold;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -o-animation-duration: 3s;
    -o-animation-delay: 1s;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 1s;
    animation-duration: 3s;
    animation-delay: 1s;
}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	width:100%;
	margin:0;
	text-align:left;
	}

.col1{color:#FFFFFF; background-color:#4F4331;}
.col2, .col2 a{color:#CCCCCC; background-color:#2E271D;}
.col3{color:#FFFFFF; background-color:#C30709;}
.col4{color:#4F4331; background-color:#DCD0B6; border-bottom:10px solid #C6BAA2;}
.col5{color:#2E271D; background-color:#FAF2DF;} .col5 a{color:#FF6600; background-color:#FAF2DF;}
.col6, .col6 a{color:#FFFFFF; background-color:#8F8269;}
.col7, .col7 a{color:#FFFFFF; background-color:#4F473A;}
	
/* ----------------------------------------------Generalise-------------------------------------*/

#topbar, #head, #topnav, #breadcrumb, #intro, #container, #meta{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ----------------------------------------------TopBar-------------------------------------*/

#topbar{
	height:40px;
	padding-top:20px;
	}

#topbar ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#topbar #social{
	display:block;
	float:right;
	}

#topbar #social li{
	display:inline;
	margin-left:20px;
	cursor:pointer;
	}

#topbar #search{
	display:block;
	float:left;
	}

#topbar #search form, #topbar #search fieldset, #topbar #search legend{
	margin:0;
	padding:0;
	border:none;
	}

#topbar #search legend{
	display:none;
	}

#topbar #search input{
	display:block;
	float:left;
	width:229px;
	margin:0;
	padding:5px;
	color:#FFFFFF;
	background-color:#746247;
	border:1px solid #F9F1DE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#topbar #search input#go{
	display:block;
	width:auto;
	height:auto;
	margin:0 0 0 5px;
	padding:4px;
	color:#FFFFFF;
	background-color:#746247;
	}

/* ----------------------------------------------Head-------------------------------------*/

#head{
	height:115px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#head h1, #head p, #head ul, #head a{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#head h1 a{
	position:absolute;
	top:28px;
	left:0;
	font-size:36px;
	}

#head p{
	display:block;
	position:absolute;
	top:70px;
	left:0;
	}

#head #topads{
	display:block;
	width:468px;
	height:60px;
	position:absolute;
	top:28px;
	right:0;
	}

/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro{
	padding:20px 0;
	}

#intro ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#intro li{
	display:block;
	float:left;
	width:300px;
	margin:0 30px 0 0;
	padding:0;
	}

#intro li.last{margin-right:0;}

#intro li p.imgholder{
	display:block;
	width:286px;
	margin:0 0 20px 0;
	padding:6px;
	color:#FFFFFF;
	background-color:#4F4331;
	border:1px solid #2E271D;
	}

#intro p.readmore{
	display:block;
	width:290px;
	padding:5px;
	text-align:right;
	color:#DCD0B6;
	background-color:#4F4331;
	}

#intro p.readmore a{
	font-weight:bold;
	color:#DCD0B6;
	background-color:#4F4331;
	}

/* ----------------------------------------------Breadcrumb Navigation-------------------------------------*/

#breadcrumb{padding:20px 0;}

#breadcrumb a{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#DCD0B6;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.first{font-weight:bold;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Content-------------------------------------*/

.col5{
	padding:10px 0 20px 0;
	}

.col5 p {
    font-size: 16px;
    padding: 20px;
}

.col5 h1, .col5 h2, .col5 h3, .col5 h4, .col5 h5, .col5 h6{
	padding: 20px;
}

#content{
	display:block;
	float:left;
	width:660px;
	}

#content ul#largeimg, #content ul#smallimg{
	display:block;
	margin:15px 0;
	padding:0;
	list-style:none;
	}

#content #largeimg li, #content #smallimg li{
	display:block;
	float:left;
	margin:0 30px 30px 0;
	padding:5px;
	color:#FFFFFF;
	background-color:#DCD0B6;
	border:2px solid #6A604F;
	}

#container #content ul li.last{
	margin-right:0;
	}

@media (max-width: 425px) {
    #ContentPlaceHolder1_img1 > img {
        width: 100%;
        height: auto !important;
    }
}

@media (min-width: 426px) {
    #ContentPlaceHolder1_img1 > img {
        width: 50%;
        height: auto !important;
    }
}

/* ----------------------------------------------Comments-------------------------------------*/

#content #comments{ margin-bottom:15px; padding-bottom:20px; border-bottom:1px dotted #666666; }

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_odd a{color:#FFFFFF; background-color:#B0A795;}

#comments .commentlist li.comment_even, #comments .commentlist li.comment_even a{color:#FFFFFF; background-color:#8F8269;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

.sidebar{
	display:block;
	}

.sidebar .holder{
	display:block;
	padding:10px;
	color:#FFFFFF;
	background-color:#a25742;
	border:10px solid #FFFFFF;
	margin-bottom:20px;
	}

.sidebar .holder .title {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#b26752;
    text-align: center;
}

.sidebar .holder ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar .holder ul li {
	margin:5px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #FFFFFF;
}

.sidebar .holder a {
    display: block;
	color:#DCD0B6;
	background-color:#a25742;
    text-align: center;
    font-size: 16px;
}

.sidebar .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	margin:0;
	padding:0;
}

/* ----------------------------------------------Footer-------------------------------------*/

.copyright, #meta{
	padding:15px 0;
	text-align:center;
}

.copyright p{
	margin:10px 0 0 0;
	padding:0;
}

.copyright ul, #meta ul{
	margin:0;
	padding:0;
	list-style:none;
}

.copyright li, #meta li{
	display:inline;
	margin-right:8px;
	padding-right:10px;
	border-right:1px solid #FFFFFF;
}

.copyright li.last, #meta li.last{
	margin-right:0;
	padding-right:0;
	border-right:none;
}

.copyright {
    position:relative;
	margin:0 auto 0;
}

footer, footer a{color:#FFFFFF; background-color:#a25742;}

.tales {
  width: 100%;
}
.carousel-inner{
  /*width:100%;*/
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    margin: auto;
}

.slider-container {
    padding-right: 0;
    padding-left: 0;
}

.space {
    height: 50px;
}
	
/*========================= saba =========================*/	
	
	
	