/*
Theme Name: CW033
Description: ISKYHK
Author: ISKYHK
Version: 1.1
Tags: 2-columns, right sidebar, widget ready, fixed width, seo-friendly, 2-columns

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background:url(images/background.gif) repeat;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
		#wrap {
  width: 900px;
  text-align: left;
  box-shadow: 0px 0px 15px #000;
  background-color: #fff;
}
#header {
	height: 325px;
	color: #000;
        background: none repeat scroll 0% 0% #589cef;
}
#top {
	height: 26px;
	text-align: right;
	padding-top: 4px;
}
#title {
	height: 69px;
}
#title img{
	margin: -20px 10px;
}

#sidebar p{
color: #000;
font-size: 15px;
text-decoration: none;
padding: 4px 5px;
}


#navigation ul {
  list-style: none;
  background-color: #1ABC9C;
  padding: 0;
  margin: 0;
}
#navigation li {

  line-height: 40px;
  text-align: left;
}
#navigation a {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: center;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
font-size: 10pt;
}
#navigation a:hover {
  background-color: #005f5f;
}
#navigation a.active {
  background-color: #aaa;
  color: #444;
  cursor: default;
}
/* Sub Menus */
#navigation li li {
font-size:12px;
}

/*******************************************
   Style menu for larger screens
   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/
@media screen and (min-width: 10px) {
  #navigation li {
    width: 70px;
    border-bottom: none;
    line-height: 30px;
    font-size: 1.4em;
    display: inline-block;
  }
  #navigation a {
    border-bottom: none;
  }
  #navigation > ul > li {
    text-align: center;
  }
  #navigation > ul > li > a {
    padding-left: 0;
  }
  /* Sub Menus */
  #navigation li ul {
    position: absolute;
    display: none;
    width: inherit;
  }
  #navigation li:hover ul {
    display: block;
  }
  #navigation li ul li {
    display: block;
  }
}


#main {
	
	text-align: left;
}
#sidebar {
	float: left;
width: 230px;
margin: 10px 5px 10px 18px;
}

#content {
    float: left;
margin: 10px 0px 5px;
width: 638px;

}
#powered{
width: 480px;

}
#footer {
	clear: both;
	color: #fff;
	margin: 10px 0px;
	text-align: center;
        background: none repeat scroll 0% 0% #589cef;
       height: 40px;
padding: 15px 0px 0px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
/* text */
#title h1 {
	font-size: 28px;
	color:#ffffff;
	font-weight: normal;
	padding: 30px 0px 0px 10px;
}
#title h1 a {
	color:#ffffff;
	text-decoration: none;
}
#content h1, h2, h3, h4, ul, ol, p {
	padding-bottom: 10px;
}
#sidebar ul li {
	list-style: none;
padding: 5px;
}
#sidebar li {
	padding-bottom: 2px;
}
#content ul, #content ol {
	margin-left: 25px;
}
h1 {
	color: #362f2d;
	font-size: 28px;
	font-weight: normal;
}
h1 a {
	color: #362f2d;
	text-decoration: none;
}
h2, h3, h4 {
	font-size: 20px;
	color: #3e2f26;
}
h2 a, h3 a, h4 a {
	color: #3e2f26;
	text-decoration: none;
}
#sidebar h2 {
font-size: 20px;
color: #000;

margin-top: -10px;
}
#sidebar ul {
margin-top: 10px;
margin-bottom: 20px;
}

#sidebar a {
	color: #000;
        font-size:18px;
	text-decoration: none;
      
}
.post {
	padding-bottom: 10px;
}
.post a,
.entry a {
	color: #3e2f26;
}
.entry {
padding: 4px 10px;
}
.description {
	font-size: 14px;
	color: #f7f7f7;
	padding-left: 10px;
}
img a {
	border: 0px;
}
blockquote {
	margin: 10px;
	color: #666666;
	font-size: 9pt;
	font-style:italic;
}
blockquote a {
	color: #666666;
}
/* -- */
.postmetadata {
	color: #3e2f26;
	padding: 10px 0px;

}
.postmetadata a,
.postmetadata a:hover {
	color: #3e2f26;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#898989;	

}
#date a {
	color:#898989;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #3e2f26; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #3e2f26;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #3e2f26;
	text-decoration: none;
}
#commentform a:hover {
	color: #333333;
	text-decoration: underline;
}

/* wp default */
.navigation {
	clear: both;
	color: #362f2d;
	margin: 10px 0px;
}
.navigation a {
	color:#362f2d;
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#row_services{
width: 900px;
height: auto;
}

#row{
border: 1px solid rgb(128, 128, 128);
width: 210px;
height: 110px;
float:left;
margin: 10px 0px 0 11px;
}
#row img{
margin: 5px 8px 0px 5px;
float: left;
}
#row h4{
font-size: 11px;
margin: 8px 0px 2px;
word-break: break-all;
float: left;
}
#row p{
font-size: 10px;

}

#wp-title{

}
#wp-title h2{ 
font-size: 12pt;
color: #fff;
padding: 4px 10px;
}

#post{
padding: 4px 10px;
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px!important;
}






@media (min-width:168px) {
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float:left !important;
  }
  .rtl .vc_rtl-columns-reverse .vc_col-sm-1,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-10,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-11,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-12,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-2,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-3,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-4,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-6,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-7,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-8,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-9 {
    float:right !important;
  }
  .vc_col-sm-12 {
    width:100% !important;
  }
  .vc_col-sm-11 {
    width:91.66666667% !important;
  }
  .vc_col-sm-10 {
    width:83.33333333% !important;
  }
  .vc_col-sm-9 {
    width:75% !important;
  }
  .vc_col-sm-8 {
    width:66.66666667% !important;
  }
  .vc_col-sm-7 {
    width:58.33333333% !important;
  }
  .vc_col-sm-6 {
    width:50% !important;
  }
  .vc_col-sm-5 {
    width:41.66666667% !important;
  }
  .vc_col-sm-4 {
    width:33% !important;
  }
  .vc_col-sm-3 {
    width:25% !important;
  }
  .vc_col-sm-2 {
    width:16.66666667% !important;
  }
  .vc_col-sm-1 {
    width:8.33333333% !important;
  }
  .vc_col-sm-pull-12 {
    right:100% !important;
  }
  .vc_col-sm-pull-11 {
    right:91.66666667% !important;
  }
  .vc_col-sm-pull-10 {
    right:83.33333333% !important;
  }
  .vc_col-sm-pull-9 {
    right:75% !important;
  }
  .vc_col-sm-pull-8 {
    right:66.66666667% !important;
  }
  .vc_col-sm-pull-7 {
    right:58.33333333% !important;
  }
  .vc_col-sm-pull-6 {
    right:50% !important;
  }
  .vc_col-sm-pull-5 {
    right:41.66666667% !important;
  }
  .vc_col-sm-pull-4 { 
    right:33.33333333% !important;
  }
  .vc_col-sm-pull-3 {
    right:25% !important;
  }
  .vc_col-sm-pull-2 {
    right:16.66666667% !important;
  }
  .vc_col-sm-pull-1 {
    right:8.33333333% !important;
  }
  .vc_col-sm-pull-0 {
    right:auto !important;
  }
  .vc_col-sm-push-12 {
    left:100% !important;
  }
  .vc_col-sm-push-11 {
    left:91.66666667% !important;
  }
  .vc_col-sm-push-10 {
    left:83.33333333% !important;
  }
  .vc_col-sm-push-9 {
    left:75% !important;
  }
  .vc_col-sm-push-8 {
    left:66.66666667% !important;
  }
  .vc_col-sm-push-7 {
    left:58.33333333% !important;
  }
  .vc_col-sm-push-6 {
    left:50% !important;
  }
  .vc_col-sm-push-5 {
    left:41.66666667% !important;
  }
  .vc_col-sm-push-4 {
    left:33.33333333% !important;
  }
  .vc_col-sm-push-3 {
    left:25% !important;
  }
  .vc_col-sm-push-2 {
    left:16.66666667% !important;
  }
  .vc_col-sm-push-1 {
    left:8.33333333% !important;
  }
  .vc_col-sm-push-0 {
    left:auto !important;
  }
  .vc_col-sm-offset-12 {
    margin-left:100% !important;
  }
  .vc_col-sm-offset-11 {
    margin-left:91.66666667% !important;
  }
  .vc_col-sm-offset-10 {
    margin-left:83.33333333% !important;
  }
  .vc_col-sm-offset-9 {
    margin-left:75% !important;
  }
  .vc_col-sm-offset-8 {
    margin-left:66.66666667% !important;
  }
  .vc_col-sm-offset-7 {
    margin-left:58.33333333% !important;
  }
  .vc_col-sm-offset-6 {
    margin-left:50% !important;
  }
  .vc_col-sm-offset-5 {
    margin-left:41.66666667% !important;
  }
  .vc_col-sm-offset-4 {
    margin-left:33.33333333% !important;
  }
  .vc_col-sm-offset-3 {
    margin-left:25% !important;
  }
  .vc_col-sm-offset-2 {
    margin-left:16.66666667% !important;
  }
  .vc_col-sm-offset-1 {
    margin-left:8.33333333% !important;
  }
  .vc_col-sm-offset-0 {
    margin-left:0 !important;
  }
}




