@charset "UTF-8";
/* CSS Document */
@import url("fontello/css/fontello.css");

/* ------------------------------------------------------------------ */
/* a. General and Common Styles
/* ------------------------------------------------------------------ */
html, body, div, span, object, iframe, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}

html { height:100%; }

body { 
	background: #fff;height:100%; 
	font-family: "ＭＳ Ｐゴシック","MS PGothic", Verdena;
	font-size: 14px;
	color: #666;
}
*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

a, a:visited {
   text-decoration: none;
   outline: 0;
   color: #666;
}

a:hover {
	color: #339933;
}

h1, h2 {
	font-size: 20px;
	font-weight: bold;
}

#content {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.left { float:left; }
.right { float:right; }
img,
video,
iframe,
embed,
object {
   max-width: 100%;
   height: auto;
}
/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
   height: 95px;
   width: 100%;
   max-width: 1200px;
   background: #fff;
   margin: 0 AUTO;
   z-index: 990;
}

/* header logo */
header .logo {
   margin: 30px 0 0;
   float: left;
   width: auto; 
   z-index: 991; 

   /* add position relative since z-index only applies to  
   elements that have been given an explicit position */
   position: relative; 
}
/*header .right {
	float:right;
	width: 30%;
}*/
header .info {
	margin: 0 30px;
	float: left;
	width: auto;
	z-index: 99;
}
header .info:after {
	clear: both;
}
header .flag {
	float: left;
	margin-top:40px;
	display:block;
}
@media only screen and (max-width: 767px) {
	header .info {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	header .logo {
   		margin: 5px 0;
	}
	header .flag {
		float: left;
		margin-top:-5px;
		height: 20px;
	}
}
/* ------------------------------------------------------------------ */
/* C. About Us
/* ------------------------------------------------------------------ */
#about {
   background: #fff;
   padding-top: 45px;
   padding-bottom: 45px;
   overflow: hidden;
   width:100%;
}
#about:after { clear:: both; }
#about li {
	list-style: none;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 0 5px 15px;
	margin-left: 5px;
}
.lightbox { display:none; }
.lightbox li {
		list-style-type: armenian;
		padding: 10px;
}

/* ------------------------------------------------------------------ */
/* d. Self-intro
--------------------------------------------------------------------- */
#self-intro {
   background: #fff;
   padding-top: 45px;
   padding-bottom: 45px;
   overflow: hidden;
}
#self-intro:after { clear:: both; }

/* ------------------------------------------------------------------ */
/* e. Tax
--------------------------------------------------------------------- */
#tax {
   background: #fff;
   padding-top: 45px;
   padding-bottom: 45px;
   overflow: hidden;
}
#tax li {
	list-style-type:disc;
	padding: 5px 0 5px 5px;
	margin-left: 17px;
}	
#tax:after { clear:: both; }

/* ------------------------------------------------------------------ */
/* f. Accounting
--------------------------------------------------------------------- */
#accounting {
   background: #fff;
   padding-top: 45px;
   padding-bottom: 45px;
   overflow: hidden;
}
#accounting li {
	list-style-type:disc;
	padding: 5px 0 5px 5px;
	margin-left: 17px;
}	
#accounting:after { clear:: both; }

/* ------------------------------------------------------------------ */
/* g. Map
--------------------------------------------------------------------- */
#map {
   background: #fff;
   padding-top: 45px;
   padding-bottom: 45px;
   overflow: hidden;
}
#map:after { clear:: both; }

/* ------------------------------------------------------------------ */
/* h. Contact Section
/* ------------------------------------------------------------------ */
form {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
form input[type="text"],
form input[type="email"],
form select,
form textarea {
   -moz-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
   appearance: none;
   -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
   transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
   display: block;
   width: 100%;
   padding: 0.65em 0.75em;
   background: none;
   border: solid 2px rgba(185, 186, 187, 0.25);
   color: inherit;
   border-radius: 0.5em;
   outline: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form select:focus,
form textarea:focus {
	border-color: #9ac8e9;
}

form input[type="text"],
form input[type="email"] {
	line-height: 1.35em;
}

form select {
	line-height: 1.35em;
}

form textarea {
	min-height: 8em;
}

form .formerize-placeholder,
form ::-webkit-input-placeholder,
form :-moz-placeholder,
form ::-moz-placeholder,
form :-ms-input-placeholder {
	color: rgba(145, 146, 147, 0.85) !important;
}

form ::-moz-focus-inner {
	border: 0;
}
#contact {
   background: #339933;
   padding-top: 55px;
   padding-bottom: 55px;
   overflow: hidden;
   text-align: center;
}
#contact:after { clear:: both; }
#contact form span {
	display: inline-block;
	position: absolute;
	top: -4px;
	left:5px;
    color: #ffffff;
    font-size: 10px;
    text-align:center;
    line-height: 100%;
    background-color: #0f9095;
    border-radius: 3px;
    padding: 2px;
	margin-bottom: 10px;
    white-space: nowrap;
}
#contact h2 {
	margin:-20px 0 20px 0;
	color: #fff;
}
#contact .box {
			-moz-transition: all 1s ease;
			-webkit-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			-moz-transform: translateZ(0);
			-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
			transform: translateZ(0);
			position: relative;
			bottom: 0;
}
input[type="submit"],
.button,
button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background-color: #0f9095;
		border: 0;
		border-radius: 0.5em;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
}

input[type="submit"].down,
.button.down,
button.down {
		width: 5em;
		height: 5em;
		line-height: 4.5em;
		padding: 0;
		background-image: url("images/dark-arrow.svg");
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -10em;
		overflow: hidden;
}

input[type="submit"].down.anchored,
.button.down.anchored,
button.down.anchored {
		bottom: 0;
		border-bottom: 0;
		border-radius: 3em 3em 0 0;
		height: 4.5em;
		margin-left: -2.5em;
}

input[type="submit"].anchored,
.button.anchored,
button.anchored {
		position: absolute;
		left: 50%;
}

input[type="submit"]:hover,
.button:hover,
button:hover {
		background-color: #666;
}
input[type="submit"]:active,
.button:active,
button:active {
		background-color: #0f9095;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
   padding: 25px 0;
   color: #fff;
   font-size: 13px;
   line-height: 24px;
   position: relative;  
   background: #003300; 
}

footer a, footer a:visited { color: #fff; }
footer a:hover, footer a:focus { color: #0A6567; }

footer .info { padding-right: 90px; }
/* Go To Top Button */
#go-top {
	position: absolute;
	top: -35px;
   left: 50%;
   margin-left: -30px;
   text-align: center;
   z-index: 889;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background: #0F9095;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background: #333; }
@media only screen and (max-width: 767px) {
	#go-top { display: none; }
}
	

/* ------------------------------------------------------------------ */
/* j. Grid
--------------------------------------------------------------------- */

.row {
   width: 96%;
   max-width: 1008px;
   margin: 0 auto;
}
/* fixed width for IE8 */
.ie .row { width: 1000px ; }

.narrow .row { max-width: 980px; }

.row .row { width: auto; max-width: none; margin: 0 -18px; }

/* row clearing */
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.column, .columns {
   position: relative;
   padding: 0 18px;
   min-height: 1px;
   float: left;
}
.column.centered, .columns.centered  {
    float: none;
    margin: 0 auto;
}

/* removed gutters */
.row.collapsed > .column,
.row.collapsed > .columns,
.column.collapsed, .columns.collapsed  { padding: 0; }

[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: right; }

/* column widths */
.row .one         { width: 8.33333%; }
.row .two         { width: 16.66667%; }
.row .three       { width: 25%; }
.row .four        { width: 33.33333%; }
.row .five        { width: 41.66667%; }
.row .six         { width: 50%; }
.row .seven       { width: 58.33333%; }
.row .eight       { width: 66.66667%; }
.row .nine        { width: 75%; }
.row .ten         { width: 83.33333%; }
.row .eleven      { width: 91.66667%; }
.row .twelve      { width: 100%; }

/* Offsets */
.row .offset-1    { margin-left: 8.33333%; }
.row .offset-2    { margin-left: 16.66667%; }
.row .offset-3    { margin-left: 25%; }
.row .offset-4    { margin-left: 33.33333%; }
.row .offset-5    { margin-left: 41.66667%; }
.row .offset-6    { margin-left: 50%; }
.row .offset-7    { margin-left: 58.33333%; }
.row .offset-8    { margin-left: 66.66667%; }
.row .offset-9    { margin-left: 75%; }
.row .offset-10   { margin-left: 83.33333%; }
.row .offset-11   { margin-left: 91.66667%; }

/* Push/Pull */
.row .push-1      { left: 8.33333%; }
.row .pull-1      { right: 8.33333%; }
.row .push-2      { left: 16.66667%; 	}
.row .pull-2      { right: 16.66667%; }
.row .push-3      { left: 25%; }
.row .pull-3      { right: 25%;	}
.row .push-4      { left: 33.33333%; }
.row .pull-4      { right: 33.33333%; }
.row .push-5      { left: 41.66667%; }
.row .pull-5      { right: 41.66667%; }
.row .push-6      { left: 50%; }
.row .pull-6      { right: 50%; }
.row .push-7      { left: 58.33333%; }
.row .pull-7      { right: 58.33333%; }
.row .push-8      { left: 66.66667%; 	}
.row .pull-8      { right: 66.66667%; }
.row .push-9      { left: 75%; }
.row .pull-9      { right: 75%; }
.row .push-10     { left: 83.33333%; }
.row .pull-10     { right: 83.33333%; }
.row .push-11     { left: 91.66667%; }
.row .pull-11     { right: 91.66667%; }

/* block grids
--------------------------------------------------------------------- */
.bgrid-sixths [class*="column"]   { width: 16.66667%; }
.bgrid-quarters [class*="column"] { width: 25%; }
.bgrid-thirds [class*="column"]   { width: 33.33333%; }
.bgrid-halves [class*="column"]   { width: 50%; }

[class*="bgrid"] [class*="column"] + [class*="column"]:last-child { float: left; }

/* Left clearing for block grid columns - columns that changes width in
different screen sizes. Allows columns with different heights to align
properly.
--------------------------------------------------------------------- */
.first { clear: left; }   /* first column in default screen */
.s-first { clear: none; } /* first column in smaller screens */

/* smaller screens
--------------------------------------------------------------- */
@media only screen and (max-width: 900px) {

   /* block grids on small screens */
   .s-bgrid-sixths [class*="column"]   { width: 16.66667%; }
   .s-bgrid-quarters [class*="column"] { width: 25%; }
   .s-bgrid-thirds [class*="column"]   { width: 33.33333%; }
   .s-bgrid-halves [class*="column"]   { width: 50%; }

   /* block grids left clearing */
   .first { clear: none; }
   .s-first { clear: left; }

}

/* screenwidth less than 768px - mobile/smaller tablets
--------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

   .row {
	   width: 480px;
	   margin: 0 auto;
      padding: 0;
	}
   .column, .columns {
	   width: auto !important;      
	   float: none;
	   margin-left: 0;
	   margin-right: 0;
      padding: 0 30px;
   }
   .row .row { width: auto; max-width: none; margin: 0 -30px; }

   [class*="column"] + [class*="column"]:last-child { float: none; }
   [class*="bgrid"] [class*="column"] + [class*="column"]:last-child { float: none; }

   /* Offsets */
   .row .offset-1    { margin-left: 0%; }
   .row .offset-2    { margin-left: 0%; }
   .row .offset-3    { margin-left: 0%; }
   .row .offset-4    { margin-left: 0%; }
   .row .offset-5    { margin-left: 0%; }
   .row .offset-6    { margin-left: 0%; }
   .row .offset-7    { margin-left: 0%; }
   .row .offset-8    { margin-left: 0%; }
   .row .offset-9    { margin-left: 0%; }
   .row .offset-10   { margin-left: 0%; }
   .row .offset-11   { margin-left: 0%; }
}

/* screenwidth less than or equal 480px - mobile wide
--------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

   .row { width: auto; }

}

/* larger screens
--------------------------------------------------------------- */
@media screen and (min-width: 1200px) {

   .wide .row { max-width: 1180px; }

}