/*
Theme Name: 
Theme URI: http://www.ansonika.com/presenter/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. PAGES AND CONTENT
3. FORMS
4. COMMON
5. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/* Fonts and Icons */
@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
@import url('http://fonts.googleapis.com/css?family=Lato:400,700,900');

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/preload.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	text-align:center;
}
#status img{
	position:absolute;
	top:20px;
	left:23px;
}

/* Success submit form page */
#success {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}
#msg{
	width:400px;
	height:200px;
	position:absolute;
	text-align:center;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	margin:-100px 0 0 -200px; /* is width and height divided by two */
}
#msg img{
	margin-bottom:20px;
}
#msg h3{
	color:#6C3;
	margin-bottom:0;
}

/* Structure */
html, body {
	height:100%;
	max-height:100%;
	-webkit-font-smoothing: antialiased !important;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:22px;
	margin:0;
	background-color:#fff;
	color:#2d4050;
}
#main-wrapper {
	height:100%;
}
header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	height:65px;
	background:#fff;
	
}
#logo a {
	width:150px;
	height:84px;
	background:url(../img/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	position:absolute;
	left:15px;
	top:15px;
	z-index:9;
}
#header_shadow{
	position:absolute;
	left:0;
	bottom:-5px;
	width:100%;
	height:5px;
	z-index:99;
	background: url(../img/header_shadow.png) repeat-x 0 0;
}
#row-main {
	margin:0; 
	height:100%;
}
#main-img-container {
	height:100%; 
	position:fixed;
	top:0;
	left:0;
	overflow:hidden; 
	margin-left:-20px;
}
#main-img {
	height:100%;
	width:100%;
	position:relative;
}
#main-img img{
	height:100%; 
	width:auto;
}
#content-row{
	height:100%;
	padding-top:60px;
}
.box-sidebar{
	padding:15px 25px 10px 25px;
	background: #fcfcfc; 
	box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25); 
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25); 
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25); 
	border:1px solid #fff; 
	margin-bottom:20px;
	color:#2e415c;
	position:relative;
	margin-right:10px;
	margin-left:10px;
}

#share{
	background:#f8f8f8 url(../img/colored-line.png) left bottom repeat-x;
	padding:10px;
	margin-left:-20px;
	margin-bottom:30px;
	text-align:left;
	position:relative;
	padding-left:15px;
}

/* TYPOGRAPHY and links color */
p {
	margin-bottom:20px;
}
a {
  color: #006db8;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  	font-family: 'Raleway', sans-serif;
}

h1 {
	text-transform:uppercase;
	font-weight:800;
	margin:0 0 10px 0;
	padding:0;
}
.post h2 {
	font-size:32px;
	line-height:34px;
}
.box-sidebar h3{
	margin:10px 0 10px 0;
	padding:0;
	font-size:24px;
	font-weight:700;
}
.box-sidebar#team h4{
	margin-bottom:0;
}
.box-sidebar#team h3{
	margin-bottom:25px;
}
.box-sidebar#team em{
	margin-bottom:10px;
	font-size:12px;
	display:inline-block;
}

/* BUTTONS */

a.gal-bt {
  	z-index:2; 
	position:absolute; 
	bottom:50px; 
	color:#fff;
	margin-left:-70px;
	left:50%;
	width:150px;
	padding: 8px 25px;
	display:inline-block;
	background-color:#09C;
	font-size:18px;
	opacity:0.9;
}
a:hover.gal-bt {
	background-color:#333;
}
a.btn-info, .btn-info {
	background:#006db8;
	border:none;
	color:#fff;
}
.btn-info:hover {
	background-color:#333;
	  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*============================================================================================*/
/* 2.  PAGES AND CONTENT */
/*============================================================================================*/
/** Contacts **/ 
#map-container {
	height:100%; 
	position:fixed;
	top:65px;
	left:0;
	overflow:hidden; 
	margin-left:-20px;
	z-index:1;
}
#map {
	width:102%; 
	height:100%; 
}

.box-sidebar#team{
	text-align:center;
}
.team-follow{
	font-size:20px;
}
ul#contact-info {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul#contact_follow{
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	font-size:26px;
}
ul#contact_follow li{
	display:inline-block;
	margin-bottom:10px;
	
}

/* #Blog
================================================ */
.tags a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#646464;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
}
.tags a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}

ul.recent_post {
	margin-left:0;
	padding-left:0;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:15px;
	border-bottom:1px #e7e7e7 dotted;
	color:#313131;
	list-style:none;
	line-height:18px;
	padding-bottom:15px;
	color:#888;
	font-style:italic;
}
ul.recent_post li div{
	font-weight:600;
	padding-left:25px;
	font-style:normal
}
ul.recent_post li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.post {
	margin-bottom:45px;
}
.post img {
	margin-bottom:18px;
}

.post_info {
	padding:10px 0;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	margin-bottom:12px;
	color:#555;
}
.post_info span {
	color:#ff6666;
}

.post-left {float:left;
}
.post-left ul {
	margin-left:0;
	padding-left:0;
}
.post-left ul li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.post-right {float:right;
}
#comments {
	padding:10px 0 0px 0;
	margin-bottom:15px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.comment_right {display:table;	}
.comment_info {padding-bottom:7px;}
.comment_info span {padding:0 12px;}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
/*============================================================================================*/
/* 3.  FORMS */
/*============================================================================================*/
.input-icon{position:absolute; right:8px; top:7px; width:28px; height:24px; background-color:#fff; text-align:right; border-left: 1px solid #ddd;}
.input-icon i { color:#ccc; font-size:14px; line-height:24px;}
.form-group { position:relative; margin-bottom:20px;}

.input-group { margin-bottom:20px;}
.form-control {height: 38px; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; }

.input-group button { height:38px;}
.input-group button:hover { background-color:#006db8; color:#fff; border-color:#006db8}
.input-group button:focus { outline:none; }

.form-control.style_2{
   background-color: #ffffff;
  border: 1px solid #e2e2e2;
   box-shadow:0 0 8px #e3e3e3 inset;
   -webkit-shadow:0 0 8px #e3e3e3 inset;
   -moz-shadow:0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
	}

.form-control.style_2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-select{
   background-color: #ffffff;
  border: 1px solid #e2e2e2;
   box-shadow:0 0 8px #e3e3e3 inset;
   -webkit-shadow:0 0 8px #e3e3e3 inset;
   -moz-shadow:0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
  height:38px;
  color:#999;
	}
.form-control-select:hover{color:#999;}

.slider-volume {
  width: 95%;
  margin:0;
  padding:0;
}

.slider-volume > .dragger {
	width: 16px;
	height: 16px;
	margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.6);

  -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), 0 2px 5px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), 0 2px 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), 0 2px 5px 2px rgba(0,0,0,0.2);

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

  background: #c5c5c5;
  background: -moz-linear-gradient(90deg, rgba(180,180,180,1) 20%, rgba(230,230,230,1) 50%, rgba(180,180,180,1) 80%);
	background:	-webkit-radial-gradient(  50%   0%,  12% 50%, hsla(0,0%,100%,1) 0%, hsla(0,0%,100%,0) 100%),
  	          -webkit-radial-gradient(  50% 100%, 12% 50%, hsla(0,0%,100%,.6) 0%, hsla(0,0%,100%,0) 100%),
              -webkit-radial-gradient(	50% 50%, 200% 50%, hsla(0,0%,90%,1) 5%, hsla(0,0%,85%,1) 30%, hsla(0,0%,60%,1) 100%);
}

.slider-volume > .track, .slider-volume > .highlight-track {
  height: 11px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: linear-gradient(top, #f8f8f8, #ccc);
  margin-left:-5px;

  -moz-box-shadow: inset 0 2px 5px 1px rgba(0,0,0,0.10), 0 1px 0px 0px rgba(230,230,230,0.4), inset 0 0 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 2px 5px 1px rgba(0,0,0,0.10), 0 1px 0px 0px rgba(230,230,230,0.4), inset 0 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 5px 1px rgba(0,0,0,0.10), 0 1px 0px 0px rgba(230,230,230,0.4), inset 0 0 1px 1px rgba(0,0,0,0.2);

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.slider-volume > .highlight-track {
  background-color: #c5c5c5;
  background: -moz-linear-gradient(top, #c5c5c5, #a2a2a2);
  background: -webkit-linear-gradient(top, #c5c5c5, #a2a2a2);
  background: linear-gradient(top, #c5c5c5, #a2a2a2);
}

  [class^=slider] { display: inline-block; }
  .output {  font-size: 24px; font-weight:700; color:#999; display:inline-block; margin-top:5px;}

/** Quantity incrementer input==================== **/   
.qty-buttons{ position:relative; width:130px; height:40px; }
input.qty { width:130px; }
input.qtyminus, input.qtyplus, input.qtyplus:focus  { position:absolute; width:35px; height:20px; border: 1px solid #cccccc; outline:none; cursor:pointer;}
input.qtyplus { background:#fff url(../img/plus.png) no-repeat center center; right:0; top:0; text-indent:-9999px; -webkit-border-top-right-radius: 4px;-moz-border-radius-topright: 4px;border-top-right-radius: 4px; box-shadow: none;-webkit-transition: none; }
input.qtyminus { background:#fff url(../img/minus.png) no-repeat center center; right:0; top:18px;  text-indent:-9999px;-webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright: 4px;border-bottom-right-radius: 4px; box-shadow: none;-webkit-transition: none;  }

.loader {float:right; display:inline; margin-top:-25px}
.loader-2 {float:right; display:inline; margin-top: 8px;}
.loader-3 {float:right; display:inline; margin-top: 8px;margin-right:-20px;}

label {font-weight:600;}

label.error{
	font-size:11px;
	position: absolute;
	top:-28px;
	right:-15px;
	z-index:9;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:600;
	padding:0 6px;
   } 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
   } 
   
#terms li label.error {
	left:45%;
	display:inline-block;
	width:80px;
   } 

/

/*============================================================================================*/
/* 4.  COMMON */
/*============================================================================================*/
.img-circle.styled { 
	background-color:#ededed;
	-moz-box-shadow: 0px 0px 0px 5px #ededed; 
	-webkit-box-shadow: 0px 0px 0px 5px #ededed; 
	box-shadow: 0px 0px 0px 5px #ededed;
	margin:auto;
	margin-bottom:15px;
}
/** Features **/   
#features ul {
	list-style:none;
	margin:0;
	padding:0;
}
#features ul li{
	display: inline-block;
	margin: 0 10px 10px 0;
}
#features ul li a{
	display:block;
	width:70px;
	height:70px;
	line-height:62px;
	text-align:center;
	background:#fff;
	border:5px solid #ededed;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size:24px;
	color:#2d4050;
}
#features ul li a:hover{
	background: #006db8;
	border:5px solid #006db8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
}

/* #TABLE RESPONSIVE SECOND TYPE*/
.table_2 {
  width: 100%;
  margin-bottom: 30px;
}
.table_2 th,
.table_2 td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table_2 th {
  font-weight: bold;
}
.table_2 thead th {
  vertical-align: bottom;
}
.table_2 tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table_2 {
  background-color: #ffffff;
}
.table-bordered_2 {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.table-bordered_2 th,
.table-bordered_2 td {
  border-left: 1px solid #dddddd;
}
.table-bordered_2 caption + thead tr:first-child th,
.table-bordered_2 caption + tbody tr:first-child th,
.table-bordered_2 caption + tbody tr:first-child td,
.table-bordered_2 colgroup + thead tr:first-child th,
.table-bordered_2 colgroup + tbody tr:first-child th,
.table-bordered_2 colgroup + tbody tr:first-child td,
.table-bordered_2 thead:first-child tr:first-child th,
.table-bordered_2 tbody:first-child tr:first-child th,
.table-bordered_2 tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered_2 thead:first-child tr:first-child > th:first-child,
.table-bordered_2 tbody:first-child tr:first-child > td:first-child,
.table-bordered_2 tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered_2 thead:first-child tr:first-child > th:last-child,
.table-bordered_2 tbody:first-child tr:first-child > td:last-child,
.table-bordered_2 tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered_2 thead:last-child tr:last-child > th:first-child,
.table-bordered_2 tbody:last-child tr:last-child > td:first-child,
.table-bordered_2 tbody:last-child tr:last-child > th:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered_2 thead:last-child tr:last-child > th:last-child,
.table-bordered_2 tbody:last-child tr:last-child > td:last-child,
.table-bordered_2 tbody:last-child tr:last-child > th:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered_2 tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered_2 tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered_2 caption + thead tr:first-child th:first-child,
.table-bordered_2 caption + tbody tr:first-child td:first-child,
.table-bordered_2 colgroup + thead tr:first-child th:first-child,
.table-bordered_2 colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered_2 caption + thead tr:first-child th:last-child,
.table-bordered_2 caption + tbody tr:first-child td:last-child,
.table-bordered_2 colgroup + thead tr:first-child th:last-child,
.table-bordered_2 colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped_2 tbody > tr:nth-child(odd) > td,
.table-striped_2 tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* #Table style*/
.table-bordered_2 thead tr {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
  background-image: -o-linear-gradient(top, #eeeeee, #dadada);
  background-image: linear-gradient(to bottom, #eeeeee, #dadada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}
.table-bordered_2 thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered_2 thead tr th:first-child {
  border-left-color: #CCC;
}
.table-bordered_2 thead tr th:last-child {
  border-right: none;
}
.table-bordered_2 tbody tr:first-child td {
  border-top-color: #CCC;
}
.table-bordered_2 tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered_2 tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered_2 tbody tr td:last-child {
  border-right: none;
}
.table-bordered_2 thead tr {
  background: #EEE;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* W3C */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}
.table-bordered_2 thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered_2 thead th:first-child {
  border-left-color: #CCC;
}
.table-bordered_2 thead th:last-child {
  border-right: none;
}
.table-bordered_2 tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered_2 tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered_2 tbody tr td:last-child {
  border-right: none;
}

/** Collapse **/   
.panel-title a {display:block;}

/** Share **/ 
.fb-like{ margin-right:0px;}
.fb-like, .twitter { display:inline-block; margin-top:10px;}
#suggest_friend{ 
	float:right; 
	font-size:14px; 
	font-weight:600; 
	text-transform:uppercase;
	margin-top:6px;
	margin-left:5px;
}
#suggest_friend a{
	color:#999;
	font-size:12px;
	font-weight:700;
	display:inline-block;
	margin-right:10px;
}
#suggest_friend a:hover{
	color:#333;
}
#suggest_friend a:after {
	font-family: "fontello";
	 content: "\e99e";
	 margin-left:8px;
	 font-size:18px;
}
/** Carousel **/ 
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
/** List styles **/ 
ul.list_1 {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
ul.list_1 li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:0;
	border-bottom: 1px solid #efefef;
}
ul.list_1 li a:after {
	font-family: "fontello";
	content: "\e89b";
	float:right;
}

ul.list_1 li a:hover {
	background:#efefef;
	color:#326e99;
}

ul.list_2 {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
ul.list_2 li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:0;
	border-bottom: 1px solid #efefef;
}
ul.list_2 li a:after {
	font-family: "fontello";
	content: "\ee1c";
	float:right;
}

ul.list_2 li a:hover {
	background:#efefef;
	color:#326e99;
}

/* #ie10 BORDER RADIUS FIXED*/
html[data-useragent*='MSIE 10.0'] input, html[data-useragent*='MSIE 10.0'] .btn.btn-info, html[data-useragent*='MSIE 10.0'] .btn.btn-default, html[data-useragent*='MSIE 10.0'] .panel-default, html[data-useragent*='MSIE 10.0'] .drop-down-container.normal ul li a{
  border-radius:0;
}

/*============================================================================================*/
/* 5.  MEDIA QUERIES */
/*============================================================================================*/

@media (min-width: 1201px) and (max-width: 1400px) {


}

@media (min-width: 768px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 979px) {
	
header {position:absolute;}
#main-img-container {
	position:relative; 
	overflow:hidden; 
	top:65px;
	height:350px;
	width:100%;
	margin-left:0;
}
#main-img img{
	height:auto; 
	width:100%;
}
#content-row{
	height:auto;
	padding-top:65px;
}
#map-container {
	height:350px;
	position:relative;
	top:65px;
	overflow:hidden; 
	margin-left:0;
}
#map {
	width:100%; 
	height:350px;
}
#share{margin-left:0; }

}
	
/* From tablet portrait to mobile */
@media (max-width: 767px) {
#main-img-container {
	position:relative; 
	overflow:hidden; 
	top:18px;
	height:200px;
	width:100%;
	margin-left:0;
}
#main-img img{
	height:auto; 
	width:100%;
}
#content-row{
	height:auto;
	padding-top:0;
}
header{
	height:auto;
	padding-bottom:12px;
	position:absolute;
}
#share{margin-left:0px; }
#suggest_friend a{ visibility:hidden; font-size:1px;}
#suggest_friend a:after {visibility:visible;font-size:22px; width:24px; height:24px;}
#map-container {
	height:220px;
	position:relative;
	top:20px;
	overflow:hidden; 
	margin-left:0;
}
#map {
	width:100%; 
	height:200px;
}

.table-bordered_2 thead:first-child tr:first-child > th:first-child,
.table-bordered_2 tbody:first-child tr:first-child > td:first-child,
.table-bordered_2 tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}
.table-bordered_2 thead:first-child tr:first-child > th:last-child,
.table-bordered_2 tbody:first-child tr:first-child > td:last-child,
.table-bordered_2 tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}
.table-bordered_2 thead:last-child tr:last-child > th:last-child,
.table-bordered_2 tbody:last-child tr:last-child > td:last-child,
.table-bordered_2 tbody:last-child tr:last-child > th:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered_2 thead:last-child tr:last-child > th:first-child,
.table-bordered_2 tbody:last-child tr:last-child > td:first-child,
.table-bordered_2 tbody:last-child tr:last-child > th:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}	
.table_2 th,
.table_2 td {
	border-top: none;
}
.table_2 tbody + tbody {
  border-top: none;
}
.table-bordered_2 {
  border: none;
}

.table-bordered_2 tbody tr td {
  border-left: none;
  border-right: 1px solid #fff;
}

	/* Force table to not be like tables anymore */
		.table_2, .table_2 thead, .table_2 tbody, .table_2 th, .table_2 td, .table_2 tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.table_2 thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.table_2 tr { border: 1px solid #ccc; }
		
		.table_2 td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eaeaea; 
			position: relative;
			padding-left: 60%; 
		}
		
		.table_2 td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 8px;
			left: 6px;
			width: 40%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		.table_2 td:nth-of-type(1):before { content: "Model"; font-weight: bold; }
		.table_2 td:nth-of-type(2):before { content: "Info one"; font-weight: bold; }
		.table_2 td:nth-of-type(3):before { content: "Info two"; font-weight: bold; }
		.table_2 td:nth-of-type(4):before { content: "Info three";font-weight: bold;  }

.box-sidebar{
	margin-right:0;
	margin-left:0;
}
h1 {
	font-size:24px;
	line-height:26px;
}
.post h2 {
	font-size:20px;
	line-height:22px;
}
.post-right {float:left;
}

}	

/* Mobile portrait */
@media (max-width: 480px) {
	
	/* Success submit form page */
#msg{
	width:260px;
	height:300px;
	position:absolute;
	text-align:center;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	margin:-150px 0 0 -130px; /* is width and height divided by two */
}


}
