@charset "utf-8";

/*
Theme Name:	Romfactor v3.1
Version: 3.0
Description: New, photographic, responsive layout.
Author: Dragos Lupascu
Author URI: http://www.dragoslupascu.ro
*/

/* RESET: http://meyerweb.com/eric/tools/css/reset/ */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, ARTICLE, ASIDE, CANVAS, DETAILS, EMBED, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline }
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION { display:block }
BODY { line-height: 18px }
OL, UL { list-style:none; text-decoration: none; }
BLOCKQUOTE, Q { quotes:none }
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after { content:''; content:none } 
TABLE { border-collapse:collapse; border-spacing:0 }
:focus { outline:0 }
TEXTAREA { resize:none }
IMG { border: none; }
STRONG {
	 
	 font-weight: 700;
}

*, *:before, *:after {  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  box-sizing: border-box;}
*::selection { background-color: #5197b9; color: #FFFFFF; text-shadow: none;}
*::-moz-selection { background-color: #5197b9; color: #FFFFFF; text-shadow: none;}

a {
	
	color: #4985c7;
	text-decoration: none;
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	
}

a:hover {
	
	color: #de0606;
	text-decoration: none;
}

.link-out {
	
	font-size: 19px;
	display: block;
	text-align: center;
	margin-top: 30px;
	
}

p {
	
	margin-bottom: 20px;
}

/* GENERAL */

BODY { 

	background: #fff; 
	text-align: left; 
	font: normal 17px/25px Roboto, sans-serif; 
	font-weight: 300; 
	color: #333333;
	text-rendering: optimizeLegibility;
}

body.over {
	
	overflow: hidden;
}

HEADER, FOOTER {
	
	width: 100%;
	position: relative;
	overflow: hidden;
}

SECTION {
	
	width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}

h1 {
	
	font-size: 92px;
	line-height: 1.2;
}

h2 {
	
	font-size: 48px;
	line-height: 1.1;
}

h3 {
	
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
}

/* @group HOME PAGE */

#logo a {
	
	display: block;
	width: 284px;
	height: 72px;
	position: absolute;
	top: 50px;
	line-height: 1;
}

h2#headline {
	
	font-size: 120px;
	line-height: 0.9;
	font-weight: 700;
	max-width: 620px;
	position: absolute;
	top: 220px;
	color: #000;
}

h3#subline {
	
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	max-width: 450px;
	position: absolute;
	top: 453px;
	color: #fff;
	
}

.header-description {
	
	font-size: 19px;
	line-height: 1.5;
	display: block;
	max-width: 550px;
	position: absolute;
	top: 560px;
	color: #000;
}


header#global section {
	
	height: 973px;
	
}

header#global {
	
	
	background: #000 url(assets/img/bg-global.jpg) no-repeat center center;

}

header#global #topbar section, header#inside #topbar section {
	
	height: auto;
}


.small {
	
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 10000;
	
	
}

.big {


	height: 100%;
	width: 100%;
	top: 0!important;
	background-color:rgba(0, 0, 0, 0.9);
	position: fixed;
	
	
}


.menuu {
	
	display: block;
	width: 32px;
	height: 20px;
	position: absolute;
	top: 85px;
	right: 40px;
	cursor: pointer;
	z-index: 10000;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	
	
}

.menuu span, 
.menuu span:before,
.menuu span:after {
  height: 3px;
  width: 32px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 8px;
  content: '';
  cursor: pointer;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  
}

.menuu span:before {
  top: -8px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  
}

.menuu:hover {
	
	opacity: 0.5;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	
}

.menu-off {
	
	display: block;
	width: 32px;
	height: 24px;
	position: absolute;
	top: 85px;
	right: 40px;
	z-index: 100000;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	
}

.menu-off span  {
  height: 3px;
  width: 32px;
  background: #000;
  position: absolute;
  display: block;
  top: 8px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  
}

.menu-off span:before {
  height: 3px;
  width: 32px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 0;
  content: '';
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  
  cursor: pointer;
  
}

.menu-off span:after {
  height: 3px;
  width: 32px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 0;
  content: '';
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  cursor: pointer;
  
}




.move-down {
	
	border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    display: inline-block;
    font-size: 32px;
    height: 70px;
    left: 50%;
    margin-left: -32px;
    padding: 17px 12px;
    position: absolute;
    text-align: center;
    top: 725px;
    width: 70px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	
}

.move-down svg {
	
	width: 28px;
	height: 38px;
	margin-left: -13px;
	position: absolute;
	-webkit-animation: slideDown 1.1s linear infinite;
			animation: slideDown 1.1s linear infinite;
}

.move-down:hover {
	
	background-color: #000;
	opacity: 0.5;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.move-down:hover svg {
	
	-webkit-animation: none;
			animation: none;
	   -moz-animation: none;
	   position: inherit;
	   margin-top: -16px;
	   transition: all 0.5s ease 0s;
	   -webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	   -o-transition: all 0.5s ease 0s;
}


@keyframes slideDown {
    0% { top: 0px;}
    25% { top: 10px;}
    50% { top:  30px;}
    75% { top:  10px;}
    100% { top: 0px;}
}

@-webkit-keyframes slideDown {
    0% { top: 0px;}
    25% { top: 10px;}
    50% { top:  30px;}
    75% { top:  10px;}
    100% { top: 0px;}
}

#menu-header {
	
	position: absolute;
	    right: 160px;
	    text-align: right;
	    top: 200px;
	    display: none;
}

#menu-header li a {
	
	display: block;
	font-size: 28px;
	margin-bottom: 30px;
}

#menu-header li a:hover {
	
	color: #de0606;
}

#menu-header li.current-menu-item a, #menu-header li.current_page_item a, #menu-header li.current_page_parent a {
	
	color: #fff;
}

#menu-text {
	
	position: absolute;
	left:-60px;
	top: -2px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	display: block;
}

.big #menu-text {
	
	display: none;
}

/* ABOUT */

#about {
	
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 60px 0 100px;
	background-color: #000;
	color: #c0c5c7;
	text-align: center;
}

#about p {
	
	max-width: 860px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.4;
	-moz-osx-font-smoothing: grayscale;
}

#about h2 {
	
	margin-bottom: 40px;
}

#about h2 svg {
	
	width: 140px;
	height: 140px;
}


/* NEWS */


#news {
	
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background-color: #f3f3f3;
	color: #333;
}

#news h2 {
	
	text-align: center;
	margin-bottom: 50px;
}

.articles {
	
	overflow: hidden;
	padding-bottom: 20px;
}

#news article.news {
	
	width: 340px;
	float: left;
	margin-right: 46px;
	background-color: #fff;
	padding: 36px;
	height: 420px;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

#news article.news:hover {
	
	box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.11);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}



#news article.news:last-child {
	
	margin-right: 0;
}

.post-date {
	
	margin-bottom: 30px;
	display: block;
	color: #bdbdbd;
}

.read-more {
	
	position: absolute;
	left: 36px;
	bottom: 30px;
}

/* SERVICES */

#services {
	
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background: #d60000 url(assets/img/bg-global-footer.jpg) no-repeat bottom center;
	color: #fff;
}


#services h2 {
	
	text-align: center;
	margin-bottom: 50px;
}

#services section {
	
	height: 1025px;
	
}	

.services-wrap {
	
	overflow: hidden;
	padding-top: 60px;
}

.services-wrap h3 {
	
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 28px;
}

#left {
	
	width: 50%;
	max-width: 450px;
	float: left;
}

#right {
	
	width: 50%;
	max-width: 450px;
	float: right;
}

#right ul {
	
	margin-top: 30px;
}

#right ul li {
	
	margin-bottom: 24px;
	list-style: circle;
	margin-left: 18px;
	padding-left: 10px;
}


/* FOOTER */

footer {
	
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0 50px;
	background-color: #000;
	color: #d0d0d0;
}

.navs {
	
	overflow: hidden;
	margin-bottom: 60px;
}


.navs nav {
	
	width: 25%;
	max-width: 265px;
	margin-right: 20px;
	float: left;
}

.navs nav:last-child {
	
	margin-right: 0;
}

.navs nav h4 {
	
	text-transform: uppercase;
	margin-bottom: 15px;
}

.navs nav ul li {
	
	margin-bottom: 5px;
}


/* @end */

/* @group Inside page */

/* HEADER */

header#inside {
	
	width: 100%;
	position: relative;
	background: transparent url(assets/img/bg-header-about.jpg) no-repeat top center;
	height: 400px;
}

body.page-id-9 header#inside, body.page-id-15 header#inside {
	
	width: 100%;
	position: relative;
	background: transparent url(assets/img/bg-header-tfs.jpg) no-repeat top center;
	height: 400px;
}

body.single header#inside, body.blog header#inside {
	
	width: 100%;
	position: relative;
	background: transparent url(assets/img/bg-header-media.jpg) no-repeat top center;
	height: 400px;
}

body.page-id-11 header#inside {
	
	width: 100%;
	position: relative;
	background: transparent url(assets/img/bg-header-contact.jpg) no-repeat top center;
	height: 400px;
}

header#inside section {
	
	height: 175px;
}




/* PAGE */

#main-page, #main-single, #main {
	
	margin-top: -150px;
	padding: 0;
	width: 100%;
}

#main-page article, #main-single article {
	
	overflow: hidden;
	padding-bottom: 100px;
}

#main-page article .entry-content, #main, #main-single article .entry-content {
	
	width: 650px;
	float: left;
	text-align: left!important;
}

#main-page article header {
	
	margin-bottom: 130px;
	color: #fff;
}

#main-page article h2 {
	
	margin-bottom: 20px;
}

#main-page article p, #main-single article p {
	
	font-size: 18px;
	line-height: 1.6;
}

#main-page article img, #main-single article img {
	
	width: 100%;
	height: auto;
}

#main-page article .entry-content ul {
	
	margin: 20px 0 40px;
}

#main-page article .entry-content ul li {
	
	margin-bottom: 20px;
	padding-left: 0px;
	margin-left: 30px;
	
}

#main-page article .entry-content ul li:before {
	
	content:"\f058";
	font-family: FontAwesome;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: normal;
	float: left;	
}

/* @end */

/* @group SINGLE */

#main {
	
	min-height: 800px;
}


#main article {
	
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}

#main h2.entry-title {
	
	font-size: 28px;
	line-height: 1.3;
}


#main-single h1 {
	
	font-size: 56px;
	line-height: 1.1;
}

h2.news-title {
	
	font-size: 92px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 120px;
}

/* SIDEBAR */


#side {
	
	width: 360px;
	min-height: 200px;
	margin-top: 80px;
	float: right;
}

#side ul li a {
	
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}


body.page-id-11 #side, article.post-single #side {
	
	margin-top: 0;
}

body.page-id-11 #side ul li a {
	
	border: none;
	padding: 10px 0;
}



/* @end */

/* @group CONTACT FORM */


#ninja_forms_form_2_cont {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
#ninja_forms_form_2_response_msg p {
    text-align: center;
}
#ninja_forms_form_2_response_msg p a {
    display: block;
    margin-top: 30px;
}
div#ninja_forms_form_2_wrap input {
    border: 1px solid #d1dfe8;
    border-radius: 4px;
    color: #a2a4a9;
    font-family: "Roboto",sans-serif;
    font-size: 0.875em;
    padding: 14px 10px 12px;
    transition: all 200ms ease 0s;
}
div#ninja_forms_form_2_wrap input:hover, div#ninja_forms_form_2_wrap textarea:hover {
    box-shadow: 0 1px 2px 0 rgba(225, 225, 225, 1) inset;
}
div#ninja_forms_form_2_wrap input:focus, div#ninja_forms_form_2_wrap textarea:focus {
    border: 1px solid #bcc9d3;
    box-shadow: 0 1px 2px 0 rgba(225, 225, 225, 0.5) inset;
    color: #59607b;
}
div#ninja_forms_form_2_wrap textarea {
    border: 1px solid #d1dfe8;
    border-radius: 4px;
    color: #a2a4a9;
    font-family: "Roboto",sans-serif;
    font-size: 0.875em;
    padding: 16px 10px 12px;
    transition: all 200ms ease 0s;
}
div#ninja_forms_form_2_wrap input[type="submit"] {
    background-color: #4985c7;
    border: 1px solid #4985c7;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.813em;
    font-weight: 400;
    height: auto;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
div#ninja_forms_form_2_wrap input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #4985c7;
    color: #4985c7;
    text-decoration: none;
}
.ninja-forms-field-error {
    color: #dc1f26 !important;
}

/* @end */

/* @group RESPONSIVE */


@media screen and (min-width:980px) and (max-width:1199px) {

SECTION {
	
	width: 980px;
}

header#global {
	
	
	background: #000 url(assets/img/bg-global-1200.jpg) no-repeat center center;

}

#services {
	
	background: #d60000 url(assets/img/bg-global-footer-1200.jpg) no-repeat bottom center;
}

h2#headline {
	
	font-size: 114px;
}

.header-description {
	
	font-size: 18px;
	top: 545px;
}

.move-down {
	
	top: 680px;
}

#about {
	
	padding: 0 0 80px 0;
}

#about p {
	
	font-size: 21px;
}

#news {
	
	padding: 80px 0;
}

#news article.news {
	
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	padding: 28px;
}


#news article.news .entry-content {
	
	display: none;
}

#left, #right {
	
	width: 42%;
}

.services-wrap {
	
	padding-top: 20px;
}

footer {
	
	padding-top: 60px;
}

.navs nav {
	
	width: 23%;
}

header#inside, body.single header#inside, body.blog header#inside, body.page-id-9 header#inside, body.page-id-15 header#inside, body.page-id-11 header#inside {
	
	height: 330px;
}

#main-page, #main-single, #main {
	
	margin-top: -125px;
}

h1, h2.news-title {
	
	font-size: 76px;
}

#main-page article .entry-content, #main-single article .entry-content {
	
	width: 540px;
}

#main {
	
	width: 100%;
	min-height: 10px;
	padding-bottom: 60px;
}

#side {
	
	width: 320px;
}

}

/* STEP ONE */

@media screen and (min-width:680px) and (max-width:979px) {

SECTION {
	
	width: 680px;
}

header#global {
	
	
	background: #000 url(assets/img/bg-global-1200.jpg) no-repeat center center;

}

#services {
	
	background: #d60000 url(assets/img/bg-global-footer-1200.jpg) no-repeat bottom center;
}

h2#headline {
	
	font-size: 94px;
	max-width: 480px;
}

h3#subline {
	
	top: 412px;
	font-size: 26px;
}

.header-description {
	
	font-size: 17px;
	top: 490px;
	width: 400px;
}

.move-down {
	
	top: 680px;
}

#about {
	
	padding: 0 0 80px 0;
}

#about p {
	
	font-size: 21px;
}

#news {
	
	padding: 80px 0;
}

#news article.news {
	
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	padding: 28px;
}


#news article.news .entry-content {
	
	display: none;
}

#left, #right {
	
	width: 42%;
}

.services-wrap {
	
	padding-top: 20px;
}

footer {
	
	padding-top: 60px;
}

.navs nav {
	
	display: none;
}

#main-single h1 {
	
	font-size: 38px;
	line-height: 1.2;
}

header#inside, body.single header#inside, body.blog header#inside, body.page-id-9 header#inside, body.page-id-15 header#inside, body.page-id-11 header#inside {
	
	height: 330px;
}

#main-page, #main-single, #main {
	
	margin-top: -114px;
}

h1, h2.news-title {
	
	font-size: 54px;
}

#main-page article .entry-content, #main-single article .entry-content {
	
	width: 540px;
}

#main {
	
	width: 100%;
	min-height: 10px;
	padding-bottom: 60px;
}

#side {
	
	display: none;
}

}


/* STEP TWO */

@media screen and (min-width:480px) and (max-width:679px) {

#menu-header {
	
	right: 110px;
}

SECTION {
	
	width: 480px;
}

#logo a {
	
	top: 62px;
	width: 224px;
	height: auto;
}

header#global {
	
	
	background: #000 url(assets/img/bg-global-1200.jpg) no-repeat center center;

}

#services {
	
	background: #d60000 url(assets/img/bg-global-footer-1200.jpg) no-repeat bottom center;
}

h2#headline {
	
	font-size: 82px;
	max-width: 480px;
}

h3#subline {
	
	top: 395px;
	font-size: 21px;
	width: 355px;
}

.header-description {
	
	font-size: 17px;
	top: 472px;
	width: 300px;
}

.move-down {
	
	top: 680px;
}

#about {
	
	padding: 0 0 80px 0;
}

#about p {
	
	font-size: 19px;
}

#news {
	
	padding: 80px 0;
}

#news article.news {
	
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	padding: 24px;
}

h3.news-title {
	
	font-size: 21px;
}


#news article.news .entry-content {
	
	display: none;
}

#left, #right {
	
	width: 100%;
	float: left;
}

#right {
	
	margin-top: 40px;
}

.services-wrap {
	
	padding-top: 20px;
}

footer {
	
	padding-top: 60px;
}

.navs nav {
	
	display: none;
}

#main-single h1 {
	
	font-size: 38px;
	line-height: 1.2;
}

header#inside, body.single header#inside, body.blog header#inside, body.page-id-9 header#inside, body.page-id-15 header#inside, body.page-id-11 header#inside {
	
	height: 280px;
}

#main-page article header {
	
	margin-bottom: 90px;
}

#main-page, #main-single, #main {
	
	margin-top: -90px;
}

h1, h2.news-title {
	
	font-size: 38px;
}

#main-page article .entry-content, #main-single article .entry-content {
	
	width: 100%;
}

#main {
	
	width: 100%;
	min-height: 10px;
	padding-bottom: 60px;
}

#side {
	
	display: none;
}

}

@media screen and (max-width:479px) {

#menu-header {
	
	right: 0;
	width: 100%;
	text-align: center;
	top: 125px;
}

#menu-header li a {
	
	font-size: 24px;
	margin-bottom: 26px;
}

SECTION {
	
	width: 100%;
	padding: 0 20px;
}

#logo a {
	
	top: 36px;
	width: 190px;
	height: auto;
}

.menuu {
	
	top: 55px;
}

#menu-text {
	
	display: none;
}

header#global {
	
	
	background: #000 url(assets/img/bg-global-600.jpg) no-repeat center center;

}

#services {
	
	background: #d60000 url(assets/img/bg-global-footer-600.jpg) no-repeat bottom center;
}

header#global section {
	
	height: 780px;
}

h2#headline {
	
	font-size: 58px;
	top: 140px;
}

h3#subline {
	
	top: 266px;
	font-size: 21px;
	width: 90%;
}

.header-description {
	
	font-size: 17px;
	top: 345px;
	width: 85%;
}

.move-down {
	
	top: 580px;
}

#about {
	
	padding: 0 0 80px 0;
}

#about p {
	
	font-size: 19px;
}

#news {
	
	padding: 60px 0;
}

#news article.news {
	
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	padding: 24px;
}

h3.news-title {
	
	font-size: 21px;
}


#news article.news .entry-content {
	
	display: none;
}

#services {
	
	padding: 60px 0;
}

#left, #right {
	
	width: 100%;
	float: left;
	padding: 0 10px;
}

#right {
	
	margin-top: 40px;
}

#services section {
	
	height: 1220px;
}

.services-wrap {
	
	padding-top: 20px;
}

footer {
	
	padding-top: 60px;
}

.navs nav {
	
	display: none;
}

#main-single h1 {
	
	font-size: 26px;
	line-height: 1.3;
}

header#inside, body.single header#inside, body.blog header#inside, body.page-id-9 header#inside, body.page-id-15 header#inside, body.page-id-11 header#inside {
	
	height: 200px;
}

#main-page article header {
	
	margin-bottom: 90px;
}

#main-page, #main-single, #main {
	
	margin-top: -70px;
}

h1, h2.news-title {
	
	font-size: 25px;
}

h2 {
	
	font-size: 36px;
}

#main-page article .entry-content ul li {
	
	margin-left: 0;
}

#main-page article .entry-content ul {
	
	margin: 0;
}

h2.news-title {
	
	margin-bottom: 86px;
}

#main h2.entry-title {
	
	font-size: 24px;
}

#main-page article .entry-content, #main-single article .entry-content {
	
	width: 100%;
}

#main {
	
	width: 100%;
	min-height: 10px;
	padding-bottom: 60px;
}

#side {
	
	display: none;
}

}




/* @end */