/*   
Theme Name: DBS
Theme URI: http://thedbscorp.com
Description: This is a WordPress Theme only for DBS
Author: King Pangilinan
Author URI: http://kingpangilinan.com/
Version: 1
*/

@import "css/reset.css";
/*@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 Georgia, Serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

.widget_sp_image img {
  margin: 5px -12px -10px;
  max-width: none !important;
}
.metaslider .theme-default .nivoSlider {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

body .theme-default .nivo-controlNav {
    bottom: 10px;
    padding: 0;
    position: absolute;
    right: 35px;
    text-align: right;
    z-index: 10;
    width:auto;
}
body .theme-default .nivo-controlNav a {
    background: url("images/slider_nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    margin: 0 0 0 11px;
    padding: 0;
    text-align: left;
    width: 10px;
}
body .theme-default .nivo-controlNav a.active {
    background: url("images/slider_nav_cur.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body .theme-default .nivo-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.71);
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    color: #FFFFFF;
    font: 26px/normal Arial,Helvetica,sans-serif;
    padding: 14px 19px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

#page-wrap { 
	margin: 0 auto; 
	font: normal 13px/21px Georgia, "Times New Roman", Times, serif;
	color: #3a3a3a;
	
background: #e8e8e8;
background: -moz-linear-gradient(top,  #e8e8e8 0%, #a0a0a0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#a0a0a0));
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#a0a0a0 100%);
background: -o-linear-gradient(top,  #e8e8e8 0%,#a0a0a0 100%);
background: -ms-linear-gradient(top,  #e8e8e8 0%,#a0a0a0 100%);
background: linear-gradient(to bottom,  #e8e8e8 0%,#a0a0a0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#a0a0a0',GradientType=0 );

}
.inner {
	width: 980px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.no_text,
.phone_h,
.sm_item,
.wgo {
	display:block;
	text-align: left;
	text-indent: -99999px;
	border: none;
	outline: none;
	text-decoration: none;
}
#header {
	position: relative;
	background: #000;
	border-top: 3px solid #005286;
}
#header .inner {
	height: 119px;
}
#logo {
	width:283px;
	height:75px;
	background: url(images/logo.png) no-repeat scroll 0 0;
	left: 15px;
	top: 18px;
	position: absolute;
	z-index: 20;

	display:block;
	text-align: left;
	text-indent: -99999px;
	border: none;
	outline: none;
	text-decoration: none;
}
.phone_h {
	display:block;
	width: 247px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 25px;
	background: url(images/phone_bg.png) no-repeat scroll 0 0;
}
.sm_h_wrap {
	position: absolute;
	right: 0;
	top: 76px;
}
.sm_h_wrap .sm_item {
	display:block;
	width:23px;
	height: 23px;
	background: url(images/sm_h_bg.png) no-repeat scroll 0 0;
	float: left;
	margin: 0 0 0 7px;
}
.sm_item.email {
	background-position: -0px 0;
}
.sm_item.fb {
	background-position: -31px 0;
}
.sm_item.ln {
	background-position: -61px 0;
}
.sm_item.tweet {
	background-position: -91px 0;
}

#nav {
	background: #000;
}
#nav .inner {
	display:block;
	width: 980px;
	height: 41px;
	background: url(images/nav_bg.png) no-repeat scroll 0 0;
	margin-bottom: 20px;
}
#nav ul {
	margin: 0;
	padding: 0 23px;
}
#nav ul li {
	display: block;
	float: left;
	padding: 0 19px 0 18px;
	position: relative;
	background: url(images/sep_bg.png) no-repeat scroll right top;
}
#nav ul li:last-child {
	background: none;
}
#nav ul li a {
	font: normal 15px/41px Arial, Helvetica, sans-serif;
	color: #fff;
	display:block;
}
#nav ul li a:hover {
}
/*sub-menu*/
#nav .sub-menu {
	display:block;
	position: absolute;
	left: 0;
	top: 100%;
	background: #00F;
	width: 160px;
	padding: 10px;
}
#nav .sub-menu li {
	float: none;
	display:block;
	margin: 0;
	padding: 0;
}
#nav .sub-menu li a {
	display:block;
	margin: 0;
	padding: 0;
	background: none;
}
#nav .sub-menu li a:hover {
	background: #000;
}

/*Featured Style*/
.featured_slider_wrap {
	display:block;
	width: 962px;
	height: 327px;
	margin: 0 auto 20px;
	border: 7px solid #fff;
	position: relative;
	z-index: 1;
	background:#fff;
	
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}
.featured_slider_wrap img {
	display:block;
}
.fs_shadow {
	display:block;
	width:1116px;
	height: 49px;
	background: url(images/slider_shadow.png) no-repeat scroll 0 0;
	position: absolute;
	left: 50%;
	margin-left: -558px;
	bottom: -56px;
}


/*Content Style*/
.main_cc {
	background: url(images/slider_black_bg.png) repeat-x scroll 0 0;
	position: relative;
	z-index: 10;
}
.main_cc_text {
	width: 640px;
	min-height: 350px;
	float: left;
	background: url(images/mc_border.png) repeat-x scroll 0 0 #f9f9f9;
	padding: 24px 10px 10px 20px;
	margin-bottom: 27px;
	
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.35);
box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.35);

-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.main_sb {
	width: 280px;
	float: right;
}
.main_sb .widget {
	background: #fff;
	font: normal 13px/24px Arial, Helvetica, sans-serif;
	font: normal 13px/24px Georgia, "Times New Roman", Times, serif;
	color: #525252;
	padding: 0 35px 10px 12px;
	margin: 0 0 20px;
	position: relative;
	
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
 border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}
.w_shadow {
	display:block;
	width: 345px;
	height: 69px;
	position: absolute;
	left: -41px;
	margin-top: -31px;
	top: 100%;
	background: url(images/widget_shadow.png) no-repeat scroll 0 0;
}
.main_sb .widget h2 {
	background: url(images/widget_title_bg.png) no-repeat scroll 0 bottom;
	display:block;
	height: 41px;
	font: normal 18px/40px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: -3px -35px 5px -12px;
	padding:0 10px;
}

/*Feautred Post style*/
.wgo {
	display: block;
	width: 263px;
	height: 53px;
	background: url(images/wgo.png) no-repeat scroll 0 0;
	float: left;
	margin: 0 0 0 -44px;
	clear:both;
}
.featured_post_wrap {
	display:block;
	overflow: hidden;
}
.fp_item {
	width: 280px;
	width: 290px;
	float: left;
	background: #ddeaf0;
	font: normal 13px/17px Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	margin: 0 10px 10px 0;
	padding: 6px 10px;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.fp_item h2 a {
	font: normal 24px/normal Georgia, "Times New Roman", Times, serif;
	color: #1476a7;
	height: 29px;
	overflow: hidden;
	display:block;
	text-shadow:1px 1px 0px rgba(255,255,255,0.8);
}

em {
  font-style:italic;
}
blockquote {
  padding: 10px 20px 10px 20px;
  margin: 0 0 20px;
  font-size: 13px;
  border-left: 5px solid #ddd;
  background: #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}


/*Footer style*/
#footer {
	background: #000;
	padding: 15px 0 18px;
}
#nav_f {
	display:block;
	width: 980px;
	margin: 0 auto 18px;
}
#nav_f ul {
	margin: 0;
	text-align: center;
}
#nav_f ul li {
	display:inline;
}
#nav_f ul li a {
	font: normal 15px/normal Arial, Helvetica, sans-serif;
	color: #fff;
}
#nav_f ul li a:after {
	content: " / ";
}
#nav_f ul li:last-child a:after {
	content: " ";
}
#nav_f ul li a:hover {
}
.credit,
.credit a {
	font: italic 12px/normal Arial, Helvetica, sans-serif;
	color: #8d8d8d;
}
.credit .right_c {
	float:right;
}


.entry ol {
    list-style: decimal outside none;
    padding-left: 25px;
}
.entry ul li {
    list-style: square outside none;
    margin: 0 0 0 20px;
}
.entry ol li {
    margin: 0 0 5px;
}


h1, h2, h3 { font-weight: normal; margin: 0 0 7px 0; }
h1 {
	font: normal 26px/normal Georgia, "Times New Roman", Times, serif;
	color: #1270a3;
}
h2 {
	font: normal 18px/normal Georgia, "Times New Roman", Times, serif;
	color: #1270a3;
}
h3 {
	font: normal 14px/normal Georgia, "Times New Roman", Times, serif;
	color: #1270a3;
}

p { margin: 0 0 10px 0; }
a { color: #1476a7; outline:none;border:none; }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

.image_wrapper_pin {
  position:relative;
}
.pinBtn {
    display: none;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 40px;
    z-index: 50;
}


.video_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px; height: 0; overflow: hidden;
} 
.video_wrap iframe,
.video_wrap object,
.video_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

pre { }
code, tt { }

#meta,
.postmetadata,
.meta {
	margin: -10px 0 5px 0;
	font-size: 12px;
	color: #f00;
}

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

img.alignleft {
    background: none repeat scroll 0 0 #d7d7d7;
    float: left;
    margin: 0 15px 10px 0;
    padding: 1px;
    text-align: center;
}
.alignleft {
	float: left;
}
img.alignright {
    background: none repeat scroll 0 0 #d7d7d7;
    float: right;
    margin: 0 0 10px 15px;
    padding: 1px;
    text-align: center;
}
.alignright {
	float: right;
}
img.alignnone {
    background: none repeat scroll 0 0 #d7d7d7;
    padding: 1px;
    text-align: center;
}
.alignnone {
	float: none;
	margin: 10px auto;
	text-align: center;
}

.wpcf7-form-control.wpcf7-submit,
.btn_k {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  border: solid #2090d6 2px;
  text-decoration: none;
}
.wpcf7-form-control.wpcf7-submit:hover,
.btn_k:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.wpcf7-form-control,
.wpcf7-form-control-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
.frm_wrap {
  width: 600px;
  margin: 0 auto;
}

} /* END screen media */

/* mobile styles */
@media only screen and (max-width:480px) {
	
	
}

/*tablet styles*/
@media only screen and (min-width:481px) and (max-width:768px) {
	
}

/*desktop styles*/
@media only screen and (min-width:769px) {
	
}

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */