@import url(https://fonts.googleapis.com/earlyaccess/notosansarmenian.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700);
* {margin:0; padding:0; list-style:none;}
body {
margin:0;
padding:0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-style:normal;
font-size:14px;
font-weight:normal;
background: #ededed;
}
/*reset*/
#pagewrap {
width: 100%;
margin: 0 auto;
}
#content {
width: 96%;
padding: 1% 1% 0 1%;
margin: auto;
}
#slider{
position:relative;
}
a[href$='.pdf'] {
float:left;
background: transparent url(/img/pdf.gif) center left no-repeat;
padding-left: 20px;
margin-bottom:15px;
margin-right:15px;
display:inline-block;
}
.centered{
text-align:center;
}
.icentered{
display:block;
margin:0 auto;
}
.post {
color:#333;
font-size:14px;
text-align:justify;
}
.post-title {
font-weight:normal;
background: #fbfbfb none repeat scroll 0 0;
border-left: 3px solid #FF3B13;
box-shadow: 0 7px 6px -6px #ccc;
box-sizing: border-box;
color: #FF3B13;
font-size: 15px;
height: auto;
line-height: 30px;
margin-bottom: 18px;
padding-left: 10px;
text-shadow: 1px 1px 1px #fff;
width: 100%;
}
.post-title a {
text-decoration: none;
color: #ccc;
height: auto;
}
.pannel_item {
background: rgba(255, 255, 255, 0.2);
margin: 0 0 10px;
padding: 10px 18px;
box-shadow: 0 9px 8px -5px rgba(100,100,100, 0.5);
font-size:14px;
color:#888;
}
.pannel_title {
background: #FF3B13;
border-bottom:2px solid #901100;
color:#fff;
padding:5px 8px;
font-weight:bold;
}
#search {
margin-top:30px;
background:#7FBB42;
border-top:1px solid #6B9E38;
color: #fff;
padding:8px 0;
height:30px;
text-align:center;
margin-top:38px;
}
#footer {
position:relative;
background:#29A7FA;
color: #888;
padding:15px 18px;
min-height:150px;
text-align:center;
font-size:14px;
}
#footer a{
color:#fff;
}
/*construction*/
/*menu*/
.wrapper {
margin: 0 auto;
padding: 1px 2em;
height:auto;
}
header {
border-bottom:5px solid #89CBFD;
background: -moz-linear-gradient(top,  rgba(202,227,242,1) 0%, rgba(202,227,242,0.68) 100%);
background: -webkit-linear-gradient(top,  rgba(202,227,242,1) 0%,rgba(202,227,242,0.68) 100%);
background: linear-gradient(to bottom,  rgba(202,227,242,1) 0%,rgba(202,227,242, 0.68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#d6444444',GradientType=0 );
position:fixed;
width:100%;
z-index:9999;
-webkit-box-shadow: 0px 15px 46px -4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 15px 46px -4px rgba(0,0,0,0.5);
box-shadow: 0px 15px 46px -4px rgba(0,0,0,0.5);
}
header:after {
content: " ";
display: table;
clear: both;
}
.brand {
float: left;
height: 80px;
}
.brand img {
width:100%;
max-width:450px;
}
.rm-nav {
letter-spacing: 1px;
}
.rm-toggle.rm-button {
margin-top: 25px;
}
.rm-css-animate.rm-menu-expanded {
max-height: none;
display: block;
}
.rm-container.rm-layout-expanded {
float: left;
}
.rm-nav li a,
.rm-top-menu a {
padding: .75rem 1rem;
font-size: .9em;
line-height: 1.5rem;
text-transform: uppercase;
//font-weight:bold;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
height: 80px;
line-height: 80px;
}
/*menu*/
/*media queries*/
		@media screen and (max-width: 1100px) {
.brand {
width:75%;
}
}
		@media screen and (min-width : 850px) and (max-width : 1049px) {
.text-content h2{
font-size:14px;
}
.text-content p{
font-size:12px;
}
#content {
width: 95%;
padding: 1% 1% 0 1%;
}
}
		@media screen and (max-width: 849px) {
.text-content{
display:none;
}
#header {
height: auto;
}
#content {
width: auto;
float: none;
margin: 0;
}
}

		@media screen and (max-width: 420px) {
.brand{
width: 65%;
}
}
/*media queries*/
/*pageing*/
.container {
position:relative;
width: 100%;
height:35px;
margin: 0 auto;
margin-bottom:8px;
}
.lt {
padding-top:7px;
text-align:left;
height:25px;
width: 20%;
float:left;
}
.middle {
padding-top:7px;
text-align:center;
height:25px;
width: 60%;
float:left;
}
.rt {
padding-top:7px;
text-align:right;
float:left;
height:25px;
width: 20%;
}
.pageing {
-moz-box-shadow: 0px 8px 12px -7px #c4c4c4;
-webkit-box-shadow: 0px 8px 12px -7px #c4c4c4;
box-shadow: 0px 8px 12px -7px #c4c4c4;
background-color:#ededed;
border:1px solid #d9d9d9;
display:inline-block;
cursor:pointer;
color:#777;
font-size:14px;
padding:8px 16px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;
}
.pageing:hover {
background-color:#dfdfdf;
}
.pageing:active {
position:relative;
top:1px;
}
.pageingc {
-moz-box-shadow: 0px 8px 12px -7px #9c9c9c;
-webkit-box-shadow: 0px 8px 12px -7px #9c9c9c;
box-shadow: 0px 8px 12px -7px #9c9c9c;
background-color:#ebebeb;
border:1px solid #c4c4c4;
display:inline-block;
cursor:pointer;
color:#777777;
font-family:Arial;
font-size:14px;
padding:8px 16px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;
}
/*pageing*/
/*general*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.hr{
border: 0; 
border-bottom: 1px dashed #bbb; 
background: #fff; 
margin:8px 0;
}
.hrsh {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #999 inset;
}
.infl {
font-size:15px;
color:#735590;
width:250px;
height:30px;
background:#fbfbfb;
line-height:30px;
text-shadow:1px 1px 1px #fff;
border-left:3px solid #735590;
padding-left:10px;
box-shadow: 0px 7px 6px -6px #ccc;
text-transform: uppercase;
}
.inf span{
font-size:14px;
color:#fff;
letter-spacing:2px;
}
.inf p{
font-size:14px;
color:#ededed;
line-height:18px;
}
.infg {
font-size:14px;
color:#555;
text-shadow: 1px 1px 1px #fff;
}
.lightright {
padding-top:10px;
font-size:12px;
color:#888;
text-shadow: 1px 1px 1px #fff;
float:right;
}
.headings {
font-size:14px;
color:#1C3647;
text-shadow: 1px 1px 1px #fff;
text-align:right;
margin-bottom:8px;
}
.articles{
color:#000;
font-size:13px;
}
.article{
color:#000;
font-size:14px;
padding:1%;
}
.drop-shadow{
width:100%;
min-height:15px;
-webkit-box-shadow: 0px 12px 39px -3px rgba(0,0,0,0.88);
-moz-box-shadow: 0px 12px 39px -3px rgba(0,0,0,0.88);
box-shadow: 0px 12px 39px -3px rgba(0,0,0,0.88);
}
.idsh {
padding: 0.7%;
margin: 0.5%;
border: solid 1px #ccc;
}
a:hover img.idsh {
border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 7px #999;
-webkit-box-shadow: 1px 1px 7px #999;
box-shadow: 1px 1px 7px #999;
}
.idsh:hover {
border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 7px #999;
-webkit-box-shadow: 1px 1px 7px #999;
box-shadow: 1px 1px 7px #999;
}
.dim{
opacity: 0.6;
}
.dim:hover{
opacity: 1;
transition: opacity .75s ease-in-out;
-moz-transition: opacity .75s ease-in-out;
-webkit-transition: opacity .75s ease-in-out;
}
.cntro{
margin:0 auto;
width:98%;
background-size:cover;
}
.cinfo{
float:left;
width:38%;
color:#218FC5;
padding:1% 0;
text-align:left;
}
.cinfo i {
color:#7FBB42;
}
.form{
float:left;
width:60%;
margin-right:2%;
}
/*Modal*/
.modal {
display: none;
position: fixed;
z-index: 888;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-content {
background-color: rgba(255, 255, 255, 0.88);
margin: auto;
padding: 10px 20px;
border: 1px solid #888;
width: 50%;
}
.close {
color: #555;
float: right;
font-size: 28px;
margin-bottom:18px;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/*Modal*/
#frmContact {padding:10px;}
#frmContact div{margin-bottom: 15px}
#frmContact div label{padding-bottom: 18px;color:#555;}
.rev{color:#7fbb42;font-size:22px;text-align:center;text-shadow:1px 1px 1px #fff;}
.e{background-color: #d3212d;border:#9a1822 1px solid;padding: 5px 10px;color: #fff;display:block;}
.s{background-color: #7fbb42;border:#5c8930 1px solid;padding: 5px 10px;color: #fff;display:block;}
.btnAction{background-color:#7fbb42;padding:10px 30px;color:#FFF;border:#5c8930 1px solid;font-size:16px;}
.rwv{
position:fixed;
z-index:888;
width:210px;
right:-98px;
top:250px;
background-color: rgba(127, 187, 66, 0.5);
padding:8px;
border:1px solid #fff;
text-align:center;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rwv a:link, .rwv a:visited{
text-transform:uppercase;
letter-spacing:1px;
font-size:14px;	
color:#fff;
}
@media screen and (max-width: 560px) {
.cinfo{
color:#000;
width:auto;
float: none;
clear:both;
margin-top:2%;
}
.form{
color:#000;
width: 100%;
margin: 0;
float: none;
}
}
fieldset {
border:0;
}
legend {
font-size:14px;
text-align:left;
color:#000;
margin-bottom:5px;
margin-top:5px;
}
a:link, a:visited  { 
color: #2089C1; 
text-decoration: none; 
-webkit-transition: all 500ms ease; 
-moz-transition: all 500ms ease; 
-o-transition: all 500ms ease; 
transition: all 500ms ease; 
}
a:hover { 
color:#7FBB42; 
}
.load_more, .animation_image{
display:block;
margin:0 auto;
text-align:center;
width:30%;
}
.errorBlock{
width:70%;
margin:0 auto;
margin-bottom:8px;
font-weight:bold;
background:red;
padding:8px;
color:#fff;
text-align:center;
border:1px solid #fff;
}
.rError{
color:red;
}
.rSuccess{
color:green;
}
input[type="text"]:focus,
textarea:focus
{
border-color: #888;
background:#fff;
}
.textbox {
background: white;
border: 1px solid #999;
box-shadow: 0 0 5px #ccc inset;
color: #666;
float: left;
padding: 5px 10px;
width: 100%;
outline: none;
background-color:#f8f8f8;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height:40px;
font-size:20px;
margin-bottom:8px;
}
.tbox {
background: white;
border: 1px solid #999;
box-shadow: 0 0 5px #ccc inset;
color: #666;
float: left;
padding: 5px 10px;
width: 100%;
outline: none;
background-color:#f8f8f8;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size:14px;
margin-bottom:5px;
}
a img {border: none;}
#fbresponse, #sbresponse{
margin-top:18px;
font-size:14px;
text-align:left;
}
.nofollow{
cursor:pointer;
}
/*general*/
/*table*/
table.ms {
margin:0 auto;
color:#888;
border-width: 1px;
border-color: #ccc;
border-collapse: collapse;
}
table.ms th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #ccc;
text-align:center;
}
table.ms td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #ccc;
text-align:center;
}
table.ms tr:nth-child(even) {
background: #fff;
}
table.ms tr:nth-child(odd) {
background: #eee;
}
/*table*/
/*search*/
.searchbox {
border:1px solid #6B9E38;
padding:5px 0;
text-align:center;
background:#fff;
}
::-webkit-input-placeholder {
color: #555;
}
:-moz-placeholder { /* Firefox 18- */
color: #555; 
}
::-moz-placeholder {  /* Firefox 19+ */
color: #555;
}
:-ms-input-placeholder {  
color: #555;
}
/*search*/
.gmap{
width:98%;
height:380px;
margin:0 auto;
margin-bottom:18px;
box-shadow: 0px 7px 10px -6px #999;
}
.wow {
visibility: hidden;
}
.undlw > a:after {
clear: both;
display: block;
content: "";
position: relative;
width: 0;
left: 50%;
height: 2px;
margin-top: 5px;
background: #555;
-moz-transition: width 0.5s, left 0.5s;
-o-transition: width 0.5s, left 0.5s;
-webkit-transition: width 0.5s, left 0.5s;
transition: width 0.5s, left 0.5s;
}
.undlw > a:hover::after{
width: 100%;
left: 0;
}
#webmaster a{
position:absolute;
width:50%;
text-align:center;
left:0;
right:0;
bottom:8px;
color:#fff;
display:block;
margin:0 auto;
}
a.back-to-top {
display: none;
width: 40px;
height: 40px;
text-indent: -9999px;
position: fixed;
z-index:8;
right: 20px;
bottom: 50px;
background: #7FBB42 url("/img/up-arrow.png") no-repeat center 43%;
border:1px solid #fff;
z-index:89;
}
a:hover.back-to-top {
background-color:#3CA7DF;
}
/* testimonial */
.testimonial{
    margin:0 10px;
    position:relative;
}
.testimonial .testimonial-review{
    overflow: hidden;
    margin-bottom:25px;
    border-bottom:3px solid #7fbb42;
    padding-bottom:36px;
    position:relative;
}
.testimonial .testimonial-review:after{
    content: "";
    border-bottom: 20px solid #7fbb42;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: 14%;
    color: #aaa;
    font-size: 20px;
}
.testimonial .pic{
    float: left;
}
.testimonial .pic img{
    width:100%;
    height: auto;
    //border-radius:10px;
}
.testimonial .testimonial-title{
    color: #2292ce;
    display: inline-block;
    font-size:19px;
    margin:40px 15px 15px;
    font-weight:bold;
    text-transform: uppercase;
}
.testimonial .testimonial-title > small{
    color:#7fbb42;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.testimonial .description{
    color:#555;
    text-align:left;
    font-size: 16px;
    line-height:24px;
    margin-top:10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
    float: left;
}
.owl-theme .owl-controls .owl-page span{
    background: #3e3e3e;
    display: block;
    height: 8px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #2292ce;
}
@media screen and (max-width: 480px) {
    .testimonial .testimonial-title{
        font-size:13px;
        margin: 40px 10px 10px;
    }
}
/* testimonial */
.back{
font-size:30px;
text-align:center;
font-weight:bold;
}
.text1{
width:100%;
padding:1%;
text-align:center;
color: #218FC5;
font-size:36px;
text-transform:uppercase;
letter-spacing:2px;
margin-bottom:18px;
}
.text2{
width:100%;
padding:1%;
text-align:center;
color: #218FC5;
font-size:28px;
text-transform:uppercase;
letter-spacing:2px;
margin-top:25px;
margin-bottom:18px;
//font-family: 'Playfair Display SC', sans-serif;
}
.centered{
text-align:center;	
}
.mcentered{
margin:0 auto;
}
.currency{
font-family: 'Noto Sans Armenian'!important;
margin-right:8px;	
}
.styled {
border: 2px solid #fff;
box-shadow: 0 8px 16px -6px #888;
}
.inshad:after {
-moz-box-shadow: inset 0 0 10em #333;  
-webkit-box-shadow: inset 0 0 10em #666;   
box-shadow: inset 0 0 10em #666;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
content: "";
}
.w100{
width:100%;
}
.w50{
width:50%;
}
.w70{
width:70%;
}
.nf{
float:none;
}
/*greed*/
#cwrap {
margin: 0 auto;
width: 90%;
height: auto;
text-align: center;
position:relative;
}
.box img{
float: left;
width: 100%;
height: auto;
-webkit-transition:all 1.6s ease;
-moz-transition:all 1.6s ease;
-o-transition:all 1.6s ease;
transition:all 1.6s ease;
} 
.box{
float: left;
margin: 1%;
position:relative;
overflow:hidden;
}

.box:hover img {
-webkit-transform:scale(3) rotate(30deg);
-moz-transform:scale(3) rotate(30deg);
transform:scale(3) rotate(30deg);
opacity:0.2;
}

.titlebox{
font-size:16px;
text-align:center;
}

@media screen and (min-width: 1051px){
	.box{
	max-width: 23%;
	}
}
@media screen and (max-width: 1050px){
	.box{
	max-width: 31.3%;
	}
}
@media screen and (max-width: 768px) {
	.box{
	max-width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.box{
	max-width: 98%;
	}
}
/*greed*/
.cwrpr{
margin: 0 auto;
width: 80%;
}
/*pboxes*/
.bwrap {
position:relative;
display:block;
margin: 0 auto;
width: 100%;
text-align: center;
margin-bottom:38px;
}
.pboxes{
float: left;
margin: 1%;
position:relative;
overflow:hidden;
-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.24);
box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.24);
border:3px solid #fff;
text-align:center;
box-sizing:border-box;
padding:0 1%;
color:#000;
text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
display:block;
}
.pboxes:hover{
-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.54);
box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.54);
text-shadow:none;
}	
.pboxes h1{
padding:8px 0;
font-size:18px;
}
.pboxes p{
padding:8px 0;
line-height:20px;
font-size:14px;
}
@media screen and (min-width: 1101px) {
	.pboxes{
	width: 23%;
	}
}
@media screen and (max-width: 1100px) {
	.pboxes{
	width: 31.3%;
	}
}
@media screen and (max-width: 768px) {
	.pboxes{
	width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.pboxes{
	width: 98%;
	}
}
/*pboxes*/
/*gallery*/
.gcell img{
float: left;
width: 100%;
height: auto;
} 
.gcell{
float: left;
max-width: 23%;
margin: 1%;
position:relative;
overflow:hidden;
}
@media screen and (min-width: 1000px) {
	.gcell{
	max-width: 23%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.gcell{
	max-width: 31.3%;
	}
}
@media screen and (max-width: 768px) {
	.gcell{
	max-width: 48%;
	}
	.modal-content {
	width:100%;
	}
}
@media screen and (max-width: 480px) {
	.gcell{
	max-width: 98%;
	}
}
/*gallery*/
.or {
background-color:#7FBB42;
display:inline-block;
cursor:pointer;
color:#29A7FA;
font-size:14px;
padding:6px 24px;
text-decoration:none;
border:2px solid #6B9E38;
margin:18px 0;
}
.or:hover {
background-color:#3CA7DF;
color:#fff;
border:2px solid #2089C1;
}
a.or{
color:#fff;
}
.pimage{
width:88px;
float:left;
margin-right:5px;
}
#fbresponsei{
margin:18px 0;
}
.showform{
display:none;
width:60%;
clear:both;
margin:0 auto;
}
.ptop{
width:100%;
height:58px;
}
.ma{
display:block;
text-align:center;
margin:0 auto;
}
a.od {
font-size:18px;	
margin:18px;
color:#7FBB42;
font-weight:bold;
}
.od:before{
font-family:'FontAwesome';
content:"\f133";
margin-right:8px;
color:#F28C1C;
}
.ddl {
position: absolute;
display: inline-block;
padding:5px;
top:20px;
right:0;
z-index:77;
width:43px;
}
.ddc {
display: none;
position: absolute;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index:2;
width:43px;
}
.ddc a, a.dropy {
color: #007DC7;
padding: 5px;
text-decoration: none;
text-align:center;
display: block;
background-color: rgba(255, 255, 255, 0.7);
}
.ddc a:hover {
background-color: #fff;
color: #000;
}
.dropy, .ddc a{
border:1px solid #eee;
}
.show {
display:block;
}