/*
Theme Name: ABORG
Theme URI: http://www.aborg.com/
Description: ABORG THEME
Version: 1.0
Author: ABORG Computing
Author URI: http://www.aborg.com/
*/
/*CUSTOM STYLE SHEET*/
html {
    margin-top: 0!important;
}
@charset "utf-8";
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
body {
	font-family: 'Helvetica Neue' Helvetica, 'sans serif';
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue' Helvetica, 'sans serif';
}
h1 {
	margin-top: 0;
	margin-bottom: 30px;
}
h2 {
	color: #666;
}
h3 {
	margin-bottom: 30px;
	font-weight: bold;
	color: #F05455;
}
a {
	outline: 0;
	outline: none;
}
a:hover {
	text-decoration: none;
}
form input {
	width: 100%;
	border: 1px solid #6f6f6f;
    padding: 10px;
    background-color: #FFF;

}
form textarea {
    width: 100%;
    border: 1px solid #6f6f6f;
    padding: 10px;
    background-color: #FFF;
    min-height: 185px;
}
header {
	padding-bottom: 38px;
	border-bottom: 1px solid #e5e5e5;
}
header .speedbar {
	width: 100%;
	color: #FFF;
	background-color: #000;
	min-height: 50px;
}
header .speedbar .nav-tabs {
    border-bottom: 0;
    margin-top: 0;
}
header .speedbar .nav-tabs > li {
	border-left: 1px solid #666;
}
header .speedbar .nav-tabs > li:last-child {
	border-right: 1px solid #666;
}
header .speedbar .nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    margin-right: 0;
    color: #FFF;
}
header .speedbar .nav-tabs > li:hover > a {
    color: #27AAE1;
    background-color: #FFF;
}
header .speedbar .nav > li > a {
    display: block;
    padding: 15px;
    position: relative;
}
header .speedbar ul.nav.nav-tabs li.dropdown.open a.dropdown-toggle,
header .speedbar .nav > li > a:hover, 
header .speedbar .nav > li > a:focus {
    color: #27AAE1;
}
header .speedbar .search .search-box {
	position: absolute;
	top: 50px;
	right: 0;
	padding: 10px;
	background-color: #000;
	z-index: 9999;
	display: none;
}
header .speedbar .search .search-box input {
	color: #333;
}
header .phone,
header .email,
header .search {
	float: right;
	padding-top: 15px;
	margin-left: 30px;
}
header .phone span,
header .email span {
	margin-right: 7px;
}
header .search span {
	cursor: pointer;
}
header .logo {
	padding-top: 50px;
}
header .social-media {
	position: relative;
	float: right;
	clear: right;
	padding-top: 50px;
}
header .social-media .sm-box-fb {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/fb-icon.png);
	margin-left: 10px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
header .social-media .sm-box-ig {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/ig-icon.png);
	margin-left: 30px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
header .social-media .sm-box-twt {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/twt-icon.png);
	margin-left: 30px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
header .social-media .sm-box-pin {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/pin-icon.png);
	margin-left: 30px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
header .social-media .sm-box-fb:hover,
header .social-media .sm-box-ig:hover,
header .social-media .sm-box-twt:hover,
header .social-media .sm-box-pin:hover {
	background-position: 0 -29px;
}
header .tagline-area {
    clear: right;
    float: right;
    padding-top: 50px;
    position: relative;
}
header .tagline-area span.tagline {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #999;
}
ul.main-nav {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  float: right;
  clear: right;
}
ul.main-nav li { 
	float: right; 
	list-style-image: none; 
	list-style-type: none; 
	margin: 0 0 0 25px;
	padding: 0;
}
ul.main-nav li:first-child {
	margin-right: 0;
}
header ul.main-nav {
	margin-top: 50px;
}
header ul.main-nav li a { 
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
header .main-nav li li a {
	font-weight: normal;
}
header ul.main-nav.dropdown li ul li a {
	color: #333; 
	padding: 0;
	border: 0;
}
header ul.main-nav.dropdown li ul li a:hover {
	color: #F05455; 
	padding: 0;
	border: 0;
}
.separator {
	max-width: 1400px;
	margin: 0 auto;
	height: 0;
}
.separator img {
	width: 100%;
}
section#slider {
}
section#features {
	padding: 100px 0;
	text-align: center;
}
section#features h1 {
	text-align: center;
}
section#features h3 {
	text-align: left;
	text-transform: uppercase;
	font-weight: thin;
	text-align: center;
}
section#features p {
	padding: 0 15px;
	margin-bottom: 30px;
}
section#work {
	padding: 100px 0;
	text-align: center;
}
section#work h1 {
	text-align: center;
}
section#work h3 {
	text-align: left;
	text-transform: uppercase;
	font-weight: thin;
	text-align: center;
}
section#work .work-box {
	border-bottom: 6px solid #999 ;
}
section#work .work-box p {
	margin: 30px 0;
	padding: 0 15px;
}
section#work .work-box:hover {
    border-bottom: 6px solid #2a6496;
}
section#work .work-box:hover h3 a {
    color: #2a6496;
}
section#home-content {
	background: url(../img/pattern2.png);
	padding: 100px 0;
	text-align: center;
}
section#home-content h1 {
	text-align: center;
}
section#home-content h3 {
	text-transform: uppercase;
	font-weight: thin;
	text-align: center;
}
section#carousel h1 {
	text-align: center;
}
section#carousel {
	padding: 100px 0;
}
section#home-content div.col-md-6 {
	padding: 0 30px;
}
section#home-contact {
	padding: 100px 0;
}
section#home-contact h1 {
	text-align: center;
}
section#home-contact h3 {
	text-align: left;
	text-transform: uppercase;
	font-weight: thin;
	margin-top: 0;
}
section#promotion {
	position: relative;
	width: 100%;
	background-color: #999;
	min-height: 160px;
	color: #FFF;
	padding: 30px 0;
}
section#promotion h1 {
	color: #FFF;
}
section#promotion .btn-promote {
	margin-top: 30px;
}
section#testimonials {
	padding: 100px 0;
	background: url(../img/pattern.png);
}
section#testimonials h1 {
	text-align: center;
}
section#testimonials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .footer-wide {
	width: 100%;
	padding: 30px 0;
	background-color: #39393c;
	color:#fff;
}
footer .logo {
	max-width: 200px;
	margin: 20px 0;
}
footer h3 {
	color: #fff;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	padding: 5px 0;
}
footer .phone {
	font-size: 32px;
	font-weight: bold;
}
footer .social-media {
	position: relative;
	float: left;
	clear: right;
	padding-top: 50px;
}
footer .social-media .sm-box-fb {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/fb-icon-footer.png);
	margin-right: 30px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
footer .social-media .sm-box-ig {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/ig-icon-footer.png);
	margin-right: 30px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
footer .social-media .sm-box-twt {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/twt-icon-footer.png);
	margin-right: 30px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
footer .social-media .sm-box-pin {
	height: 29px;
	width: 29px;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../img/pin-icon-footer.png);
	margin-right: 30px;
	cursor: pointer;
	background-position: 0 0;
	transition: 0.3s ease;
}
footer .social-media .sm-box-fb:hover,
footer .social-media .sm-box-ig:hover,
footer .social-media .sm-box-twt:hover,
footer .social-media .sm-box-pin:hover {
	background-position: 0 -29px;
}
footer .post-footer {
	position: relative;
	width: 100%;
	padding: 30px 0;
	background-color: #000;
	color: #FFF;
}
footer p.credits {
	text-align: right;
}
/* 
DROPDOWN MENU
*/
ul.dropdown > li { 
	background: transparent;
}
/* 
DROPDOWN LEVEL 2
*/
ul.dropdown li:hover > ul {
   visibility: visible;
   opacity: 1;
}
ul.dropdown ul { 
	width: 100%; 
	visibility: hidden;
    opacity: 0;
	position: absolute; 
	top:42px;
    left: 0;
	z-index: 9999;
	padding: 10px 20px;
	background-color: #FFF;
	border-radius: 0px;
	border: 1px solid #ccc;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	transition: all .2s; 
}
ul.dropdown ul li { 
	display: block;
	font-weight: normal; 
	float: none;
	margin-right: 0; 
}
ul.dropdown ul li a{ 
	width: auto;
	height: auto;
	display: inline-block; 
	font-size: 16px; 
	line-height: 30px;
	color: #333;
	transition: all 0s;
	border: 0;
}
/* 
DROPDOWN LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%; 
	top: 0; 
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 2px 2px #666; 
}
ul.dropdown ul ul li a { 
	color: #333;
	text-shadow: none;
}
ul.dropdown ul ul li a:hover{ 
	color: #666;
}
/*END OF DROPDOWN*/
/* PARALLAX BACKGROUND*/
#outer { 
    background-color: #333;
    background-image: url(../img/city_skyview.jpg);
    background-position: center bottom;
    margin: 0;
    transition: 0s linear;
    transition-property: background-position;
}
#inner {
    background-image: url();
    text-align: center;
    padding: 300px 0px 20px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5em;
    height: 650px;
    color: white;
  }
#inner p {
  color: #FFF;
  line-height: 60px;
  background-color: #24a9e1;
  padding: 10px 20px;
  display: inline;
}
/*END OF PARALLAX*/
/*IMAGE ANIMATIONS*/
.animated-top,
.animated-left,
.animated-right {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    opacity:0;
}
.material-top,
.material-left,
.material-right {
     -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    opacity:0;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(40px);
    }
}
@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(40px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(40px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(40px);
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(40px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(40px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(40px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(40px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-40px);
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-40px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-40px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
.work-image {
    width: 100%;
    height: 100%;  
    overflow: hidden  
}
.work-image img {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.work-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/*END OF IMAGE ANIMATIONS*/
/*SCROLL TO TOP*/
a.scroll-to-top {
  -moz-border-radius: 7px 7px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 7px 7px 0 0;
  -webkit-transition: all 0.3s;
  background: #666;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 13px 0 27px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 49px;
  z-index: 9999;
}
a.scroll-to-top:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
a.scroll-to-top.visible {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
div.black-arrow {
  width: 20px;
  height: 15px;
  background: url(../img/black-arrow.png);
  margin: 0 auto;
}
/*END OF SCROLL TO TOP*/
/*MOBILE MENU*/
#page {
  position: relative; /* Set the position property so z-index will apply */
    z-index: 9999; /* Make sure this is higher than #menu */
    background-color: #FFF;
    height: auto;
}
#toggle-menu-close {
  cursor: pointer;	
}
#toggle-menu-open {
  cursor: pointer;
  display: none;
  float: right;
  padding-top: 65px;
  margin-bottom: 0;
  max-width: 25px;
}
#menu {
  display: none;
    position: fixed;
    top: 0px;
    right: 0;
    width: 80%;
    height: 100%;
    padding: 15px 25px;
    margin: 0;
    list-style: none;
    background: #333;
    z-index: 8888; /* Make sure the z-index is lower than the #page */
}
#menu a {
  color: #FFF!important;
  font-size: 4vh;
}
#menu li {
  padding: 5px 0;
  border-bottom: 1px solid #555;
}
#menu ul li {
  list-style: none;
}
.animating #menu, .menu-visible #menu {
  display: block;
}
 
/***
* If the animating class is present then apply
* the CSS transition to #page over 250ms.
*/
.animating #page {
  transition: transform .5s ease-in-out;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  background: #FFF;
}
 
/***
* If the left class is present then transform
* the #page element 240px to the left.
*/    
.animating.left #page {
  transform: translate3d( -80%, 0, 0 );
  -webkit-transform: translate3d( -80%, 0, 0 );
}
/***
* If the right class is present then transform
* the #page element 240px to the right.
*/
.animating.right #page {
  transform: translate3d( 80%, 0, 0 );
  -webkit-transform: translate3d( 80%, 0, 0 );
}
 
/***
* If the menu-visible class is present then
* shift the #page 240px from the right edge
* via position: absolute to keep it in the
* open position. When .animating, .left and
* .right classes are not present the CSS
* transform does not apply to #page.
*/
.menu-visible #page {
  right: 80%;
}
/*END OF MOBILE MENU*/
/*INSIDE PAGES*/

section#promotion-inside {
	position: relative;
	width: 100%;
	background-color: #999;
	min-height: 160px;
	color: #FFF;
	padding: 30px 0;
}
section#promotion-inside h1 {
	color: #FFF;
}
section#promotion-inside .btn-promote {
	margin-top: 30px;
}
section#main-content #content {
	margin: 38px 0 100px 0;
}
section#main-content #content h2,
section#main-content #content h3 {
	margin-bottom: 20px;
}
section#main-content .img-float-right {
	float: right;
	margin: 7px 0 30px 30px;
	box-shadow: 0 5px 10px #999;
	max-width: 400px;
}
section#main-content .img-float-left {
	float: left;
	margin: 7px 30px 30px 0;
	box-shadow: 0 5px 10px #999;
	max-width: 400px;
}
section#main-content #content blockquote {
	font-size: 16px;
	color: #666;
	background-color: #f1f1f1;
	margin: 38px 0;
	border-color: #999;
}
section#main-content #content blockquote span.author {
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: right;
}
section#main-content #sidebar {
	margin: 0 0 38px 0;
}
section#main-content #sidebar .side-nav ul {
	margin: 0;
	padding: 0;
}
section#main-content #sidebar .side-nav ul li {
	list-style: none;
	padding: 7px 0 7px 10px;
}
section#main-content aside#sidebar div.side-nav ul li:first-child a {
    font-size: 150%;
}
section#main-content #sidebar .side-nav ul li:hover {
	border-left: 1px solid #428bca;
	padding-left: 9px;
	background-color: #f1f1f1; 
}
section#main-content #sidebar .side-nav ul li.on {
    border-left: 1px solid #428bca;
    padding-left: 9px;
    background-color: #f1f1f1; 
    font-weight: bold;
}
section#main-content #sidebar .side-nav ul li a {
	color: #666;
	display: block;
}
section#main-content #sidebar .side-nav ul li a:hover {
	color: #428bca;
}
section#main-content #sidebar .side-nav ul li:hover a {
	color: #428bca;
}
section#main-content #sidebar .widet-area a.btn {
	margin: 30px 0;
}
/*END OF INSIDE PAGES*/
/*BLOG TEMPLATE*/
section#main-content.blog {
	margin: 38px 0 100px 0;
}
section#main-content .blog-excerpt {
	clear: both;
	position: relative;
}
section#main-content .blog-excerpt a h2 {
	margin-top: 0;
	color: #428bca;
}
section#main-content .blog-excerpt h2,
section#main-content .blog-excerpt h3 {
	margin-bottom: 20px;
}
section#main-content .blog-excerpt img{
	box-shadow: 0 5px 10px #999;
}
section#main-content .blog-excerpt .credits {
	margin: 15px 0;
}
section#main-content .blog-excerpt .credits span {
	margin-right: 5px;
}
section#main-content .blog-article .credits {
	margin: 15px 0;
}
section#main-content .blog-article .credits span {
	margin-right: 5px;
}
section#main-content .blog-excerpt .btn-readmore {
	position: absolute;
	right: 0;
	bottom: 0;
}
section#main-content.blog #sidebar {
	margin: 0;
}
section#main-content.blog #sidebar .search input.search-box {
	width: 100%;
	height: 44px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #999;
}
section#main-content.blog .outer-box {
	background-color: #f1f1f1;
	padding: 20px;
}
section#main-content.blog .poster {
	float: left;
	margin-right: 25px;
}
section#main-content.blog .poster img {
	border-radius: 50%;
	border: 1px solid #999;
}
section#main-content.blog .comment-box {
	float: left;
	width: 75%;
}
section#main-content.blog .comment-box span.comment-author {
	font-weight: bold;
}
section#main-content.blog .type-name {
	border: 1px solid #999;
	width: 48%;
	height: 44px;
	padding: 10px;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 25px;
	float: left;
}
section#main-content.blog .type-email {
	border: 1px solid #999;
	width: 48%;
	height: 44px;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 25px;
	float: left;
}
section#main-content.blog .type-comment {
	border: 1px solid #999;
	margin-bottom: 25px;
	width: 100%;
	height: 200px;
	padding: 10px;
	border-radius: 5px;
}
.clear {
	clear:both;
	display: block;
	width: 0;
	height: 0;
}
/*END OF BLOG TEMPLATE*/
/*CUSTOM RESPONSIVE STYLE SHEET*/
@media (min-width: 1400px) {
}
@media (min-width: 1200px) and (max-width: 1399px) {
	header .social-media {
		padding-top: 45px;
	}
	header ul.main-nav {
   		margin-top: 40px;
	}
    p.credits,
    p.copyright {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	header .social-media {
		padding-top: 45px;
	}
	header ul.main-nav.dropdown li ul {
		top: 74px;
	}
	header ul.main-nav {
   		margin-top: 30px;
	}
	header ul.main-nav li a {
        font-size: 18px;
	}
	header .social-media .sm-box-fb,
	header .social-media .sm-box-twt,
	header .social-media .sm-box-ig,
	header .social-media .sm-box-pin {
		margin-left: 20px;
	}
	footer .social-media .sm-box-fb,
	footer .social-media .sm-box-twt,
	footer .social-media .sm-box-ig,
	footer .social-media .sm-box-pin {
		margin-right: 20px;
	}
	section#parallax #inner {
		height: 350px;
		padding-top: 150px;
		font-size: 36px;
	}
	header ul.main-nav.dropdown li ul {
		top: 74px;
	}
    p.credits,
    p.copyright {
        font-size: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	header .speedbar .col-md-6.speed1 {
		display: none;
	}
	header .col-sm-9 .social-media {
		display: none;
	}
	header .col-sm-9 ul.main-nav.dropdown {
		display: none;
	}
	#toggle-menu-open,
	#toggle-menu-close {
	  display: block;
	}
	section#features .col-md-4 {
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
	}
	section#features .col-md-4:last-child {
		border: 0;
	}
	section#home-content .col-md-6 {
		padding: 30px 0!important;
		border-bottom: 1px solid #ccc;
	}
	section#home-content .col-md-6:last-child {
		border: 0;
	}
	section#parallax #inner {
		height: 350px;
		padding-top: 150px;
		font-size: 36px;
	}
	section#work .work-image img {
	    margin: 0 auto;
	}
	section#work .work-box {
	    border-bottom: 0;
	}
	section#home-contact .col-md-6 {
		padding: 30px 0!important;
	}
	section#home-contact h3 {
		text-align: center;
	}
	footer p.credits {
	    text-align: left;
	}
	.work-image:hover img {
	    -webkit-transform:scale(1); /* Safari and Chrome */
	    -moz-transform:scale(1); /* Firefox */
	    -ms-transform:scale(1); /* IE 9 */
	    -o-transform:scale(1); /* Opera */
	     transform:scale(1);
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	header .speedbar .col-md-6.speed1 {
		display: none;
	}
	header .col-sm-9 {
		width: 75%;
		float: left;
	}
	header .col-sm-3 {
		width: 25%;
		float: left;
	}
	header .col-sm-9 .social-media {
		display: none;
	}
	header .col-sm-9 ul.main-nav.dropdown {
		display: none;
	}
	#toggle-menu-open,
	#toggle-menu-close {
	  display: block;
	}
	section#features .col-md-4 {
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
	}
	section#features .col-md-4:last-child {
		border: 0;
	}
	section#home-content .col-md-6 {
		padding: 30px 0!important;
		border-bottom: 1px solid #ccc;
	}
	section#home-content .col-md-6:last-child {
		border: 0;
	}
	section#parallax #inner {
		height: 350px;
		padding-top: 150px;
		font-size: 36px;
	}
	section#work .work-image img {
	    margin: 0 auto;
	}
	section#work .work-box {
	    border-bottom: 0;
	}
	section#home-contact .col-md-6 {
		padding: 30px 0!important;
	}
	section#home-contact h3 {
		text-align: center;
	}
	footer p.credits {
	    text-align: left;
	}
	.work-image:hover img {
	    -webkit-transform:scale(1); /* Safari and Chrome */
	    -moz-transform:scale(1); /* Firefox */
	    -ms-transform:scale(1); /* IE 9 */
	    -o-transform:scale(1); /* Opera */
	     transform:scale(1);
	}
	section#main-content .img-float-right,
	section#main-content .img-float-left {
		width: 100%;
		max-width: 50%;
	}
}
@media (min-width: 380px) and (max-width: 479px) {
	
	header .speedbar .col-md-6.speed1 {
		display: none;
	}
	header div.speedbar .email,
	header div.speedbar .phone {
		display: none;
	}
	header .col-sm-9 {
		width: 50%;
		float: left;
	}
	header .col-sm-3 {
		width: 50%;
		float: left;
	}
	header .col-sm-9 .social-media {
		display: none;
	}
	header .col-sm-9 ul.main-nav.dropdown {
		display: none;
	}
	#toggle-menu-open,
	#toggle-menu-close {
	  display: block;
	}
	section#features .col-md-4 {
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
	}
	section#features .col-md-4:last-child {
		border: 0;
	}
	section#home-content .col-md-6 {
		padding: 30px 0!important;
		border-bottom: 1px solid #ccc;
	}
	section#home-content .col-md-6:last-child {
		border: 0;
	}
	section#parallax #inner {
		display: none;
	}
	section#work .work-image img {
	    margin: 0 auto;
	}
	section#work .work-box {
	    border-bottom: 0;
	}
	section#home-contact .col-md-6 {
		padding: 30px 0!important;
	}
	section#home-contact h3 {
		text-align: center;
	}
	footer p.credits {
	    text-align: left;
	}
	.work-image:hover img {
	    -webkit-transform:scale(1); /* Safari and Chrome */
	    -moz-transform:scale(1); /* Firefox */
	    -ms-transform:scale(1); /* IE 9 */
	    -o-transform:scale(1); /* Opera */
	     transform:scale(1);
	}
	section#main-content .img-float-right,
	section#main-content .img-float-left {
		width: 100%;
		max-width: inherit;
	}
}
@media (max-width: 379px) {
	
	header .speedbar .col-md-6.speed1 {
		display: none;
	}
	header div.speedbar .email,
	header div.speedbar .phone {
		display: none;
	}
	header .col-sm-9 {
		width: 50%;
		float: left;
	}
	header .col-sm-3 {
		width: 50%;
		float: left;
	}
	header .col-sm-9 .social-media {
		display: none;
	}
	header .col-sm-9 ul.main-nav.dropdown {
		display: none;
	}
	#toggle-menu-open,
	#toggle-menu-close {
	  display: block;
	}
	section#features .col-md-4 {
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
	}
	section#features .col-md-4:last-child {
		border: 0;
	}
	section#home-content .col-md-6 {
		padding: 30px 0!important;
		border-bottom: 1px solid #ccc;
	}
	section#home-content .col-md-6:last-child {
		border: 0;
	}
	section#parallax #inner {
		display: none;
	}
	section#work .work-image img {
	    margin: 0 auto;
	}
	section#work .work-box {
	    border-bottom: 0;
	}
	section#home-contact .col-md-6 {
		padding: 30px 0!important;
	}
	section#home-contact h3 {
		text-align: center;
	}
	footer p.credits {
	    text-align: left;
	}
	.work-image:hover img {
	    -webkit-transform:scale(1); /* Safari and Chrome */
	    -moz-transform:scale(1); /* Firefox */
	    -ms-transform:scale(1); /* IE 9 */
	    -o-transform:scale(1); /* Opera */
	     transform:scale(1);
	}
	section#main-content .img-float-right,
	section#main-content .img-float-left {
		width: 100%;
		max-width: inherit;
	}
}
