/*
Theme Name: Brightness - Responsive Business Template
Theme URI: http://webdesignpro09.info/?theme=brightness
Author: Bogdan
Author URI: http://themeforest.net/user/bogdan_09
Version: 1.0
*/

/* @font-face
---------------------------------------------------------- */
@font-face {
    font-family: 'cuprumregular';
    src: url('../font/cuprum-regular-webfont.eot');
    src: url('../font/cuprum-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cuprum-regular-webfont.woff') format('woff'),
         url('../font/cuprum-regular-webfont.ttf') format('truetype'),
         url('../font/cuprum-regular-webfont.svg#cuprumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cuprumbold';
    src: url('../font/cuprum-bold-webfont.eot');
    src: url('../font/cuprum-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cuprum-bold-webfont.woff') format('woff'),
         url('../font/cuprum-bold-webfont.ttf') format('truetype'),
         url('../font/cuprum-bold-webfont.svg#cuprumbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cuprumitalic';
    src: url('../font/cuprum-italic-webfont.eot');
    src: url('../font/cuprum-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cuprum-italic-webfont.woff') format('woff'),
         url('../font/cuprum-italic-webfont.ttf') format('truetype'),
         url('../font/cuprum-italic-webfont.svg#cuprumitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:#333;
	font-family: 'cuprumregular';
	font-weight:normal;
}

h1{
	font-size:68px;
}

h2{
	font-size:48px;
}

h3{
	font-size:30px;
}

h4{
	font-size:22px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
	text-transform:uppercase;
}

.padding_bottom{
	padding-bottom:30px;
}

.inner_title{
	width:100%;
	background-color:#2e5e8b;
	padding:20px 0;
}

.inner_title h1{
	font-size:42px;
	line-height:42px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	font-family: 'cuprumregular';
}

.shadow{
	width:100%;
	height:5px;
	z-index:900;
	background-color:#e8e9ec;
	-webkit-box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.3);
}

.blank_container{
	width:100%;
	height:45px;
	background-color:#fff;
	z-index:1000;
}

/* Back to top button  */
#back-top {
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index:9000;
}

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	background: #353738 url(../img/up_arrow.png) no-repeat center center;
	border:1px solid #4b4b4e;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-color: #353738;
}

iframe{
	border:none;
	width:100%;
	height:100%;
}

a:hover, a:active, a:focus {
   outline: 0;
}

/* ========================================================== */
/* 						   FOOTER                       */
/* ========================================================== */

.footer_top_wrapper {
	width:100%;
	/*background-color: #353738;*/
	background-image:url(../img/bg-footer-section.jpg);
	border-top:5px solid #e8e9ec;
	position: relative;
	bottom:0;
	padding: 30px 0 20px 0;
	z-index:1000;
	color:#ddd;
	font-size:12px;
}

.footer_top_wrapper p{
	color:#ddd;
	font-size:12px;
}

.footer_top_wrapper h4{
	font-size: 16px;
	font-family: 'cuprumbold';
	color:#eee;
	text-transform:uppercase;
	clear:both;
	margin-bottom:20px;
}

.footer_top_wrapper p{
	color:#ddd;
}

.footer_top_wrapper ul.photostream{
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

.footer_top_wrapper ul.photostream li{
	float:left;
	margin:0!important;
	padding:0!important;
}

.footer_top_wrapper ul.photostream li a{
	width:60px;
	height:60px;
	margin:0 5px 0 0!important;
	display: inline-block;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

.footer_top_wrapper ul.photostream li a img{
	float:left;
}

.footer_top_wrapper ul.photostream li a:hover{
	background-color: transparent;
}

.footer_posts{
	float:left;
	margin-bottom:12px;
}

.footer_posts a{
	color:#ddd;
	font-size:12px;
}

.footer_posts a:hover{
	color:#2e5e8b;
}

span.footer_post_date{
	color:#aaa;
	font-style:italic;
	font-size:11px;
	display:block;
}

.footer_posts img{
	width:60px;
	height:60px;
	float:left;
	margin-right:20px;
}

.footer_bottom_wrapper {
	width:100%;
	background-color: #292b2c;
	border-top:1px solid #4b4b4e;
	position: relative;
	bottom:0;
	z-index:1000;
	padding: 20px 0 15px 0;
}


.footer_bottom_wrapper p.copyright{
	
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
}

.footer_bottom_wrapper p.copyright a{
	color:#ffffff;
}

.footer_bottom_wrapper p.copyright a:hover{
	text-decoration:underline;
}

/* ----- social icons ----- */
.footer_bottom_wrapper ul.social_icons{
	list-style:none;
	margin:  0!important;
	text-align:right;
	overflow:hidden;
}

.footer_bottom_wrapper ul.social_icons li {
	display: inline;
	margin:0 2px;
}

.footer_bottom_wrapper ul.social_icons li.follow{
	font-size:12px;
	color:#fff;
	line-height:18px;
	margin-right:10px;
	vertical-align: middle;
}

.footer_bottom_wrapper ul.social_icons li a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.footer_bottom_wrapper ul.social_icons li a:hover {
	opacity: 0.7;
}

.footer_bottom_wrapper ul.social_icons li a img {
	vertical-align: middle!important;
}

/* ========================================================== */
/* 				  		      Home                         */
/* ========================================================== */

.slogan{
	width:100%;
	max-width:900px;
	margin-bottom:40px;
	padding:25px 28px;
	border-left:4px solid #2e5e8b;
	overflow:hidden;
	background-color:#f2efef;
}

.slogan h2{
	width:100%;
	float:left;
	font-family: 'cuprumregular';
	font-size:18px;
	line-height:22px;
	margin:0;
	color:#333;
}

.slogan h2 span{
	float:left;
	font-family: 'cuprumitalic';
	font-size:14px;
	color:#444;
}

.title_wrapper{
	background: url(../img/title_bg_line.png) repeat-x scroll 0 50% transparent;
    margin: 40px 0 20px 0;
    overflow: hidden;
	width:65%;
	margin:0px auto;
}

.title_wrapper h2{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 22px !important;
	line-height:28px;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
}

.home_blog_item h3{
	margin:0;
	padding-top:10px;
	line-height:26px;
}
.home_blog_item h3 a{
	margin:0;
	font-size:17px;
	line-height:26px;
	font-family: 'cuprumregular';
}

p.home_blog_date{
	color:#888;
	font-style:italic;
	font-size:11px;
	margin-bottom:10px;
}
p.home_blog_date a{
	color:#333;
	font-style: normal;
}

p.home_blog_date a:hover{
	color:#2e5e8b;
}

/* ========================================================== */
/* 				  		      Blog                         */
/* ========================================================== */

.blog_item{
	width:100%;
	float:left;
	background:url(../img/title_bg_line.png) bottom repeat-x;
	padding-bottom:30px; margin-bottom:30px;
}

.blog_item h4{
	margin:0 0 4px 0;
	line-height:26px;
}
.blog_item h4 a{
}

.blog_item p{
	margin-bottom:15px;
}

p.blog_date{
	color:#888;
	font-style:italic;
	font-size:11px;
	line-height:22px;
	margin-bottom:8px;
}
p.blog_date a{
	color:#888;
}

p.blog_date a:hover{
	color:#2e5e8b;
}

.sidebar_item{
	float:left;
	padding-bottom:30px;
}

.sidebar_item h4{
	font-size: 16px;
	font-family: 'cuprumbold';
	clear:both;
	margin-bottom:20px;
	text-transform:uppercase;
}

.sidebar_posts{
	float:left;
	margin-bottom:12px;
}

.sidebar_posts a{
	color:#656565;
	font-size:12px;
}

.sidebar_posts a:hover{
	color:#2e5e8b;
}

span.sidebar_post_date{
	color:#888;
	font-style:italic;
	font-size:11px;
	display:block;
}

.sidebar_posts img{
	width:60px;
	height:60px;
	float:left;
	margin-right:20px;
}

/* ========================================================== */
/* 				  		      About                         */
/* ========================================================== */

.team{
	padding-bottom:40px;
}

.team_box{
	padding-bottom:20px;
}

.team_box h4{
	font-size:16px;
	margin:15px 0 5px 0;
	text-transform:uppercase;
	display:block;
}

.team_box p{
	margin-bottom:10px;
}

/* ----- connect icons ----- */
ul.connect_icons{
	list-style:none;
	margin:0!important;
	text-align:left;
	overflow:hidden;
}

ul.connect_icons li {
	display: inline;
	margin:0 2px;
}

ul.connect_icons li.follow{
	color:#444;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-right:5px;
	vertical-align: middle;
}

ul.connect_icons li a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

ul.connect_icons li a:hover {
	opacity: 0.7;
}

ul.connect_icons li a img {
	vertical-align: middle!important;
	border:none;
}

/* Skills 
--------------------------------- */
.skills {
	width:100%;
	height: 40px;
	position: relative;
	margin-bottom: 10px;
	background:#eee;
}

.skills > div {
	height: 100%;
	display: block;
	background-color:#2e5e8b;
}

.skills p {
	position:absolute;
	margin-top:10px;
	margin-left:15px;
	color:#111;
}	

/* ========================================================== */
/* 				  		      Showcase                         */
/* ========================================================== */

#filter{
	width:100%;
	padding: 0 0 35px 0;
	margin:0 auto;
	background-color: #fff;
	overflow:hidden;
	position:relative;
	z-index:10;
}

#filter li{
	display:inline;
	margin:0;
	padding:6px 18px;
	background-color: #333;
	font-size:16px;
	line-height: 28px;
	font-family: 'cuprumitalic';
}
#filter li a{
	color:#fff;
}

#filter li a:hover{
	color:#2e5e8b;
}

#filter li.selected a{
	color:#2e5e8b;
}

#list{
	margin-bottom:50px;
}

.portfolio_list{
	position:relative;
	overflow: hidden;
	margin:0;
	padding: 0;
	list-style:none;
}

.portofolio_item_2col{
	width:47.96%;
	margin-right:0.8%;
	margin-left:0.2%;
	margin-bottom:2%;
}

.portofolio_item_3col{
	width:32.28%;
	margin-right:0.8%;
	margin-left:0.2%;
	margin-bottom:2%;
}

.portofolio_item_4col{
	width:23.96%;
	margin-right:0.8%;
	margin-left:0.2%;
	margin-bottom:2%;
}

.portofolio_item_5col{
	width:18.98%;
	margin-right:0.8%;
	margin-left:0.2%;
	margin-bottom:1%;
}

.portfolio_details{
	display:block;
	clear:both;
	width:100%;
	border-top:2px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	background-color:#f8f8f8;
	padding:10px 0;
	text-align:center;
	transition: border .25s ease-in-out;
	-moz-transition: border .25s ease-in-out;
	-webkit-transition: border .25s ease-in-out;
}

.portfolio_details:hover{
	border-top:2px solid #2e5e8b;
	border-bottom:1px solid #2e5e8b;
}

.portfolio_details h2{
	font-size:15px;
	line-height:18px;
	text-transform:uppercase;
	font-family: 'cuprumregular';
	margin:0;
}

.portfolio_details span{
	font-size:11px;
	font-style:italic;
}

.view {
	width:100%;
	padding:0;
	border:none;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.view .mask,.view .content {
   
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view span.zoom {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	background-image: url(../img/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.7);
   -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;
   height:100%;
   width:100%;
}

.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view-first:hover a.zoom {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/* ========================================================== */
/* 				  		      Services                         */
/* ========================================================== */
.services_wrapper{
	width:100%;
	background:url(../img/title_bg_line.png) top repeat-x;
	padding-top:50px;
	padding-bottom:30px;
}

.services{
	text-align:center;
}

.services_details{
	margin-top:0;
}

.services_details h3{
	display:block;
	font-size:16px;
	line-height:18px;
	margin:10px 0;
	text-transform:uppercase;
	font-family: 'cuprumregular';
}

.services_details h3 a:hover{
	color:#2e5e8b;
}

.services_details p{
	margin-bottom:15px;
	font-size:12px;
}

/* ========================================================== */
/*                      Contact                       */
/* ========================================================== */

.contact_box h4{
	color:#000;
}

.contact_box p{
	color:#333;
}

iframe.google_map{
	width:100%;
	height:300px;
	border:none;
	margin-bottom:30px;
	padding-bottom:50px;
	background:url(../img/title_bg_line.png) bottom repeat-x;
}

p.contact_p{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

form{
	width:100%;
	margin:0;
	padding-bottom:50px;
}

label.contact-label{
	width:100%;
	float:left;
	margin: 5px 0;
	font-size:12px;
	color:#333;
}

input.contact-input{
	width:98%;
	height:32px;
    padding:0 1%;
	margin-bottom:5px;
	border: 1px solid #999999;
	background-color: #f9f9f9;
	color:#555;  
    font-size:14px;
}

textarea{
	height:140px;
	margin-bottom:5px;
	width:98%;
    padding:1% 1%;
	border: 1px solid #999999;
	background-color: #f9f9f9;
	color:#555;  
    font-size:14px;
}

input.contact-submit{
	font-size:15px;
	font-family:'cuprumitalic';
	padding:8px 30px;
	margin-top:10px;
}

.comment-required, .name-required, .email-required{
  color:#2e5e8b;
  clear:both;
  display:block;
  width:100%;
  font-size:11px;
  margin-bottom:10px;
}

/* ========================================================== */
/* 				  		    FEATURES                        */
/* ========================================================== */

/* Styled tables
---------------------------------------------------------- */
table, td, th {
    vertical-align: middle;
}

.styled_table {
	margin-bottom:20px;
}

.styled_table table {
	width: 100%;
	margin:0;
}

.styled_table th {
	color: #fefefe;
	background-color:#595959;
	text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 14px;
}

.styled_table td {
	border-top: 1px solid #FFFFFF;
	background-color:#f9f9f9;
    text-align: center;
    color: #888;
	font-size: 12px;
    padding: 12px;
}

.styled_table tbody tr:hover td {
	background-color:#fefefe;
}

.styled_table tfoot td {
    padding: 10px;
	background-color:#f0f0f0;
	color:#555;
	font-size:10px;
	border-bottom:1px solid #e0e0e0;
}

/* Tabs Module
---------------------------------------------------------- */
ul.tabNavigation {
	margin:0;
	padding: 0;
	list-style: none;
	height: 30px;
	width: 100%;
}

ul.tabNavigation li {
	float: left;
	margin:0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	position:relative;
	margin-right:5px;
}

ul.tabNavigation li a {
	float:left;
	font-size:12px; 
	display:block; 
	padding-left:12px; 
	padding-right:12px; 
	text-decoration:none; 
	line-height:30px; 
	background-color:#fefefe; 
	border:1px solid #ddd;
	color:#555; 
	position:relative; 
	outline:0;
}

ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
	background-color:#595959;
	border:1px solid #595959;
	color:#fefefe;
	text-decoration:none;
}

.tabs div {
	display: block;
	border: 1px solid #ddd;
	clear: both;
	background-color: #fcfcfc;
	margin-bottom:20px;
	margin-top:5px;
	padding: 15px 20px 0 20px;
	color:#777;
}

/* Toggle Module
---------------------------------------------------------- */
#toggle-view {
	list-style:none;	
	font-size:11px;
	margin-bottom:20px;
	width:100%;
}
#toggle-view li {
	position:relative;
	cursor:pointer;
}	
#toggle-view h3 {
	font-family: 'PerspectiveSansRegular', Helvetica, sans-serif;
	font-size:13px;
	color:#888;
	padding-left:15px;
	margin-bottom:12px;
	line-height:14px;
}
#toggle-view span {
	position:absolute;
	color:#777;
	font-size:13px;
	line-height:12px;
	*margin-top:17px; /* ------- for IE7 only ------- */
}
#toggle-view p {
	padding:0px 10px 10px 15px;
	display:none;
}

/* Dropcap 
--------------------------------- */
.dropcap {
	position:relative;
	float: left;
	margin:4px 15px 0 0;
	background-image:url(../img/dropcap.png);
    width: 40px;
    height: 40px;
	font-size: 24px;
	line-height:40px;
	text-align:center;
	color:#fff;
}

/* Highlight 
--------------------------------- */
.highlight {
	background-color:#2e5e8b;
	color:#333;
	padding:1px 3px;
}

/* Tweets 
--------------------------------- */
#tweets {
	margin:0!important;
	padding:0!important;
}

ul.tweetList {
	margin:0!important;
	padding:0!important;
}

#tweets li {
	background: url(../img/icons/tweets.png) top left no-repeat;
	padding-left:34px;
	font-size:13px;
	line-height:20px;
	list-style-type:none;
	color:#ddd!important;
	margin: 0;
	float:left;
}

#tweets small {
	font-size: 85%;
	display: none;
}

#tweets .hash { 
	color:#2e5e8b;
} 

#tweets .reply {
	color:#2e5e8b;
} 

#tweets a:link {
	text-decoration:none;
	color:#2e5e8b;
}

#tweets a:active {
	text-decoration:none;
	color:#2e5e8b;
}

#tweets a:hover {
	text-decoration:underline;
	color:#2e5e8b;
}

#tweets a:visited {
	text-decoration:none;
	color:#2e5e8b;
}

/* ------------------------------------------------------------------------ */
/* Drop-Down Panel
/* ------------------------------------------------------------------------ */

#drop_down {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #353738;
    color:#ddd;
    border-top: 3px solid #2e5e8b;
    width: 100%;
    padding: 26px 0 26px 0;
    display: none;
}

.close_drop_down {
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
	background: url(../img/panel_buttons.png) 0 0px no-repeat;
    z-index: 9999;
}

.close_drop_down:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/panel_buttons.png) 0 0px no-repeat;
}

.close_drop_down.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    background: url(../img/panel_buttons.png) 0 -40px no-repeat;
}

@media (max-width: 767px) {
  
  span.zoom{
	background-image: none;
	background-color: transparent;
  }
  
  #back-top, #back-top a, #back-top span {
	display:none;
  }
  
  .footer_top_wrapper{
	  width:92%;
	  padding-left:4%;
	  padding-right:4%;
  }
  
  .footer_bottom_wrapper{
	  width:90%;
	  padding-left:5%;
	  padding-right:5%;
	  text-align:center;
  }
  
  .footer_bottom_wrapper ul.social_icons{
	  text-align:center;
  }
  
  .inner_title {
	  width: 92%;
	  padding-left: 4%;
	  padding-right: 4%;
	  padding-top: 25px;
	  padding-bottom: 25px;
  }
  
  .inner_title h1 {
      font-size: 32px;
      line-height: 32px;
  }
  
  .shadow {
	  display:none;
  }
  
}

@media (max-width: 480px) {
  
  .portofolio_item_2col, .portofolio_item_3col, .portofolio_item_4col, .portofolio_item_5col {
	width:100%;
  }
  
  #back-top, #back-top a, #back-top span {
	display:none;
  }
  
}
