/* -----------------------------------
   1. Globally Applied Styles
   2. Header + Mobile Menu
   3. Portfolio + Portfolio Single
   4. About
   5. Blog + Blog Single
   6. Contact
   7. Footer
   8. Responsivity Media Queries
   ----------------------------------- */

/* --------------------------
   1. Globally Applied Styles
    -------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
	font-size: 16px;
	line-height: 25px;
	color: #3b3b3b;
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

.wrapper .page-title {
	margin-top: 50px;
}

.wrapper .page-title h1 {
	font-size: 30px;
	line-height: 40px;
   	letter-spacing: 1px;
    font-weight: 300;
}

.portfolio .item:hover, .portfolio .item:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

/* -----------------------
   2. Header + Mobile Menu
    ----------------------- */

.wrapper header nav ul li a,
.wrapper .portfolio .filters ul li {
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}

.wrapper header {
	height: 75px;
	margin-top: 15px;
	position: relative;
}

.wrapper header .logo {
	float: left;
	line-height: 75px;
	position: relative;
	z-index: 9;
}

.wrapper header .logo img {
	width: 95px;
}
.socialmode_txt{
	margin-top:30px

}

.logos{
	margin-top:50px;
}
.logos h6{
	margin-left: 15px;
}

/* ----------
   	SLICK-NAV
    ---------- */

.slicknav_menu {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	height: 75px; /*height of header*/
	z-index: 9;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar:before,
.slicknav_menu .slicknav_icon-bar:after {
	background-color: #333;
    width: 25px;
    height: 2px;
    -webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.slicknav_btn {
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: 15px;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slicknav_btn .slicknav_icon {
	position: relative;
	display: block;
	line-height: 10px;
	height: 19px;
	width: 25px;
}

.slicknav_menu .slicknav_open  .slicknav_icon-bar {
	background-color: transparent;
}

.slicknav_menu .slicknav_icon-bar {
	display: inline-block;
	position: relative;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:before {
	-webkit-transform: translateY(8px) rotateZ(-45deg);
	-moz-transform: translateY(8px) rotateZ(-45deg);
	-ms-transform: translateY(8px) rotateZ(-45deg);
	-o-transform: translateY(8px) rotateZ(-45deg);
	transform: translateY(8px) rotateZ(-45deg);
}

.slicknav_menu .slicknav_icon-bar:before {
	content: "";
	position: absolute;
	top: -8px;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:after {
	-webkit-transform: translateY(-8px) rotateZ(45deg);
	-moz-transform: translateY(-8px) rotateZ(45deg);
	-ms-transform: translateY(-8px) rotateZ(45deg);
	-o-transform: translateY(-8px) rotateZ(45deg);
	transform: translateY(-8px) rotateZ(45deg);
}

.slicknav_menu .slicknav_icon-bar:after {
	content: "";
	position: absolute;
	top: 8px;
}

.slicknav_menu .slicknav_nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 20px 35px; /*outer padding for menu*/
	background-color: #333; /*background for menu*/
}

.slicknav_menu .slicknav_nav li ul {
	padding-left: 20px;
}

.slicknav_menu .slicknav_nav li {
	display: block;
	position: relative;
}

.slicknav_menu .slicknav_nav li a {
	display: block;
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 0;
	position: relative;
}

.slicknav_menu .slicknav_nav li a a {
	padding: 0;
}

.slicknav_menu .slicknav_collapsed .slicknav_arrow,
.slicknav_menu .slicknav_open .slicknav_arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
 	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}

.slicknav_menu .slicknav_open .slicknav_arrow:before {
   content: "\f107";
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow:before {
    content: "\f105";
}

/* ----------
   	SLICK-NAV
    ---------- */

.wrapper header nav {
	   float: right;
    line-height: 75px;
    margin-top: 16px;
    min-width: 186px;
}
.largefont{
	font-size:20px !important;
	}
	
.wrapper header nav ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
	float:right;
}

.wrapper header nav ul li:first-child {
	margin-left: 0;
}

.wrapper header nav ul li a {
	color: #848484;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
}

.wrapper header nav ul li.active a,
.wrapper header nav ul li a:hover {
	color: #c4c4c4;
}

.wrapper header nav ul li ul {
	position: absolute;
	top: 100%;
	min-width: 180px;
	background-color: #3b3b3b;
	line-height: 25px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.wrapper header nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.wrapper header nav ul li ul li {
	margin: 0;
	display: block;
	border-bottom: 1px solid #4c4c4c;
	position: relative;
}

.wrapper header nav ul li ul li a {
	display: block;
    font-size: 11px;
    font-weight: 400;
    padding: 15px 20px;
    line-height: 15px;
    color: #C0BDBF;
}

.wrapper header nav ul li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important;
}

.wrapper header nav ul li ul li:hover ul {
	opacity: 1 !important;
	visibility: visible !important;
}

/* -------------------------------
   Back to top
    ------------------------------- */


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 7px;
    background: rgb(0, 0, 0);
    background: rgb(120,120,120);
    width: 42px;
    height: 42px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 10px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #333;
}
#return-to-top:hover i {
    color: #fff;
    font-size: 22px;
    top:10px;
    left:9px;
}

/* -------------------------------
   3a. SWITCH
    ------------------------------- */


.switchcontainer {
    text-align: center;
    width: 300px;
	float:left
}

.switchcontainer > .switch {
  display: block;
  margin: 12px auto;
 
}
.switchlever {
	float:right;
	}
	
.switch {
    background-color: white;
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
    border-radius: 18px;
    box-shadow: 0 -1px white inset, 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-left: 11px;
    
    padding: 3px;
    position: relative;
    vertical-align: top;
    width: 56px;
	zoom: 2; 
-moz-transform: scale(2); 
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* -------------------------------
   3. Portfolio + Portfolio Single
    ------------------------------- */

.wrapper .portfolio .filters {
	margin-top: 50px;
}

.wrapper .portfolio .filters span {
	display: inline-block;
	margin-right: 15px;
}

.wrapper .portfolio .filters ul {
	display: inline-block;
}

.wrapper .portfolio .filters ul li {
	display: inline-block;
	font-size: 16px;
	color: #787878;
	margin-left: 15px;
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 3px;
}

.wrapper .portfolio .filters ul li.active,
.wrapper .portfolio .filters ul li:hover {
	background-color: #fff;
}

.wrapper .portfolio .filters ul li:first-child {
	margin-left: 0;
}

.wrapper .portfolio .portfolio-masonry,
.wrapper .portfolio .portfolio-masonry2,
.wrapper .portfolio .inner-portfolio,
.wrapper .portfolio .inner-portfolio2,
.wrapper .portfolio .inner-portfolio3 {
	margin-top: 20px;
}

.wrapper .portfolio .item {
	margin-top: 30px;
	position: relative;
}

.wrapper .portfolio .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(255,255,255,0.95);
    opacity: 0;
    -webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.wrapper .portfolio .item:hover .overlay {
	opacity: 1;
}

.wrapper .portfolio .item .overlay .inner-overlay {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wrapper .portfolio .item .overlay .inner-overlay h3 {
	letter-spacing: 2px;
	color: #787878;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.wrapper .portfolio .item .overlay .inner-overlay span {
	font-size: 14px;
	color: #787878;
	letter-spacing: 1px;
	font-style: italic;
}

.wrapper .project-single {
	margin-top: 80px;
}

.wrapper .project-single img {
	width: 100%;
	margin-bottom: 30px;
}

.wrapper .project-single .single-info .project-description h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 22px;
	line-height:28px;
}

.wrapper .project-single .single-info .project-description span {
	display: block;
	font-style: italic;
	font-size: 17px;
	margin-bottom: 20px;
	color: #757575;
}

.wrapper .project-single .single-info .project-description p {
	font-size: 15px;
	color: #555;
	margin-bottom: 15px;
}

.wrapper .project-single .single-info .project-services {
	margin-top: 40px;
}

.wrapper .project-single .single-info .project-services ul li {
	list-style: none;
	font-size: 14px;
	margin-left: 5px;
	color: #797979;
}

.wrapper .project-single .single-info .project-share ul li {
	display: inline-block;
}

.wrapper .project-single .single-info .project-share ul li a {
	color: #797979;
	text-decoration: none;
}

.video-container {
	position:relative;
	padding-bottom:32.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* --------
   4. About
    -------- */

.wrapper .about {
	margin-top: 30px;
}

.wrapper .about .about-content {
	margin-top: 50px;
}

.wrapper .about .about-content .about-info h3,
.wrapper .about .about-content .about-clients h3 {
	margin: 0;
	margin-bottom: 20px;
}

.wrapper .about .about-content .about-clients {
	margin-top: 50px;
}

/* ---------------------
   5. Blog + Blog Single
    --------------------- */

.wrapper .blog {
	margin-top: 30px;
}

.wrapper .blog .blog-content .blog-post {
	margin-bottom: 60px;
}

.wrapper .blog .blog-content .blog-post .blog-info {
	margin-top: 20px;
}

.wrapper .blog .blog-content .blog-post .blog-info .category {
	color: #787878;
	letter-spacing: 1px;
}

.wrapper .blog .blog-content .blog-post .blog-info h2 {
	margin: 0;
	margin: 15px 0;
}

.wrapper .blog .blog-content .blog-post .blog-info h2 a {
	color: #3b3b3b;
	text-decoration: none;
}

.wrapper .blog .blog-content .blog-post .blog-info ul li {
	display: inline-block;
	font-size: 14px;
	color: #808080;
	margin-right: 5px;
}

.wrapper .blog .blog-content .blog-post .blog-info ul li a {
	font-size: 15px;
    font-weight: 300;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    margin-left: 2px;
}

.wrapper .blog .blog-content .blog-post .blog-info p {
	margin-top: 20px;
	text-align: left;
	color: #444;
}

.wrapper .blog .blog-content .blog-post .blog-info .button {
	line-height: 16px;
	margin-top: 20px;
	display: inline-block;
	padding: 12px 15px;
	background-color: #3b3b3b;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}

.wrapper .blog .page-pagination {
	margin: 0;
	padding: 0;
}

.wrapper .blog .page-pagination li {
	display: inline-block;
	margin-left: 10px;
    border-radius: 3px;
}

.wrapper .blog .page-pagination li:first-child {
	margin-left: 0;
}

.wrapper .blog .page-pagination li.active,
.wrapper .blog .page-pagination li:hover {
	background-color: #fff;
}

.wrapper .blog .page-pagination li a {
	line-height: 30px;
    color: #787878;
    font-size: 18px;
	padding: 0 10px;
    text-decoration: none;
}

.wrapper .blog .sidebar .sidebar-content {
	margin-bottom: 50px;
}

.wrapper .blog .sidebar .sidebar-content h4 {
	margin: 0;
}

.wrapper .blog .sidebar .sidebar-content ul {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.wrapper .blog .sidebar .sidebar-content ul li {
	display: inline-block;
	margin-bottom: 5px;
	display: block;
}

.wrapper .blog .sidebar .sidebar-content.tags ul li {
	display: inline-block;
	margin-left: 7px;
}

.wrapper .blog .sidebar .sidebar-content ul li a {
	font-size: 15px;
	color: #666;
	text-decoration: none;
}

.wrapper .blog-single blockquote {
	font-style: italic;
    border-left: 3px solid #8A8A8A;
    margin: 25px 0;
}

.wrapper .blog-single .comments .comment {
    background-color: rgba(255, 255, 255, 0.65);
	position: relative;
	margin-top: 30px;
    padding: 30px 20px;
}

.wrapper .blog-single .comments .comment .pic {
	position: absolute;
}

.wrapper .blog-single .comments .comment .pic img {
	border-radius: 50%;
}

.wrapper .blog-single .comments .comment .comment-content {
	margin-left: 100px;
}

.wrapper .blog-single .comments .comment .comment-content h4 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.wrapper .blog-single .comments .comment .comment-content span {
	margin-bottom: 8px;
	display: block;
	font-size: 15px;
	color: #757575;
}

.wrapper .blog-single .comments .comment .comment-content p {
	margin: 0;
	font-size: 15px;
}

.wrapper .blog-single .comment-form {
	margin-top: 50px;
}

.wrapper .blog-single .comment-form .form {
	margin-top: 30px;
}

.wrapper .blog-single .comment-form .form input,
.contact .contact-form input {
	background-color: transparent;
	width: 100%;
	outline: none;
	padding: 6px 10px;
	border: 1px solid #888;
	font-size: 15px;
	color: #888;
}

.wrapper .blog-single .comment-form .form textarea,
.contact .contact-form textarea {
	background-color: transparent;
	width: 100%;
	resize: none;
	outline: none;
	padding: 6px 10px;
	border: 1px solid #888;
	margin-top: 20px;
	font-size: 15px;
	color: #888;
}

::-webkit-input-placeholder {
   color: #888;
}

:-moz-placeholder { /* Firefox 18- */
   color: #888;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #888;  
}

:-ms-input-placeholder {  
   color: #888;  
}

.wrapper .blog-single .comment-form .form .submit,
.contact .contact-form .submit {
	width: auto;
	margin-top: 20px;
	background-color: #3b3b3b;
	color: #fff;
	border: none;
	font-size: 14px;
	padding: 8px 11px;
	letter-spacing: 1px;
}

/* ----------
   6. Contact
    ---------- */

.contact {
	margin-top: 30px;
}

.contact .contact-info h4 {
	margin: 0;
}

.contact .contact-info p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-top: 10px;
}

.contact .contact-info .recent-posts {
	margin-top: 30px;
}

.contact .contact-info .recent-posts ul {
	margin-top: 20px;
}

.contact .contact-info .recent-posts ul li {
	width: 30%;
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}

/* ---------
   7. Footer
    --------- */

footer {
	margin: 30px 0 25px 0;
	border-top:solid 1px #333;
}

footer p {
	font-size: 14px;
	margin-top:20px;
}
footer p:first-of-type{
margin-left: 0 !important;
}


#linkedinbtn{
	color:#3b3b3b;
}
#linkedinbtn:hover{
	color:#3eb2e6;
}

#followTab {

      -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #318baa;
    border-color: #318baa;
    border-image: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.44);
    list-style: outside none none;
    padding: 9px 5px;
    position: fixed;
    right: -75px;
    top: 384px;
    width: 115px;
    z-index: 1;
}

#followTab:hover{
background-color: #3eb2e6;
}

/* Items within the tab */

#followTab li {
  margin: 9px 0 0 0;
  line-height: 0;
}

#followTab li:first-child {
  margin-top: 0;
}

/* General style for buttons within the tab */

#followTab a {
  display: block;
  width: 24px;
  
}

#followTab a span {
  position: absolute;
  top: 16px;
}

/* "Resume" button */

#followTab a.resume {
  height: 16px;
  background-position: 0 0;
  color: white;
}

#followTab:hover a.resume {
  background-position: 0 -16px;
  color: #333;
}
#resumeIcon{
	float: left;
	margin-right: 18px;
}
#followTab:hover #resumeIcon{
	color: #333;
}
#resume_txt{
padding-right: 20px;
}

/* "RSS" button */

#followTab a.rss {
  height: 24px;
  background-position: 0 -32px;
}

#followTab a.rss:hover {
  background-position: 0 -56px;
}

/* "Twitter" button */

#followTab a.twitter {
  height: 15px;
  background-position: 0 -80px;
}

#followTab a.twitter:hover {
  background-position: 0 -95px;
}

/* "Facebook" button */

#followTab a.facebook {
  height: 24px;
  background-position: 0 -110px;
}

#followTab a.facebook:hover {
  background-position: 0 -134px;
}

</style>

<!--[if lt IE 7]>

<style type="text/css">

/* Band-aid for IE6 */

#followTab {
  position: absolute;
}

/* -----------------------------
   8. Responsivity Media Queries
    ----------------------------- */

@media screen and (max-width: 991px){
	.project-photos {
		margin-top: 30px;
	}

	.wrapper .blog-single .comment-form .form input, .contact .contact-form input {
		margin-bottom: 10px;
	}

	.wrapper .blog-single .comment-form .form textarea, .contact .contact-form textarea {
		margin-top: 5px;
	}

	.contact-info {
		margin-top: 30px;
	}
	.socialtitle .socialOffTitle br, .socialtitle .socialOnTitle br{
		display:none;
	}
	.socialtitle .socialOffTitle .questosi, .socialtitle .socialOnTitle .questosi{
		display:block !important;
	}
	
}
@media screen and (max-width: 767px){
	body {
		font-size: 14px;
	}
	
	.slicknav_menu {
		display: none;
	}
	.socialtitle br{
		display:none;
	}
	.socialtitle .questosi{
		display:block !important;
	}
	
	
	.wrapper header {
		margin-top: 0;
	}

	.wrapper header nav ul {
		display: block;
	}

	.wrapper .page-title {
		margin-top: 50px;
	}

	.wrapper .page-title h1 {
		font-size: 22px;
		line-height: 32px;
		letter-spacing: 0;
	}

	.wrapper .portfolio .filters {
		margin-top: 20px;
	}

	.wrapper .portfolio .filters span {
		display: none;
	}

	.wrapper .portfolio .filters ul {
		text-align: center;
	}

	.wrapper .portfolio .portfolio-masonry,
	.wrapper .portfolio .portfolio-masonry2,
	.wrapper .portfolio .inner-portfolio,
	.wrapper .portfolio .inner-portfolio2,
	.wrapper .portfolio .inner-portfolio3 {
		margin-top: 0;
	}

	.wrapper .portfolio .item img {
		width: 100%;
	}

	.wrapper .project-single {
		margin-top: 10px;
	}

	.wrapper .about .about-content .about-clients img {
		margin-top: 20px;
	}

	.wrapper .about {
		margin-top: 20px;
	}

	.wrapper .about .about-content {
		margin-top: 30px;
	}

	.wrapper .about .about-content .about-clients {
		margin-top: 30px;
	}

	.wrapper .about .about-content .about-clients h3 {
		margin-bottom: 0;
	}

	.wrapper .blog {
		margin-top: 20px;
	}

	.wrapper .blog .blog-content .blog-post .blog-info h2 {
		font-size: 20px;
	}

	.wrapper .blog .blog-content .blog-post .blog-info p {
		margin: 15px 0 0 0;
	}

	.wrapper .blog-single blockquote {
		font-size: 16px;
		margin: 20px 0;
	}

	.wrapper .blog-single .comment-form {
		margin-top: 30px;
	}

	.wrapper .blog .sidebar .sidebar-content {
		margin: 30px 0 0 0;
	}

	.wrapper .blog .page-pagination {
		margin-top: 20px;
	}

	.contact {
		margin-top: 20px;
	}

	.contact-info {
		margin-top: 20px;
	}

	.contact .contact-info .recent-posts {
		margin-top: 20px;
	}

	.contact .contact-info .recent-posts ul li img {
		width: 100%;
	}

	footer {
		margin: 30px 0;
	}
}
@media screen and (max-width: 375px){
	.wrapper .page-title h1 {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 22px;
		margin: 0;
	}

	.wrapper .page-title h1 b {
		font-size: 17px;
	}
	.wrapper .portfolio .filters ul {
    		text-align: left;
	}
	.wrapper .portfolio .filters ul li {
		margin: 0 !important;
		font-size: 14px;
	}

	.wrapper .blog .blog-content .blog-post {
		margin-bottom: 30px;
	}

	.wrapper .blog .blog-content .blog-post .blog-info h2 a {
		font-size: 20px;
	}

	.wrapper .blog .blog-content .blog-post .blog-info ul li {
		font-size: 13px;
	}

	.wrapper .blog .blog-content .blog-post .blog-info ul li a {
		font-size: 14px;
	}

	.wrapper .blog-single .comments .comment .comment-content {
		position: relative;
		margin-left: 0;
		margin-top: 100px;
	}
	footer p {
    float: none !important;
    font-size: 14px;
    margin-top: 0;
}
}