/**
  * Responsive Elements
  */
body {
  -webkit-text-size-adjust: 100%; /* Fix Mobile Safari Font Scale */
  overflow-x: hidden;
}

#page {
  position: relative;
}

/**
  * Responsive Layout
  */
.wrapper .container {
  width: 100% !important;
}

#main-wrapper {
  padding: 20px;
  margin: 0;
}

#main-wrapper .container-inner {
  margin-bottom: 3em;
  width: 100% !important;
}

#main-wrapper .main-group {
  width: 100% !important;
}

/* Main Container ---*/
.grid-inner,
.container,
#main-wrapper #main-content,
#main-wrapper #sidebar-first-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#main-wrapper #main-content {
  width: 100% !important;
}

/* Sidebar First */
#sidebar-first-wrapper {  
  padding-top: 0;
  width: 100% !important;  
}

#sidebar-first-wrapper > .grid-inner {
  background-position: center top;
  padding: 0 0;
}

#sidebar-first-wrapper .sidebar .block {
  margin-bottom: 0;
}

#sidebar-first-wrapper .region > .block {
  background: none;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  margin-top: 0;
}

#sidebar-first-wrapper .region > .block .block-inner {
  margin-right: 2em;
}

#sidebar-first-wrapper .region > #block-quicktabs-quicktabs--2 .block-inner {
	margin-right: 0 !important;
}

#sidebar-first-wrapper .region > .fullwidth {
  width: 100% !important;
}

.fullwidth {
  width: 100% !important;
}

#sidebar-first-wrapper .quicktabs-wrapper .block-inner {
  margin: 0;
}

#sidebar-first-wrapper .cols-3 .views-row {
  float: left;
  width: 50%;
}

#sidebar-first-wrapper .cols-1 .views-row {
  float: left; 
  width: 33%;
}

#sidebar-first-wrapper .cols-1 .views-col {
   margin-right: 25px;
   width: auto;
}

#sidebar-first-wrapper .view-projects .grid-inner {
  padding: 0 15px 0 0;
}

#sidebar-first-wrapper .views-field img{
    width: 100%;
      height: auto;
}


.block-quicktabs .view-id-featured div.views-row {
	width: 33%;
	float: left;
	border: none !important;
}

.block-quicktabs div.view-id-featured .views-row-2 {
	margin-right: 4px !important; 
	margin-left: 4px !important;
}

/**
  * Header
  */
#header-wrapper {
  margin-bottom: 3em;
}

#header-wrapper .container {
  padding: 0 20px;
}  

#logo {
  width: 140px;
}
#Header_text{
font-size: 10pt;
TOP: 0PX;
left: 0px;
width: 140px;
height: 58px;
}


/* Search blocks in header */
#header #search-block-form {
  display: none;
}

#change_skin_menu_wrapper ul li {
  padding: 5px;
}

#change_skin_menu_wrapper ul li a {
  width: 20px;
  height: 20px;
}

#change_skin_menu_wrapper ul li.active a {
  height: 25px;
  width: 25px;
}

/**
 * Main Navigation
 */
#menu-bar-wrapper {
  padding-left: 12em;
}

.sf-menu.sf-style-anis a {
  padding: 1em !important;
}

.block-search {
  right: 0;
  top: 0;
  margin-right: 80px;
}


/**
 * Panels & Views
 */
.panel-cols-1 .panel-column {
  width: 100% !important;
}

.panel-cols-2 .panel-column {
  width: 50% !important;
}

.panel-cols-3 .panel-column {
  width: 33.3% !important;
}
 
.panel-cols-4 .panel-column {
  width: 33.3% !important;
}

.panel-cols-4 .panel-column-last {
  width: 100% !important;
}

/* Panel Bottom */
#panel-bottom-wrapper {
  background: url(../../images/bg-line-4.png) repeat-x 0 0;
  border-top: none;
}

.dark-skin #panel-bottom-wrapper,
.dark-skin #panel-bottom-wrapper .panel-column-last {
  background: url(../../images/bg-line-responsive.png) repeat-x 0 0;
}

#panel-bottom-wrapper .block-inner {
  padding: 15px 30px;
}

#panel-bottom-wrapper .panel-column-last {
  background: url(../../images/bg-line-4.png) repeat-x 0 0;
}

.views-field img {
  height: auto;
  width: 100%;
}

/* Masstop */

/**
  * Slideshow
  */
#slideshow-wrapper .views_slideshow_slide {
  width: 100% !important;
}

#slideshow-wrapper .views-field-field-slideshow img {
  height: auto;
  width: 100%;
}

/**
  * Blocks
  */
.fullwidth {
  width: 100%;
}

.field-type-text-long {
  width: 65%;
}

#social-share-wrapper {
	right: 20px;
	top: 92px;
}
/* Breadcrumb */
#breadcrumb-wrapper .grid-inner {
  padding: 0 2.5em;
}

/* Back to Top */
a.btn-btt {
  display: none;
}

/* Messages */
#system-messages-wrapper {
  margin-left: 0;
}

/*Added by Phong Pham*/

.block-contact-form-blocks textarea {
	width: 94%;
}
